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

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

ol, ul {
  list-style: none;
}

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

html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body * {
  outline: none;
  box-sizing: border-box;
}

.color-box {
  display: inline-block;
  width: 220px;
  height: 120px;
  margin: 1em 1em;
}

.color {
  box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 15em;
  margin: 1em;
}
.color__info {
  padding: 1em;
}
.color__box {
  width: 100%;
  height: 8em;
}

.wrapper--base {
  max-width: 84em;
  margin: 0 auto;
}
@media only screen and (max-width: 68rem) {
  .wrapper--base {
    max-width: 90%;
  }
}
.wrapper--half {
  width: 50vw;
  margin: 0 auto;
  max-width: 52em;
}
@media only screen and (max-width: 68rem) {
  .wrapper--half {
    max-width: 100%;
    width: 100%;
  }
}
.wrapper--mid {
  width: 80vw;
  margin: 0 auto;
  max-width: 45em;
}
@media only screen and (max-width: 68rem) {
  .wrapper--mid {
    width: 100%;
  }
}

body {
  overflow-x: hidden;
}

video {
  max-width: 100%;
}

.content-block {
  padding: var(--spacer-xxl) 0;
  position: relative;
  scroll-margin-top: 1em;
}
.content-block:first-of-type {
  padding: var(--spacer-lg) 0;
}
.content-block.blog {
  padding: var(--spacer-lg) 0 0;
}
.content-block.blog .headline--subline {
  padding-bottom: 0;
}

.index .content-block:first-of-type {
  padding: var(--spacer-xxl) 0;
}

main.fix {
  margin-top: 105px;
}

