[data-aos^=fade][data-aos^=fade].aos-animate {
  will-change: transform, opacity;
}
section {
  padding-bottom: 4rem;
}
/* section#jan {
    padding-top: calc(10rem - 4px);
} */
[data-hs-cos-type="module"]:nth-child(2) > section {
    padding-top: calc(10rem - 4px);
}
.sticky--month {
  position: -webkit-sticky;
  position: sticky;
  top:  calc(10rem - 4px);
  background: var(--white-90);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1;
  font-size: .75rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: var(--font-bold);
  padding: var(--base-size) var(--large-size);
}
.day {
  padding: 1px var(--large-size);
  display: flex;
  border-bottom: 1px solid var(--secondary-color-20);
  overflow: hidden;
}
.day .date {
  display: flex;
  flex-direction: column;
  margin: 2.5rem 2.5rem 2.5rem 0;
}
.day .date .date--day-of-month {
  font-size: 1.75rem;
  line-height: 1.25714;
  font-weight: var(--font-bold);
}
.day .date .date--day-of-week {
  font-size: .75rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: var(--font-bold);
}
.events {
  display: flex;
  will-change: transform;
  gap: 0.5rem;
  padding: 0.5rem;
}
.events li {
  padding: var(--base-size);
  display: flex;
  width: 19rem;
  flex-shrink: 0;
  position: relative;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
}
#today .events li {
  background: #f5f4ff;
}
.events li figure,
.events li picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.events li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
  transition: background-color .3s ease-in-out;
}
.events li figure img,
.events li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events:after {
  content: '';
  min-width: 6.5rem;
}
.tag {
  flex-shrink: 0;
  width: .25rem;
  border-radius: 1rem;
  margin-right: 1rem;
  position: relative;
  z-index: 1;
  transition: background .3s ease-in-out;
}
.none .tag { display: none }

.bkg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background .3s ease-in-out;
}

.holidays:hover .bkg,
.holidays .tag { background-color: var(--secondary-color)}
.events li.holidays:hover:before { background-color: var(--secondary-color-60); }


.food:hover .bkg,
.food .tag { background-color: var(--yellow)}
.events li.food:hover:before { background-color: var(--secondary-color-60); }


.special:hover .bkg,
.special .tag { background-color: var(--accent-color)}
.events li.special:hover:before { background-color: var(--secondary-color-60); }


.fun:hover .bkg,
.fun .tag { background-color: var(--primary-color)}
.events li.fun:hover:before { background-color: var(--secondary-color-60); }


.events li .content {
  margin: var(--base-size) 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  word-break: break-word;
  width: 100%;
  gap: 0.5rem;
  transition: color .3s ease-in-out,
              margin .3s ease-in-out,
              text-shadow .3s ease-in-out;
}
.events li .content h4 {
  font-size: .75rem;
  color: var(--primary-color);
  transition: color .3s ease-in-out;
}
.events li .content a {
  margin-top: 0;
  opacity: 0;
  transition: margin-top .3s ease-in-out,
              opacity .3s ease-in-out,
              background-color .3s ease-in-out,
              border-color .3s ease-in-out,
              box-shadow .3s ease-in-out;
}
.events li .content a.btn { text-shadow: none; }
.events li .content p {
  max-height: 0;
  opacity: 0;
  transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
  overflow: hidden;
  margin: 0;
}
.events li .content p a,
.events li .content p a:hover,
.events li .content p a:visited {
  color: rgb(var(--white));
  text-decoration: underline dashed;
}
.events li .content p a:hover {
  text-decoration: underline;
}
.events li video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  max-width: none !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: #232436;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.events li:hover video {
  opacity: 1
}
.events li:hover .content p { 
  opacity: 1;
  max-height: 13rem;
}
.events li:hover .tag { 
  background-color: white;
}
.events li:hover,
.events li:hover .content h4,
.events li:hover .content .btn--icon-only {
  color: white;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .25);
}
.events li:hover {
  cursor: grab;
}
.events li:active {
  cursor: grabbing;
}
.events li .content a:hover,
.events li .content a:focus,
.events li .content a:active {
  cursor: pointer;
}
.events li:hover figure,
.events li:hover picture {
  opacity: 1;
}
.events li:hover .content a {
/*   margin-top: var(--large-size); */
  opacity: 1;
}
a.compose_share.btn {
  border: 1px solid transparent;
  border-radius: 7rem;
  color: var(--secondary-color);
  padding: calc(.625rem - 1px) calc(.75rem - 1px);
  display: none;
}
a.compose_share.btn--accent {
  color: white;
}
.btn {
  border: 1px solid transparent;
  font-size: .75rem;
  line-height: 1;
  padding: calc(.625rem - 1px) calc(.75rem - 1px);
  background: transparent;
  color: var(--secondary-color);
  display: inline-flex;
  align-items: center;
  border-radius: 7rem;
  font-weight: var(--font-bold);
  cursor: pointer;
  transition: all .15s ease-in-out;
}
.btn + .btn,
.btn + span {
  margin-left: .5rem;
}
.btn span {
  color: currentColor;
}
.btn--accent {
  background: var(--accent-color);
  color: white;
}
.btn--accent:hover {
  background: var(--accent-color-darker);
  color: white;
}
.btn--accent:active,
.btn--accent:focus {
  background: var(--accent-color-darker);
  box-shadow: 0 0 0 .25rem var(--accent-color-20);
  color: white;
}
.btn--primary {
  background: var(--primary-color);
  color: white;
}
.btn--primary:hover {
  background: var(--primary-color-darker);
  color: white;
}

.btn--primary:active,
.btn--primary:focus {
  background: var(--primary-color-darker);
  box-shadow: 0 0 0 .25rem var(--primary-color-20);
  color: white;
}
.btn--hollow {
  background: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.btn--hollow:hover {
  background: var(--primary-color-5);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.btn--hollow:focus,
.btn--hollow:active {
  background: transparent;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 .25rem var(--primary-color-20);
  color: var(--primary-color);
}
.btn .icon {
  width: 1.5rem;
  height: 1.5rem;
  color: currentColor;
}
.btn.btn--icon-l,
.btn.btn--icon-r {
  padding: calc(.75rem - 1px);
}
.btn.btn--icon-l span,
.btn.btn--icon-r span {
  display: none;
}
.btn.copy-content {
  opacity: 0;
  align-self: flex-end;
  transition: opacity .3s ease-in-out,
              margin-top .3s ease-in-out;
}
.btn .icon path {
  fill: currentColor;
}
.btn[data-tooltip] {
  pointer-events: none;
}
.events li:hover .btn[data-tooltip] {
  pointer-events: all;
}
.btn[data-tooltip]:before {
  content: attr(data-tooltip);
  font-family: var(--base-font-family);
  margin-right: .5rem;
  opacity: 0;
  transform: translateY(.5rem);
  transition: opacity .15s ease-in-out,
              transform .15s ease-in-out;
}
.btn[data-tooltip]:hover:before {
  opacity: 1;
  transform: translateY(0);
}
.events li:hover .content .btn.copy-content {
  margin-top: calc(var(--base-size) * 2);
  opacity: 1;
}
.align-right {
  margin-left: auto;
}
.toast {
  position: fixed;
  bottom: calc(var(--base-size) * -6);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: .875rem;
  font-weight: var(--font-bold);
  padding: .5rem 1.5rem;
  background: var(--white-90);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 99999;
  max-width: 19rem;
  border-radius: 1.5rem;
  box-shadow: 0 0.25rem 0.5rem var(--secondary-color-10),
              0 1rem 1.5rem var(--secondary-color-10);
  transition: opacity .3s ease-in-out,
              bottom .3s ease-in-out;
}
.toast span {
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1;
  margin: .5rem 0;
  color: var(--secondary-color-60);
  font-weight: var(--font-regular)
}
.toast.in {
  bottom: calc(var(--base-size) * 2);
  opacity: 1;
}
.toast.out {
  bottom: calc(var(--base-size) * -6);
  opacity: 0;
}

.btn--today {
  position: fixed;
  color: var(--primary-color);
  bottom: calc(var(--base-size) * -6);
  left: 50%;
  transform: translateX(-50%);
  background: var(--white-90);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 99998;
  box-shadow: 0 0.25rem 0.5rem var(--secondary-color-10),
              0 1rem 1.5rem var(--secondary-color-10);
  transition: all .3s ease-in-out;
}
.btn--today:hover,
.btn--today:active {
    border-color: var(--primary-color);
}
.btn--today:focus {
    color: var(--primary-color-darker);
}
.btn--today.in {
  bottom: calc(var(--base-size) * 2);
  opacity: 1;
}
.btn--today.out {
  bottom: calc(var(--base-size) * -6);
  opacity: 0;
}
li#today {
    background: rgba(76, 54, 255, .05);
    border-color: #4c36ff;
}
li#today:before {
    content: 'Today';
    color: #4c36ff;
    font-size: .74rem;
    font-weight: 600;
    position: absolute;
    top: 1.5rem;
}
li#today .date {
    color: #4c36ff;
}
@media (min-width: 560px) {
  .btn .icon {
    width: var(--base-size);
    height: var(--base-size);
    margin: -.1875rem -.25rem;
  }
  .btn.btn--icon-l,
  .btn.btn--icon-r {
    padding: calc(.625rem - 1px) calc(.75rem - 1px);
  }
  .btn.btn--icon-l .icon {
    margin-right: .5rem;
  }
  .btn.btn--icon-r .icon {
    margin-left: .5rem;
  }
  .btn.btn--icon-l span,
  .btn.btn--icon-r span {
    display: block;
  }

}
@media (min-width: 720px) {
  a.compose_share.btn {
    display: inline-flex;
  }
}

