*,
::before,
::after {
  box-sizing: border-box;
  font-feature-settings: "ss03" on, "ss04" on, "ss02" on;
  transition: all 100ms linear;
}

html {
  overflow: auto;
}

body {
  display: flex;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Satoshi-Medium", sans-serif;
  font-feature-settings: "ss03" on, "ss04" on, "ss02" on;
  background-color: #121212;
  color: #fff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 30px;
  line-height: 1.4em;
  margin: 0;
}

h2 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  margin: 0;
}

p {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0px;
}
p.p-20 {
  font-size: 20px;
}
p.p-30 {
  font-size: 30px;
}
p.p-60 {
  font-size: 60px;
}

a {
  font-family: "Satoshi-Bold", sans-serif;
  color: #fff;
  text-decoration: none;
  transition: all 100ms linear;
}
a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.2em;
}
a.text-link {
  text-decoration: underline;
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.2em;
}
a.text-button {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a.text-button:hover {
  text-decoration: none;
}
a.text-button:hover .icon {
  transform: scale(1.2);
}
a.text-button.active {
  text-decoration: underline;
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.2em;
}
a.text-button.large {
  font-size: 20px;
  line-height: 1.4em;
}
a.text-button.large .icon {
  width: 20px;
}
a.text-button .icon {
  width: 16px;
}
a.arrow-button {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
a.arrow-button:hover {
  text-decoration: none;
}
a.arrow-button:hover .icon {
  translate: 4px 0px;
}
a.arrow-button.active {
  text-decoration: underline;
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.2em;
}
a.arrow-button.large {
  font-size: 20px;
  line-height: 1.4em;
}
a.arrow-button.large .icon {
  width: 20px;
}
a.arrow-button .icon {
  width: 16px;
}

span.active {
  font-family: "Satoshi-Bold", sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.2em;
}

.bold {
  font-family: "Satoshi-Bold", sans-serif;
}

.white-transparent-text {
  color: rgba(255, 255, 255, 0.6);
}

.text-align-right {
  text-align: right;
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 40px 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  background-image: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  transition: 300ms ease;
  z-index: 500;
}
.menu.bg-very-dark-grey {
  background-image: linear-gradient(#121212 0%, rgba(18, 18, 18, 0) 100%);
}
.menu .menu-buttons {
  display: flex;
  gap: 20px;
}
.menu .logo {
  height: 32px;
  width: -moz-fit-content;
  width: fit-content;
}

main {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #121212;
  scrollbar-width: none;
  transition: all 300ms linear;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 200px 80px;
}
.container .story-container {
  width: 100%;
  max-width: 800px;
  align-self: center;
}
.container .story-container article h1 {
  font-size: 48px;
  line-height: 1.4em;
}
.container .story-container article h2 {
  font-size: 28px;
  line-height: 1.4em;
  margin-top: 60px;
  scroll-margin-top: 160px;
}
.container .story-container article h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin: 40px 0 0 0;
  scroll-margin-top: 160px;
}
.container .story-container article p {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.container .story-container article ol {
  margin: 10px 0 0 0;
  padding: 0;
}
.container .story-container article ol li {
  font-size: 20px;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.6);
}
.container .story-container article ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.container .story-container article ul li {
  font-size: 20px;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.6);
}

.dynamic-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 0;
  height: 100vh;
  width: 100vw;
  padding: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  overflow: scroll;
  transition: none;
  z-index: 1000;
}
.dynamic-container .image {
  position: relative;
  height: 80%;
  background-image: url("../admin/images/images/placeholder.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #1E1E1E;
  border-radius: 4px;
  flex-shrink: 0;
  flex-grow: 1;
}
.dynamic-container .information {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.dynamic-container .information .tile {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #1E1E1E;
  border-radius: 4px;
}
.dynamic-container .information .tile:has(.d-none) {
  display: none;
}
.dynamic-container .body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  background-color: #1E1E1E;
  border-radius: 4px;
}
.dynamic-container .body .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dynamic-container .body .header .header-left {
  display: flex;
  flex-direction: column;
}
.dynamic-container .body .header .header-right {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.dynamic-container .tile {
  padding: 40px;
  background-color: #1E1E1E;
  border-radius: 4px;
}
.dynamic-container .tile.image {
  height: 50%;
  background-image: url("../admin/images/images/placeholder.jpg");
  background-size: cover;
}

.next-session-container {
  width: 100%;
  aspect-ratio: 2/1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%), url("../admin/images/images/placeholder-2.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 20px;
  padding: 60px 80px;
  transition: none;
}
.next-session-container .next-session-header {
  display: flex;
  flex-direction: column;
}

.session-container-preview {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0 10px;
  background-color: #000;
}
.session-container-preview .card-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.session-container-preview .card-container .list-title-container {
  position: sticky;
  left: 60px;
  height: -moz-fit-content;
  height: fit-content;
  width: 0;
  translate: -50px -60px;
}
.session-container-preview .card-container .list-title-container .list-title {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  color: #fff;
  background-color: #000;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  padding: 16px 120px 16px 60px;
  -webkit-mask-image: linear-gradient(to left, #000 calc(100% - 40px), transparent 100%);
          mask-image: linear-gradient(to left, #000 calc(100% - 40px), transparent 100%);
}
.session-container-preview .card-container .card-wrapper {
  display: flex;
  gap: 10px;
  padding-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.session-container-preview .card-container .card-wrapper .session-card {
  background-color: #1E1E1E;
  display: flex;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
}
.session-container-preview .card-container .card-wrapper .session-card:hover {
  cursor: pointer;
}
.session-container-preview .card-container .card-wrapper .session-card:hover .card-body .icon {
  translate: 4px 0;
}
.session-container-preview .card-container .card-wrapper .session-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
  width: 600px;
}
.session-container-preview .card-container .card-wrapper .session-card .card-body .header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.session-container-preview .card-container .card-wrapper .session-card .card-body .header .truncate {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.session-container-preview .card-container .card-wrapper .session-card .card-body .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 100%;
}
.session-container-preview .card-container .card-wrapper .session-card .session-image {
  width: 364px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #E0E0E0;
  background-image: url("../admin/images/images/placeholder-2.jpg");
  background-size: cover;
  background-position: center center;
}
.session-container-preview .card-container .card-wrapper .session-card .session-image[style*=background-image] {
  display: flex;
}
.session-container-preview .sticky-button {
  left: 70px;
  position: sticky;
}

.search-session-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 240px 0 160px 0;
}
.search-session-container .inner-container {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.session-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 0 80px;
}
.session-container .card-container {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 10px;
}
.session-container .card-container:has(> .search-show.city-show) {
  display: flex;
}
.session-container .card-container .list-title {
  display: block;
  margin-top: 20px;
  padding: 10px 0;
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 30px;
  line-height: 1.4em;
  color: #fff;
  z-index: 100;
}
.session-container .card-container .session-card {
  background-color: #1E1E1E;
  display: none;
  border-radius: 4px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
}
.session-container .card-container .session-card:nth-child(odd) {
  flex-direction: row-reverse;
}
.session-container .card-container .session-card.search-show.city-show {
  display: flex;
}
.session-container .card-container .session-card:hover {
  cursor: pointer;
}
.session-container .card-container .session-card:hover .card-body .icon {
  translate: 4px 0;
}
.session-container .card-container .session-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
  width: 50%;
}
.session-container .card-container .session-card .card-body .header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.session-container .card-container .session-card .card-body .header .truncate {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.session-container .card-container .session-card .card-body .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 100%;
}
.session-container .card-container .session-card .session-image {
  height: 364px;
  width: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #E0E0E0;
  background-size: cover;
  background-position: center center;
}
.session-container .card-container .session-card .session-image[style*=background-image] {
  display: flex;
}

.footer {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  background-color: #121212;
  color: #e03247 !important;
}
.footer.small {
  padding-top: 10px;
  background-color: #000;
}
.footer .logo-big {
  width: 100%;
}
.footer .footer-body {
  display: flex;
  justify-content: space-between;
  padding: 60px 80px;
  gap: 40px;
}
.footer .footer-body .footer-info {
  display: flex;
  flex-direction: column;
  align-self: end;
  gap: 20px;
}
.footer .footer-body .footer-info .logo {
  width: 220px;
}
.footer .footer-body .footer-menu {
  display: grid;
  gap: 10px 40px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-self: end;
}
.footer .footer-body .footer-menu a {
  color: #e03247;
}
.footer .footer-body .footer-credits {
  display: flex;
  flex-direction: column;
  align-self: end;
  gap: 5px;
  color: #E0E0E0 !important;
}
.footer .footer-body .footer-credits .logo {
  width: 220px;
}
.footer .footer-body .footer-credits a {
  color: #E0E0E0 !important;
}

.dialog-card {
  position: relative;
  padding: 0;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  z-index: 1000;
  background-color: transparent;
}
.dialog-card::-webkit-scrollbar {
  display: none;
}
.dialog-card .center {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-card .center .dialog-container {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 80%;
  width: 100%;
  max-width: 500px;
  background-color: #121212;
  border-radius: 4px;
  overflow: hidden;
  scrollbar-width: thin;
}
.dialog-card .center .dialog-container .dialog-header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 30px 20px 30px;
  background-color: #121212;
  z-index: 1000;
}
.dialog-card .center .dialog-container .dialog-body {
  height: 100%;
  padding: 0 30px;
  overflow: scroll;
}
.dialog-card .center .dialog-container .dialog-footer {
  position: sticky;
  bottom: 0;
  padding: 30px;
  background-color: #121212;
  z-index: 1000;
}
.dialog-card.slim {
  height: -moz-fit-content;
  height: fit-content;
}
.dialog-card.slim .dialog-header {
  padding: 30px 30px 0 30px;
}
.dialog-card::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/*
.dialog-card {
    position: relative;
    height: auto;
    max-height: 400px;
    width: 100%;
    max-width: 500px;
    padding: 0;
    background-color: $very-dark-grey;
    border-radius: $borderRadius;
    border: none;
    outline: none;
    z-index: 1000;

    .dialog-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;

        .dialog-header {
            position: relative;
            padding: 30px 30px 20px 30px;
            background-color: $very-dark-grey;
            z-index: 1000;
        }

        .dialog-body {
            height: 100%;
            padding: 0 30px;
            overflow: hidden;
        }

        .dialog-footer {
            position: relative;
            padding: 20px 30px 30px 30px;
            background-color: $very-dark-grey;
            z-index: 1000;
        }
    }

    &.slim {
        height: fit-content;

        .dialog-header {
            padding: 30px 30px 0 30px;
        }
    }

    &::backdrop {
        background-color: rgba($black, 0.6);
        backdrop-filter: blur(8px);
    }
}
*/
.city-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: scroll;
  scrollbar-width: thin;
}
.city-list .city-card {
  height: 38px;
  width: 100%;
  color: #fff;
  background-color: #1E1E1E;
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-grow: 0;
  flex-shrink: 0;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.city-list .city-card:hover {
  background-color: #e03247;
}
.city-list .city-card .text-container {
  display: flex;
  align-items: center;
  padding-right: 10px;
  width: 100%;
}
.city-list .city-card .text-container .city-name {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
.city-list .city-card .icon-container {
  height: 38px;
  width: 38px;
}
.city-list .city-card .icon-container .icon {
  height: 20px;
  width: 20px;
}

.tag-container {
  position: absolute;
  bottom: -48px;
  height: 38px;
  display: flex;
  gap: 10px;
}
.tag-container .search-query-button,
.tag-container .selected-city-button {
  color: #fff;
  background-color: #e03247;
  display: flex;
  flex-direction: row;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.tag-container .search-query-button:hover,
.tag-container .selected-city-button:hover {
  background-color: #1E1E1E;
}
.tag-container .search-query-button .text-container,
.tag-container .selected-city-button .text-container {
  display: flex;
  align-items: center;
  padding-right: 10px;
  width: 100%;
}
.tag-container .search-query-button .text-container .search-query-name,
.tag-container .search-query-button .text-container .selected-city-name,
.tag-container .selected-city-button .text-container .search-query-name,
.tag-container .selected-city-button .text-container .selected-city-name {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
.tag-container .search-query-button .icon-container,
.tag-container .selected-city-button .icon-container {
  height: 38px;
  width: 38px;
}
.tag-container .search-query-button .icon-container .icon,
.tag-container .selected-city-button .icon-container .icon {
  height: 20px;
  width: 20px;
}

.close-dynamic-container {
  position: fixed;
  top: 25px;
  left: calc(50% - 15px);
  width: 30px;
  cursor: pointer;
  transition: all 100ms linear;
  z-index: 2000;
}
.close-dynamic-container:hover {
  transform: scale(1.1);
}

.icon-container {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.icon-container .icon {
  height: 22px;
  width: 22px;
}

.close-icon-container {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.close-icon-container:hover .icon {
  transform: scale(1.2);
}
.close-icon-container .icon {
  height: 16px;
  width: 16px;
}

.row {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 40px;
}
.row:has(> .d-none) {
  grid-template-columns: 1fr;
}

.row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.button-row {
  display: flex;
  gap: 10px;
}

@container (max-width: 600px) {
  .row {
    grid-template-columns: 100%;
  }
  .heading-status {
    flex-direction: column-reverse;
  }
}
.label {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  cursor: text;
}

.input-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.input-field .input {
  display: flex;
  background-color: #1E1E1E;
  outline: rgba(255, 255, 255, 0.1) 1px solid;
  border-radius: 4px;
  overflow: hidden;
}
.input-field .input:has(.text-input:focus-visible) {
  outline: #e03247 2px solid;
}
.input-field .input input.text-input {
  display: flex;
  font-family: "Satoshi-Medium", sans-serif;
  background-color: #1E1E1E;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  padding: 0 14px;
  outline: none;
  border: none;
  text-overflow: ellipsis;
}
.input-field .input input.text-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input-field .input input.text-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.input-field.small input.text-input {
  font-size: 18px;
  line-height: 1em;
  height: 38px;
  padding: 0 10px;
}
.input-field.small .icon-container {
  height: 38px;
  width: 38px;
}
.input-field.small .icon-container .icon {
  height: 20px;
  width: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.button {
  height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 0;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.button:hover {
  background-color: #e03247;
}
.button:hover .icon {
  transform: scale(1.2);
}
.button.delete:hover {
  background-color: #e03247;
}
.button.dark-grey {
  background-color: #1E1E1E;
}
.button.dark-grey:hover {
  background-color: #e03247;
}
.button.dark-grey .text-container {
  color: #fff;
}
.button.very-dark-grey {
  background-color: #121212;
}
.button.very-dark-grey:hover {
  background-color: #e03247;
}
.button.very-dark-grey .text-container {
  color: #fff;
}
.button.long {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.button.long .icon {
  transform: none;
}
.button.long .text-container {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
.button.long .icon-container {
  height: 38px;
  width: 38px;
}
.button.long .icon-container .icon {
  height: 20px;
  width: 20px;
}
.button .text-container {
  width: 100%;
  padding-right: 8px;
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 14px;
  line-height: 1em;
  color: #000;
}
.button .text-container.bold {
  font-family: "Satoshi-Bold", sans-serif;
}
.button input {
  display: none;
}

.button-filter {
  height: 48px;
  width: 48px;
  display: flex;
  flex-direction: row;
  gap: 0;
  background-color: #1E1E1E;
  border-radius: 4px;
  cursor: pointer;
}
.button-filter:hover {
  background-color: #e03247;
}
.button-filter .text-container {
  color: #fff;
}
.button-filter:hover {
  background-color: #e03247;
}
.button-filter:hover .icon {
  transform: scale(1.2);
}

.submit-arrow-button {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 16px;
  line-height: 1em;
  display: flex;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.submit-arrow-button:hover {
  text-decoration: none;
}
.submit-arrow-button:hover .icon {
  translate: 4px 0px;
}
.submit-arrow-button .icon {
  width: 16px;
}
.submit-arrow-button input {
  display: none;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #000;
  z-index: 2000;
}

#loading-image {
  width: 48px;
}

.d-none {
  display: none !important;
}

.icon {
  transition: all 100ms linear;
}

.scroll-crosshair {
  margin-right: 50px;
}

.stop-scrolling {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

/*
.grain {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("../admin/images/images/grain.png");
    background-size: 1200px;
    background-repeat: repeat;
    z-index: 1000;
}
*/
.fade-in {
  animation: fadeIn 0.3s;
  animation-timing-function: linear;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-out {
  animation: fadeOut 0.3s;
  animation-timing-function: linear;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 20px;
    line-height: 1.4em;
  }
  p.p-60 {
    font-size: 40px;
    line-height: 1.4em;
  }
  p.p-30 {
    font-size: 20px;
    line-height: 1.4em;
  }
  p.p-20 {
    font-size: 16px;
    line-height: 1.4em;
  }
  a.arrow-button.large {
    font-size: 16px;
    line-height: 1.4em;
  }
  a.arrow-button.large .icon {
    width: 16px;
  }
  .session-container-preview .card-container .card-wrapper .session-card .card-body {
    padding: 30px;
    width: 400px;
  }
  .session-container-preview .card-container .card-wrapper .session-card .session-image {
    width: 268px;
  }
  .search-session-container .inner-container {
    width: 70%;
  }
  .session-container .card-container .session-card .card-body {
    padding: 30px;
  }
  .session-container .card-container .session-card .session-image {
    height: 268px;
  }
  .dynamic-container .image {
    height: 50%;
  }
}
@media (max-width: 900px) {
  .menu {
    padding: 40px;
    align-items: start;
    gap: 10px;
  }
  .menu .menu-buttons {
    flex-direction: column;
    align-items: end;
    gap: 14px;
    top: 40px;
    right: 40px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transition: none;
  }
  .menu .menu-buttons span {
    display: none;
  }
  .menu .menu-buttons a:nth-child(4) {
    display: none;
  }
  .container {
    padding: 200px 40px 120px 40px;
  }
  .container .story-container article h1 {
    font-size: 32px;
    line-height: 1.4em;
  }
  .container .story-container article h2 {
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 40px;
  }
  .container .story-container article h3 {
    font-size: 16px;
    line-height: 1.4em;
    margin: 20px 0 0 0;
  }
  .container .story-container article p {
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 6px;
  }
  .container .story-container article ol {
    margin: 6px 0 0 0;
  }
  .container .story-container article ol li {
    font-size: 16px;
    line-height: 1.4em;
  }
  .container .story-container article ul {
    margin: 6px 0 0 0;
  }
  .container .story-container article ul li {
    font-size: 16px;
    line-height: 1.4em;
  }
  .next-session-container {
    padding: 40px;
    aspect-ratio: 3/2;
  }
  .session-container-preview {
    padding: 0 40px;
  }
  .session-container-preview .card-container .card-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .session-container-preview .card-container .card-wrapper .scroll-crosshair {
    display: none;
  }
  .session-container-preview .card-container .card-wrapper .list-title-container {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 0;
    translate: 0;
  }
  .session-container-preview .card-container .card-wrapper .list-title-container .list-title {
    font-size: 30px;
    line-height: 1.4em;
    display: block;
    margin-top: 30px;
    padding: 10px 0;
    background-color: unset;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-mask-image: unset;
            mask-image: unset;
  }
  .session-container-preview .card-container .card-wrapper .session-card {
    width: 100%;
  }
  .session-container-preview .card-container .card-wrapper .session-card .card-body {
    width: 60%;
  }
  .session-container-preview .card-container .card-wrapper .session-card .session-image {
    width: 40%;
  }
  .session-container-preview .sticky-button {
    position: relative;
    left: 0;
  }
  .search-session-container {
    padding: 240px 40px 160px 40px;
  }
  .search-session-container .inner-container {
    width: 100%;
  }
  .session-container {
    padding: 0 40px;
  }
  .session-container .card-container .session-card .card-body {
    width: 60%;
  }
  .session-container .card-container .session-card .session-image {
    width: 40%;
  }
  .dynamic-container {
    padding: 80px 40px 40px 40px;
  }
  .dynamic-container .body .header {
    flex-direction: column;
  }
  .dynamic-container .body .header .header-right {
    text-align: left;
  }
  .footer.small {
    padding-top: 60px;
  }
  .footer .footer-body {
    padding: 40px;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
  .footer .footer-body .footer-info {
    align-self: center;
    align-items: center;
    text-align: center;
  }
  .footer .footer-body .footer-menu {
    align-self: center;
    text-align: center;
  }
  .footer .footer-body .footer-credits {
    align-self: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 600px) {
  p.p-60 {
    font-size: 30px;
    line-height: 1.4em;
  }
  .menu {
    padding: 40px 20px;
  }
  .menu .menu-buttons {
    top: 40px;
    right: 20px;
  }
  .container {
    padding: 200px 20px 120px 20px;
  }
  .container .story-container article ol {
    list-style-position: inside;
  }
  .container .story-container article ul {
    list-style-position: inside !important;
    list-style: disclosure-closed;
  }
  .next-session-container {
    padding: 20px;
    height: 100vh;
  }
  .session-container-preview {
    padding: 0 20px;
  }
  .session-container-preview .card-container .card-wrapper .session-card {
    flex-direction: column;
  }
  .session-container-preview .card-container .card-wrapper .session-card .card-body {
    width: 100%;
    padding: 30px;
  }
  .session-container-preview .card-container .card-wrapper .session-card .session-image {
    width: 100%;
    aspect-ratio: 5/3;
  }
  .search-session-container {
    padding: 240px 20px 60px 20px;
  }
  .search-session-container .inner-container {
    width: 100%;
  }
  .session-container {
    padding: 0 20px;
  }
  .session-container .card-container .list-title {
    padding: 10px 0;
  }
  .session-container .card-container .session-card {
    flex-direction: column !important;
  }
  .session-container .card-container .session-card .card-body {
    width: 100%;
    padding: 30px;
  }
  .session-container .card-container .session-card .session-image {
    width: 100%;
    aspect-ratio: 5/3;
  }
  .dynamic-container {
    padding: 80px 20px 20px 20px;
  }
  .dynamic-container .body {
    padding: 30px;
  }
  .dynamic-container .tile {
    padding: 20px 30px !important;
  }
  .dialog-card {
    margin: 0;
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
  }
  .dialog-card .dialog-container {
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
  }
  .input-field input.text-input {
    font-size: 18px !important;
    line-height: 1em !important;
    height: 38px !important;
    padding: 0 10px !important;
  }
  .input-field .icon-container {
    height: 38px !important;
    width: 38px !important;
  }
  .input-field .icon-container .icon {
    height: 20px !important;
    width: 20px !important;
  }
  .button-filter {
    height: 38px;
    width: 38px;
  }
  .button-filter .icon-container {
    width: 38px;
    height: 38px;
  }
  .button-filter .icon-container .icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-height: 960px) {
  .footer .logo-big {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */