@charset "UTF-8";
/* fallback */
@font-face {
  font-family: "arista";
  font-style: normal;
  font-weight: 300;
  src: url(../../fonts/arista-light.woff2) format("woff2");
  font-display: swap;
}
:root {
  --color-primary: #E20048;
  --color-primary-default: #E20048;
  --color-accent: #5341C3;
  --color-accent-bright: hsl(248, 52%, 81%);
  --color-accent-brighter: hsl(248, 52%, 94%);
  --color-error: #e83333;
  --color-success: #57b767;
  --color-btn-bg: var(--color-accent);
  --color-btn-text: white;
  --color-btn-shadow-hover: rgba(0, 0, 0, 0.7);
  --color-page-text: #222;
  --border-radius-default: 5px;
  --font: system, -apple-system, BlinkMacSystemFont, "Roboto Condensed", Helvetica, Arial, sans-serif;
  --font-special: "arista", "Arista 2.0", "arista", Helvetica, Arial, sans-serif;
  --font-size: 16px;
  --line-height: 1.6;
  -webkit-tap-highlight-color: transparent;
  --content-max-width: 1000px;
  --swiper-navigation-color: var(--color-primary);
  --swiper-pagination-color: var(--color-primary);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
  width: 15px;
  height: 30px;
}

html, body {
  background: white;
  font-size: var(--font-size);
  color: var(--color-page-text);
  line-height: var(--line-height);
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: var(--font);
}

a:any-link {
  text-decoration: none;
  color: var(--color-accent);
}

a:any-link:hover {
  color: #222;
}

.hidden {
  display: none !important;
}

button,
.button,
.button:any-link {
  cursor: pointer;
  background: var(--color-btn-bg);
  color: var(--color-btn-text) !important;
  text-align: center;
  border-radius: var(--border-radius-default);
  padding: 10px 20px;
  display: inline-flex;
  gap: 10px;
  border: 0;
  font-size: var(--font-size);
  line-height: var(--line-height);
  align-items: center;
  justify-content: center;
  margin: 0 0 2px;
  box-sizing: border-box;
  transition: 0.2s;
  transform-origin: center;
  user-select: none;
  font-weight: bold;
}

button:not([data-noanimation]):hover,
.button:not([data-noanimation]):hover,
.button-icon:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: var(--color-btn-shadow-hover) 0 0 30px;
  color: var(--color-btn-text);
}

button:not([data-noanimation]):active,
.button:not([data-noanimation]):active,
.button-icon:active {
  transform: scale(0.7) translateY(-5px);
  box-shadow: var(--color-btn-shadow-hover) 0 0 10px;
}