@media (prefers-color-scheme: dark) {
    :root {
        --white: rgba(255,255,255);
        --accent-color-5: rgba(255, 97, 83, .05);
        --secondary-color-90: rgba(49,49,49,.9);
        --white-10: rgba(255,255,255,.1);
        --white-20: rgba(255,255,255,.2);
        --white-70: rgba(255,255,255,.7);
        --white-90: rgba(255,255,255,.9);
    }
    body {
        background-color: var(--secondary-color);
        color: var(--white)
    }
    header {
        background-color: var(--secondary-color-90);
        border-color: var(--white-20)
    }
    .sticky--month {
        background-color: var(--secondary-color-90);
    }
    .events li {
        background-color: var(--secondary-color);
    }
    nav ul li a {
        color: var(--white);
    }
    nav ul li a:hover {
        color: var(--accent-color);
    }
    nav ul li a.active {
        color: var(--accent-color);
        border-color: var(--accent-color)
    }
    .day {
        border-color: var(--white-20);
    }
    .next-year {
        box-shadow: -1px 0 0 0 var(--white-20);
    }
    .prev-year {
        box-shadow: 1px 0 0 0 var(--white-20);
    }
    .next-year:before, .prev-year:before {
        color: var(--white-70);
    }
    .events li .content h4 {
        color: var(--accent-color);
    }
    .logo svg [fill="#4D36FF"] {
        fill: var(--accent-color);
    }
    .logo svg [stroke="#4D36FF"] {
        stroke: var(--accent-color);
    }
    .top-nav .logo + div a, 
    .top-nav .logo + div a:visited, 
    .top-nav .logo + div a:hover {
        color: var(--accent-color);
    }
    li#today {
        background-color: var(--accent-color-5);
        border-color: var(--accent-color);
    }
    li#today:before,
    li#today .date {
        color: var(--accent-color);
    }
    .btn--today {
        background-color: var(--secondary-color-90);
        color: var(--accent-color) !important;
        box-shadow: 0 .25rem .5rem rgba(0,0,0,.5),
        0 1rem 1.5rem rgba(0,0,0,.5);
    }
    .btn--today:hover {
        border-color: var(--accent-color);
    }
    #today .events li {
      background: #3C3433;
    }
    .toast {
        background-color: var(--secondary-color-40);
        box-shadow: 0 .25rem .5rem rgba(0,0,0,.5),
        0 1rem 1.5rem rgba(0,0,0,.5);
    }
    .toast span {
        color: var(--white-70)
    }
    .holidays:hover .bkg, .holidays .tag {
        background-color: var(--white);
    }
    .btn--hollow,
    .btn--hollow:visited {
      border-color: var(--white);
      color: var(--white);
    }
    .btn--hollow:hover {
      background: var(--white-10);
      border-color: var(--white);
      color: var(--white);
    }
    .btn--hollow:focus,
    .btn--hollow:active {
      background: transparent;
      border-color: var(--white);
      box-shadow: 0 0 0 .25rem var(--white-20);
      color: var(--white);
    }
}

/* /////////////////////////////////////// */
/*             PRINT STYLING               */
/* /////////////////////////////////////// */
@media screen {
    .print-only {
        display: none;
    }
}

@page { margin: 0 !important; }