@font-face {
  font-family: "AkkuratLLWeb";
  src: url("../fonts/AkkuratLLWeb-Light.woff") format("woff"), url("../fonts/AkkuratLLWeb-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLLWeb";
  src: url("../fonts/AkkuratLLWeb-LightItalic.woff") format("woff"), url("../fonts/AkkuratLLWeb-LightItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLLWeb";
  src: url("../fonts/AkkuratLLWeb-Regular.woff") format("woff"), url("../fonts/AkkuratLLWeb-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLLWeb";
  src: url("../fonts/AkkuratLLWeb-Italic.woff") format("woff"), url("../fonts/AkkuratLLWeb-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLLWeb";
  src: url("../fonts/AkkuratLLWeb-Bold.woff") format("woff"), url("../fonts/AkkuratLLWeb-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLLWeb";
  src: url("../fonts/AkkuratLLWeb-BoldItalic.woff") format("woff"), url("../fonts/AkkuratLLWeb-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLLWeb";
  src: url("../fonts/AkkuratLLWeb-Black.woff") format("woff"), url("../fonts/AkkuratLLWeb-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLLWeb";
  src: url("../fonts/AkkuratLLWeb-BlackItalic.woff") format("woff"), url("../fonts/AkkuratLLWeb-BlackItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
.grid__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 68rem) {
  .grid__row {
    display: block;
  }
}
.grid__item {
  margin: 1em 0;
}
.grid__item--full {
  width: 100%;
}
.grid__item--half {
  width: 48%;
}
@media only screen and (max-width: 68rem) {
  .grid__item--half {
    width: 100%;
    padding: var(--spacer-sm) 0;
  }
}
.grid__item--half__short-description {
  font-size: var(--font-button) !important;
  padding-bottom: var(--spacer-sm);
  text-align: left;
  max-width: 100%;
  word-wrap: normal;
}
.grid__item--onethird {
  width: 32%;
}
@media only screen and (max-width: 68rem) {
  .grid__item--onethird {
    width: 100%;
    padding: var(--spacer-sm) 0;
  }
}
.grid__item--twothirds {
  width: 66%;
}
@media only screen and (max-width: 68rem) {
  .grid__item--twothirds {
    width: 100%;
    padding: var(--spacer-sm) 0;
  }
}
.grid__item--onefourth {
  width: 23.5%;
}
@media only screen and (max-width: 68rem) {
  .grid__item--onefourth {
    width: 100%;
    padding: var(--spacer-sm) 0;
  }
}
.grid__item--threefourth {
  width: 65.5%;
}
@media only screen and (max-width: 68rem) {
  .grid__item--threefourth {
    width: 100%;
    padding: 0;
  }
}

.no-gap .grid__item--half {
  width: 50%;
}
@media only screen and (max-width: 68rem) {
  .no-gap .grid__item--half {
    width: 100%;
    padding: var(--spacer-sm) 0;
  }
}
.no-gap .grid__item--onethird {
  width: 33.33333333%;
}
@media only screen and (max-width: 68rem) {
  .no-gap .grid__item--onethird {
    width: 100%;
    padding: var(--spacer-sm) 0;
  }
}
.no-gap .grid__item--twothirds {
  width: 66.666666%;
}
@media only screen and (max-width: 68rem) {
  .no-gap .grid__item--twothirds {
    width: 100%;
    padding: var(--spacer-sm) 0;
  }
}

.bg-color--about {
  background-color: #f6f5f2;
}
.bg-color--blog {
  background-color: #fbf4ee;
}
.bg-color--school {
  background-color: #fff5ed;
}
.bg-color--school--highlight {
  background-color: #feefdf;
}
.bg-color--teacher {
  background-color: #eafaf3;
}
.bg-color--students {
  background-color: #eaf5f7;
}
.bg-color--grant {
  background-color: #fffdf0;
}
.bg-color--grant--highlight {
  background-color: #fffbde;
}
.bg-color--navigation {
  background-color: #80e1b7;
}
.bg-color--linking {
  background-color: #4ab37e;
}
.bg-color--display {
  background-color: #b7f1c7;
}
.bg-color--informatics {
  background-color: #126cbd;
}
.bg-color--personality {
  background-color: #5d1b6f;
}
.bg-color--media {
  background-color: #b0005a;
}
.bg-color--dimensions {
  background-color: #ff8900;
}
.bg-color--podcasts {
  background-color: #f9fcdb;
}
.bg-color--black {
  background-color: #000;
}
.bg-color--black h2, .bg-color--black .headline--preamble p, .bg-color--black p {
  color: #FFF !important;
}
.bg-color--black .btn--primary {
  color: #FFF;
  border: 1px solid #FFF;
}
.bg-color--black .btn--primary:hover {
  color: #000;
  background: #FFF;
}
.bg-color--black .btn--primary:hover:before {
  width: 110%;
}
.bg-color--black .headline--arrow--before p:first-of-type::before {
  content: url("../img/small-white-arrow.svg") !important;
}
.bg-color--black .headline--preamble p:first-of-type::before {
  content: url("../img/white-arrow-right.svg") !important;
}
.bg-color--highlight {
  background-color: #0000ff;
}
.bg-color--hidden {
  background-color: #b2b1af;
}
.bg-color--softmenu {
  background-color: #ccf3e2;
}
.bg-color--quote {
  background-color: #f1fcf4;
}

:root {
  --max-width: 1620px;
  --font-size: 18px;
  --line-height: 1.45;
  --color-text: #000;
  --transition: 250ms ease-out;
  --font-step-1: 14px;
  --font-step-2: 16px;
  --font-step-3: 24px;
  --font-step-4: 30px;
  --font-step-5: calc(35px + (40 - 35) * ((100vw - 320px) / (1620 - 320)));
  --font-step-6: calc(28px + (50 - 28) * ((100vw - 320px) / (1620 - 320)));
  --font-step-7: calc(26px + (65 - 26) * ((100vw - 320px) / (1620 - 320)));
  --font-step-8: calc(32px + (70 - 32) * ((100vw - 320px) / (1620 - 320)));
  --font-button: calc(16px + (19 - 16) * ((100vw - 320px) / (1620 - 320)));
  --spacer-xs: calc(5px + (5 - 5) * ((100vw - 320px) / (1620 - 320)));
  --spacer-sm: calc(10px + (20 - 10) * ((100vw - 320px) / (1620 - 320)));
  --spacer-md: calc(20px + (40 - 20) * ((100vw - 320px) / (1620 - 320)));
  --spacer-lg: calc(40px + (60 - 40) * ((100vw - 320px) / (1620 - 320)));
  --spacer-xl: calc(60px + (80 - 60) * ((100vw - 320px) / (1620 - 320)));
  --spacer-xxl: calc(80px + (100 - 80) * ((100vw - 320px) / (1620 - 320)));
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes run {
  0% {
    right: -100%;
    transform: translateX(-100%);
  }
  100% {
    right: 0;
    transform: translateX(0%);
  }
}
@-webkit-keyframes close {
  0% {
    right: 0;
    transform: translateX(0);
  }
  100% {
    right: -100%;
    transform: translateX(-100%);
  }
}
img {
  width: 100%;
}

picture {
  display: block;
  width: 100%;
  height: auto;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
.gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

.swal2-no-war {
  display: flex;
  position: fixed;
  z-index: 1061;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.375em;
  background: #20232a;
  color: #fff;
  text-align: center;
}
.swal2-no-war a {
  color: #61dafb;
  text-decoration: none;
}
.swal2-no-war a:hover {
  text-decoration: underline;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-today .pika-button {
  color: #0000ff;
}

.pika-button:focus,
.pika-button:hover,
.is-selected .pika-button {
  background-color: #4ab37e;
  color: #FFF;
}

.pika-lendar {
  font-family: "AkkuratLLWeb", sans-serif;
}

.pika-button {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.swal-title,
.swal-text {
  color: var(--color-text);
  line-height: inherit;
}

.swal-button--confirm {
  background-color: #4ab37e;
}
.swal-button--confirm:hover {
  background-color: #5bbb8b !important;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-nav > .tns-nav-active {
  background: #999;
}

/*!
 * TOAST UI Calendar
 * @version 1.15.3 | Thu Feb 17 2022
 * @author NHN FE Development Lab <dl_javascript@nhn.com>
 * @license MIT
 */
.tui-full-calendar-layout {
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.tui-full-calendar-layout * {
  box-sizing: border-box;
}

.tui-full-calendar-dragging {
  cursor: move;
}

.tui-full-calendar-resizing {
  cursor: row-resize;
}

.tui-full-calendar-resizing-x {
  cursor: col-resize;
}

.tui-full-calendar-hidden {
  display: none !important;
}

.tui-full-calendar-invisible span {
  visibility: hidden;
}

.tui-full-calendar-clear:after {
  content: "";
  display: block;
  clear: both;
}

.tui-full-calendar-scroll-y {
  overflow-y: scroll;
}

.tui-full-calendar-dot {
  display: inline-block;
  position: relative;
  top: -1px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.tui-full-calendar-holiday {
  color: #f00;
}

.tui-full-calendar-today {
  background: rgba(218, 229, 249, 0.3);
}

.handle-x {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYoRABhjEFAEAArQAIcHQcPsAAAAASUVORK5CYII=);
}

.handle-y {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAMAAADp7a43AAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYmRiZABB/CwAAtgAIUTUNkMAAAAASUVORK5CYII=);
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .handle-x {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAMAAADHqI+lAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMZK5EY+QKaAAAAGUlEQVR4AWNgYmJAwegCIMDIiIwxBKhhBgAcSABh8gN42gAAAABJRU5ErkJggg==);
    background-size: 8px 4px;
  }

  .handle-y {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMEK5EMBzK5AAAAGElEQVR4AWNgYmIAYxgDBBgZQRjOoKcaABzQAGGjsIM/AAAAAElFTkSuQmCC);
    background-size: 4px 8px;
  }
}
.tui-full-calendar-month-week-item .tui-full-calendar-weekday-grid {
  overflow-y: hidden;
}

.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedules {
  overflow-y: visible;
  height: 0;
}

.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule {
  margin: 0 10px;
}

.tui-full-calendar-month-week-item .tui-full-calendar-today {
  background: none;
}

.tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #135de6;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  margin-left: 2px;
}

.tui-full-calendar-weekday-grid,
.tui-full-calendar-weekday-grid-line {
  height: 100%;
  min-height: inherit;
}

.tui-full-calendar-weekday-grid {
  position: absolute;
  width: 100%;
  overflow-y: scroll;
}

.tui-full-calendar-weekday-border {
  border-top: 1px solid #ddd;
}

.tui-full-calendar-weekday-grid-line {
  position: absolute;
  padding: 3px;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-footer {
  position: absolute;
  bottom: 4px;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
  float: right;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 5px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
}

.tui-full-calendar-weekday-creation {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
}

.tui-full-calendar-weekday-schedules {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 12px;
  overflow-y: scroll;
}

.tui-full-calendar-weekday-schedule-block {
  position: absolute;
}

.tui-full-calendar-weekday-schedule-block-dragging-dim {
  opacity: 0.3;
}

.tui-full-calendar-weekday-schedule {
  position: relative;
  margin: 0 10px 0 1px;
  cursor: pointer;
  border-left-style: solid;
  border-left-width: 3px;
}

.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time {
  border-left-width: 0;
}

.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
  padding-left: 9px;
}

.tui-full-calendar-weekday-schedule-bullet {
  position: absolute;
  padding: 0;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.tui-full-calendar-weekday-schedule-bullet-focused {
  left: 10px;
  background: #fff;
}

.tui-full-calendar-weekday-schedule-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3px;
  font-weight: bold;
}

.tui-full-calendar-weekday-schedule-title-focused {
  padding-left: 16px;
}

.tui-full-calendar-weekday-schedule-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-weekday-exceed-left .tui-full-calendar-weekday-schedule {
  margin-left: 0;
  border-left-width: 0;
}

.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-schedule {
  margin-right: 0;
}

.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-resize-handle {
  display: none;
}

.tui-full-calendar-weekday-exceed-in-month {
  cursor: pointer;
}

.tui-full-calendar-weekday-exceed-in-month:hover {
  background-color: #f0f1f5;
}

.tui-full-calendar-weekday-exceed-in-week,
.tui-full-calendar-weekday-collapse-btn {
  position: absolute;
  bottom: 5px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  padding: 1px 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
}

.tui-full-calendar-weekday-resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  background-position: 3px center;
  cursor: col-resize;
  line-height: 18px;
}

.tui-full-calendar-weekday-filled {
  background-color: #e8e8e8 !important;
}

.tui-full-calendar-left {
  height: 100%;
  float: left;
  box-sizing: border-box;
  display: table;
}

.tui-full-calendar-left-content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 11px;
}

.tui-full-calendar-right {
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

.tui-full-calendar-week-container {
  width: 100%;
  height: inherit;
  display: inline-block;
  font-size: 10px;
  min-height: 600px;
}

.tui-full-calendar-week-container .tui-full-calendar-today {
  background: none;
}

.tui-full-calendar-dayname {
  position: absolute;
  margin-left: -1px;
  height: 100%;
  overflow: hidden;
}

.tui-full-calendar-dayname.tui-full-calendar-today {
  font-weight: bold;
}

.tui-full-calendar-dayname-container {
  overflow-y: scroll;
}

.tui-full-calendar-dayname-leftmargin {
  position: relative;
  height: 100%;
}

.tui-full-calendar-dayname-date {
  font-size: 26px;
}

.tui-full-calendar-dayname-name {
  font-weight: bold;
  font-size: 12px;
}

.tui-full-calendar-daygrid-layout {
  height: 100%;
}

.tui-full-calendar-daygrid-layout .tui-full-calendar-right {
  overflow-y: hidden;
}

.tui-full-calendar-daygrid-guide-creation-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.tui-full-calendar-timegrid-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}

.tui-full-calendar-timegrid-container-split {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tui-full-calendar-timegrid-left {
  position: absolute;
}

.tui-full-calendar-timegrid-hour {
  position: relative;
  color: #555;
  box-sizing: border-box;
}

.tui-full-calendar-timegrid-hour:first-child span {
  display: none;
}

.tui-full-calendar-timegrid-hour:last-child {
  border-bottom: none;
}

.tui-full-calendar-timegrid-hour span {
  position: absolute;
  top: -11px;
  left: 0;
  right: 5px;
  text-align: right;
  line-height: 25px;
}

.tui-full-calendar-timegrid-right {
  position: relative;
}

.tui-full-calendar-timegrid-gridline {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.tui-full-calendar-timegrid-gridline:last-child {
  border-bottom: none;
}

.tui-full-calendar-timegrid-schedules {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.tui-full-calendar-timegrid-hourmarker {
  position: absolute;
  width: 100%;
  display: table;
}

.tui-full-calendar-timegrid-hourmarker-line-left {
  position: absolute;
  min-height: 1px;
  left: 0;
}

.tui-full-calendar-timegrid-hourmarker-line-today {
  position: absolute;
  min-height: 1px;
}

.tui-full-calendar-timegrid-hourmarker-line-right {
  position: absolute;
  min-height: 1px;
  right: 0;
}

.tui-full-calendar-timegrid-hourmarker-time {
  padding-right: 5px;
  line-height: 12px;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
}

.tui-full-calendar-timegrid-todaymarker {
  position: absolute;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  background-color: #135de6;
  margin: -4px 0 0 -5px;
  border-radius: 50%;
}

.tui-full-calendar-timegrid-sticky-container {
  position: absolute;
  top: 0;
}

.tui-full-calendar-timegrid-timezone-label-container {
  position: absolute;
}

.tui-full-calendar-timegrid-timezone-label-cell {
  display: table;
}

.tui-full-calendar-timegrid-timezone-label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  text-align: right;
}

.tui-full-calendar-timegrid-timezone-close-btn {
  cursor: pointer;
  position: absolute;
  text-align: center;
  background-color: #fff;
}

.tui-full-calendar-timegrid-timezone-close-btn .tui-full-calendar-icon {
  width: 5px;
  height: 10px;
}

.tui-full-calendar-time-date {
  position: absolute;
  height: 100%;
  margin-left: -1px;
  box-sizing: content-box;
}

.tui-full-calendar-time-date:last-child {
  border-right: none;
  margin: 0;
}

.tui-full-calendar-time-date:last-child .tui-full-calendar-time-schedule,
.tui-full-calendar-time-date:last-child .tui-full-calendar-time-guide-creation {
  left: 0px;
}

.tui-full-calendar-time-date-schedule-block-wrap {
  position: relative;
  height: 100%;
}

.tui-full-calendar-time-date-schedule-block {
  position: absolute;
  right: 0px;
}

.tui-full-calendar-time-date-schedule-block-pending {
  opacity: 0.7;
}

.tui-full-calendar-time-date-schedule-block-dragging-dim {
  opacity: 0.3;
}

.tui-full-calendar-time-date-schedule-block-focused {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.tui-full-calendar-time-date-schedule-block-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-time-schedule {
  position: relative;
  left: 1px;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
}

.tui-full-calendar-time-schedule-content {
  overflow: hidden;
  border-left-width: 3px;
  border-left-style: solid;
  padding: 1px 0 0 3px;
}

.tui-full-calendar-time-schedule-content-travel-time {
  font-weight: normal;
  font-size: 11px;
}

.tui-full-calendar-time-resize-handle {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 5px;
  text-align: center;
  color: #fff;
  cursor: row-resize;
  background-position: center top;
}

.tui-full-calendar-time-guide-creation {
  position: absolute;
  right: 10px;
  left: 1px;
  padding: 3px;
}

.tui-full-calendar-time-guide-move .tui-full-calendar-time-schedule,
.tui-full-calendar-time-guide-resize .tui-full-calendar-time-schedule,
.tui-full-calendar-time-guide-move .tui-full-calendar-time-resize-handle,
.tui-full-calendar-time-guide-resize .tui-full-calendar-time-resize-handle {
  opacity: 0.8;
  z-index: 97;
}

.tui-full-calendar-time-guide-creation-label {
  cursor: default;
}

.tui-full-calendar-time-guide-bottom {
  position: absolute;
  bottom: 3px;
}

.tui-full-calendar-month {
  height: 100%;
  min-height: 600px;
}

.tui-full-calendar-month-dayname {
  width: 100%;
  position: absolute;
  font-size: 13px;
}

.tui-full-calendar-month-dayname-item {
  height: 100%;
  font-weight: bold;
}

.tui-full-calendar-month-week-item {
  position: relative;
}

.tui-full-calendar-month-week-item > div {
  height: 100%;
}

.tui-full-calendar-month-more {
  height: inherit;
  min-width: 280px;
  min-height: 150px;
}

.tui-full-calendar-month-more-title {
  position: relative;
}

.tui-full-calendar-month-more-title-day {
  font-size: 23px;
  color: #333;
}

.tui-full-calendar-month-more-title-day-label {
  font-size: 12px;
  color: #333;
}

.tui-full-calendar-month-more-close {
  position: absolute;
  right: 0;
  outline: 0;
  background: none;
  border: 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0 7px;
  cursor: pointer;
}

.tui-full-calendar-month-more-list {
  overflow-y: auto;
}

.tui-full-calendar-month-more-schedule {
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

.tui-full-calendar-month-guide-block {
  position: absolute;
}

.tui-full-calendar-month-weekday-schedule {
  margin-top: 2px;
}

.tui-full-calendar-month-creation-guide {
  top: 0;
  bottom: -1px;
  left: -1px;
  right: 0;
  position: absolute;
  z-index: 20;
}

.tui-full-calendar-month-guide-focused {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.tui-full-calendar-month-guide {
  position: relative;
  padding-left: 3px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tui-full-calendar-month-guide-cover {
  width: 100%;
  position: absolute;
  top: -50%;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-month-exceed-left .tui-full-calendar-month-guide {
  margin-left: 0px;
}

.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide {
  margin-right: 0px;
}

.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide-handle {
  display: none;
}

.tui-full-calendar-month-guide-handle {
  position: absolute;
  top: 0;
  right: 3px;
  width: 6px;
  background-position: 3px center;
  cursor: col-resize;
}

.tui-full-calendar-vlayout-container {
  position: relative;
}

.tui-full-calendar-splitter {
  clear: left;
  cursor: row-resize;
}

.tui-full-calendar-splitter:hover {
  border-color: #999;
}

.tui-full-calendar-splitter-focused {
  background-color: #ddd;
  border: none;
}

.tui-full-calendar-splitter-guide {
  position: absolute;
  width: 100%;
  height: 3px;
  border: none;
  background-color: #e8e8e8;
}

.tui-full-calendar-popup {
  position: absolute;
  font-weight: 2.5;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  clear: both;
}

.tui-full-calendar-popup-container {
  min-width: 474px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: solid 1px #d5d5d5;
  padding: 17px;
  border-radius: 2px;
}

.tui-full-calendar-popup-section {
  font-size: 0;
  min-height: 40px;
}

.tui-full-calendar-section-calendar {
  width: 176px;
}

.tui-full-calendar-section-calendar.tui-full-calendar-hide {
  height: 21px;
  visibility: hidden;
}

.tui-full-calendar-section-title {
  width: calc(100% - 36px);
  padding-right: 4px;
}

.tui-full-calendar-section-title input {
  width: 365px;
}

.tui-full-calendar-button.tui-full-calendar-section-private {
  height: 32px;
  padding: 8px;
  font-size: 0;
  margin-left: 4px;
}

.tui-full-calendar-section-private.tui-full-calendar-public .tui-full-calendar-ic-private {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC) no-repeat;
}

.tui-full-calendar-section-start-date,
.tui-full-calendar-section-end-date {
  width: 176px;
}

.tui-full-calendar-section-start-date input,
.tui-full-calendar-section-end-date input {
  width: 139px;
}

.tui-full-calendar-section-start-date:hover .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-end-date:hover .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-start-date:focus .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-end-date:focus .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-start-date:hover .tui-datepicker,
.tui-full-calendar-section-end-date:hover .tui-datepicker,
.tui-full-calendar-section-start-date:focus .tui-datepicker,
.tui-full-calendar-section-end-date:focus .tui-datepicker {
  border-color: #bbb;
}

.tui-full-calendar-popup-section-item:focus {
  border-color: #bbb;
}

.tui-full-calendar-section-date-dash {
  font-size: 12px;
  color: #d5d5d5;
  height: 32px;
  padding: 0 4px;
  vertical-align: middle;
}

.tui-full-calendar-popup-section-item.tui-full-calendar-section-allday {
  border: none;
  padding: 0 0 0 8px;
  cursor: pointer;
}

.tui-full-calendar-popup-section-item.tui-full-calendar-section-location {
  display: block;
}

.tui-full-calendar-popup-section-item.tui-full-calendar-section-location input {
  width: 400px;
}

.tui-full-calendar-section-allday .tui-full-calendar-icon.tui-full-calendar-ic-checkbox {
  margin: 0;
}

.tui-full-calendar-popup-section-item.tui-full-calendar-section-allday .tui-full-calendar-content {
  padding-left: 4px;
}

.tui-full-calendar-section-state {
  width: 109px;
}

.tui-full-calendar-section-state .tui-full-calendar-content {
  width: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tui-full-calendar-popup-section-item {
  height: 32px;
  padding: 0 9px 0 12px;
  border: 1px solid #d5d5d5;
  display: inline-block;
  font-size: 0;
  border-radius: 2px;
}

.tui-full-calendar-popup-section-item:hover {
  border-color: #bbb;
}

.tui-full-calendar-popup-section-item:focus {
  border-color: #bbb;
}

.tui-full-calendar-popup-section-item .tui-full-calendar-icon {
  position: relative;
}

.tui-full-calendar-popup-section-item .tui-full-calendar-content {
  text-align: left;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  padding-left: 8px;
}

.tui-full-calendar-section-calendar .tui-full-calendar-dropdown-button .tui-full-calendar-content {
  width: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
  top: -1px;
}

.tui-full-calendar-popup-section-item input {
  border: none;
  height: 30px;
  outline: none;
  display: inline-block;
}

.tui-full-calendar-popup-section-item input::placeholder {
  color: #bbb;
  font-weight: 300;
}

.tui-full-calendar-dropdown {
  position: relative;
}

.tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-button {
  border: 1px solid #bbb;
}

.tui-full-calendar-dropdown-button.tui-full-calendar-popup-section-item {
  height: 32px;
  font-size: 0;
  top: -1px;
}

.tui-full-calendar-dropdown-arrow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYBgFOEOAEVkmPDxc89+/f6eAYjzI4kD2FyYmJrOVK1deh4kzwRggGiQBVJCELAZig8SQNYHEmEEEMrh69eo1HR0dfqCYJUickZGxf9WqVf3IakBsFBthklpaWmVA9mEQhrJhUoTp0NBQCRAmrHL4qgAAuu4cWZOZIGsAAAAASUVORK5CYII=) no-repeat;
}

.dropdown.open .tui-full-calendar-dropdown-arrow,
.tui-full-calendar-open .tui-full-calendar-dropdown-arrow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat;
}

.tui-full-calendar-dropdown-menu {
  position: absolute;
  top: 31px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-top: none;
  border-radius: 0 0 2px 2px;
  width: 100%;
  display: none;
}

.tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-menu {
  border: 1px solid #bbb;
  border-top: none;
}

.tui-full-calendar-open .tui-full-calendar-dropdown-menu {
  display: block;
}

.tui-full-calendar-dropdown-menu-item {
  height: 30px;
  border: none;
  cursor: pointer;
}

.tui-full-calendar-section-calendar .tui-full-calendar-dropdown-menu-item {
  width: 100%;
}

.tui-full-calendar-section-state .tui-full-calendar-dropdown-menu-item {
  width: 100%;
}

.tui-full-calendar-dropdown-menu-item:hover {
  background-color: rgba(81, 92, 230, 0.05);
}

.tui-full-calendar-dropdown-menu-item .tui-full-calendar-content {
  line-height: 30px;
}

.tui-full-calendar-button.tui-full-calendar-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  padding: 2px;
  border: none;
}

.tui-full-calendar-section-button-save {
  height: 36px;
}

.tui-full-calendar-popup-save {
  float: right;
}

.tui-full-calendar-popup-arrow-border,
.tui-full-calendar-popup-arrow-fill {
  position: absolute;
}

.tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-border {
  border-top: none;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d5d5d5;
  border-left: 8px solid transparent;
  left: calc(50% - 8px);
  top: -7px;
}

.tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-border {
  border-top: 8px solid transparent;
  border-right: none;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d5d5d5;
  top: calc(50% - 8px);
  right: -7px;
}

.tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-border {
  border-top: 8px solid #d5d5d5;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-left: 8px solid transparent;
  left: calc(50% - 8px);
  bottom: -7px;
}

.tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-border {
  border-top: 8px solid transparent;
  border-right: 8px solid #d5d5d5;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: calc(50% - 8px);
  left: -7px;
}

.tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-fill {
  border-top: none;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  left: -7px;
  top: 1px;
}

.tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-fill {
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  top: -7px;
  right: 1px;
}

.tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-fill {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent;
  left: -7px;
  bottom: 1px;
}

.tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-fill {
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
  border-left: none;
  top: -7px;
  left: 1px;
}

.tui-full-calendar-button {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  text-align: center;
  outline: none;
  font-size: 12px;
  cursor: pointer;
  color: #333;
}

.tui-full-calendar-button:hover {
  border-color: #bbb;
  color: #333;
}

.tui-full-calendar-button:active {
  background: #f9f9f9;
  color: #333;
}

.tui-full-calendar-button .round {
  border-radius: 25px;
}

.tui-full-calendar-confirm {
  width: 96px;
  height: 36px;
  border-radius: 40px;
  background-color: #ff6618;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: none;
}

.tui-full-calendar-confirm:hover {
  background-color: #e55b15;
  color: #fff;
}

.tui-full-calendar-confirm:active {
  background-color: #d95614;
  color: #fff;
}

.tui-full-calendar-icon.tui-full-calendar-right {
  float: right;
  top: 1px;
}

.tui-full-calendar-icon .tui-full-calendar-none {
  display: none;
}

.tui-full-calendar-icon.tui-full-calendar-calendar-dot {
  border-radius: 8px;
  width: 12px;
  height: 12px;
  margin: 1px;
}

input[type=checkbox].tui-full-calendar-checkbox-square {
  display: none;
}

input[type=checkbox].tui-full-calendar-checkbox-square + span {
  display: inline-block;
  cursor: pointer;
  line-height: 14px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADpJREFUKBVjPHfu3O5///65MJAAmJiY9jCcOXPmP6kApIeJBItQlI5qRAkOVM5o4KCGBwqPkcxEvhsAbzRE+Jhb9IwAAAAASUVORK5CYII=) no-repeat;
  vertical-align: middle;
}

input[type=checkbox].tui-full-calendar-checkbox-square:checked + span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMBJREFUKBWVkjEOwjAMRe2WgZW7IIHEDdhghhuwcQ42rlJugAQS54Cxa5cq1QM5TUpByZfS2j9+dlJVt/tX5ZxbS4ZU9VLkQvSHKTIGRaVJYFmKrBbTCJxE2UgCdDzMZDkHrOV6b95V0US6UmgKodujEZbJg0B0ZgEModO5lrY1TMQf1TpyJGBEjD+E2NPN7ukIUDiF/BfEXgRiGEw8NgkffYGYwCi808fpn/6OvfUfsDr/Vc1IfRf8sKnFVqeiVQfDu0tf/nWH9gAAAABJRU5ErkJggg==) no-repeat;
}

input[type=checkbox].tui-full-calendar-checkbox-round {
  display: none;
}

input[type=checkbox].tui-full-calendar-checkbox-round + span {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 8px;
  border: solid 2px;
  background: transparent;
}

.tui-full-calendar-popup-top-line {
  position: absolute;
  border-radius: 2px 2px 0 0;
  width: 100%;
  height: 4px;
  border: none;
  top: 0;
}

.tui-full-calendar-popup-detail .tui-full-calendar-popup-container {
  width: 301px;
  min-width: 301px;
  padding-bottom: 0;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon {
  width: 12px;
  height: 12px;
  background-size: 12px;
  position: relative;
  margin-right: 8px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-location-b {
  top: -2px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-user-b {
  top: -2px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-state-b {
  top: -1px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-calendar-dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  top: -1px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-content {
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 2;
}

.tui-full-calendar-popup-detail .tui-full-calendar-section-header {
  margin-bottom: 6px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-separate {
  margin-top: 4px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-indent {
  text-indent: -20px;
  padding-left: 20px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  word-break: break-all;
}

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-private {
  display: none;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat 16px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-private .tui-full-calendar-ic-private {
  display: block;
}

.tui-full-calendar-popup-detail .tui-full-calendar-section-detail {
  margin-bottom: 16px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-section-button {
  border-top: 1px solid #e5e5e5;
  font-size: 0;
}

.tui-full-calendar-section-button .tui-full-calendar-icon {
  margin-right: 4px;
  top: -3px;
}

.tui-full-calendar-section-button .tui-full-calendar-content {
  position: relative;
  top: 2px;
}

.tui-full-calendar-popup-edit,
.tui-full-calendar-popup-delete {
  display: inline-block;
  padding: 7px 9px 11px 9px;
  width: calc(50% - 1px);
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

.tui-full-calendar-popup-vertical-line {
  background: #e5e5e5;
  width: 1px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -7px;
}

.tui-datepicker {
  left: -12px;
  z-index: 1;
  border-color: #d5d5d5;
}

.tui-full-calendar-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.tui-full-calendar-icon.tui-full-calendar-ic-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAO5JREFUKBVjYCATMOLSFxkZqfHnz5+1QHktNDVbV69e7cOCJgjmQjXtB3IksMh7g8SY0CXQNTEyMlYD1fBCabhyFI3omkCq/v//PwnotC8gGq4LyIBrxKYJpBBoU15oaCgPiEbWCPYjUEIFGBBY/QS0qRWooRVIg/UBDXgMYoBtBHJSgWxsAQFWjET8BBqQBuLDNM4Can6GpAAb8ydQMADo3x0gSbDGlStX3gVqdMSjGUUTSCNKAggPD1cDOmU/EEuBJKEAQxNIHEUjSABNM1ZNIHXMIAIZXL169a2+vv5moK18QKeXAv20B1meYjYAr7xrljpOzc0AAAAASUVORK5CYII=) no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-location {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAR1JREFUKBWdUTtPg1AUBiT8CydHJtv/0MTJRWAgcTK1bq0/pO3k4E4IYLo2Me46tS4wumjSpV07kAb6HXLPzaGPRZLL+c73uE/D+OdnHuaCIOhVVTUEf620pWVZ0yRJ3qW3FfR9f1zX9UgaGJumOUnT9Fn3DDzPuwPOuD9TvSzL3kizhOFJ4LnjOJc0wM0FP2Asgx0mEehHUfRHgzDzqF3GOogzbJg8V6XHFqYv4Cvqy7J8DcOwWYmw8Hwy1kHMRjcaKuEGgV82caWbZay3indagJyxcKLOlKeRdJA627YfUVaN0v6tlKbZVjCO4zW2cw91px3AxJEmOONCNoTzPP9xXZfOd6u0Bzz60RGOgmQuiuIb4S3gB0IvaoJW2QMDs1bBoH1CAQAAAABJRU5ErkJggg==) no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-date {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAGpJREFUKBVjYKAGCA0N/Q/C6GZhE2cEKQoLC9v6//9/L3QN2PiMjIzbVq1a5c0EkiRWE7JasEZsJhMSI1sjC7LJq1evBvsZWQyZjRxwZNs4hDSiBA6y55EDBRsb7EdQasAmiUNsKw5x4oQBkUAeDPJ53KsAAAAASUVORK5CYII=) no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-state {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIxJREFUKBVjYCATMKLrCw8P9/z3798soLgMVO4JExNT2sqVK7cjq2VC5oDYME2MjIyNIAwUkoGKoShlQeFBOGCbVq1a1QDihoaG1gMpmO0gITAAOzUsLGzr////vWCC+GigK7YBDfUGO5VYTSADYWox/IjPNmS5UY3IoYHGBgcOKG7QxPFxt+KTJCgHAGcZJbGLRuJ2AAAAAElFTkSuQmCC) no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-private {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAJRJREFUKBXFkNERhCAMREUbuEKohzq0Eq2DDq6Da4B60KezDORkxj+ZwchmX0IYhtdWCGFl9y5g82NtzDnPdzAaudo76ZBS+nrvPxiInMkJcs5tMcZFfqcfxdqIRiELof+BiIJPg+mExmpmvKRn3zKj7OrG9Y79szPL14A1xEP0Hgy4gBZS5R7czHj3ehSgOzkVeyfuGrBw/WLm0hsAAAAASUVORK5CYII=) no-repeat;
}

.tui-full-calendar-ic-location-b {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAOZJREFUKBWVUT0KwjAUbkzGTuJWPYNDpV0cXD2ETuIRBK+gs4ubp3BwcXBp6eINBKWDgydoid9X8oKCggYeee/7S9IGwZ9LverTNO3Wdb2y1o6IK6WOWutFlmU30XmDE58hbgvpTA+Y+mJqCemS20jdG2N6LPYMICc6b5BrIG3ONBZ7CoVj7w0cfllGRDj+gKQpjt/iPU0ye/LkROcNANaoCUzjqqquIsBuHddAWoiyLO9RFHUwJ4JxR/qmKIqdYG9vCMNwCeIiJHuHecj/B0GSJBng7ifO+ErDPM8L4b7ucRzPWJ8ET1E7YC7tmi9qAAAAAElFTkSuQmCC);
}

.tui-full-calendar-ic-state-b {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYCARMCKrNzEx8QTyZ/3//18GJM7IyPgESKWdOXNmO4gPAkwQCk6CFQMVNoIwVOMsuCw6w9jY+D8Iw8TR+SBxsJOATtkKNM0LphAbDbRxG9Bp3mAnEVIMMgCmBt0P2AxHERusGkAhgOJQ7Jyt2IUJiAIAwwIn24FgmhkAAAAASUVORK5CYII=);
}

.tui-full-calendar-icon.tui-full-calendar-ic-user-b {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAJpJREFUKBVjYKA1YES3wMTExBMoNgsqnnbmzJntyGqYkDlQ9qz////LgDCQD9MIV4ZNA1wSGwObhjRGRsYnIAzUkIZNE0licE+bm5tr/fnzJx1osjPQBFmoKY+BftnLwsIy8+TJk9dAYmANxsbGoUD2YiBmBwliAT+BYrFnz55dDfNDO1AAl2KQfpAcSA0DTIMyiEMAEKMG0wgAolIjcM7Tjm8AAAAASUVORK5CYII=);
}

.tui-full-calendar-icon.tui-full-calendar-ic-edit {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAMdJREFUKBVjYCARMOJTb2xsLMfIyBjLysq64Pjx409BapnwaQDKzf7//3/L79+/D1tbW0uB1LJg02BmZqYIVPgdKBf/79+//UC2xs+fP8OB/H4MG0CK//79ewCkEGQYExOTI5DawMnJuQTER/EDTDFQXA4kCQQ3QBpOnz79AsJF8gMWxTA1KDTYBhyKMUwH6WSysrKSB7kZyIY5AySOVTFIggno+5VAmijFYA1AwhzEgAKcJsMUwIMVGKPH2NnZ7ZFDBKYImQYAuO5YIMgk39gAAAAASUVORK5CYII=);
}

.tui-full-calendar-icon.tui-full-calendar-ic-delete {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAFhJREFUKBVjYCARMKKrNzEx2fr//38vkDgjI+O2M2fOeCOrAWtAVoQsicyGaWZCFsTHBtr6H588Tjm4H4yNjfGacPbsWbBaop0Es3JYaQBFDMxjWOitMDEA3EEZfFEISwUAAAAASUVORK5CYII=);
}

.tui-full-calendar-icon.tui-full-calendar-ic-arrow-solid-top {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-milestone {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAGFJREFUKBVjYCARMILU/3dw+I+hj5FxG+P+/d7o4rg1IKtE0syELI6T/f+/F0yOOA0w1UCa9hpYkGxjYDxwABwIILH/jo5bGWBuZ2TcClOHogEmCKKxBSlInPZ+ANlCEgAA37EU4AHbBQUAAAAASUVORK5CYII=) no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-arrow-left {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFZJREFUCB1jZICCyspK83///hUxgvhVVVV6f//+3c3ExJTMVFNTowqU2cHMzJzf3t6+hen379/zgIp2t7W1rQCpZmJlZU0C0q5AbREgAQwzwAIgGZgtADMCJqH/QyvhAAAAAElFTkSuQmCC) no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-arrow-right {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFxJREFUCB1jKC8vX1lZWWnOAAVMQLD4379/m6qqqvRAYowgAsiJAAr2sbCw2IMFQIIVFRUL////r8SCpMKVlZXVnhFooA9Q+VxmZmbXtra2S0xATizQYD8QB6QaAJMLJ9BqE9yTAAAAAElFTkSuQmCC) no-repeat;
}

.tui-full-calendar-ic-repeat-b {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAQpJREFUKBVjYCARMCKrNzU1tf/3718lUMwQiP8yMjKeYWJi6j516tRhExOThjNnzjTANQAFqv///98CVHQPSO8A0ixATa5AtjyQPgDETmfPngULMpiZmbn//fu3BSg4B6ggCyjxG8hm8PT0ZH/9+vUJoJgTiA8CTCACqDgXaOJ9Xl7eTJhikDhQcSVQsQGITT8A9rSxsfF/mJVApzWCQgPGd3BwYPny5cstoNOuAZ3rAwoJOAAqviAqKtoOEwAaxPr58+dpQL4iEGeAxJFt2AfkOwA1PQTSu4Em/gGyPYC0EpCuAdraCtIADiWgQCPQOmdmZmYHoNgVoCJfIB0CpG8DI84BphgoRjoAAAzgdELI91E5AAAAAElFTkSuQmCC);
}

/*!
 * TOAST UI Date Picker
 * @version 4.3.1
 * @author NHN. FE Development Lab <dl_javascript@nhn.com>
 * @license MIT
 */
.tui-calendar {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
  width: 274px;
}

.tui-calendar * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tui-calendar div {
  text-align: center;
}

.tui-calendar caption {
  padding: 0;
}

.tui-calendar caption span {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
}

.tui-calendar button, .tui-datepicker-dropdown button, .tui-datepicker-selector button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tui-ico-date, .tui-ico-time, .tui-datepicker-dropdown .tui-ico-check, .tui-ico-caret {
  overflow: hidden;
  display: inline-block;
  width: 1px;
  height: 1px;
  line-height: 300px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAA+CAYAAAC7rUKSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpERjdGMzkzODVEQkRFNjExQkVCMjlDOUFDNzZDM0E5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1ODVCRTc4NkM2QkQxMUU2OTgzMzhGQjZFMjcyMTQ1RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1ODVCRTc4NUM2QkQxMUU2OTgzMzhGQjZFMjcyMTQ1RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFERENDMTc0QjlDNkU2MTE5OTc0QjIwOTY3QkQzNjZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRGN0YzOTM4NURCREU2MTFCRUIyOUM5QUM3NkMzQTk0Ii8+IDwvcmRmOkRlc2NyaXB0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) no-repeat;
}

.tui-ico-date {
  width: 12px;
  height: 12px;
  background-position: -17px 0;
}

.tui-ico-time {
  width: 12px;
  height: 12px;
  background-position: 0 -30px;
}

.tui-ico-caret {
  width: 7px;
  height: 4px;
  background-position: 0 -58px;
}

.tui-calendar-month, .tui-calendar-year {
  width: 202px;
}

.tui-calendar-month .tui-calendar-body, .tui-calendar-year .tui-calendar-body {
  width: 202px;
  margin: 0 auto;
}

.tui-calendar .tui-calendar-header {
  position: relative;
  border-bottom: 1px solid #efefef;
}

.tui-calendar .tui-calendar-header-inner {
  padding: 17px 50px 15px;
  height: 50px;
}

.tui-calendar .tui-calendar-title-today {
  height: 30px;
  margin: 0;
  font-size: 12px;
  line-height: 34px;
  color: #777;
  background-color: #f4f4f4;
}

.tui-calendar .tui-calendar-title-today:hover {
  color: #333;
  background-color: #edf4fc;
  cursor: pointer;
}

.tui-calendar .tui-calendar-title {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #333;
  cursor: default;
  vertical-align: top;
}

.tui-calendar-btn {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 32px;
  height: 50px;
  line-height: 400px;
  z-index: 10;
  cursor: pointer;
  border: none;
  background-color: #fff;
}

.tui-calendar .tui-calendar-btn-prev-month {
  left: 0;
}

.tui-calendar .tui-calendar-btn-next-month {
  right: 0;
}

.tui-calendar .tui-calendar-btn-prev-year {
  left: 0;
}

.tui-calendar .tui-calendar-btn-next-year {
  right: 0;
}

.tui-calendar .tui-calendar-btn-prev-month:after, .tui-calendar .tui-calendar-btn-next-month:after, .tui-calendar .tui-calendar-btn-prev-year:after, .tui-calendar .tui-calendar-btn-next-year:after {
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  line-height: 400px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAA+CAYAAAC7rUKSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpERjdGMzkzODVEQkRFNjExQkVCMjlDOUFDNzZDM0E5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1ODVCRTc4NkM2QkQxMUU2OTgzMzhGQjZFMjcyMTQ1RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1ODVCRTc4NUM2QkQxMUU2OTgzMzhGQjZFMjcyMTQ1RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFERENDMTc0QjlDNkU2MTE5OTc0QjIwOTY3QkQzNjZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRGN0YzOTM4NURCREU2MTFCRUIyOUM5QUM3NkMzQTk0Ii8+IDwvcmRmOkRlc2NyaXB0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) no-repeat;
  content: "";
}

.tui-calendar .tui-calendar-btn-prev-month:after, .tui-calendar.tui-calendar-month .tui-calendar-btn-prev-year:after {
  width: 6px;
  height: 11px;
  left: 50%;
  margin-left: -3px;
  background-position: 0 0;
}

.tui-calendar .tui-calendar-btn-next-month:after, .tui-calendar.tui-calendar-month .tui-calendar-btn-next-year:after {
  width: 6px;
  height: 11px;
  right: 50%;
  margin-right: -3px;
  background-position: -8px 0;
}

.tui-calendar .tui-calendar-btn-prev-year:after {
  width: 11px;
  height: 10px;
  left: 50%;
  margin-left: -6px;
  background-position: -16px -36px;
}

.tui-calendar .tui-calendar-btn-next-year:after {
  width: 11px;
  height: 10px;
  right: 50%;
  margin-right: -6px;
  background-position: -16px -49px;
}

.tui-calendar.tui-calendar-month .tui-calendar-btn-prev-year, .tui-calendar.tui-calendar-month .tui-calendar-btn-next-year {
  width: 50px;
}

.tui-calendar .tui-calendar-has-btns .tui-calendar-btn-prev-year {
  left: 10px;
}

.tui-calendar .tui-calendar-has-btns .tui-calendar-btn-next-year {
  right: 10px;
}

.tui-calendar .tui-calendar-has-btns .tui-calendar-btn-prev-month {
  left: 44px;
}

.tui-calendar .tui-calendar-has-btns .tui-calendar-btn-next-month {
  right: 44px;
}

.tui-calendar .tui-calendar-body-header th {
  color: #777;
}

.tui-calendar .tui-calendar-body-inner {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
}

.tui-calendar th {
  font-weight: normal;
  cursor: default;
}

.tui-calendar th, .tui-calendar td {
  height: 39px;
  text-align: center;
  color: #999;
}

.tui-calendar .tui-is-blocked:hover {
  cursor: default;
}

.tui-calendar .tui-calendar-month {
  width: 25%;
  height: 50px;
}

.tui-calendar .tui-calendar-today {
  color: #4b96e6;
}

.tui-calendar .tui-calendar-prev-month, .tui-calendar .tui-calendar-next-month {
  color: #ccc;
}

.tui-calendar .tui-calendar-prev-month.tui-calendar-date, .tui-calendar .tui-calendar-next-month.tui-calendar-date {
  visibility: hidden;
}

.tui-calendar .tui-calendar-btn-choice {
  background-color: #4b96e6;
}

.tui-calendar .tui-calendar-btn-close {
  background-color: #777;
}

.tui-calendar .tui-calendar-year {
  width: 25%;
  height: 50px;
}

.tui-calendar.tui-calendar-year .tui-calendar-btn-prev-year:after {
  width: 6px;
  height: 11px;
  left: 50%;
  margin-left: -3px;
  background-position: 0 0;
}

.tui-calendar.tui-calendar-year .tui-calendar-btn-next-year:after {
  width: 6px;
  height: 11px;
  right: 50%;
  margin-right: -3px;
  background-position: -8px 0;
}

.tui-calendar.tui-calendar-year .tui-calendar-btn-prev-year, .tui-calendar.tui-calendar-year .tui-calendar-btn-next-year {
  width: 50px;
}

.tui-datepicker {
  border: 1px solid #aaa;
  background-color: white;
  position: absolute;
}

.tui-datepicker * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tui-datepicker-type-date {
  width: 274px;
}

.tui-datepicker-body .tui-calendar-month, .tui-datepicker-body .tui-calendar-year {
  width: auto;
}

.tui-datepicker .tui-calendar {
  border: 0;
}

.tui-datepicker .tui-calendar-title {
  cursor: pointer;
}

.tui-datepicker .tui-calendar-title.tui-calendar-title-year-to-year {
  cursor: auto;
}

.tui-datepicker-body .tui-timepicker, .tui-datepicker-footer .tui-timepicker {
  width: 274px;
  position: static;
  padding: 20px 46px 20px 47px;
  border: 0;
}

.tui-datepicker-footer .tui-timepicker {
  border-top: 1px solid #eee;
}

.tui-datepicker-selector {
  padding: 10px;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.tui-datepicker-selector-button {
  width: 50%;
  height: 26px;
  font-size: 12px;
  line-height: 23px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #777;
  outline: none;
  cursor: pointer;
}

.tui-datepicker-selector-button.tui-is-checked {
  background-color: #eee;
  color: #333;
}

.tui-datepicker-selector-button + .tui-datepicker-selector-button {
  margin-left: -1px;
}

.tui-datepicker-selector-button [class^=tui-ico-] {
  margin: 5px 9px 0 0;
  vertical-align: top;
}

.tui-datepicker-selector-button.tui-is-checked .tui-ico-date, .tui-datepicker-input.tui-has-focus .tui-ico-date {
  background-position: -17px -14px;
}

.tui-datepicker-selector-button.tui-is-checked .tui-ico-time {
  background-position: 0 -44px;
}

.tui-datepicker-area {
  position: relative;
}

.tui-datepicker-input {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 28px;
  vertical-align: top;
  border: 1px solid #ddd;
}

.tui-datepicker-input * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tui-datepicker-input > input {
  width: 100%;
  height: 100%;
  padding: 6px 27px 6px 10px;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
  border: 0;
  color: #333;
}

.tui-datepicker-input > .tui-ico-date {
  position: absolute;
  top: 50%;
  right: 8px;
  margin: -6px 0 0 0;
}

.tui-datepicker-input.tui-has-focus {
  border-color: #aaa;
}

.tui-datetime-input {
  width: 170px;
}

.tui-datepicker .tui-is-blocked {
  cursor: default;
  color: #ddd;
}

.tui-datepicker .tui-is-valid {
  color: #999;
}

.tui-datepicker .tui-is-selectable:hover {
  background-color: #edf4fc;
  cursor: pointer;
}

.tui-datepicker .tui-is-selectable.tui-is-selected, .tui-datepicker.tui-rangepicker .tui-is-selectable.tui-is-selected {
  background-color: #4b96e6;
  color: #fff;
}

.tui-datepicker.tui-rangepicker .tui-is-selected-range {
  background-color: #edf4fc;
}

.tui-datepicker-dropdown {
  display: inline-block;
  width: 120px;
}

.tui-datepicker-dropdown .tui-dropdown-button {
  width: 100%;
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #ddd;
  padding: 0 30px 0 10px;
  text-align: left;
  background: #fff;
  cursor: pointer;
}

.tui-datepicker-dropdown {
  position: relative;
}

.tui-datepicker-dropdown .tui-ico-caret {
  position: absolute;
  top: 12px;
  right: 10px;
}

.tui-datepicker-dropdown .tui-dropdown-menu {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  overflow-y: auto;
  min-width: 0;
  max-height: 198px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-top-color: #fff;
  z-index: 10;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
}

.tui-datepicker-dropdown.tui-is-open .tui-dropdown-button {
  display: block;
}

.tui-datepicker-dropdown.tui-is-open .tui-dropdown-menu, .tui-datepicker-dropdown.tui-is-open .tui-dropdown-button {
  display: block;
  border-color: #aaa;
}

.tui-datepicker-dropdown.tui-is-open .tui-ico-caret {
  background-position: -21px -28px;
}

.tui-datepicker-dropdown .tui-menu-item {
  position: relative;
  overflow: hidden;
  position: relative;
  height: 28px;
  line-height: 28px;
  background-color: #fff;
  z-index: 10;
}

.tui-datepicker-dropdown .tui-menu-item-btn {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 28px;
  padding: 0 10px 0 30px;
  text-align: left;
  color: #333;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  z-index: 9;
}

.tui-datepicker-dropdown .tui-menu-item-btn:hover, .tui-menu-item-btn:focus, .tui-menu-item-btn:active {
  color: #333;
  background-color: #f4f4f4;
}

.tui-datepicker-dropdown .tui-menu-item .tui-ico-check {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 10px;
  height: 8px;
  top: 10px;
  left: 10px;
  background-position: -31px -54px;
  z-index: 10;
  content: "aaa";
}

.tui-datepicker-dropdown .tui-menu-item.tui-is-selected .tui-ico-check {
  display: block;
}

.tui-datepicker-dropdown .tui-menu-item.tui-is-selected .tui-menu-item-btn {
  font-weight: bold;
}

.tui-dropdown-area {
  font-size: 0;
}

.tui-dropdown-area .tui-datepicker-dropdown + .tui-datepicker-dropdown {
  margin-left: 5px;
}

.tui-hidden {
  display: none;
}

/*!
 * TOAST UI Time Picker
 * @version 2.1.4
 * @author NHN FE Development Lab <dl_javascript@nhn.com>
 * @license MIT
 */
.tui-timepicker * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tui-timepicker button {
  border-radius: 0;
}

.tui-timepicker input, .tui-timepicker select {
  font-weight: normal;
}

.tui-ico-t-btn, .tui-timepicker-input-radio, .tui-ico-colon, .tui-ico-time {
  overflow: hidden;
  display: inline-block;
  width: 1px;
  height: 1px;
  line-height: 300px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAA+CAYAAAC7rUKSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpERjdGMzkzODVEQkRFNjExQkVCMjlDOUFDNzZDM0E5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1ODVCRTc4NkM2QkQxMUU2OTgzMzhGQjZFMjcyMTQ1RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1ODVCRTc4NUM2QkQxMUU2OTgzMzhGQjZFMjcyMTQ1RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFERENDMTc0QjlDNkU2MTE5OTc0QjIwOTY3QkQzNjZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRGN0YzOTM4NURCREU2MTFCRUIyOUM5QUM3NkMzQTk0Ii8+IDwvcmRmOkRlc2NyaXB0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) no-repeat;
}

.tui-timepicker .tui-timepicker-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
}

.tui-timepicker .tui-timepicker-select::-ms-expand {
  display: none;
}

.tui-calendar-select-content .tui-timepicker {
  border: 0;
  margin: 0 auto;
}

.tui-timepicker input {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

.tui-timepicker {
  position: relative;
  top: -1px;
  padding: 30px 20px;
  font-weight: bold;
  border: 1px solid #aaa;
  background: white;
  text-align: center;
}

.tui-timepicker-row {
  width: 100%;
  font-size: 0;
}

.tui-timepicker-column {
  display: inline-block;
  vertical-align: middle;
}

.tui-timepicker-btn-area {
  position: relative;
  height: 88px;
  padding: 19px 0;
}

.tui-timepicker-spinbox {
  width: 52px;
}

.tui-timepicker-selectbox + .tui-timepicker-selectbox {
  padding-left: 5px;
}

.tui-timepicker-btn-area .tui-timepicker-spinbox-input {
  width: 100%;
  height: 100%;
  line-height: 46px;
  border: 1px solid #ddd;
}

.tui-timepicker-btn {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: transparent;
  border: 1px solid #ddd;
  cursor: pointer;
}

.tui-timepicker-btn:hover, .tui-timepicker-btn:focus, .tui-timepicker-btn:active {
  background-color: #f4f4f4;
}

.tui-timepicker-btn-up {
  top: 0;
}

.tui-timepicker-btn-down {
  bottom: 0;
}

.tui-timepicker-btn .tui-ico-t-btn {
  width: 13px;
  height: 7px;
}

.tui-timepicker-btn-up .tui-ico-t-btn {
  background-position: 0 -12px;
}

.tui-timepicker-btn-down .tui-ico-t-btn {
  background-position: 0 -21px;
}

.tui-timepicker-colon {
  width: 22px;
}

.tui-timepicker-body .tui-timepicker-colon, .tui-timepicker-footer .tui-timepicker-colon {
  width: 18px;
}

.tui-ico-colon {
  width: 2px;
  height: 7px;
  background-position: -17px -28px;
}

.tui-timepicker-select {
  width: 52px;
  height: 28px;
  padding: 5px 0 5px 9px;
  font-size: 12px;
  border: 1px solid #ddd;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAECAYAAACHtL/sAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mzk1NDA2RTVCREIxMTFFNjhENTJFMjdDNDQ3RDJCMTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mzk1NDA2RTZCREIxMTFFNjhENTJFMjdDNDQ3RDJCMTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOTU0MDZFM0JEQjExMUU2OEQ1MkUyN0M0NDdEMkIxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOTU0MDZFNEJEQjExMUU2OEQ1MkUyN0M0NDdEMkIxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpZ5HPgAAAAxSURBVHjaYjQ2Nv7PgBswgogzZ87gVMAEU4RLMyHABKUFyNGMbMBHJEOI1gwCAAEGAPSlBRrNcMApAAAAAElFTkSuQmCC) no-repeat;
  background-position: 100% 50%;
  cursor: pointer;
}

.tui-timepicker-check-lst {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tui-timepicker-check {
  margin-top: 11px;
}

.tui-timepicker-check:first-child {
  margin-top: 0;
}

.tui-timepicker-checkbox {
  padding-left: 16px;
}

.tui-timepicker-radio {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.tui-timepicker-radio input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.tui-timepicker-radio-label {
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  color: #777;
  cursor: pointer;
}

.tui-timepicker-input-radio {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: -31px 0;
}

.tui-timepicker-radio .tui-timepicker-meridiem-checked + .tui-timepicker-radio-label .tui-timepicker-input-radio {
  background-position: -31px -18px;
}

.tui-timepicker-radio input:disabled + .tui-timepicker-radio-label .tui-timepicker-input-radio {
  background-position: -31px -36px;
}

.tui-ico-time {
  width: 12px;
  height: 12px;
  background-position: 0 -30px;
}

.tui-timepicker-area {
  position: relative;
}

.tui-time-input {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 28px;
  border: 1px solid #ddd;
}

.tui-time-input input {
  width: 100%;
  height: 100%;
  padding: 0 27px 0 10px;
  font-size: 12px;
  border: 0;
  color: #333;
  box-sizing: border-box;
}

.tui-time-input .tui-ico-time {
  position: absolute;
  top: 50%;
  right: 8px;
  margin: -6px 0 0 0;
}

.tui-time-input.tui-has-focus {
  border-color: #aaa;
}

.tui-time-input .tui-ico-time {
  background-position: 0 -30px;
}

.tui-time-input.tui-has-focus .tui-ico-time {
  background-position: 0 -44px;
}

.tui-has-left.tui-timepicker-body, .tui-has-left .tui-timepicker-row {
  position: relative;
}

.tui-has-left .tui-timepicker-row:after {
  display: block;
  clear: both;
  content: "";
}

.tui-has-left .tui-is-add-picker {
  float: left;
  padding: 0 5px 0 0;
}

.tui-has-left .tui-timepicker-checkbox {
  float: left;
  margin-top: 23px;
  padding: 0 16px 0 0;
}

.tui-hidden {
  display: none;
}

html {
  font-family: "AkkuratLLWeb", sans-serif;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--color-text);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  color: #000;
  cursor: pointer;
  position: relative;
}
a:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}
a:hover, a:focus {
  text-decoration: none;
}
a:hover:after, a:focus:after {
  opacity: 1;
  transform: scale(1);
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.headline--subline {
  font-size: var(--font-step-5);
  text-align: center;
  margin: 0 auto;
  max-width: 18em;
  padding-bottom: var(--spacer-md);
  word-wrap: break-word;
}
.headline--preamble {
  font-size: var(--font-step-4);
  padding-bottom: var(--spacer-lg);
  text-align: left;
}
@media only screen and (max-width: 68rem) {
  .headline--preamble {
    font-size: 20px;
  }
}
.headline--preamble p {
  padding: 0 0 var(--spacer-sm) 0;
  letter-spacing: 1px;
  word-wrap: break-word;
}
@media only screen and (max-width: 68rem) {
  .headline--preamble p {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 70.1rem) {
  .headline--preamble p:first-of-type:before {
    content: url("../img/black-arrow-right.svg");
    display: inline-block;
    text-decoration: none;
    margin-right: var(--spacer-sm);
  }
}
.headline--preamble .btn--secondary {
  font-size: var(--font-step-2);
}
.headline--preamble a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #6ebde7;
  width: 0%;
  display: block;
  transition: width 0.5s ease-in-out;
  background: rgba(128, 225, 183, 0.5);
  height: 1.25em;
  z-index: -1;
  border-bottom: none;
}
.headline--preamble a:hover {
  color: black;
}
.headline--preamble a:hover:after {
  width: 100%;
}
.headline--arrow--before p:first-of-type:before {
  content: url("../img/small-arrow-before.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: var(--spacer-xs);
}
.headline--arrow:before {
  content: url("../img/small-arrow-before.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: var(--spacer-xs);
}

h1, h2 {
  font-size: var(--font-step-5);
  text-align: center;
  margin: 0 auto;
  max-width: 18em;
  padding-bottom: var(--spacer-md);
  word-wrap: break-word;
}
@media only screen and (max-width: 42rem) {
  h1, h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: var(--font-step-4);
  line-height: 1.25;
}
@media only screen and (max-width: 42rem) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: var(--font-step-2);
}

.main__content {
  width: 90%;
  margin: 0 auto;
  max-width: 84em;
}
.main__content.btn--set {
  padding: 0;
}
.main__content h2 {
  font-size: var(--font-step-5);
  scroll-margin-top: 8em;
}
@media only screen and (max-width: 42rem) {
  .main__content h2 {
    font-size: 24px;
  }
}
.main__content p {
  padding-bottom: var(--spacer-sm);
  font-weight: normal;
}
.main__content ul {
  list-style-image: url("../img/line.svg");
  margin-left: var(--spacer-md);
}
.main__content img {
  width: auto;
  max-width: 100%;
}
.main__content ol {
  list-style-type: decimal;
  margin-left: var(--spacer-md);
  padding: var(--spacer-sm) 0;
}
.main__content ul {
  padding-bottom: var(--spacer-sm);
}
.main__content__bottom-spacer {
  padding-bottom: var(--spacer-md);
}
.main__content__spacer {
  margin: var(--spacer-lg) auto;
}
.main__content__downloads h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: var(--spacer-sm);
}
.main__content__downloads a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #6ebde7;
  width: 0%;
  display: block;
  transition: width 0.5s ease-in-out;
  background: rgba(128, 225, 183, 0.5);
  height: 1.25em;
  z-index: -1;
  border-bottom: none;
}
.main__content__downloads a:hover {
  color: black;
}
.main__content__downloads a:hover:after {
  width: 100%;
}
.main__content article a {
  color: #000;
  z-index: 3;
  position: relative;
  padding-bottom: 2px;
}
.main__content article a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #6ebde7;
  width: 0%;
  display: block;
  transition: width 0.5s ease-in-out;
  background: rgba(128, 225, 183, 0.5);
  height: 1.25em;
  z-index: -1;
  border-bottom: none;
}
.main__content article a:hover {
  color: black;
}
.main__content article a:hover:after {
  width: 100%;
}
.main__content--two-columns {
  column-count: 2;
  column-gap: var(--spacer-lg);
}
@media only screen and (max-width: 68rem) {
  .main__content--two-columns {
    column-count: 1;
  }
}
.main__content--two-columns p {
  padding: 0;
  padding-bottom: var(--spacer-sm);
}
.main__content--two-columns p:first-of-type:before {
  content: url("../img/small-arrow-before.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: var(--spacer-xs);
}
.main__content__linklist {
  line-height: 2;
}
@media only screen and (max-width: 68rem) {
  .main__content__linklist {
    text-align: center;
    font-size: var(--font-step-3);
    padding-bottom: var(--spacer-lg);
  }
}
.main__content__linklist ul {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
}
.main__content__linklist a {
  color: #4ab37e;
  transition: all 0.4s;
}
.main__content__linklist a::after {
  border-bottom: none;
}
.main__content__linklist a:hover {
  color: black;
  background: rgba(128, 225, 183, 0.5);
  text-decoration: none !important;
  border-bottom: none !important;
}
.main__preamble .btn--set {
  padding: var(--spacer-sm) 0;
}
.main__preamble .grid__item--half h1, .main__preamble .grid__item--half h2, .main__preamble .grid__item--half h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  max-width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: var(--spacer-sm);
}

.booking-notice {
  font-size: 0.875rem;
  margin: 0.5rem 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn:focus + .booking-notice, .btn:hover + .booking-notice {
  opacity: 1;
}

.page__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: var(--spacer-md) 0 var(--spacer-xl);
  background: #FFF;
  transition: all 0.8s;
  z-index: 99999;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 68rem) {
  .page__header {
    padding: var(--spacer-sm) 0;
  }
}
.page__logo {
  max-width: 320px;
  display: block;
  margin-left: 6vw;
}
.page__logo h1 {
  line-height: 0;
  text-indent: -9999px;
  padding: 0;
}
.page__logo:after {
  border-bottom: none;
}
@media only screen and (max-width: 68rem) {
  .page__logo {
    margin-left: 0;
    padding: 0 var(--spacer-sm);
  }
}
.page__logo img {
  width: 100%;
  height: 80px;
  display: block;
}
@media only screen and (max-width: 68rem) {
  .page__logo img {
    max-width: 75%;
  }
}
.page__logo:hover:after, .page__logo:focus:after {
  border-bottom: none;
}
.page__footer h3 {
  color: #FFF;
}
.page__footer a {
  text-decoration: none;
  transition: all 0.8s;
}
.page__footer a:hover, .page__footer a:focus {
  color: #80e1b7;
}
.page__footer--main {
  padding: var(--spacer-lg) 0;
  color: #FFF;
}
@media only screen and (max-width: 68rem) {
  .page__footer--main .grid__item:first-of-type {
    border-bottom: 1px solid #fff;
    padding-bottom: var(--spacer-xl);
  }
}
.page__footer--main .grid__item span {
  margin-right: var(--spacer-md);
}
.page__footer--main .grid__item a, .page__footer--main .grid__item button {
  color: #FFF;
  letter-spacing: 1px;
  background: none;
  border: none;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 68rem) {
  .page__footer--main .grid__item a, .page__footer--main .grid__item button {
    font-size: 16px;
  }
}
.page__footer--main .grid__item a:after, .page__footer--main .grid__item button:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}
.page__footer--main .grid__item a:hover, .page__footer--main .grid__item a:focus, .page__footer--main .grid__item button:hover, .page__footer--main .grid__item button:focus {
  text-decoration: none;
  color: #80e1b7;
}
.page__footer--main .grid__item a:hover:after, .page__footer--main .grid__item a:focus:after, .page__footer--main .grid__item button:hover:after, .page__footer--main .grid__item button:focus:after {
  opacity: 1;
  transform: scale(1);
}
.page__footer--main .grid__item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: var(--spacer-sm);
}
.page__footer--main .grid__item p {
  margin-bottom: var(--spacer-sm);
  display: block;
  overflow: hidden;
}
.page__footer--main .grid__row {
  display: flex;
  width: 90%;
  max-width: 120em;
  margin: 0 auto;
}
@media only screen and (max-width: 68rem) {
  .page__footer--main .grid__row .grid__item--onefourth {
    width: 50%;
  }
}
@media only screen and (max-width: 472px) {
  .page__footer--main .grid__row .grid__item--onefourth {
    width: 100%;
  }
}
.page__footer--meta {
  color: #000;
  text-transform: uppercase;
  padding-bottom: var(--spacer-lg);
  padding-top: var(--spacer-sm);
  width: 90%;
  max-width: 120em;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 42rem) {
  .page__footer--meta {
    display: block;
    text-align: center;
    padding-bottom: 0;
  }
}
.page__footer--meta a {
  text-decoration: none;
}
.page__footer--meta svg {
  width: 22px;
  height: 22px;
  margin-right: var(--spacer-xs);
}
.page__footer--meta .grid__item {
  width: 50%;
}
@media only screen and (max-width: 42rem) {
  .page__footer--meta .grid__item {
    width: 100%;
  }
}
.page__footer--meta .grid__item:first-of-type {
  order: 2;
}
@media only screen and (max-width: 68rem) {
  .page__footer--meta .grid__item:first-of-type {
    order: 1;
  }
}
.page__contact {
  padding: var(--spacer-lg) 0;
}
.page__contact ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.page__contact ul li:before {
  content: "";
  display: inline-block;
  margin-right: 0;
}
.page__contact ul li a {
  text-decoration: none;
}
.page__contact ul li span {
  margin-right: var(--spacer-md);
}
.page__contact__main {
  border-bottom: 1px solid;
  padding-bottom: var(--spacer-lg);
  margin-bottom: var(--spacer-lg);
}
.page__nav {
  margin-right: var(--spacer-lg);
  padding: 0;
}
.page__nav--main {
  position: fixed;
  width: 100%;
  max-width: 50vw;
  min-height: 100vh;
  background-color: #80e1b7;
  right: 0;
  top: 0;
  padding: 4vh 4em;
  z-index: 10;
  display: none;
  hyphens: auto;
  word-wrap: break-word;
}
@media only screen and (max-width: 42rem) {
  .page__nav--main {
    max-width: 100%;
    min-height: 0;
    padding: var(--spacer-md);
  }
}
.page__nav--main > li {
  padding: 0 0 var(--spacer-xs);
}
.page__nav--main > li a, .page__nav--main > li p {
  font-size: calc(20px + 12 * (100vw - 320px) / 1300);
  text-decoration: none;
  line-height: 2;
}
.page__nav--main > li svg {
  margin-left: 0;
  margin-right: var(--spacer-xs);
  margin-top: -9px;
  display: inline-block;
  vertical-align: middle;
}
.page__nav--main > li ul {
  position: relative;
  padding: 0 0 var(--spacer-xs);
}
.page__nav--main > li ul li {
  display: flex;
  margin-bottom: 0.25em;
}
.page__nav--main > li ul li:before {
  content: url("../img/menu-arrow.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: 0.65em;
  margin-top: 2px;
}
.page__nav--main > li ul li a {
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-height: 950px) {
  .page__nav--main > li ul li a {
    font-size: 16px;
  }
}
.page__nav input[type=checkbox] {
  display: none;
}
.page__nav input[type=checkbox]:checked ~ #menu {
  display: block;
}
.page__nav input[type=checkbox]:checked + label {
  position: fixed;
}
.page__nav input[type=checkbox]:checked + label .page__nav__trigger__barset .top {
  transform: translateY(8px) rotateZ(45deg);
}
.page__nav input[type=checkbox]:checked + label .page__nav__trigger__barset .bottom {
  transform: translateY(-5px) rotateZ(-45deg);
}
.page__nav__trigger {
  position: absolute;
  top: var(--spacer-lg);
  right: var(--spacer-lg);
  z-index: 12;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: flex;
  justify-content: space-between;
  transition: all 0.6s;
}
@media only screen and (max-width: 68rem) {
  .page__nav__trigger {
    right: var(--spacer-sm);
  }
}
.page__nav__trigger--menu {
  margin-top: 8px;
  margin-right: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 68rem) {
  .page__nav__trigger--menu {
    display: none;
  }
}
.page__nav__trigger__barset {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto 0;
}
@media only screen and (max-width: 68rem) {
  .page__nav__trigger__barset {
    margin: -0.75em auto 0;
  }
}
.page__nav__trigger__bar {
  display: block;
  height: 1px;
  width: 50px;
  background: #000000;
  margin: 12px auto;
  transition: all 0.8s ease;
}

.sticky {
  position: fixed;
  top: 0;
  padding: var(--spacer-xs) 0 var(--spacer-xs);
}
.sticky .page__nav__trigger {
  top: calc(var(--spacer-sm) * 1.1);
}
@media only screen and (max-width: 68rem) {
  .sticky .page__nav__trigger__barset {
    margin: 0.5em auto 0;
  }
}
@media only screen and (max-width: 68rem) {
  .sticky .breadcrumbs {
    display: none;
  }
}

.index h2 {
  font-size: var(--font-step-5);
  text-align: center;
  margin: 0 auto;
  max-width: 20em;
  padding-bottom: var(--spacer-md);
  word-wrap: break-word;
}

.listing {
  list-style-type: none;
}
.listing__marquee {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: var(--spacer-xs);
  padding: var(--spacer-xs) 0;
}
.listing__marquee__inner {
  padding-left: 100%;
  width: 200%;
  text-align: center;
  justify-content: space-between;
  animation: marquee 20s linear infinite;
  display: flex;
  justify-content: space-between;
}
.listing__marquee__inner:hover, .listing__marquee__inner:focus {
  animation-play-state: paused;
}
.listing__marquee__inner a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin: var(--spacer-xs);
  font-size: var(--font-button);
  transition: all 0.8s;
  letter-spacing: 2px;
}
.listing__marquee__inner a:hover, .listing__marquee__inner a:focus {
  color: #000;
}
.listing__marquee__inner a:focus {
  font-weight: 800;
}
.listing--links {
  margin-top: var(--spacer-lg);
}
.listing__accordion {
  margin: 0 auto;
  padding: var(--spacer-xs) 0 0;
}
.listing__accordion h3 {
  margin-bottom: var(--spacer-md);
}
.listing__accordion--wrapper {
  display: block;
  overflow: hidden;
  padding-top: 80px;
  margin-top: -80px;
}
.listing__accordion--item {
  border-bottom: 1px solid;
  padding: var(--spacer-md) 0;
}
.listing__accordion--label {
  justify-content: space-between;
  cursor: pointer;
  font-size: var(--font-step-4);
}
@media only screen and (max-width: 68rem) {
  .listing__accordion--label {
    font-size: var(--font-step-3);
  }
}
.listing__accordion--label:before {
  content: url("../img/black-arrow-right.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: var(--spacer-sm);
  transform: rotate(90deg);
}
.listing__accordion input:checked + .listing__accordion--label:before {
  transform: rotate(0deg);
}
.listing__accordion input:checked ~ .listing__accordion--content {
  max-height: 100%;
  padding: 1em;
}
@media only screen and (max-width: 68rem) {
  .listing__accordion input:checked ~ .listing__accordion--content {
    padding: 0;
  }
}
.listing__accordion input:checked ~ .listing__accordion--content article {
  padding: var(--spacer-sm) 0 0;
}
.listing__accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.listing__accordion--content {
  overflow: hidden;
  max-height: 0;
}
.listing__accordion--content article {
  column-count: 2;
  column-gap: var(--spacer-lg);
}
@media only screen and (max-width: 68rem) {
  .listing__accordion--content article {
    column-count: 1;
  }
}
.listing__accordion--content .grid__row {
  padding: var(--spacer-lg) 0;
}
.listing__accordion--content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #6ebde7;
  width: 0%;
  display: block;
  background: rgba(128, 225, 183, 0.5);
  height: 1.25em;
  z-index: -1;
  border-bottom: none;
}
.listing__accordion--content a:hover, .listing__accordion--content a:focus {
  color: black;
}
.listing__accordion--content a:hover:after, .listing__accordion--content a:focus:after {
  width: 100%;
}
.listing__booking__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: var(--spacer-sm) 0;
}
.listing__booking__item div time {
  display: block;
}
.listing__masonry {
  padding: var(--spacer-lg) 0;
  width: 90%;
  max-width: 120em;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.listing__masonry .grid-item {
  padding-bottom: var(--spacer-lg);
}
.listing__masonry .grid-item a {
  text-decoration: none;
  display: block;
}
.listing__masonry .grid-item a:hover img, .listing__masonry .grid-item a:focus img {
  opacity: 0.8;
  filter: grayscale(60%);
}
@media (max-width: 68rem) {
  .listing__masonry .grid-item {
    margin-bottom: var(--spacer-xxl);
    display: block;
    overflow: hidden;
  }
}
.listing__masonry .grid-item article {
  font-size: 15px;
}
.listing__masonry .grid-item article p {
  padding: 0;
  font-size: var(--font-step-2);
}
.listing__masonry .grid-item article p:before {
  content: url("../img/small-arrow-before.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: var(--spacer-xs);
}
.listing__masonry .grid-item article h2, .listing__masonry .grid-item article h3 {
  display: block;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 0.95em;
  font-size: var(--font-step-3);
  max-width: 100%;
  position: relative;
}
@media (max-width: 42rem) {
  .listing__masonry .grid-item article h2, .listing__masonry .grid-item article h3 {
    font-size: 24px;
  }
}
.listing__masonry .grid-item article h2 span, .listing__masonry .grid-item article h3 span {
  background: #000;
  color: #FFF;
  border-radius: 25px;
  font-size: 12px;
  padding: 0 0.25em;
  position: absolute;
  bottom: -0.75em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 58px;
}
.listing__masonry .grid-item article h2 span.leisure, .listing__masonry .grid-item article h3 span.leisure {
  max-width: 90px;
}
.listing__masonry a:after {
  border-bottom: none;
}
.listing__masonry .grid-sizer,
.listing__masonry .grid-item {
  width: 23.5%;
}
.listing__masonry .grid-sizer.less-items,
.listing__masonry .grid-item.less-items {
  width: 32%;
}
@media (max-width: 68rem) {
  .listing__masonry .grid-sizer.less-items,
.listing__masonry .grid-item.less-items {
    width: 48%;
  }
}
@media (max-width: 42rem) {
  .listing__masonry .grid-sizer.less-items,
.listing__masonry .grid-item.less-items {
    width: 100%;
  }
}
@media (max-width: 68rem) {
  .listing__masonry .grid-sizer,
.listing__masonry .grid-item {
    width: 48%;
  }
}
@media (max-width: 42rem) {
  .listing__masonry .grid-sizer,
.listing__masonry .grid-item {
    width: 100%;
  }
}
.listing__masonry .gutter-sizer {
  width: 5%;
}
@media (max-width: 68rem) {
  .listing__masonry .gutter-sizer {
    width: 0;
  }
}
.listing__masonry--gallery .grid-item {
  margin-bottom: var(--spacer-sm);
}
.listing__masonry--gallery .grid-sizer,
.listing__masonry--gallery .grid-item {
  width: 32.2%;
}
@media (max-width: 42rem) {
  .listing__masonry--gallery .grid-sizer,
.listing__masonry--gallery .grid-item {
    width: 48%;
  }
}
@media (max-width: 68rem) {
  .listing__masonry--gallery .grid-sizer,
.listing__masonry--gallery .grid-item {
    width: 100%;
  }
}
.listing__masonry__image {
  position: relative;
  display: block;
  max-width: 100%;
}
.listing__masonry__image img {
  box-sizing: border-box;
  transition: all 0.8s ease-in-out;
  height: 100%;
  object-fit: cover;
  display: block;
}
.listing__masonry__image:hover img, .listing__masonry__image:focus img {
  opacity: 0.8;
  filter: grayscale(40%);
}
.listing__masonry__image:hover + article a, .listing__masonry__image:focus + article a {
  background-size: 4px 50px;
  color: #000 !important;
}
.listing__general {
  padding: var(--spacer-lg) 0;
  width: 90%;
  max-width: 120em;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
.listing__general .grid-item {
  padding-bottom: var(--spacer-lg);
}
@media only screen and (max-width: 95em) {
  .listing__general .grid-item {
    width: 32%;
  }
}
@media only screen and (max-width: 1100px) {
  .listing__general .grid-item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 42rem) {
  .listing__general .grid-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.listing__general .grid-item a {
  text-decoration: none;
  display: block;
}
.listing__general .grid-item a:hover img, .listing__general .grid-item a:focus img {
  opacity: 0.8;
  filter: grayscale(60%);
}
@media (max-width: 68rem) {
  .listing__general .grid-item {
    margin-bottom: var(--spacer-sm);
    display: block;
    overflow: hidden;
  }
}
.listing__general .grid-item article p {
  padding: 1.55rem 0 0 0;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  border-top: 1px solid #000;
}
.listing__general .grid-item article h2, .listing__general .grid-item article h3 {
  display: block;
  text-align: center;
  padding-top: 0.75em;
  padding-bottom: 0;
  margin-bottom: 0.35rem;
  font-size: calc(16px + 4 * (100vw - 320px) / 1300);
  line-height: 1.65rem;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
  min-height: 81.65px;
}
@media (max-width: 42rem) {
  .listing__general .grid-item article h2, .listing__general .grid-item article h3 {
    font-size: 20px;
    line-height: 1.5rem;
    min-height: 0;
  }
}
.listing__general .grid-item article h2 span, .listing__general .grid-item article h3 span {
  background: #000;
  color: #FFF;
  border-radius: 25px;
  font-size: 12px;
  padding: 0 0.25em;
  position: absolute;
  bottom: -0.75em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 58px;
}
.listing__general .grid-item article h2 span.leisure, .listing__general .grid-item article h3 span.leisure {
  max-width: 90px;
}
.listing__general a:after {
  border-bottom: none;
}
.listing__general__image {
  position: relative;
  display: block;
  max-width: 100%;
  height: 270px;
  width: 100%;
}
.listing__general__image img {
  box-sizing: border-box;
  transition: all 0.8s ease-in-out;
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.listing__general__image:hover img, .listing__general__image:focus img {
  opacity: 0.8;
  filter: grayscale(40%);
}
.listing__general__image:hover + article a, .listing__general__image:focus + article a {
  background-size: 4px 50px;
  color: #000 !important;
}
.listing .listing__masonry {
  padding: var(--spacer-xs) 0;
}
.listing .no-workshops {
  text-align: center;
  display: block;
  width: 100%;
}
.listing .playtime {
  font-size: 0.85rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  font-weight: 600;
}

.event__list {
  margin-top: var(--spacer-lg);
}
.event__list h3 {
  font-size: var(--font-button);
  font-weight: 600;
  margin-bottom: var(--spacer-sm);
}
.event__list ul {
  list-style-type: none;
  margin-left: 0;
}
.event__list ul li {
  border-bottom: 1px solid #000;
  padding: var(--spacer-sm) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 42rem) {
  .event__list ul li {
    display: block;
  }
  .event__list ul li .btn--primary, .event__list ul li .btn--sold {
    display: block;
    text-align: center;
    margin-top: 1em;
  }
}
.event__list ul li p {
  padding: 0;
  line-height: 1;
  margin: 11px 0;
}
.event__list ul li:before {
  content: "";
  display: inline-block;
  margin-right: 0;
  display: none;
}
.event__list ul li .btn {
  min-width: 153px;
  text-align: center;
}

.date-list {
  list-style-image: none;
  padding-bottom: 0 !important;
}
.date-list li {
  padding: 0 !important;
  border-bottom: none !important;
}
.cmnstr-table {
  width: 100%;
  font-size: 0.85em;
}
.cmnstr-table thead {
  border-bottom: 1px solid #cdcdcd;
}
.cmnstr-table th, .cmnstr-table td {
  padding: 0.5em;
  text-align: center;
}

.podcasts .main__content {
  max-width: 50.5em;
}
.podcasts__intro {
  margin-top: 6rem !important;
  border-bottom: 2px dashed #cecece;
  padding-bottom: 6rem;
}
@media (max-width: 42rem) {
  .podcasts__intro {
    margin-top: 4rem !important;
    padding-bottom: 0;
  }
}
.podcasts .grid__row {
  max-width: 1350px;
  justify-content: center;
  gap: 3rem;
  margin: 0 auto 6rem;
  align-items: center;
}
@media (max-width: 42rem) {
  .podcasts .grid__row {
    margin: 2rem auto 0;
  }
}
.podcasts .grid__row h3 {
  font-size: 28px !important;
}
@media (max-width: 42rem) {
  .podcasts .grid__row h3 {
    font-size: 20px !important;
  }
}
.podcasts .audio-box {
  position: relative;
}
.podcasts .audio-box audio {
  width: 100%;
}

.marketplace .podcasts article {
  padding: 1rem 0 !important;
}

.podcast-banner p {
  font-size: var(--font-step-4);
  padding-bottom: var(--spacer-lg);
  text-align: left;
}
@media (max-width: 68rem) {
  .podcast-banner p {
    font-size: 20px;
  }
}
.podcast-banner h2 {
  font-size: var(--font-step-5);
}
.podcast-banner footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .podcast-banner footer {
    display: block;
  }
  .podcast-banner footer a {
    margin-top: 1rem;
  }
}
.podcast-banner footer p {
  font-size: var(--font-step-4);
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 68rem) {
  .podcast-banner footer p {
    font-size: 20px;
  }
}
.podcast-banner footer .btn--primary {
  font-size: 22px;
}

.breadcrumbs {
  margin-top: 1.45em;
  padding: 0;
}
@media only screen and (max-width: 68rem) {
  .breadcrumbs {
    margin-left: var(--spacer-sm);
    margin-top: 0;
    margin-bottom: 2em;
  }
}
.breadcrumbs ol {
  display: flex;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
}
.breadcrumbs__item:last-of-type > a {
  text-decoration: none;
  color: #4ab37e;
}
.breadcrumbs__item:nth-last-child(2) {
  display: flex;
}
.breadcrumbs__item:nth-last-child(2):before {
  content: "";
  display: none;
}
.breadcrumbs__item:not(:last-child):after {
  content: url("../img/breadcrumb-arrow.svg");
  margin: 0 0.5em;
}
.breadcrumbs__item a {
  text-decoration: none;
  font-size: var(--font-step-1);
  display: block;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content__card {
  padding: 1em;
}
.content__card--intro {
  color: #FFF;
  padding: 2em 0.5em;
  word-wrap: break-word;
}
@media only screen and (max-width: 68rem) {
  .content__card--intro {
    padding: var(--spacer-md);
  }
}
.content__card--intro h2 {
  color: #FFF;
  font-size: calc(20px + 10 * (100vw - 320px) / 1300);
  text-align: left;
  align-items: baseline;
  padding-bottom: var(--spacer-sm);
}
@media only screen and (max-width: 68rem) {
  .content__card--intro h2 {
    font-size: var(--font-step-3);
  }
}
.content__card--intro p {
  font-size: calc(20px + 10 * (100vw - 320px) / 1300);
  margin-top: 5px;
  vertical-align: middle;
}
.content__card--intro p:before {
  content: url("../img/white-arrow-right.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: var(--spacer-xs);
  vertical-align: middle;
}
@media only screen and (max-width: 68rem) {
  .content__card--intro p {
    font-size: var(--font-step-3);
  }
}
.content__card--poc {
  padding: 0 1%;
  margin-bottom: var(--spacer-md);
}
.content__card--poc--overview {
  position: relative;
  justify-content: flex-start;
  display: flex;
  flex-flow: row wrap;
  gap: 2%;
  scroll-margin-top: 8rem;
}
.content__card--poc--overview .btn {
  margin-left: 0;
  padding: 0;
}
.content__card--poc img {
  height: auto;
}
.content__card--poc > h3 {
  margin-top: 0.75rem;
  font-size: var(--font-button);
}
.content__card--poc p {
  font-size: var(--font-step-1);
}
.content__card--poc--detail {
  position: absolute;
  background: #FFF;
  top: -8em;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 84em;
  margin: 0 auto;
  z-index: 1;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 68rem) {
  .content__card--poc--detail {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -9em;
    width: 100%;
    overflow: hidden;
    z-index: 2;
  }
  .content__card--poc--detail picture {
    padding: 0;
  }
}
.content__card--poc--detail .content {
  padding: var(--spacer-xl) var(--spacer-md);
}
@media only screen and (max-width: 68rem) {
  .content__card--poc--detail .content {
    padding: var(--spacer-md);
  }
}
.content__card--poc--detail .content h3 {
  text-align: center;
  padding-top: var(--spacer-xl);
}
@media only screen and (max-width: 68rem) {
  .content__card--poc--detail .content h3 {
    font-size: 18px;
  }
}
.content__card--poc--detail .content span {
  text-align: center;
  display: block;
  padding: var(--spacer-md) 0;
  font-size: 18px;
}
.content__card--poc--detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content__card--poc--detail.show {
  display: flex;
}
@media only screen and (max-width: 68rem) {
  .content__card--poc--detail.show {
    display: block;
  }
}
.content__card--poc--detail .close {
  position: absolute;
  left: var(--spacer-sm);
  top: var(--spacer-sm);
  z-index: 2;
}
.content__card--poc--detail .close svg {
  transition: all 0.8s;
}
.content__card--poc--detail .close:after {
  border-bottom: none;
}
.content__card--poc--detail .close:hover svg, .content__card--poc--detail .close:focus svg {
  stroke: #b7f1c7;
}
.content__card--poc--detail .close:hover:after, .content__card--poc--detail .close:focus:after {
  border-bottom: none;
}
.content__card--popup {
  padding: var(--spacer-md);
  color: #FFF;
  position: absolute;
  right: 0;
  z-index: 500;
  top: 50vh;
}
@media only screen and (max-width: 68rem) {
  .content__card--popup {
    max-width: 65%;
  }
}
@media only screen and (max-width: 42rem) {
  .content__card--popup {
    max-width: 85%;
  }
}
.content__card--popup article {
  max-width: 90%;
}
@media only screen and (max-width: 68rem) {
  .content__card--popup article {
    max-width: 85%;
  }
}
.content__card--popup article p {
  padding-bottom: var(--spacer-sm);
}
.content__card--popup a {
  color: #FFF;
}
.content__card--popup .close {
  position: absolute;
  right: 1em;
  top: 1em;
}
.content__card--citiation {
  padding: var(--spacer-md);
  text-align: center;
}
.content__card--citiation p {
  font-size: var(--font-step-1);
  margin-bottom: var(--spacer-sm);
}
.content__card--citiation blockquote {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media only screen and (max-width: 68rem) {
  .content__card--citiation blockquote {
    text-underline-offset: 8px;
  }
}
.content__card--blackbox {
  color: #FFF;
}
.content__card--blackbox .main__content--two-columns p {
  padding-bottom: 0;
}
.content__card--blackbox__item {
  padding: var(--spacer-xxl) var(--spacer-xl);
}
@media only screen and (max-width: 68rem) {
  .content__card--blackbox__item {
    padding: var(--spacer-lg) var(--spacer-sm) !important;
  }
}
.content__card--blackbox__item__content {
  max-width: 50em;
  margin: 0 auto;
}
@media only screen and (max-width: 68rem) {
  .content__card--blackbox__item__content {
    max-width: 90%;
  }
}
.content__card--blackbox__item .headline--subline {
  padding-bottom: var(--spacer-lg);
}
.content__card--blackbox__item .headline--subline:after {
  border-bottom: 1px solid #FFF;
}
@media only screen and (max-width: 42rem) {
  .content__card--blackbox__item__image {
    padding: 0 !important;
  }
}
.content__card--blackbox__item img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.content__card--blackbox__item article p:before {
  content: url("../img/small-white-arrow.svg") !important;
  display: inline-block;
  text-decoration: none;
  margin-right: var(--spacer-xs);
}
.content__card--blackbox__item h3 {
  color: #b7f1c7;
  font-size: var(--font-step-4);
  text-align: center;
  padding-bottom: var(--spacer-xl);
}
@media only screen and (max-width: 68rem) {
  .content__card--blackbox__item h3 {
    text-align: left;
    font-size: 20px;
  }
}
.content__card--blackbox__item .btn--primary {
  color: #FFF;
  border: 1px solid #FFF;
}
.content__card--blackbox__item .btn--primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  border-radius: 25px;
  z-index: -2;
}
.content__card--blackbox__item .btn--primary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1em;
  width: 0%;
  height: 100%;
  background-color: #FFF;
  transition: all 0.8s;
  border-radius: var(--font-step-2);
  z-index: -1;
}
.content__card--blackbox__item .btn--primary:hover {
  color: #000;
}
.content__card--blackbox__item .btn--primary:hover:before {
  width: 110%;
}
.content__card--half-images img, .content__card--half-images picture {
  height: 100%;
  object-fit: cover;
}

.blog-article h1, .blog-article h2 {
  padding-bottom: var(--spacer-sm);
}
.blog-article__date {
  display: block;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  padding: var(--spacer-xs);
  margin-bottom: var(--spacer-xl);
}
.blog-article picture {
  margin-bottom: var(--spacer-lg);
}

.split {
  width: 90%;
  margin: 0 auto;
  max-width: 84em;
}
.split__card {
  background: #FFF;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 68rem) {
  .split__card {
    margin-bottom: var(--spacer-lg);
  }
}
.split__card h3 {
  text-align: center;
  margin-bottom: var(--spacer-sm);
}
.split__card article {
  background: #FFF;
  padding: var(--spacer-sm);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.split__card .btn--set {
  padding: var(--spacer-md) 0 var(--spacer-sm);
  margin-top: auto;
}

.split-wrapper {
  margin-bottom: 2rem;
}

.preamble_block {
  width: 90%;
  margin: 0 auto;
  max-width: 84em;
}

.hide-spacer {
  padding: 0 0 var(--spacer-xxl) 0;
}

.person-detail h1 {
  padding-bottom: 0;
  font-size: 36px;
}
@media only screen and (max-width: 68rem) {
  .person-detail h1 {
    font-size: 22px;
  }
}
.person-detail h1 span {
  display: block;
  font-size: 22px;
  margin-top: 1rem;
  font-weight: 100;
}
@media only screen and (max-width: 68rem) {
  .person-detail h1 span {
    font-size: 18px;
  }
}
.person-detail .content {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.person-detail-image {
  position: relative;
}
.person-detail-image .close {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 2;
}
.person-detail-image .close::after {
  color: #FFF;
}
.person-detail-image .bg-color--about {
  position: absolute;
  left: -4vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 3rem 2rem;
}
@media only screen and (max-width: 68rem) {
  .person-detail-image .bg-color--about {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.poc-info {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.75;
}
.poc-info p:first-of-type::before {
  content: url("../img/small-arrow-before.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: var(--spacer-xs);
}
@media only screen and (max-width: 68rem) {
  .poc-info {
    font-size: 18px;
  }
}

.page__search {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  color: #FFF;
  display: none;
  text-align: center;
}
.page__search button {
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.page__search button svg {
  transition: all 0.8s;
}
.page__search button svg:hover, .page__search button svg:focus {
  stroke: #b7f1c7;
}
.page__search__form {
  position: absolute;
  width: 100%;
  max-width: 60em;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  padding: var(--spacer-md);
}
@media only screen and (max-width: 68rem) {
  .page__search__form {
    padding: 5em 1em;
  }
}
.page__search__form input {
  opacity: 1;
  outline: none;
  display: inline-block;
  background-color: transparent;
  border-bottom: 1px solid #b7f1c7;
  font-size: var(--font-step-2);
  box-sizing: border-box;
  text-align: left;
  text-transform: none;
  width: 100%;
  color: #FFF;
  vertical-align: middle;
  border-radius: 0;
  max-width: 20em;
  transition: width 0.8s ease-in-out;
  box-shadow: none;
  -webkit-appearance: none;
}
@media only screen and (max-width: 68rem) {
  .page__search__form input {
    max-width: 70%;
  }
}
.page__search__form input:focus {
  max-width: 40em;
  transition: width 0.8s ease-in-out;
}
@media only screen and (max-width: 68rem) {
  .page__search__form input:focus {
    max-width: 70%;
  }
}
.page__search__form p {
  color: #FFF;
  font-size: var(--font-step-3);
  margin-top: var(--spacer-md);
}
.page__search__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: var(--spacer-lg) auto 0;
  text-align: center;
}
.page__search__close {
  position: absolute;
  right: 0;
  top: 0;
}
.page__search__close svg {
  transition: all 0.8s;
}
.page__search__close svg:hover, .page__search__close svg:focus {
  stroke: #b7f1c7;
}
.page__search--list {
  list-style-image: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.page__search--list li h3 {
  padding-bottom: var(--spacer-sm);
}
.page__search--list li a {
  display: block;
  text-decoration: none !important;
  padding: 1em;
  transition: all 0.8s;
  border-bottom: 1px solid;
  padding: var(--spacer-md);
}
.page__search--list li a:after {
  border-bottom: none;
}
.page__search--list li a:hover, .page__search--list li a:focus, .page__search--list li a:active {
  background: #f1fcf4;
}
.page__search--list li a:hover:after, .page__search--list li a:focus:after, .page__search--list li a:active:after {
  border-bottom: none;
}

.label {
  padding: 0 var(--spacer-xs);
  color: #FFF;
  font-size: var(--font-step-1);
  display: inline-block;
  margin-right: var(--spacer-xs);
}
.label--box {
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
}
.label--box__label {
  position: relative;
  margin: 0 auto;
  color: #FFF;
  padding: 0 var(--spacer-xs);
  overflow: hidden;
  display: inline-block;
  font-size: var(--font-step-1);
}
.label__set {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
}
.label__detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.label--feedback {
  color: #FFF;
  position: fixed;
  padding: var(--spacer-xs) var(--spacer-sm);
  left: -2.5em;
  top: 40%;
  transform: rotate(-90deg);
  z-index: 2;
  display: block;
  text-decoration: none;
  transition: all 0.8s;
}
@media only screen and (max-width: 68rem) {
  .label--feedback {
    display: none;
  }
}
.label--feedback:after {
  border: none;
}
.label--feedback:hover, .label--feedback:focus {
  background-color: #000;
}

.message--warning {
  color: #80e1b7;
  border: 1px solid;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 1em;
}

.message--notice {
  color: #000;
  background-color: #feefdf;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 1em;
  margin: 1rem 0;
}

select:disabled {
  background: #cecece;
}

.Inputfield_tablets_submit_jump, .Inputfield_material_submit_jump {
  display: inline-block !important;
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media only screen and (max-width: 68rem) {
  .Inputfield_tablets_submit_jump, .Inputfield_material_submit_jump {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.FormBuilder.InputfieldForm .notes {
  margin-top: 1em !important;
}

.FormBuilder.InputfieldForm .description {
  font-size: 0.85em !important;
}

#wrap_tablets_submit, #wrap_material_submit {
  display: inline-block !important;
}

label > span.quantity-info {
  display: inline-block;
  margin-left: 0.75em;
  font-size: smaller;
  opacity: 0.6;
}

.btn {
  cursor: pointer;
  font-size: var(--font-step-2);
  text-decoration: none;
  background: none;
}
.btn--set {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  padding: var(--spacer-lg) 0;
}
@media only screen and (max-width: 68rem) {
  .btn--set {
    max-width: 100%;
  }
}
.btn--set .btn {
  margin-right: var(--spacer-xs);
}
@media only screen and (max-width: 42rem) {
  .btn--set .btn {
    margin-bottom: var(--spacer-sm);
  }
}
.btn--set .btn:last-of-type {
  margin-right: 0;
}
.btn--set--left {
  text-align: left;
  padding: var(--spacer-lg) 0;
}
.btn--disabled {
  color: #6e6e6e !important;
  border-color: #6e6e6e !important;
  cursor: not-allowed;
}
.btn--disabled:focus, .btn--disabled:hover {
  background-color: transparent !important;
}
.btn--primary {
  display: inline-block;
  background-color: none;
  color: #000;
  border: 1px solid #000;
  padding: var(--spacer-xs) var(--spacer-sm) var(--spacer-sm);
  border-radius: 25px;
  font-size: var(--font-button);
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all 0.4s;
  max-height: 2em;
}
.btn--primary::after {
  border-bottom: none;
}
.btn--primary:hover, .btn--primary:focus {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.btn--primary--active {
  background-color: #000;
  color: #FFF;
}
.btn--secondary {
  border: none;
  display: inline;
  color: #4ab37e !important;
  transition: all 0.8s;
  padding: 0 var(--spacer-xs);
  margin-left: var(--spacer-xs);
}
.btn--secondary:before {
  content: "+";
  display: inline-block;
  text-decoration: none;
  margin-right: var(--spacer-xs);
}
.btn--secondary:after {
  border-bottom: none;
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #000 !important;
  background: #80e1b7;
}
.btn--sold {
  display: inline-block;
  color: #FFF;
  background-color: #b2b1af;
  padding: var(--spacer-xs) var(--spacer-sm);
  font-size: var(--font-button);
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  cursor: not-allowed;
  max-height: 2em;
}
.btn--format {
  display: inline-block;
  background-color: none;
  border: 1px solid #000;
  padding: var(--spacer-xs) var(--spacer-md) var(--spacer-xs) var(--spacer-xl);
  border-radius: 25px;
  font-size: var(--font-button);
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  min-width: 300px;
  transition: all 0.8s;
}
.btn--format:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  border-radius: var(--font-step-2);
  z-index: -2;
}
.btn--format:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1em;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.8s;
  border-radius: var(--font-step-2);
  z-index: -1;
}
.btn--format:hover, .btn--format:focus {
  color: #fff;
}
.btn--format:hover:before, .btn--format:focus:before {
  width: 110%;
}
.btn--format:hover:after, .btn--format:focus:after {
  border-bottom: none;
}
.btn--format span {
  background-color: #000;
  font-size: var(--font-step-1);
  color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.65em;
}
.btn--simple {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 0.875rem !important;
  color: #4ab37e !important;
}
.btn--simple:focus, .btn--simple:hover {
  color: #4ab37e !important;
  text-decoration: underline;
}

.select--set {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  padding: var(--spacer-lg) 0;
  position: relative;
  z-index: 200;
}
.select--set form {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 68rem) {
  .select--set form {
    display: block;
  }
  .select--set form .select--custom {
    margin-bottom: var(--spacer-xs);
  }
}
@media only screen and (max-width: 68rem) {
  .select--set .select--custom {
    display: block;
    position: relative;
  }
}
.select--set .select--custom:after {
  content: "▼";
  font-size: 0.625em;
  line-height: 1;
  right: 2em;
  top: -0.25em;
  margin-top: -0.5em;
  position: relative;
}
@media only screen and (max-width: 68rem) {
  .select--set .select--custom:after {
    position: absolute;
    right: 1em;
    top: 1.25em;
  }
}
.select--set .select--custom:hover:after, .select--set .select--custom:focus:after {
  color: #FFF;
}
.select--set .select--custom:hover select, .select--set .select--custom:focus select {
  background: #000;
  cursor: pointer;
  color: #FFF;
  border-radius: 5px;
}
.select--set select {
  font-size: var(--font-button);
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  background: none;
  color: #000;
  text-align: center;
  padding: var(--spacer-xs) 1.5em var(--spacer-xs) 0.2em;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #000;
  transition: all 0.2s;
  border-radius: 0;
  margin: 0;
}
@media only screen and (max-width: 1190px) {
  .select--set select {
    font-size: 15px;
  }
}
@media only screen and (max-width: 68rem) {
  .select--set select {
    width: 100%;
    text-align: left;
    font-size: var(--font-button);
  }
}
.select--set select::-ms-expand {
  display: none;
}

.cmnstr-button {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
}

.cmnstr-button:hover, .cmnstr-button:focus {
  color: #FFF !important;
  background-color: #888888 !important;
}

.citation--simple {
  font-size: var(--font-step-5);
  line-height: 1.5;
  width: 62%;
  margin: 0 auto 1em;
  color: #4ab37e;
  text-align: center;
}
@media only screen and (max-width: 68rem) {
  .citation--simple {
    width: 100%;
    font-size: var(--font-step-3);
  }
}
.citation--attendee {
  padding: var(--spacer-sm) 0;
}
.citation--attendee p {
  margin-top: var(--spacer-sm);
  font-style: italic;
}

.tns-outer {
  position: relative;
}

.tns-ovh {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 68rem) {
  .tns-ovh {
    max-width: 100%;
  }
}

[data-controls] {
  border: 0;
  padding: 0;
  position: absolute;
  top: 45%;
  z-index: 1;
  background: transparent;
}
@media only screen and (max-width: 68rem) {
  [data-controls] {
    top: 0;
    position: relative;
  }
  [data-controls] svg {
    width: 80px;
    height: 80px;
  }
}

[data-controls=prev] {
  left: -0.5em;
}

[data-controls=next] {
  right: -0.5em;
}

@media only screen and (max-width: 68rem) {
  .tns-controls {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 68rem) {
  .intro {
    margin-left: 0;
  }
}
.intro .wrapper--base {
  width: 72%;
  margin: 0 28vw 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 68rem) {
  .intro .wrapper--base {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.intro img, .intro picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 550px;
}
.intro .grid__row {
  position: relative;
}
.intro__item {
  position: relative;
}
.intro__item--statement {
  position: relative;
  padding: var(--spacer-lg) var(--spacer-xl);
  margin-left: 6%;
  width: 80%;
}
@media only screen and (max-width: 95em) {
  .intro__item--statement {
    width: 66%;
  }
}
.intro__item--statement p {
  font-size: var(--font-button);
}
@media only screen and (max-width: 68rem) {
  .intro__item--statement {
    padding: var(--spacer-md) var(--spacer-md) 5em var(--spacer-md) !important;
    bottom: 0;
    position: relative;
    max-width: 100%;
    width: 100% !important;
    margin-left: 0;
  }
  .intro__item--statement p {
    font-size: 18px;
  }
}
.intro__blackbox {
  position: absolute;
  right: 0;
  top: -5.5em;
  z-index: 1;
  width: 50vw;
  max-width: 620px;
}
@media only screen and (max-width: 68rem) {
  .intro__blackbox {
    max-width: 90%;
    margin: -2em auto 2em;
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    height: auto;
    min-height: auto;
  }
  .intro__blackbox h2 {
    padding-bottom: 0;
    display: inline-block;
    align-items: left !important;
  }
  .intro__blackbox h2:after {
    content: "";
    border-bottom: none;
    padding-top: 0;
    width: auto;
  }
}
.intro__blackbox .btn {
  margin-top: var(--spacer-sm);
  display: inline-block;
}

@media only screen and (max-width: 68rem) {
  .simple-gallery {
    width: 100%;
  }
  .simple-gallery [data-controls=prev] {
    left: -0.5em !important;
  }
  .simple-gallery [data-controls=next] {
    right: -0.5em !important;
  }
}
.simple-gallery .tns-ovh {
  max-width: 100%;
  margin: 0 auto;
}
.simple-gallery [data-controls=next] {
  right: -8.5em;
}
.simple-gallery [data-controls=prev] {
  left: -8.5em;
}
@media only screen and (max-width: 68rem) {
  .simple-gallery .hero__item img, .simple-gallery .hero__item, .simple-gallery .hero__item picture {
    min-height: 0;
  }
}

.hero {
  max-width: 120em;
  margin: 0 auto;
}
.hero h2 {
  padding-bottom: var(--spacer-md);
  padding-top: var(--spacer-lg);
}
.hero .tns-ovh {
  max-width: 100%;
}
.hero .tns-outer {
  position: relative;
}
.hero .tns-outer .tns-nav {
  position: absolute;
  bottom: -3em;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.hero .tns-outer .tns-nav > [aria-controls] {
  width: var(--spacer-md);
  border-radius: 0;
  height: 2px;
  background: #000;
  margin-right: var(--spacer-xs);
}
.hero .tns-outer .tns-nav > .tns-nav-active {
  background: #80e1b7;
}
.hero__title {
  position: absolute;
  font-size: var(--font-step-7);
  color: #FFF;
  width: 100%;
  text-align: center;
  top: 45%;
  line-height: 1;
  font-weight: 600;
}
.hero__item {
  position: relative;
  min-height: 30em;
}
@media only screen and (max-width: 68rem) {
  .hero__item {
    min-height: 25em;
  }
}
.hero__item img, .hero__item picture {
  min-height: 30em;
  object-fit: cover;
}
@media only screen and (max-width: 68rem) {
  .hero__item img, .hero__item picture {
    min-height: 25em;
  }
}

.cross-selling {
  width: 90%;
  max-width: 125em;
  margin: 0 auto;
}
.cross-selling article {
  background: #FFF;
  padding: var(--spacer-sm);
  min-height: 6em;
}
.cross-selling article h3, .cross-selling article h4 {
  font-size: var(--font-step-3);
  text-align: center;
}
@media only screen and (max-width: 68rem) {
  .cross-selling article h3, .cross-selling article h4 {
    font-size: 20px;
  }
}
.cross-selling article p {
  margin-top: var(--spacer-sm);
}
.cross-selling__item {
  padding: 0 var(--spacer-xs);
}
.cross-selling__item:hover img, .cross-selling__item:focus img {
  opacity: 0.8;
  filter: grayscale(40%);
}
.cross-selling__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.8s;
  height: 14vw;
  max-height: 380px;
}
@media only screen and (max-width: 68rem) {
  .cross-selling__item img {
    height: 240px;
  }
}

.carousel--fallback {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.alternate_cards .cross-selling__item img {
  height: 20vw;
}
@media only screen and (max-width: 68rem) {
  .alternate_cards .cross-selling__item img {
    height: 320px;
  }
}

.double-gallery__item {
  padding: 0 var(--spacer-sm);
}

.citation {
  text-align: center;
}
@media only screen and (max-width: 68rem) {
  .citation {
    padding-bottom: 0;
    max-width: 90%;
    margin: 0 auto;
  }
}
.citation blockquote {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: calc(26px + 19 * (100vw - 320px) / 1300);
  font-weight: 400;
  padding-bottom: var(--spacer-lg);
  letter-spacing: 4px;
  margin: 0 auto;
  max-width: 18em;
  padding-top: var(--spacer-lg);
  text-underline-offset: 10px;
}
@media only screen and (max-width: 68rem) {
  .citation blockquote {
    text-underline-offset: 8px;
  }
}
.citation blockquote:after {
  content: "";
  border-bottom: none;
  padding-top: 0;
  width: 0;
}
.citation p {
  padding-bottom: var(--spacer-lg);
}
.citation .tns-outer {
  position: relative;
}
@media only screen and (max-width: 68rem) {
  .citation .tns-outer {
    height: auto;
    max-height: 100%;
  }
}
.citation .tns-outer .tns-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -2em;
}
@media only screen and (max-width: 95em) {
  .citation .tns-outer .tns-nav {
    bottom: 2em;
  }
}
@media only screen and (max-width: 68rem) {
  .citation .tns-outer .tns-nav {
    position: relative;
    bottom: 0;
    margin-top: 2em;
  }
}
.citation .tns-outer .tns-nav > [aria-controls] {
  width: var(--spacer-md);
  border-radius: 0;
  height: 2px;
  background: #000;
  margin-right: var(--spacer-xs);
}
.citation .tns-outer .tns-nav > .tns-nav-active {
  background: #80e1b7;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.workshop__detail {
  padding: var(--spacer-lg) 0;
}
.workshop__detail__speaker {
  margin-top: 1em;
}
.workshop__detail__speaker h3 {
  font-size: var(--font-button);
  font-weight: 600;
  margin-bottom: var(--spacer-sm);
}
.workshop__detail .main__content article p, .workshop__detail .main__content article ul, .workshop__detail .main__content article ol {
  font-weight: normal;
}
.workshop__detail .main__content article ul, .workshop__detail .main__content article ol {
  padding-bottom: var(--spacer-sm);
}
.workshop__detail .main__content article h3 {
  font-size: var(--font-button);
  font-weight: 600;
  margin-bottom: var(--spacer-sm);
  margin-top: var(--spacer-sm);
}
.workshop__booking ul {
  font-size: 18px;
  list-style-type: none;
  list-style-image: none;
  margin: 0 auto;
  padding: 0;
  margin-left: 0;
}
.workshop__booking ul li {
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
}
.workshop__booking picture {
  margin-bottom: 1em;
}

.loader {
  height: 4em;
  width: 4em;
  display: block;
  margin: 0 auto;
  animation: loader-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 0.65em;
  height: 0.65em;
  background: #80e1b7;
  border-radius: 50%;
  animation: loader-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.loader::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.65em;
  height: 0.65em;
  background: #80e1b7;
  border-radius: 50%;
  animation: loader-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.loader span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 4em;
  width: 4em;
}
.loader span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  margin: auto;
  width: 0.65em;
  height: 0.65em;
  background: #80e1b7;
  border-radius: 50%;
  animation: loader-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.loader span::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.65em;
  height: 0.65em;
  background: #80e1b7;
  border-radius: 50%;
  animation: loader-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.loader--overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  color: #FFF;
  display: none;
  text-align: center;
}
.loader--overlay--wrapper {
  position: absolute;
  margin: 45vh auto;
  display: block;
  width: 100%;
}

@keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-2 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, 0, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes loader-3 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-24px, 0, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes loader-4 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 24px, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes loader-5 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -24px, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.print--preview {
  width: 90%;
  margin: 0 auto;
  max-width: 42em;
}
.print--preview h2 {
  font-size: var(--font-step-3);
  font-weight: 600;
  margin-top: var(--spacer-lg);
  text-align: left;
  max-width: 100%;
  padding-bottom: var(--spacer-sm);
}
.print--preview h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: var(--spacer-lg);
  text-align: left;
  max-width: 100%;
  padding-bottom: var(--spacer-sm);
}
.print--preview .form-field {
  padding: var(--spacer-sm) 0 0;
  border-bottom: 1px solid;
}
.print--preview .form-field__label {
  font-weight: 600;
  padding-bottom: var(--spacer-xs);
}
.print--preview .btn {
  margin-top: var(--spacer-lg);
}

@media (min-width: 68rem) {
  .checkbox-filter {
    margin-left: 0.75rem;
  }
}
.checkbox-filter__input {
  display: none;
}
.checkbox-filter__label {
  display: flex;
  position: relative;
  font-family: -apple-system, sans-serif;
  line-height: 1.15;
  box-sizing: border-box;
  list-style-type: none;
  cursor: pointer;
  font-size: var(--font-button);
  appearance: none;
  box-shadow: none;
  background: none;
  color: #000;
  text-align: center;
  padding: var(--spacer-xs) 0.2em;
  border: none;
  border-bottom: 1px solid #000;
  transition: all 0.2s;
}
.checkbox-filter__label:hover {
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
}
@-moz-document url-prefix() {
  .checkbox-filter__label {
    line-height: 1.375;
  }
}
@media only screen and (max-width: 1190px) {
  .checkbox-filter__label {
    font-size: 15px;
  }
}
@media only screen and (max-width: 68rem) {
  .checkbox-filter__label {
    text-align: left;
    font-size: var(--font-button);
  }
}
.checkbox-filter__label:hover .checkbox-filter__indicator, .checkbox-filter__label:hover .checkbox-filter__indicator:after {
  border-color: #FFF;
}
.checkbox-filter__input:checked + .checkbox-filter__label:hover .checkbox-filter__indicator:after {
  background-color: #FFF;
}
.checkbox-filter__indicator {
  width: 2rem;
  height: 1.125rem;
  margin-left: 0.75rem;
  border-radius: 25px;
  font-size: 0.75rem;
  border: 1px solid #000;
  position: relative;
  top: 3px;
  text-align: center;
}
.checkbox-filter__indicator:after {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000;
  transition: all ease 0.4s;
}
.checkbox-filter__input:checked + .checkbox-filter__label .checkbox-filter__indicator:after {
  left: auto;
  right: 2px;
  background-color: #000;
}

.date-filter,
.search-filter {
  position: relative;
  z-index: 200;
}
@media (min-width: 68rem) {
  .date-filter:not(:last-child),
.search-filter:not(:last-child) {
    margin-right: 0.75rem;
  }
}
@media (max-width: 68rem) {
  .date-filter,
.search-filter {
    margin-bottom: var(--spacer-xs);
  }
}
.date-filter__label,
.search-filter__label {
  position: relative;
  font-family: -apple-system, sans-serif;
  line-height: 1.15;
  box-sizing: border-box;
  list-style-type: none;
  cursor: pointer;
  font-size: var(--font-button);
  appearance: none;
  box-shadow: none;
  background: none;
  color: #000;
  text-align: center;
  padding: var(--spacer-xs) 1.5em var(--spacer-xs) 0.2em;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #000;
  transition: all 0.2s;
}
@-moz-document url-prefix() {
  .date-filter__label,
.search-filter__label {
    line-height: 1.375;
  }
}
@media only screen and (max-width: 1190px) {
  .date-filter__label,
.search-filter__label {
    font-size: 15px;
  }
}
@media only screen and (max-width: 68rem) {
  .date-filter__label,
.search-filter__label {
    text-align: left;
    font-size: var(--font-button);
  }
}
.date-filter__label:after,
.search-filter__label:after {
  content: "▼";
  font-size: 0.6em;
  line-height: 1;
  position: absolute;
  right: 0.55em;
  top: 1em;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .date-filter__label:after,
.search-filter__label:after {
      font-size: 0.8em;
      margin-top: -0.35em;
    }
  }
}
@media only screen and (max-width: 68rem) {
  .date-filter__label:after,
.search-filter__label:after {
    font-size: 0.8em;
    line-height: 1;
    position: absolute;
    right: 1.1em;
    top: 0.75em;
  }
}
.date-filter__label::-webkit-details-marker,
.search-filter__label::-webkit-details-marker {
  display: none;
}
.date-filter__label:focus, .date-filter__label:hover,
.search-filter__label:focus,
.search-filter__label:hover {
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
}
.date-filter__label:focus:after, .date-filter__label:hover:after,
.search-filter__label:focus:after,
.search-filter__label:hover:after {
  color: #FFF;
}
.date-filter__fields,
.search-filter__fields {
  background-color: #000;
  color: #FFF;
  position: absolute;
  display: flex;
  align-items: flex-end;
  padding: 0.75em;
  left: 50%;
  top: 2.5em;
  transform: translate(-50%, 0);
  border-radius: 5px;
}
.date-filter__fields > div,
.search-filter__fields > div {
  position: relative;
}
.date-filter__fields > div:not(:last-child),
.search-filter__fields > div:not(:last-child) {
  margin-right: 0.5em;
}
.date-filter__clear,
.search-filter__clear {
  position: absolute;
  right: 0.5rem;
  bottom: 0.75em;
  border: none;
  background-color: #b8b8b8;
  color: #FFF;
  width: 19px;
  padding: 0;
  border-radius: 50%;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0px 1px 3px 0;
}
.date-filter label,
.search-filter label {
  text-align: left;
  display: block;
  font-size: 0.75em;
}
.date-filter input,
.search-filter input {
  padding: 0.5em;
  max-width: 9rem;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}
.date-filter button[type=submit],
.search-filter button[type=submit] {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

@media (min-width: 68rem) {
  .date-filter {
    margin-left: 0.75rem;
  }
}

.search-filter input {
  max-width: 15rem;
}

.search-checkboxes {
  text-align: left;
}
.search-checkboxes li {
  white-space: nowrap;
}
.search-checkboxes label {
  display: inline-block;
}
.search-checkboxes input {
  padding: 0;
  margin-right: 0.25em;
}
.search-checkboxes button[type=submit] {
  color: inherit;
  display: block;
  margin-top: 1em;
}

@media (max-width: 1470px) {
  .select--set select, .date-filter__label, .search-filter__label, .checkbox-filter__label {
    font-size: 13px;
  }

  .view-switch {
    margin-right: 1rem !important;
  }

  .checkbox-filter__indicator {
    top: 0;
  }
}
.form-intro {
  text-align: center;
}
.form-intro__title {
  font-size: 1.5rem;
}
.form-intro__subtitle {
  font-size: 0.875rem;
}
.form-intro__address {
  margin-bottom: 1rem;
}

.form-pagination {
  display: flex;
  font-size: 0.875rem;
}
.form-pagination li:not(:last-child) {
  margin-right: 0.5em;
}
.form-pagination a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  background-color: #ccf3e2;
  color: #000 !important;
  transition: all 0.2s ease;
}
.form-pagination a:focus, .form-pagination a:hover {
  background-color: #4ab37e;
  color: #FFF !important;
}
.form-pagination a:focus:after, .form-pagination a:hover:after {
  display: none;
}
.form-pagination li.active a {
  background-color: #4ab37e;
  color: #FFF !important;
}
.form-pagination li.completed {
  position: relative;
}
.form-pagination li.completed:after {
  content: "✓";
  color: #FFF;
  background-color: #000;
  border: 2px solid #FFF;
  border-radius: 50%;
  font-size: 0.6em;
  width: 1rem;
  display: block;
  height: 1rem;
  text-align: center;
  line-height: 0.75rem;
  position: absolute;
  bottom: -0.25em;
  right: -0.25em;
}

.table-input {
  counter-reset: rows;
}
.FormBuilder.InputfieldForm .table-input__row-button {
  position: absolute;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  text-align: left;
  bottom: 0.75rem;
  right: 0;
  border: none;
  font-size: 0.75rem;
  color: #80e1b7 !important;
}
.FormBuilder.InputfieldForm .table-input__row-button:focus, .FormBuilder.InputfieldForm .table-input__row-button:hover {
  text-decoration: underline;
}
.table-input .InputfieldWrapper {
  position: relative;
  margin-bottom: 0 !important;
}
.table-input .InputfieldWrapper:before {
  counter-increment: rows;
  content: counter(rows);
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  text-align: center;
  background-color: #ccf3e2;
  color: #000 !important;
  top: 50%;
  left: -3.5rem;
  transform: translate(0, -60%);
}
@media (max-width: 1230px) {
  .table-input .InputfieldWrapper:before {
    position: static;
    display: block;
    transform: none;
    margin-bottom: 0.5rem;
  }
}
.table-input .InputfieldWrapper .InputfieldColumnWidthFirst label.InputfieldHeader {
  padding-left: 0;
}
.table-input .InputfieldWrapper label.InputfieldHeader {
  font-size: 0.875rem;
  padding-left: 1.5rem;
  padding-bottom: 0 !important;
}
.table-input .InputfieldFormWidths .InputfieldColumnWidth > .InputfieldHeader {
  padding-left: 1.5rem;
}

.view-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 68rem) {
  .view-switch {
    margin-bottom: 0;
    margin-right: 3rem;
    position: relative;
    top: -3px;
  }
}
.view-switch__option:not(:last-child) {
  margin-right: 0.5rem;
}
.view-switch__option input {
  display: none;
}
.view-switch__option label {
  cursor: pointer;
}
.view-switch__option label svg {
  display: block;
  max-height: 1.5rem;
  width: auto;
}
.view-switch__option label svg * {
  stroke: #aaa;
}
.view-switch__option label:hover svg *,
.view-switch__option input:checked ~ label svg * {
  stroke: #4ab37e;
}

@media (min-width: 42rem) {
  .workshop-calendar__list {
    display: none;
  }
}
.workshop-calendar__navigation {
  display: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 42rem) {
  .workshop-calendar__navigation {
    display: flex;
  }
}
.workshop-calendar__nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
.workshop-calendar__nav-item button {
  display: block;
  background-color: transparent;
  border: 1px solid #000;
  font-size: 1rem;
  height: 1.5em;
  width: 1.5em;
  line-height: 1;
  padding-bottom: 0.25em;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.workshop-calendar__nav-item button:hover {
  background-color: #000;
  color: #FFF;
}
.workshop-calendar__nav-item button:first-child {
  margin-right: 0.35rem;
}
.workshop-calendar__nav-item button:last-child {
  margin-left: 0.35rem;
}
.workshop-calendar__item-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.workshop-calendar__item-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: #aaa;
}
.workshop-calendar .btn {
  line-height: 1;
  font-size: 0.75rem;
  margin-left: auto;
}
.workshop-calendar .tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
  background-color: #000;
}
.workshop-calendar .tui-full-calendar-popup-detail .tui-full-calendar-schedule-title {
  word-break: normal;
}
.workshop-calendar .is-private {
  color: #aaa;
}
.workshop-calendar .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
  color: #4ab37e;
}
.workshop-calendar .tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule {
  background-color: #eafaf3 !important;
  color: #333 !important;
}
.workshop-calendar .tui-full-calendar-weekday-schedule-bullet {
  display: none !important;
}
.workshop-calendar .tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
  padding-left: 0;
}
.workshop-calendar .event-day-item {
  display: flex;
}
.workshop-calendar .event-day-indicators {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.workshop-calendar .event-day-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.workshop-calendar .event-day-indicator:not(:last-child) {
  margin-right: 2px;
}
.workshop-calendar .event-day-title {
  text-overflow: ellipsis;
  overflow: hidden;
}

#workshop-calendar-container {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 800px;
  display: none;
}
@media (min-width: 42rem) {
  #workshop-calendar-container {
    display: block;
  }
}

.calendar-list__item {
  margin-bottom: 1.5rem;
}
.calendar-list__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  text-decoration: none !important;
  padding-bottom: 0.25rem;
}
.calendar-list__indicator {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex: 0 0 0.5rem;
  margin-right: 0.5rem;
}
.calendar-list__date {
  font-size: 0.75rem;
  font-weight: 700;
}
.calendar-list__title {
  width: 100%;
  flex: 0 0 100%;
  padding-left: 1rem;
  font-size: 0.875rem;
}

.marketplace .concept-listing {
  width: 90%;
  max-width: 120em;
  margin: 0 auto;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
.marketplace .concept-listing .grid-item {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 95em) {
  .marketplace .concept-listing .grid-item {
    width: 32%;
  }
}
@media only screen and (max-width: 68rem) {
  .marketplace .concept-listing .grid-item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 42rem) {
  .marketplace .concept-listing .grid-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.marketplace .concept-listing .grid-item a {
  text-decoration: none !important;
}
.marketplace .concept-listing .grid-item a:after {
  border: none;
  margin: 0;
}
.marketplace .concept-listing .grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.8s;
}
.marketplace .concept-listing .grid-item article {
  text-align: left;
  margin: 0 auto;
}
.marketplace .concept-listing .grid-item article h2 {
  display: block;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-top: 0.75em;
  padding-bottom: 1.55rem;
  margin-bottom: 1.35rem;
  font-size: 22px;
  line-height: 1.35rem;
  max-width: 100%;
  position: relative;
}
.marketplace .concept-listing .grid-item article h2 svg {
  width: 0.85rem;
  height: 0.85rem;
  margin-left: 0.25rem;
  opacity: 0.3;
}
.marketplace .concept-listing .grid-item article p {
  padding: 0;
  font-size: 15px;
}
.marketplace .concept-listing .grid-item article p::before {
  content: "";
  margin-right: 0;
}
.marketplace .concept-listing .grid-item a:hover img {
  filter: brightness(85%);
}
.marketplace .counter {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 0 0 4rem;
}
.marketplace .concept {
  margin: 0 auto var(--spacer-xxl);
}
.marketplace .concept .short-description {
  padding-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 68rem) {
  .marketplace .concept .short-description {
    text-align: left;
  }
}
.marketplace .concept .youtube-privacy-wrapper {
  height: auto;
}
.marketplace .concept h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.marketplace .concept .creator {
  font-size: var(--font-step-2);
  display: block;
  opacity: 0.4;
  font-style: italic;
}
.marketplace .concept small {
  font-size: 14px;
  margin-top: 1rem;
  display: block;
  opacity: 0.4;
}
.marketplace .concept hgroup {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 68rem) {
  .marketplace .concept hgroup {
    margin-bottom: 0;
  }
}
.marketplace .concept hgroup h1 {
  padding-bottom: 0.5rem;
  line-height: 1.25;
}
@media only screen and (max-width: 68rem) {
  .marketplace .concept hgroup h1 {
    text-align: left;
    max-width: 100%;
  }
}
.marketplace .concept article {
  padding: 1.5rem 0;
}
.marketplace .concept__table {
  width: 100%;
}
.marketplace .concept__table.special {
  margin-top: 1rem;
}
@media only screen and (max-width: 68rem) {
  .marketplace .concept__table {
    font-size: 14px;
    margin-top: 2rem;
  }
}
.marketplace .concept__table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.marketplace .concept__table td {
  padding: var(--spacer-sm) 0;
}
@media only screen and (max-width: 68rem) {
  .marketplace .concept__table td {
    padding: var(--spacer-sm);
  }
}
.marketplace .concept__table td:first-of-type {
  font-weight: 600;
}
.marketplace .concept__table td p {
  margin-bottom: 0;
  display: inline-block;
  border-radius: 17px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  background: #eeede9;
  font-size: 16px;
}
@media only screen and (max-width: 68rem) {
  .marketplace .concept__table td p {
    font-size: 12px;
    padding: 0 0.5rem;
  }
}
.marketplace iframe {
  max-width: 100%;
  margin-top: 1rem;
}
.marketplace .download {
  background: #64c199;
  color: #FFF;
  border: none;
  text-align: center;
  border-radius: 5px;
  max-width: 240px;
  padding: 0.75rem 0;
  transition: all 0.4s;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace .download::after {
  border-bottom: none;
}
.marketplace .download svg {
  margin-right: 0.5rem;
}
.marketplace .download svg path {
  fill: #FFF;
}
.marketplace .download:hover, .marketplace .download:focus {
  background: #000;
}

.youtube-privacy-overlay {
  background: #eafaf3;
  padding: 2rem;
  text-align: center;
}
@media only screen and (max-width: 1333px) {
  .youtube-privacy-overlay {
    font-size: 16px;
  }
}
@media only screen and (max-width: 68rem) {
  .youtube-privacy-overlay {
    font-size: 13px;
  }
}
.youtube-privacy-overlay__title {
  font-weight: 600 !important;
}
.youtube-privacy-overlay__button {
  background: #64c199;
  color: #FFF;
  border: none;
  text-align: center;
  border-radius: 5px;
  max-width: 240px;
  padding: 0.75rem 1rem;
  transition: all 0.4s;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}
.youtube-privacy-overlay__button:hover, .youtube-privacy-overlay__button:focus {
  background: #000;
}

.marketplace-quiz {
  background-color: #f6f5f2;
  padding: var(--spacer-xl) 0 var(--spacer-xl);
}
.marketplace-quiz .wrapper {
  max-width: var(--max-width);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.marketplace-quiz .button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #000;
  padding: var(--spacer-xs) var(--spacer-sm);
  border-radius: 25px;
  font-size: var(--font-button);
  color: var(--color-text);
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  max-height: 2em;
}
.marketplace-quiz .button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 25px;
  z-index: -2;
}
.marketplace-quiz .button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.5em;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.4s;
  border-radius: 25px;
  z-index: -1;
}
.marketplace-quiz .button:hover, .marketplace-quiz .button:focus {
  color: #fff;
}
.marketplace-quiz .button:hover:before, .marketplace-quiz .button:focus:before {
  width: 120%;
}
.marketplace-quiz .button:hover:after, .marketplace-quiz .button:focus:after {
  border-bottom: none;
}
.marketplace-quiz .button--link {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #4ab37e;
  font-size: 1em;
}
.marketplace-quiz .button--link:after, .marketplace-quiz .button--link:before {
  content: none;
  display: none;
}
.marketplace-quiz .button--link:focus, .marketplace-quiz .button--link:hover {
  color: #4ab37e;
  text-decoration: underline;
}
.marketplace-quiz .actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.marketplace-quiz .actions__link {
  text-decoration: none;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid transparent;
  color: #4ab37e;
}
.marketplace-quiz .actions__link:hover, .marketplace-quiz .actions__link:focus {
  border-bottom: 1px solid #4ab37e;
}
.marketplace-quiz .actions__link:hover:after, .marketplace-quiz .actions__link:focus:after {
  content: none;
}
.marketplace-quiz .actions__link svg {
  position: relative;
  top: 2px;
  margin-right: 0.25rem;
}
.marketplace-quiz .actions__link svg * {
  fill: #4ab37e;
}
.marketplace-quiz .copy-widget__content {
  margin-bottom: var(--spacer-xs);
}
.marketplace-quiz .copy-widget__form {
  display: flex;
  flex-wrap: wrap;
}
.marketplace-quiz .copy-widget input {
  flex: 1 0 auto;
  border: 1px solid #80e1b7;
  border-radius: 3px;
  background-color: #fafafa;
  padding: 0.25em;
  margin-right: 1rem;
}
.marketplace-quiz .copy-widget button {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}
.marketplace-quiz .copy-widget button svg {
  display: block;
  position: relative;
  top: 4px;
  width: 1.5rem;
  height: 1.5rem;
}
.marketplace-quiz .copy-widget button svg path {
  fill: #80e1b7;
}
.marketplace-quiz .copy-widget button:focus svg path, .marketplace-quiz .copy-widget button:hover svg path {
  fill: #4ab37e;
}
.marketplace-quiz .thumbnail-gallery {
  display: flex;
  flex-wrap: wrap;
}
.marketplace-quiz .thumbnail-gallery li {
  padding: 3px;
}
.marketplace-quiz .thumbnail-gallery li a,
.marketplace-quiz .thumbnail-gallery li img {
  display: block;
}
.marketplace-quiz .thumbnail-gallery li a {
  border: 1px solid #ccf3e2;
}
.marketplace-quiz .thumbnail-gallery li img {
  max-height: 150px;
}
.marketplace-quiz .logout-btn {
  position: absolute;
  bottom: 0.7em;
}

.quiz-challenge summary::marker,
.quiz-challenge summary::-webkit-details-marker {
  display: none;
  content: "";
}
.quiz-challenge summary > span {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #4ab37e;
}
.quiz-challenge summary svg {
  margin-right: 0.5em;
  stroke: #91d2b1;
}
.quiz-challenge summary > span:hover {
  text-decoration: underline;
}
.quiz-challenge__content {
  padding-top: 1rem;
}

.challenge-form {
  display: flex;
  gap: 0.5rem;
}
.challenge-form label {
  line-height: 1.8;
}
.challenge-form input[type=text] {
  border: 1px solid #80e1b7;
  border-radius: 3px;
  background-color: #fafafa;
  padding: 0.25em;
}
.challenge-form button {
  cursor: pointer;
  font-family: inherit;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  border: none;
  background-color: #4ab37e;
  border-radius: 3px;
  color: #FFF;
  transition: all 0.3s ease;
}
.challenge-form button:hover {
  background-color: #6dc398;
}

.quiz__subject {
  margin-bottom: var(--spacer-sm);
  font-size: var(--font-step-1);
}
.quiz__subject img {
  display: block;
}
.quiz__subject p {
  margin-bottom: var(--spacer-xs);
}
.quiz__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--spacer-sm);
}
.quiz__title h1 {
  text-align: left;
  flex-grow: 0;
  font-size: var(--font-step-2);
  margin: 0.5rem;
  padding-bottom: 0;
}
@media (min-width: 42rem) {
  .quiz__title h1 {
    font-size: var(--font-step-4);
  }
}
.quiz__title img {
  width: auto;
  height: 40px;
}
@media (min-width: 68rem) {
  .quiz__title img {
    height: 80px;
  }
}
@media (min-width: 68rem) {
  .quiz__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.quiz__main {
  background-color: #FFF;
  padding: var(--spacer-md);
  margin-bottom: var(--spacer-lg);
}
@media (min-width: 68rem) {
  .quiz__main {
    margin-bottom: 0;
    width: 60%;
  }
}
@media (min-width: 68rem) {
  .quiz__aside {
    width: 38%;
  }
}
.quiz__progress, .quiz__rankings {
  background-color: #FFF;
  padding: var(--spacer-md);
  font-size: var(--font-step-2);
  margin-bottom: 2rem;
}
.quiz__hints {
  background-color: #FFF;
  padding: var(--spacer-md);
  font-size: var(--font-step-2);
}
.quiz__hints .rte-content {
  margin-bottom: var(--spacer-md);
}

.quiz-form .InputfieldHeader {
  display: block;
  font-size: var(--font-step-3);
  margin-bottom: var(--spacer-sm);
}
.quiz-form .InputfieldContent {
  font-size: var(--font-step-2);
}
.quiz-form .description {
  font-size: var(--font-step-1);
  color: #767676;
  margin-bottom: var(--spacer-md);
}
.quiz-form label {
  cursor: pointer;
}
.quiz-form .InputfieldCheckboxesStacked li,
.quiz-form .InputfieldRadiosStacked li {
  margin-bottom: 0.5em !important;
}
.quiz-form .InputfieldCheckboxesStacked label,
.quiz-form .InputfieldRadiosStacked label {
  display: flex;
  align-items: center;
}
.quiz-form .InputfieldCheckboxesStacked label input,
.quiz-form .InputfieldRadiosStacked label input {
  display: none;
}
.quiz-form .InputfieldCheckboxesStacked label span,
.quiz-form .InputfieldRadiosStacked label span {
  display: block;
  border: 1px solid #80e1b7;
  padding: var(--spacer-sm);
  width: 100%;
}
.quiz-form .InputfieldCheckboxesStacked label:hover span,
.quiz-form .InputfieldRadiosStacked label:hover span {
  background-color: rgba(128, 225, 183, 0.2);
}
.quiz-form .InputfieldCheckboxesStacked label input:checked + span,
.quiz-form .InputfieldRadiosStacked label input:checked + span {
  background-color: #80e1b7;
  color: #FFF;
}
.quiz-form .InputfieldCheckboxes ul li label {
  white-space: normal;
}
.quiz-form .InputfieldToggleGroup {
  float: none;
  justify-content: center;
  margin-top: var(--spacer-md);
}
.quiz-form .InputfieldToggleGroup label {
  width: 50%;
  background-color: #FFF;
  padding: 1rem 2rem;
  color: var(--color-text);
  border-color: #80e1b7;
  border-radius: 0 !important;
}
.quiz-form .InputfieldToggleGroup label.InputfieldToggleCurrent,
.quiz-form .InputfieldToggleGroup input:checked + label {
  background-color: #80e1b7;
  color: #FFF;
  border-color: #80e1b7;
  opacity: 1;
}
.quiz-form textarea {
  width: 100%;
  resize: none;
  border: 1px solid #80e1b7;
  background-color: #fafafa;
  font-size: 1rem;
  padding: 0.5em;
}
.quiz-form__actions {
  margin-top: var(--spacer-md);
}
.quiz-form__actions .Inputfields {
  display: flex;
  justify-content: space-between;
}
.quiz-form__actions .next-button,
.quiz-form__actions .result-button {
  margin-left: auto;
}
.quiz-form__actions .prev-button {
  margin-right: auto;
}

.question-hints {
  margin-top: var(--spacer-sm);
  font-size: var(--font-step-2);
  color: #4ab37e;
}
.question-hints summary {
  cursor: pointer;
}
.question-hints__content {
  padding-top: var(--spacer-md);
}
.question-hints__content .rte-content {
  margin-bottom: var(--spacer-sm);
}

.quiz-menu {
  margin-top: 0.5rem;
  margin-left: -0.5rem;
  font-size: 0.75rem;
  position: relative;
}
.quiz-menu summary {
  width: max-content;
}
.quiz-menu summary::marker,
.quiz-menu summary::-webkit-details-marker {
  content: "";
  display: none;
}
.quiz-menu summary > span {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #767676;
  padding: 0.5rem;
}
.quiz-menu[open] summary > span {
  background-color: #FFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
}
.quiz-menu summary svg {
  margin-right: 0.5em;
  stroke: darkgray;
}
.quiz-menu summary > span:hover {
  color: #4ab37e;
}
.quiz-menu summary > span:hover svg {
  stroke: #4ab37e;
}
.quiz-menu__options {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background-color: #FFF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 0.875rem;
  padding: 1rem 0.5rem;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.quiz-menu__options a {
  color: #4ab37e;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.quiz-menu__options a:hover, .quiz-menu__options a:active {
  text-decoration: underline;
}
.quiz-menu__options a:hover:after, .quiz-menu__options a:active:after {
  content: none;
}
.quiz-menu__options a svg {
  stroke: #80e1b7;
  margin-right: 0.5em;
}

.quiz-results-wrapper {
  background-color: #FFF;
  padding: var(--spacer-md);
}

.quiz-results {
  display: block;
}
.quiz-results tbody, .quiz-results tr, .quiz-results th, .quiz-results td {
  display: block;
}
.quiz-results thead {
  display: none;
}
.quiz-results th {
  text-align: left;
}
tr:not(:first-child) .quiz-results__question {
  margin-top: var(--spacer-md);
}
.quiz-results__content ul {
  list-style-type: disc;
  margin-left: 1.125em;
}
.quiz-results__content ul li:not(:last-child) {
  margin-bottom: 0.25em;
}
.quiz-results__question, .quiz-results__solution, .quiz-results__answer, .quiz-results__status {
  padding: 0.5rem;
}
.quiz-results__solution, .quiz-results__answer, .quiz-results__status {
  font-size: var(--font-step-2);
}
.quiz-results__indicator {
  position: relative;
  padding-left: 1rem;
}
.quiz-results__indicator:before {
  content: "✓";
  display: block;
  color: #FFF;
  font-size: 0.75rem;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  position: absolute;
  left: -0.75rem;
  top: 1px;
}
.quiz-results__indicator--correct:before {
  content: "✓";
  background-color: #6bc103;
}
.quiz-results__indicator--wrong:before {
  content: "✕";
  background-color: #e50a0a;
}
.quiz-results__label {
  font-size: 0.75rem;
  color: #767676;
  margin-bottom: 0.25rem;
}
@media (min-width: 68rem) {
  .quiz-results {
    display: table;
    width: 100%;
  }
  .quiz-results thead {
    display: table-header-group;
  }
  .quiz-results tbody {
    display: table-row-group;
  }
  .quiz-results tr {
    display: table-row;
  }
  .quiz-results td {
    display: table-cell;
  }
  .quiz-results th {
    display: table-cell;
  }
  .quiz-results thead th {
    font-size: 0.875rem;
  }
  .quiz-results__solution:before, .quiz-results__answer:before {
    content: none;
    display: none;
  }
  tbody .quiz-results__solution, tbody .quiz-results__answer, tbody .quiz-results__status {
    font-size: 1.125rem;
    border-bottom: 2px solid #d9e1ea;
  }
  .quiz-results__question {
    border-bottom: 1px solid #d9e1ea;
    font-size: 1.25rem;
  }
  tr:not(:first-child) .quiz-results__question {
    padding-top: 2.5rem;
  }
}

.pdf {
  padding: 1.5cm;
}
.pdf .quiz__title img {
  height: 40px;
}
.pdf .quiz-results {
  table-layout: fixed;
}
.pdf .quiz-results td, .pdf .quiz-results th {
  line-height: 1.4;
  vertical-align: top;
}
.pdf .quiz-results__question {
  font-size: 12pt;
  padding: 2.5em 0 0.5em;
  color: #000;
}
.pdf .quiz-results__solution, .pdf .quiz-results__answer, .pdf .quiz-results__status {
  font-size: 9pt;
  padding: 1em 0 0;
  white-space: normal;
}
.pdf .quiz-results__solution, .pdf .quiz-results__answer {
  width: 42%;
}
.pdf .quiz-results__status {
  width: 16%;
  text-align: center;
}
.pdf .quiz-results__label {
  font-size: 7pt;
  margin-bottom: 3pt;
  margin-top: 3pt;
}
.pdf .quiz-results__content {
  padding: 1em 0;
  color: #000;
}
.pdf .quiz-results__indicator:before {
  content: "";
  display: none;
}
.pdf .quiz-results__indicator--correct {
  color: #6bc103;
  font-weight: 700;
}
.pdf .quiz-results__indicator--wrong {
  color: #e50a0a;
  font-weight: 700;
}
.pdf .quiz__subject {
  font-size: 7pt;
  margin-bottom: 30pt;
}
.pdf .quiz__subject img {
  display: block;
}
.pdf .quiz__subject p {
  margin-bottom: 5pt;
}
.pdf .quiz__title h1 {
  text-align: left;
  flex-grow: 0;
  font-size: 14pt;
  margin: 0;
  padding-bottom: 0;
}
.pdf .quiz__title img {
  position: relative;
  top: -25pt;
  float: right;
}

.quiz-editor {
  background-color: #FFF;
  display: flex;
  overflow: hidden;
}
.quiz-editor__tree {
  font-size: var(--font-step-2);
  padding: var(--spacer-md);
  box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.1);
  width: 27%;
  position: relative;
  z-index: 10;
}
.quiz-editor__tree h1 {
  font-size: var(--font-step-3);
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #d9e1ea;
  padding-bottom: 0.5em;
  margin-bottom: var(--spacer-sm);
}
.quiz-editor__tree summary {
  cursor: pointer;
}
.quiz-editor__tree summary:hover {
  color: #4ab37e;
}
.quiz-editor__panel {
  display: flex;
  flex-grow: 1;
  min-height: 65vh;
}
.quiz-editor__panel iframe {
  width: 100%;
  height: 100%;
}

.tree {
  list-style-type: none;
}
.tree li {
  position: relative;
}
.tree > li {
  padding: 1em 0;
  border-bottom: 1px solid #d9e1ea;
}
.tree > li ol > li {
  padding: 0.25em 0;
}
.tree__actions {
  display: none;
  position: absolute;
  right: 0;
  top: 1em;
  gap: 0.25em;
}
.tree .quiz-item {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 2em;
}
.tree .quiz-item a {
  color: #4ab37e;
  text-decoration: none;
}
.tree .quiz-item a:hover {
  text-decoration: underline;
}
.tree .quiz-item a:hover:after {
  content: none;
}
.tree .quiz-item__status-icon {
  position: relative;
  top: 1px;
  margin-right: 0.25em;
  cursor: help;
}
.tree .quiz-item__status-icon svg {
  height: 0.875rem;
}
.tree .quiz-item__status-icon svg * {
  fill: #767676;
}
.quiz-item .tree__actions {
  position: relative;
  margin-left: 0.5em;
  top: -1px;
}
li:hover > .tree__actions, .tree__item[open] + .tree__actions {
  display: flex;
}
.tree__action {
  padding: 0;
  border: none;
  cursor: pointer;
  line-height: 1;
  font-size: 1rem;
  display: block;
  color: #4ab37e;
  background: transparent;
  transition: all 0.2s ease;
}
.tree__action:hover:after {
  content: none;
  text-decoration: none;
}
.tree__action--icon {
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tree__action--icon svg {
  height: 65%;
  width: auto;
  display: block;
}
.tree__action--icon svg * {
  fill: #767676;
}
.tree__action--icon:hover svg * {
  fill: #FFF;
}
.tree__action--icon:hover {
  background-color: #4ab37e;
}
.tree__action--danger:hover {
  background-color: #dc3a00;
}
.tree__content {
  margin: 1em 0 1em 1em;
}

.create-widget {
  margin-bottom: 1rem;
}
.create-widget summary {
  display: inline-block;
  color: #767676;
  font-size: var(--font-step-1);
  border: 1px solid gainsboro;
  padding: 0.125em 0.5em;
  border-radius: 4px;
  position: relative;
  top: 1px;
}
.create-widget summary:before {
  content: "+";
  margin-right: 0.5em;
  position: relative;
}
.create-widget summary::marker {
  display: none;
  content: "";
}
.create-widget[open] summary {
  border-bottom-color: #FFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.create-widget__form {
  border: 1px solid gainsboro;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0.5em;
}
.create-widget__form label {
  display: block;
  font-size: 0.75em;
  margin-bottom: 0.25em;
}
.create-widget__input {
  display: flex;
  gap: 0.25em;
}
.create-widget__input input {
  border-width: 1px;
  border-style: solid;
  border-color: #b1c3d4 #cbd7e3 #cbd7e3 #cbd7e3;
  border-radius: 4px;
  background-color: #f0f3f7;
  padding: 0.125em;
  font-size: var(--font-step-2);
  max-width: 71%;
}
.create-widget__input input:focus {
  background-color: #f7f8fb;
  outline: none;
}
.create-widget__input button {
  font-family: "AkkuratLLWeb", sans-serif;
  background-color: #4ab37e;
  color: #FFF;
  border-radius: 4px;
  border: none;
  padding: 0.25em 0.75em;
  cursor: pointer;
  flex-grow: 1;
}
.create-widget__input button svg {
  height: 10px;
  width: auto;
}

.progress__board {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1.5rem;
}
.progress__board th {
  text-align: left;
}
.progress__board th, .progress__board td {
  padding: 0.5em 0;
  border-bottom: 1px solid #d9e1ea;
}
.progress-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #80e1b7;
  background-color: #fafafa;
}
.progress-bar span {
  position: relative;
  z-index: 10;
}
.progress-bar__indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #b7f1c7;
  z-index: 1;
}

.ranking {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1.5rem;
}
.ranking th, .ranking td {
  padding: 0.5em 0;
  border-bottom: 1px solid #d9e1ea;
}
.ranking__score {
  text-align: right;
}
.ranking__status--playing:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 1200ms infinite;
  content: "…";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@keyframes -webkit-ellipsis {
  to {
    width: 1.25em;
  }
}
.modal {
  display: none;
}
.modal[open] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  background-color: rgba(183, 241, 199, 0.8);
}
.modal__inner {
  padding: 2rem;
  position: relative;
  z-index: 102;
  max-width: 42rem;
  background-color: #FFF;
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9e1ea;
  padding-bottom: var(--spacer-xs);
  margin-bottom: var(--spacer-sm);
}
.modal__header h2 {
  font-size: var(--font-step-3);
  margin: 0;
  padding: 0;
}
.modal__header .button {
  font-size: 0.875rem;
}

.account {
  width: fit-content;
  margin: 0 auto;
  background-color: #FFF;
  padding: var(--spacer-md);
}
.account .notification {
  padding: var(--spacer-xs);
  color: #FFF;
  margin-bottom: var(--spacer-sm);
}
.account .notification--error {
  background-color: red;
}

.account-form {
  width: 100%;
}
.account-form--login {
  max-width: 450px;
}
.account-form--register {
  max-width: 750px;
}
.account-form .Inputfield:not(:last-child) {
  margin-bottom: 1em;
}
.account-form input[type=text],
.account-form input[type=email],
.account-form input[type=password] {
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 12px;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #ddd;
}
.account-form .InputfieldStateRequired > .InputfieldHeader:first-child::after {
  color: red;
  content: "*";
  margin-left: 0.25em;
}
.account-form .InputfieldPasswordRow {
  margin-bottom: 0.5em;
}
.account-form .InputfieldHidden {
  display: none;
}

.education-paths .counter {
  text-align: center;
  display: block;
  margin-bottom: var(--spacer-lg);
}
.education-paths .grid__row {
  gap: 1%;
  display: flex !important;
  flex-wrap: wrap;
}
.education-paths .grid__row::after {
  content: "";
  flex: auto;
}
.education-paths .grid__item--onefourth {
  padding: var(--spacer-sm);
  min-height: 220px;
  position: relative;
  margin-bottom: 1.5%;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 755px) {
  .education-paths .grid__item--onefourth {
    width: 49%;
  }
}
@media only screen and (min-width: 1150px) {
  .education-paths .grid__item--onefourth {
    width: 24%;
  }
}
.education-paths .grid__item--onefourth article {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.education-paths .grid__item--onefourth:hover h2, .education-paths .grid__item--onefourth:focus h2 {
  text-decoration: underline;
}
.education-paths .grid__item--onefourth::after {
  border-bottom: none;
}
.education-paths .grid__item--onefourth h2 {
  font-size: 20px;
  text-decoration: none;
  padding: 0;
  transition: all 0.4s;
  max-width: 90%;
}

.education-path-detail .youtube-privacy-wrapper {
  height: auto;
  margin-bottom: 1rem;
}
.education-path-detail .header {
  padding: var(--spacer-xl) 0;
}
.education-path-detail .accordion-tabs {
  padding: var(--spacer-lg) 0;
  max-width: 1200px;
  margin: 0 auto;
}
.education-path-detail h1 {
  padding-bottom: var(--spacer-sm);
}
.education-path-detail .short-description {
  max-width: 920px;
  margin: 0 auto;
  font-size: 22px;
}
.education-path-detail details {
  border-left: 1px solid #000;
  display: block;
  margin-left: 0.5rem;
}
.education-path-detail summary {
  padding: 0.5rem 0 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.education-path-detail .collapsible-summary-title {
  font-size: 20px;
  scroll-margin-top: 8em;
  text-align: left;
  max-width: 100%;
  padding: 0;
  word-wrap: unset;
  margin: 0;
  padding-left: 1.85em;
}
@media only screen and (min-width: 68rem) {
  .education-path-detail .collapsible-summary-title {
    font-size: 30px;
    padding-left: 2.35em;
  }
}
.education-path-detail .collapsible-summary-description {
  margin-top: 0.5rem;
}
.education-path-detail details > .collapsible-content {
  padding: 0 0 3rem 2rem;
}
@media only screen and (min-width: 68rem) {
  .education-path-detail details > .collapsible-content {
    padding: 0 0 3rem 4rem;
  }
}
@media only screen and (min-width: 68rem) {
  .education-path-detail details > .collapsible-content .grid__row {
    display: flex;
    flex-wrap: inherit;
    gap: 2rem;
  }
}
.education-path-detail details > .collapsible-content .grid__row article {
  width: 100%;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 68rem) {
  .education-path-detail details > .collapsible-content .grid__row article {
    width: 70%;
  }
}
.education-path-detail details > .collapsible-content .grid__row article ins a::before {
  content: url("../img/link-arrow.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: 0.5rem;
}
.education-path-detail details > .collapsible-content .grid__row article ins a::after {
  border-bottom: none;
}
.education-path-detail details > .collapsible-content .grid__row iframe {
  margin-bottom: 2rem;
  max-width: 100%;
}
.education-path-detail details > .collapsible-content .grid__row aside {
  margin-top: 1rem;
  width: 100%;
}
@media only screen and (min-width: 68rem) {
  .education-path-detail details > .collapsible-content .grid__row aside {
    width: 30%;
  }
}
.education-path-detail details > .collapsible-content .grid__row aside .files {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
}
.education-path-detail details > .collapsible-content .grid__row aside .files a {
  display: flex;
  flex-wrap: inherit;
  align-items: baseline;
  text-decoration: none;
}
.education-path-detail details > .collapsible-content .grid__row aside .files a p {
  text-decoration: underline;
  padding-bottom: 0;
}
.education-path-detail details > .collapsible-content .grid__row aside .files .filesize {
  font-size: 12px;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 68rem) {
  .education-path-detail details > .collapsible-content .grid__row aside {
    margin-top: 0;
  }
}
.education-path-detail details > .collapsible-content .grid__row aside p {
  padding-bottom: 0;
}
.education-path-detail details > .collapsible-content .grid__row aside a {
  display: flex;
  justify-content: start;
  align-items: start;
}
.education-path-detail details > .collapsible-content .grid__row aside a::before {
  content: url("../img/link-arrow.svg");
  display: inline-block;
  text-decoration: none;
  margin-right: 0.5rem;
  margin-top: 1px;
}
.education-path-detail details > .collapsible-content .grid__row aside a::after {
  border-bottom: none;
}
.education-path-detail details > summary::marker, .education-path-detail details > summary::-webkit-details-marker {
  display: none;
}
.education-path-detail details > summary::-moz-list-bullet {
  list-style-type: none;
  list-style: none;
  display: none;
}
.education-path-detail details > summary:before {
  display: inline-block;
  content: url("../img/arrow-down-small.svg");
  position: absolute;
  top: 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  padding: 0.5rem;
  line-height: 0.95rem;
  left: -1.1rem;
  width: 1rem;
  height: 1rem;
}
@media only screen and (min-width: 68rem) {
  .education-path-detail details > summary:before {
    width: 2rem;
    height: 2rem;
    left: -1.65rem;
    line-height: 2.25;
    content: url("../img/arrow-down.svg");
  }
}
.education-path-detail details[open] > summary:before {
  transform: rotate(-90deg);
  background: #000;
  content: url("../img/arrow-down-white-small.svg");
}
@media only screen and (min-width: 68rem) {
  .education-path-detail details[open] > summary:before {
    content: url("../img/arrow-down-white.svg");
  }
}
.education-path-detail details[open] > summary h2 {
  font-weight: 600;
}
.education-path-detail .last details {
  border-left: none;
}

/*# sourceMappingURL=main.css.map */