.header {
  --font-size: calc(min(var(--content-max-width), 100vw) / 16);
  background: var(--color-accent);
  font-family: var(--font-special);
  color: white;
  font-size: var(--font-size);
  line-height: 0.7;
  letter-spacing: calc(var(--font-size) * 0.1);
  text-shadow: rgba(0, 0, 0, 0.2) calc(var(--font-size) * 0.1) calc(var(--font-size) * 0.1) 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.header .icon-row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.header .icon {
  min-width: 30%;
  max-width: 30%;
}
.header .icon-text {
  text-align: left;
}
.header img {
  max-height: 30vh;
}
.header h1, .header h2 {
  margin: 0;
}

.header-image-slide .wave {
  z-index: 2;
}

.header-image-slide-inner {
  display: flex;
  background: #222;
  height: 100px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  justify-content: center;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 min(10vh, 10vw);
}
.header-image-slide-inner div {
  width: 150px;
  height: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.header-image-slide-inner div img {
  max-width: 100%;
  max-height: 100px;
  position: relative;
  z-index: 1;
  box-shadow: black 0 0 10px;
}
.header-image-slide-inner div .grow {
  z-index: 0;
  width: 300px;
  position: absolute;
  filter: blur(10px);
}

.color-primary {
  color: var(--color-primary);
}

.color-accent {
  color: var(--color-accent);
}

h2 {
  font-size: 56px;
  line-height: 1.1;
  font-family: var(--font-special);
  letter-spacing: 2px;
  color: var(--color-primary);
  margin: 30px 0;
}

h3 {
  font-size: 36px;
  line-height: 1.1;
  font-family: var(--font-special);
  letter-spacing: 2px;
  color: #333;
  margin: 20px 0;
}

h4 {
  font-size: 24px;
  line-height: 1.1;
  font-family: var(--font-special);
  letter-spacing: 2px;
  color: #333;
  margin: 10px 0;
}

.content-max-width {
  max-width: var(--content-max-width);
  padding: 20px;
  margin: 0 auto;
  display: block;
}

.wave {
  position: absolute;
  width: 100%;
  height: var(--wave-height);
  overflow: hidden;
}
.wave .wave-inner {
  fill: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  height: var(--wave-height);
  transform-origin: top;
  animation: wave forwards 4s;
}
.wave .wave-inner svg {
  width: 100%;
  height: var(--wave-height);
}

@keyframes wave {
  from {
    transform: scale(5, 0.8);
  }
  to {
    transform: scale(1, 1);
  }
}
input, select, textarea {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px;
  background: white;
  border: 1px solid var(--color-accent);
  box-sizing: border-box;
  border-radius: 5px;
  font-family: var(--font);
}

.box-choose {
  text-align: center;
  display: inline-block;
  max-width: 600px;
}
.box-choose img {
  max-width: 100%;
}
.box-choose .box {
  display: inline-block;
  background: var(--color-accent-bright);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 20px, var(--color-accent) inset 5px 5px 90px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.box-choose .box .badge {
  background: var(--color-primary);
  padding: 10px;
  color: white;
  font-size: 10px;
  position: absolute;
  right: -20px;
  top: 0;
  transform: rotate(20deg);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.box-choose .box h4 {
  margin: 20px 0;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
}
.box-choose .box h4 span {
  position: relative;
  z-index: 1;
}
.box-choose .box h5 {
  margin: 10px 0;
  font-size: 1.5em;
}
.box-choose .box .text {
  background: white;
  padding: 30px 10px;
}
.box-choose .box button {
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.box-requisite-image {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
}

.box-requisite-image img {
  margin: 5px 0;
  border-radius: 10px;
}

.box-requisite-desc {
  font-size: 90%;
}

.box-config-form {
  container-type: inline-size;
  text-align: left;
}
.box-config-form input, .box-config-form select, .box-config-form textarea {
  width: 100%;
}
.box-config-form .config-option {
  margin-bottom: 10px;
  display: block;
}
.box-config-form .config-option[data-type=summary] {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
  border-radius: 5px;
  background: white;
  position: sticky;
  bottom: 0;
}
.box-config-form .label {
  font-weight: bold;
  margin-bottom: 2px;
  display: block;
}
.box-config-form .summary {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}

@container (max-width: 400px) {
  .box-config-form table tr,
  .box-config-form table td {
    display: block;
    text-align: left !important;
    width: 100% !important;
  }
}
.calendar-table table {
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
  table-layout: fixed;
}

.calendar-table th {
  background: #f5f5f5;
  padding: 2px;
  font-weight: bold;
}

.calendar-table td {
  padding: 2px;
  background: var(--color-success);
  color: white;
  width: 14.2857142857%;
  word-break: break-word;
}

.calendar-table td small {
  display: block;
  font-size: 8px;
  opacity: 0.9;
}

.calendar-othermonth {
  pointer-events: none;
  opacity: 0.3;
}

.main-footer {
  text-align: center;
  font-size: 0.9rem;
  background: var(--color-accent);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  min-height: 20vh;
}

.main-footer a:any-link {
  color: white;
}

.main-footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.main-footer .inner > *:not(:first-child)::before {
  content: "•";
  padding-right: 10px;
  color: var(--color-page-text);
}

.custom-select {
  text-align: left;
}

.custom-select label {
  display: flex;
  padding: 10px 5px;
  border: 1px solid var(--color-accent);
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 85%;
  gap: 10px;
  align-items: center;
}
.custom-select label .label-text {
  flex: 1 1 auto;
}
.custom-select label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background: #ccc;
  border-radius: 50px;
}

.custom-select label:hover {
  color: var(--color-accent);
}

.custom-select label.selected {
  background: var(--color-accent);
  color: white;
}
.custom-select label.selected:before {
  background: white;
}