/* Safari settings */
@media not all and (min-resolution:.001dpcm) { 
  @media print {
    @supports (-webkit-appearance:none) {
      .row-fluid [class*="span"] {
        float: none !important;
      }
      section, section#jan {
        padding: 0.25cm 1px !important;
        height: auto !important;
      }
      section .logomark-for-print {
        font-size: .5rem !important
      }
      section .logomark-for-print .logo {
        margin-right: 0.5em !important;
      }
      section .logomark-for-print .logo svg {
        width: 2.5em !important;
      }
      .title--label {
        font-size: .75em !important;
      }
      .title--number {
        font-size: 1.625em !important
      }
      section .logomark-for-print small {
        font-size: 7pt !important
      }
      .sticky--month {
        bottom: auto !important;
        top: 0 !important;
        font-size: 2rem !important;
        color: var(--secondary-color-60) !important
      }
      h2 + ul {
        grid-auto-rows: 27px 12vh 12vh 12vh 12vh 12vh 12vh !important;
      }
    }
  }
}
@media print {
    @page { 
      size: A4 landscape;
      margin: 0 !important;
    }
  
    html { 
      font-size: 16px;
      padding: 0 .5cm;
    }
  
    header,
    #sendible_iframe,
    .events li figure, 
    .events li picture,
    .btn--today,
    .content h3,
    .content a,
    .content button,
    .toast,
    .tag,
    .right,
    li#today:before,
    abbr .date--day-of-week,
    .hs-tools-menu {
        display: none !important;
    }
    .print-break {
        display: block;
        break-after: page;
        page-break-after: always;
    }
    body {
        padding: 0;
    }
    header {
        border-color: transparent;
    }
    section,
    section#jan {
        padding: 0.5cm 1px;
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    header {
        background-color: transparent;
        padding: 0;
    }
    header section.top-nav {
        padding: var(--base-size) 0;
    }
    .events {
        display: block;
        line-height: 1.35;
    }
    .events li {
        width: auto;
        padding: 0;
        display: inline-block;
        float: left;
        margin-right: .25rem;
    }
    .sticky--month {
        position: relative;
        top: -2.5rem;
        padding: var(--base-size) 0;
        font-size: 14pt;
        text-transform: none;
        text-align: right;
        background-color: transparent;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
      
        position: absolute;
        bottom: -2rem;
        height: auto;
        right: 0;
        top: auto;
        font-size: 8rem;
        color: var(--secondary-color-10);
    }
    section .logomark-for-print {
      display: flex;
      align-items: flex-start;
      margin-bottom: 0.5rem;
    }
    section .logomark-for-print .logo {
      margin-right: 0.5rem;
    }
    section .logomark-for-print .logo svg {
      width: 2.5rem;
    }
    section .logomark-for-print h1 {
      width: 4rem;
    }
    section .logomark-for-print small {
      font-size: .625rem;
      line-height: 1;
      display: block;
      margin-top: 0.25rem;
      height: 0.625rem;
      overflow: hidden;
    }
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
        transform: translateZ(0) !important;
    }
    [data-aos^=fade][data-aos^=fade].holidays {
        padding: 0;
        width: auto;
    }
    .events li .content {
        width: auto;
        margin: 0;
    }
    h2 + ul {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-auto-rows: auto 13vh 13vh 13vh 13vh 13vh 13vh;
        grid-gap: 1px;
    }
    .day {
        padding: 10pt;
        flex-direction: column
    }
    .day .date {
        margin: 0;
        margin-right: 1rem
    }
    .events li .content h4 {
        font-size: 6pt;
        font-weight: var(--font-regular);
        line-height: 1.35;
    }
    .day .date .date--day-of-month {
      font-size: 1.25rem
    }
    li#today {
        background: inherit;
        border-color: inherit;
    }
    li#today:before, li#today .date {
        color: inherit;
    }
    #today .events li {
        background: inherit;
    }
    .day, .day#today {
        border: 0 solid transparent;
        box-shadow: 0 0 0 1px #E9E9E9;
    }

    .weekdays-header {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 1px;
        grid-column: 1 / -1;
    }
    .weekdays-header .date--day-of-week {
        font-size: 8pt;
        line-height: 1;
        text-transform: uppercase;
        padding: .5rem 1rem;
        color: var(--secondary-color-60);
    }
    .day.mon { grid-column: 1; }
    .day.tue { grid-column: 2; }
    .day.wed { grid-column: 3; }
    .day.thu { grid-column: 4; }
    .day.fri { grid-column: 5; }
    .day.sat { grid-column: 6; }
    .day.sun { grid-column: 7; }
}
