@charset "UTF-8";
@font-face {
  font-family: "Visual";
  font-style: normal;
  font-weight: normal;
  src: url("/static/main/bundles/fonts/visualregularwebfont.D_JpAgGN.woff2") format("woff2"), url("/static/main/bundles/fonts/visualregularwebfont.W7NP1okb.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-regular.CFV9ls4I.eot?#iefix") format("embedded-opentype"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-regular.T08DAGm7.woff2") format("woff2"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-regular.BigpBNas.woff") format("woff"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-regular.DccoVREC.ttf") format("truetype"), url("/static/main/bundles/ibm-plex-sans-v8-latin-regular.Cou7vqrc.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.DbrwNGuE.eot"); /* IE9 Compat Modes */
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.DbrwNGuE.eot?#iefix") format("embedded-opentype"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.DL9Jk0XV.woff2") format("woff2"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.mE-JXoec.woff") format("woff"), url("/static/main/bundles/fonts/ibm-plex-sans-v8-latin-600.AW-HsfRn.ttf") format("truetype"), url("/static/main/bundles/ibm-plex-sans-v8-latin-600.DrxPzLPF.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.DuGO7sZq.eot"); /* IE9 Compat Modes */
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.DuGO7sZq.eot?#iefix") format("embedded-opentype"), url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.B7N1j9GF.woff2") format("woff2"), url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.Bg4GrIqT.woff") format("woff"), url("/static/main/bundles/fonts/ibm-plex-mono-v6-latin-regular.BsLASRVQ.ttf") format("truetype"), url("/static/main/bundles/ibm-plex-mono-v6-latin-regular.C9TZJFEp.svg#IBMPlexMono") format("svg"); /* Legacy iOS */
}
/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
nav ul, nav ol {
  list-style-type: none;
}

.box-centered-content {
  display: flex;
  justify-content: center;
}

.centered-text {
  text-align: center;
}

.mb-xl2 {
  margin-bottom: 1.5rem;
}

.content-box {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #979797;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
@media (min-width: 640px) {
  .content-box {
    padding: 1rem 1rem 1.5rem 1rem;
  }
}
.content-box {
  font-size: 0.9375rem;
  color: #131313;
  line-height: 1.3333333333em;
  font-weight: 400;
}
.content-box {
  font-size: 12px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .content-box {
    font-size: calc(12px + 3 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .content-box {
    font-size: 15px;
  }
}

.text-h1 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.75rem;
  color: #001dcb;
  line-height: 1.2;
  font-weight: 600;
  font-size: 4rem;
}

.text-h1-large {
  font-size: 2.5rem;
  color: #001dcb;
  line-height: 1.2;
  font-weight: 600;
}
.text-h1-large {
  font-size: 28px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .text-h1-large {
    font-size: calc(28px + 12 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .text-h1-large {
    font-size: 40px;
  }
}

.text-h2 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.375rem;
  color: #001dcb;
  line-height: 1.2;
  font-weight: 600;
}
.text-h2 {
  font-size: 14px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .text-h2 {
    font-size: calc(14px + 8 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .text-h2 {
    font-size: 22px;
  }
}

.text-h3 {
  font-size: 1rem;
  color: #131313;
  line-height: 1.25em;
  font-weight: 600;
}
.text-h3 {
  font-size: 12px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .text-h3 {
    font-size: calc(12px + 4 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .text-h3 {
    font-size: 16px;
  }
}

.text-p {
  font-size: 0.9375rem;
  color: #131313;
  line-height: 1.3333333333em;
  font-weight: 400;
}
.text-p {
  font-size: 12px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .text-p {
    font-size: calc(12px + 3 * (100vw - 360px) / 120);
  }
}
@media screen and (min-width: 480px) {
  .text-p {
    font-size: 15px;
  }
}

body {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #08166B;
}

b, strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4,
.h1, .h2, .h3 {
  font-weight: normal;
  font-family: IBM Plex Sans, sans-serif;
  color: #001dcb;
  margin-bottom: 0;
  margin-top: 0;
}

h1, .h1 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 64px;
    line-height: 64px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1280px) {
  h3, .h3 {
    font-size: 48px;
    line-height: 50px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

p {
  margin-bottom: 28px;
}

small {
  font-size: 12px;
  line-height: 18px;
}

.intro {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 26px;
  font-family: IBM Plex Mono, monospace;
}
@media (min-width: 768px) {
  .intro {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1280px) {
  .intro {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}

.lead {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 28px;
}

.small, .box-text {
  font-size: 14px;
  line-height: 22px;
}

.text-link {
  color: #001dcb;
  text-decoration: underline;
}
.text-link:hover {
  color: #08166B;
}
.text-link:active, .text-link:focus {
  color: #08166B;
}

p a:not([class]) {
  color: #001dcb;
  text-decoration: underline;
}
p a:not([class]):hover {
  color: #08166B;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-blue {
  color: #001dcb !important;
}

.text-light-blue {
  color: #001dcb !important;
}

.text-dark-blue {
  color: #08166B !important;
}

.text-lighter-blue {
  color: rgb(242, 244, 253) !important;
}

.text-red {
  color: #FF7664 !important;
}

.text-light-red {
  color: #FFE4E0 !important;
}

.text-mint {
  color: #00E6C0 !important;
}

.text-light-mint {
  color: #E6FDF9 !important;
}

.text-lila {
  color: #CD88FF !important;
}

.text-light-lila {
  color: #FFE8F7 !important;
}

.text-yellow {
  color: #FFFF2B !important;
}

.text-light-yellow {
  color: #FFFFCA !important;
}

.text-pink {
  color: #FF8BD7 !important;
}

.text-violet {
  color: #dcbef5 !important;
}

.text-beige {
  color: #FFC65A !important;
}

.text-lime {
  color: #97E657 !important;
}

:root {
  --cw-blue: #001dcb;
  --cw-font-family-base: IBM Plex Sans, sans-serif;
  --cw-font-family-heading: IBM Plex Sans, sans-serif;
  --cw-form-bg: #E5E8FA;
  --cw-lighter-blue: rgb(242, 244, 253);
  --cw-red: #FF7664;
}

.alert {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #08166B;
  background: rgb(242, 244, 253);
}
.alert.alert-small {
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.alert .alert-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-top: 1px;
}
.alert .alert-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
}
.alert .alert-icon .icon svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
.alert .content {
  flex: 1;
}
.alert .actions {
  margin-top: 0.5rem;
}
.alert .actions a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.alert .actions a:hover {
  opacity: 0.8;
}

.alert-success {
  background: #E6FDF9;
  border-color: #00E6C0;
  color: #08166B;
}
.alert-success .icon {
  color: #00E6C0;
}

.alert-red {
  background: #FFE4E0;
  border-color: #FF7664;
  color: #08166B;
}
.alert-red .icon {
  color: #FF7664;
}

.alert-warn {
  background: #FFFFCA;
  border-color: #FFC65A;
  color: #08166B;
}
.alert-warn .icon {
  color: rgb(255, 180.3818181818, 39);
}

.alert-blue {
  background: rgb(242, 244, 253);
  border-color: #001dcb;
  color: #08166B;
}
.alert-blue .icon {
  color: #001dcb;
}

.alert.animated {
  opacity: 0;
  transform: translateY(-8px);
  animation: alert-enter 0.25s ease forwards;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.alert.animated.alert-leaving {
  animation: alert-leave 0.3s ease forwards;
}

@keyframes alert-enter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes alert-leave {
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}
.btn, .btn-outline-lime, .btn-lime, .btn-outline-beige, .btn-beige, .btn-outline-violet, .btn-violet, .btn-outline-pink, .btn-pink, .btn-outline-light-yellow, .btn-light-yellow, .btn-outline-yellow, .btn-yellow, .btn-outline-light-lila, .btn-light-lila, .btn-outline-lila, .btn-lila, .btn-outline-light-mint, .btn-light-mint, .btn-outline-mint, .btn-mint, .btn-outline-light-red, .btn-light-red, .btn-outline-red, .btn-red, .btn-outline-lighter-blue, .btn-lighter-blue, .btn-outline-dark-blue, .btn-dark-blue, .btn-outline-light-blue, .btn-light-blue, .btn-outline-blue, .btn-blue, .btn-delete, .btn-disabled, .btn-number, .btn-round, .btn-primary, .btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.125rem;
  padding: 0.125rem 1.5rem;
  border-radius: 1.75rem;
  border: 1px solid #001dcb;
  color: #001dcb;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.btn:hover, .btn-outline-lime:hover, .btn-lime:hover, .btn-outline-beige:hover, .btn-beige:hover, .btn-outline-violet:hover, .btn-violet:hover, .btn-outline-pink:hover, .btn-pink:hover, .btn-outline-light-yellow:hover, .btn-light-yellow:hover, .btn-outline-yellow:hover, .btn-yellow:hover, .btn-outline-light-lila:hover, .btn-light-lila:hover, .btn-outline-lila:hover, .btn-lila:hover, .btn-outline-light-mint:hover, .btn-light-mint:hover, .btn-outline-mint:hover, .btn-mint:hover, .btn-outline-light-red:hover, .btn-light-red:hover, .btn-outline-red:hover, .btn-red:hover, .btn-outline-lighter-blue:hover, .btn-lighter-blue:hover, .btn-outline-dark-blue:hover, .btn-dark-blue:hover, .btn-outline-light-blue:hover, .btn-light-blue:hover, .btn-outline-blue:hover, .btn-blue:hover, .btn-delete:hover, .btn-disabled:hover, .btn-number:hover, .btn-round:hover, .btn-primary:hover, .btn-small:hover {
  color: #fff;
  background: #001dcb;
}
.btn:active, .btn-outline-lime:active, .btn-lime:active, .btn-outline-beige:active, .btn-beige:active, .btn-outline-violet:active, .btn-violet:active, .btn-outline-pink:active, .btn-pink:active, .btn-outline-light-yellow:active, .btn-light-yellow:active, .btn-outline-yellow:active, .btn-yellow:active, .btn-outline-light-lila:active, .btn-light-lila:active, .btn-outline-lila:active, .btn-lila:active, .btn-outline-light-mint:active, .btn-light-mint:active, .btn-outline-mint:active, .btn-mint:active, .btn-outline-light-red:active, .btn-light-red:active, .btn-outline-red:active, .btn-red:active, .btn-outline-lighter-blue:active, .btn-lighter-blue:active, .btn-outline-dark-blue:active, .btn-dark-blue:active, .btn-outline-light-blue:active, .btn-light-blue:active, .btn-outline-blue:active, .btn-blue:active, .btn-delete:active, .btn-disabled:active, .btn-number:active, .btn-round:active, .btn-primary:active, .btn-small:active {
  color: #fff;
  background: #08166B;
  border-color: #08166B;
}
.btn:disabled, .btn-outline-lime:disabled, .btn-lime:disabled, .btn-outline-beige:disabled, .btn-beige:disabled, .btn-outline-violet:disabled, .btn-violet:disabled, .btn-outline-pink:disabled, .btn-pink:disabled, .btn-outline-light-yellow:disabled, .btn-light-yellow:disabled, .btn-outline-yellow:disabled, .btn-yellow:disabled, .btn-outline-light-lila:disabled, .btn-light-lila:disabled, .btn-outline-lila:disabled, .btn-lila:disabled, .btn-outline-light-mint:disabled, .btn-light-mint:disabled, .btn-outline-mint:disabled, .btn-mint:disabled, .btn-outline-light-red:disabled, .btn-light-red:disabled, .btn-outline-red:disabled, .btn-red:disabled, .btn-outline-lighter-blue:disabled, .btn-lighter-blue:disabled, .btn-outline-dark-blue:disabled, .btn-dark-blue:disabled, .btn-outline-light-blue:disabled, .btn-light-blue:disabled, .btn-outline-blue:disabled, .btn-blue:disabled, .btn-delete:disabled, .btn-disabled:disabled, .btn-number:disabled, .btn-round:disabled, .btn-primary:disabled, .btn-small:disabled, .btn.disabled, .disabled.btn-outline-lime, .disabled.btn-lime, .disabled.btn-outline-beige, .disabled.btn-beige, .disabled.btn-outline-violet, .disabled.btn-violet, .disabled.btn-outline-pink, .disabled.btn-pink, .disabled.btn-outline-light-yellow, .disabled.btn-light-yellow, .disabled.btn-outline-yellow, .disabled.btn-yellow, .disabled.btn-outline-light-lila, .disabled.btn-light-lila, .disabled.btn-outline-lila, .disabled.btn-lila, .disabled.btn-outline-light-mint, .disabled.btn-light-mint, .disabled.btn-outline-mint, .disabled.btn-mint, .disabled.btn-outline-light-red, .disabled.btn-light-red, .disabled.btn-outline-red, .disabled.btn-red, .disabled.btn-outline-lighter-blue, .disabled.btn-lighter-blue, .disabled.btn-outline-dark-blue, .disabled.btn-dark-blue, .disabled.btn-outline-light-blue, .disabled.btn-light-blue, .disabled.btn-outline-blue, .disabled.btn-blue, .disabled.btn-delete, .disabled.btn-disabled, .disabled.btn-number, .disabled.btn-round, .disabled.btn-primary, .disabled.btn-small {
  opacity: 0.3;
  cursor: not-allowed;
}

.btn-small {
  font-size: 0.875rem;
  padding: 0.125rem 1rem;
}

.btn-xsmall {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 16px;
  border-radius: 14px;
  border: 1px solid #001dcb;
  color: #001dcb;
  background: transparent;
  cursor: pointer;
}
.btn-xsmall:hover {
  background: #001dcb;
  color: #fff;
}

.btn-primary {
  background: #001dcb;
  color: #fff;
}
.btn-primary:hover {
  background: #08166B;
  border-color: #08166B;
}

.btn-round {
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
}

.btn-number {
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-number {
    height: 56px;
    width: 56px;
  }
}
.btn-number.current {
  background: #001dcb;
  color: #fff;
}

.btn-full {
  display: flex;
  justify-content: center;
}

.btn-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.btn-delete {
  border-color: #FF7664;
  color: #FF7664;
}
.btn-delete:hover {
  background: #FF7664;
  color: #fff;
  border-color: #FF7664;
}

.btn-blue {
  border-color: #001dcb;
  color: #001dcb;
}
.btn-blue:hover {
  background: #001dcb;
  color: #fff;
}

.btn-outline-blue {
  border-color: #001dcb;
  color: #001dcb;
}
.btn-outline-blue:hover {
  background: #001dcb;
  color: #fff;
}

.btn-light-blue {
  border-color: #001dcb;
  color: #001dcb;
}
.btn-light-blue:hover {
  background: #001dcb;
  color: #fff;
}

.btn-outline-light-blue {
  border-color: #001dcb;
  color: #001dcb;
}
.btn-outline-light-blue:hover {
  background: #001dcb;
  color: #fff;
}

.btn-dark-blue {
  border-color: #08166B;
  color: #08166B;
}
.btn-dark-blue:hover {
  background: #08166B;
  color: #fff;
}

.btn-outline-dark-blue {
  border-color: #08166B;
  color: #08166B;
}
.btn-outline-dark-blue:hover {
  background: #08166B;
  color: #fff;
}

.btn-lighter-blue {
  border-color: rgb(242, 244, 253);
  color: rgb(242, 244, 253);
}
.btn-lighter-blue:hover {
  background: rgb(242, 244, 253);
  color: #fff;
}

.btn-outline-lighter-blue {
  border-color: rgb(242, 244, 253);
  color: rgb(242, 244, 253);
}
.btn-outline-lighter-blue:hover {
  background: rgb(242, 244, 253);
  color: #fff;
}

.btn-red {
  border-color: #FF7664;
  color: #FF7664;
}
.btn-red:hover {
  background: #FF7664;
  color: #fff;
}

.btn-outline-red {
  border-color: #FF7664;
  color: #FF7664;
}
.btn-outline-red:hover {
  background: #FF7664;
  color: #fff;
}

.btn-light-red {
  border-color: #FFE4E0;
  color: #FFE4E0;
}
.btn-light-red:hover {
  background: #FFE4E0;
  color: #fff;
}

.btn-outline-light-red {
  border-color: #FFE4E0;
  color: #FFE4E0;
}
.btn-outline-light-red:hover {
  background: #FFE4E0;
  color: #fff;
}

.btn-mint {
  border-color: #00E6C0;
  color: #00E6C0;
}
.btn-mint:hover {
  background: #00E6C0;
  color: #fff;
}

.btn-outline-mint {
  border-color: #00E6C0;
  color: #00E6C0;
}
.btn-outline-mint:hover {
  background: #00E6C0;
  color: #fff;
}

.btn-light-mint {
  border-color: #E6FDF9;
  color: #E6FDF9;
}
.btn-light-mint:hover {
  background: #E6FDF9;
  color: #fff;
}

.btn-outline-light-mint {
  border-color: #E6FDF9;
  color: #E6FDF9;
}
.btn-outline-light-mint:hover {
  background: #E6FDF9;
  color: #fff;
}

.btn-lila {
  border-color: #CD88FF;
  color: #CD88FF;
}
.btn-lila:hover {
  background: #CD88FF;
  color: #fff;
}

.btn-outline-lila {
  border-color: #CD88FF;
  color: #CD88FF;
}
.btn-outline-lila:hover {
  background: #CD88FF;
  color: #fff;
}

.btn-light-lila {
  border-color: #FFE8F7;
  color: #FFE8F7;
}
.btn-light-lila:hover {
  background: #FFE8F7;
  color: #fff;
}

.btn-outline-light-lila {
  border-color: #FFE8F7;
  color: #FFE8F7;
}
.btn-outline-light-lila:hover {
  background: #FFE8F7;
  color: #fff;
}

.btn-yellow {
  border-color: #FFFF2B;
  color: #FFFF2B;
}
.btn-yellow:hover {
  background: #FFFF2B;
  color: #fff;
}

.btn-outline-yellow {
  border-color: #FFFF2B;
  color: #FFFF2B;
}
.btn-outline-yellow:hover {
  background: #FFFF2B;
  color: #fff;
}

.btn-light-yellow {
  border-color: #FFFFCA;
  color: #FFFFCA;
}
.btn-light-yellow:hover {
  background: #FFFFCA;
  color: #fff;
}

.btn-outline-light-yellow {
  border-color: #FFFFCA;
  color: #FFFFCA;
}
.btn-outline-light-yellow:hover {
  background: #FFFFCA;
  color: #fff;
}

.btn-pink {
  border-color: #FF8BD7;
  color: #FF8BD7;
}
.btn-pink:hover {
  background: #FF8BD7;
  color: #fff;
}

.btn-outline-pink {
  border-color: #FF8BD7;
  color: #FF8BD7;
}
.btn-outline-pink:hover {
  background: #FF8BD7;
  color: #fff;
}

.btn-violet {
  border-color: #dcbef5;
  color: #dcbef5;
}
.btn-violet:hover {
  background: #dcbef5;
  color: #fff;
}

.btn-outline-violet {
  border-color: #dcbef5;
  color: #dcbef5;
}
.btn-outline-violet:hover {
  background: #dcbef5;
  color: #fff;
}

.btn-beige {
  border-color: #FFC65A;
  color: #FFC65A;
}
.btn-beige:hover {
  background: #FFC65A;
  color: #fff;
}

.btn-outline-beige {
  border-color: #FFC65A;
  color: #FFC65A;
}
.btn-outline-beige:hover {
  background: #FFC65A;
  color: #fff;
}

.btn-lime {
  border-color: #97E657;
  color: #97E657;
}
.btn-lime:hover {
  background: #97E657;
  color: #fff;
}

.btn-outline-lime {
  border-color: #97E657;
  color: #97E657;
}
.btn-outline-lime:hover {
  background: #97E657;
  color: #fff;
}

.btn-link {
  background: none;
  border: none;
  padding: 0;
  color: #001dcb;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
}
.btn-link:hover {
  color: #08166B;
}

.badge, .badge-outline-lime, .badge-lime, .badge-outline-beige, .badge-beige, .badge-outline-violet, .badge-violet, .badge-outline-pink, .badge-pink, .badge-outline-light-yellow, .badge-light-yellow, .badge-outline-yellow, .badge-yellow, .badge-outline-light-lila, .badge-light-lila, .badge-outline-lila, .badge-lila, .badge-outline-light-mint, .badge-light-mint, .badge-outline-mint, .badge-mint, .badge-outline-light-red, .badge-light-red, .badge-outline-red, .badge-red, .badge-outline-lighter-blue, .badge-lighter-blue, .badge-outline-dark-blue, .badge-dark-blue, .badge-outline-light-blue, .badge-light-blue, .badge-outline-blue, .badge-blue, .badge-region {
  display: inline-block;
  padding: 4px 16px 6px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin: 5px;
  border-radius: 3px;
  color: #08166B;
}

.badge-region {
  position: relative;
  top: -2px;
  margin-left: 0;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #001dcb;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

.badge-blue {
  background-color: #001dcb;
}

.badge-outline-blue {
  background-color: #fff;
  border: 1px solid #001dcb;
}

.badge-light-blue {
  background-color: #001dcb;
}

.badge-outline-light-blue {
  background-color: #fff;
  border: 1px solid #001dcb;
}

.badge-dark-blue {
  background-color: #08166B;
}

.badge-outline-dark-blue {
  background-color: #fff;
  border: 1px solid #08166B;
}

.badge-lighter-blue {
  background-color: rgb(242, 244, 253);
}

.badge-outline-lighter-blue {
  background-color: #fff;
  border: 1px solid rgb(242, 244, 253);
}

.badge-red {
  background-color: #FF7664;
}

.badge-outline-red {
  background-color: #fff;
  border: 1px solid #FF7664;
}

.badge-light-red {
  background-color: #FFE4E0;
}

.badge-outline-light-red {
  background-color: #fff;
  border: 1px solid #FFE4E0;
}

.badge-mint {
  background-color: #00E6C0;
}

.badge-outline-mint {
  background-color: #fff;
  border: 1px solid #00E6C0;
}

.badge-light-mint {
  background-color: #E6FDF9;
}

.badge-outline-light-mint {
  background-color: #fff;
  border: 1px solid #E6FDF9;
}

.badge-lila {
  background-color: #CD88FF;
}

.badge-outline-lila {
  background-color: #fff;
  border: 1px solid #CD88FF;
}

.badge-light-lila {
  background-color: #FFE8F7;
}

.badge-outline-light-lila {
  background-color: #fff;
  border: 1px solid #FFE8F7;
}

.badge-yellow {
  background-color: #FFFF2B;
}

.badge-outline-yellow {
  background-color: #fff;
  border: 1px solid #FFFF2B;
}

.badge-light-yellow {
  background-color: #FFFFCA;
}

.badge-outline-light-yellow {
  background-color: #fff;
  border: 1px solid #FFFFCA;
}

.badge-pink {
  background-color: #FF8BD7;
}

.badge-outline-pink {
  background-color: #fff;
  border: 1px solid #FF8BD7;
}

.badge-violet {
  background-color: #dcbef5;
}

.badge-outline-violet {
  background-color: #fff;
  border: 1px solid #dcbef5;
}

.badge-beige {
  background-color: #FFC65A;
}

.badge-outline-beige {
  background-color: #fff;
  border: 1px solid #FFC65A;
}

.badge-lime {
  background-color: #97E657;
}

.badge-outline-lime {
  background-color: #fff;
  border: 1px solid #97E657;
}

.card {
  height: 100%;
  border: 1px solid #ccc;
}
.card a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.card a:hover {
  text-decoration: none;
}
.card a h4 {
  color: #001dcb;
}
.card a p {
  color: #08166B;
}
.card .card-img {
  flex: 0 0 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .card-img img {
  max-width: 90%;
  max-height: 110px;
  height: auto;
  width: auto;
}
.card .card-body {
  flex: 1 1 auto;
  padding: 16px 15px 0;
}
.card .card-body h4 {
  margin-bottom: 8px;
  color: #001dcb;
}
.card .card-body p {
  color: #08166B;
  padding: 0;
  margin: 0;
}
.card .card-footer {
  flex: 0 0 auto;
  background: transparent;
  padding: 0 15px 16px;
  border-top: 0;
  text-align: right;
}

ul.custom-form-field-errors,
ul.errorlist,
ul.error-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  font-size: 0.875rem;
  color: rgb(227.5, 26.4193548387, 0);
}

.orga-form-intro {
  color: #001dcb;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.confirm-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.info-container {
  background: var(--cw-form-bg);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
}
.info-container__text {
  color: #001dcb;
  font-size: 1rem;
  margin: 0 auto 2rem;
  max-width: 600px;
}

.org-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.org-consent input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 0.2rem;
  accent-color: #001dcb;
}
.org-consent label {
  color: #001dcb;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  margin: 0;
}

.orga-list-item {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.orga-list-item__name {
  color: #001dcb;
  font-size: 1rem;
}
.orga-list-item__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.orga-list-item__action {
  font-size: 0.9375rem;
  color: #001dcb;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
.orga-list-item__action--delete {
  color: #FF7664;
}
.orga-list-item__action:hover {
  opacity: 0.7;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.form-row [class*=col-] {
  width: 100%;
}
@media (min-width: 768px) {
  .form-row .col-lg-6, .form-row .col-md-6 {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  .form-row .col-lg-3, .form-row .col-md-3 {
    flex: 0 0 calc(25% - 18px);
  }
}
@media (min-width: 768px) {
  .form-row .col-md-4 {
    flex: 0 0 calc(33.333% - 16px);
  }
}
@media (min-width: 768px) {
  .form-row .col-4 {
    flex: 0 0 calc(33.333% - 16px);
  }
}
@media (min-width: 768px) {
  .form-row .col-8 {
    flex: 0 0 calc(66.667% - 8px);
  }
}

.form-group {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 24px;
  }
}
.form-group > label {
  display: block;
  color: #001dcb;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 4px;
}
.form-group ul.errorlist {
  margin: 4px 0 0;
}
.form-group.form-group-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 4px;
}
.form-group.form-group-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #001dcb;
}
.form-group.form-group-checkbox > label {
  position: static;
  transform: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #001dcb;
}

.form-step {
  background: var(--cw-form-bg);
  color: #001dcb;
  border-radius: 1.5rem;
  padding: 40px 40px 16px;
}
.form-step + .form-step {
  margin-top: 4rem;
}
.form-step div.form-control {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-step div.form-control {
    margin-bottom: 24px;
  }
}
.form-step div.form-control > label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.form-step .form-control {
  font-weight: 400;
}
.form-step .form-control::-moz-placeholder {
  color: rgba(0, 29, 203, 0.5);
  font-weight: 400;
}
.form-step .form-control::placeholder {
  color: rgba(0, 29, 203, 0.5);
  font-weight: 400;
}
.form-step fieldset + fieldset {
  border-top: 1px solid #001dcb;
  padding-top: 1.5rem;
}
.form-step .explanation {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.form-step .form-check {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 1rem;
}
.form-step .form-check .form-check-input {
  float: none;
  margin: 2px 0;
  flex-shrink: 0;
}
.form-step .form-check .form-check-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-step .form-check.form-check-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.form-step .is-invalid {
  border: 2px solid rgb(227.5, 26.4193548387, 0) !important;
}
.form-step .accept-conditions .form-check-label {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .form-step .form-row.allowance {
    flex-wrap: nowrap;
  }
}

.form-step-header {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .form-step-header {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

.form-control {
  width: 100%;
  border: 1px solid #001dcb;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 1rem;
  line-height: 1.5;
  height: 44px;
  color: #001dcb;
  background-color: #fff;
  box-sizing: border-box;
  font-family: IBM Plex Sans, sans-serif;
}
@media (min-width: 768px) {
  .form-control {
    padding: 10px 14px;
    font-size: 1.0625rem;
  }
}
.form-control:focus {
  outline: none;
  border-color: #08166B;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.15);
}
.form-control[readonly] {
  background-color: #f0f2fc;
  border-style: dashed;
  color: rgba(0, 29, 203, 0.55);
  cursor: not-allowed;
}

select.form-control {
  height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23001dcb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.form-step .ts-wrapper.tom-select-topics {
  width: 100%;
}

.form-step .ts-wrapper.tom-select-topics .ts-control {
  border: 1px solid #001dcb;
  border-radius: 0;
  min-height: 44px;
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #001dcb;
  background-color: #fff;
  box-shadow: none;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.form-step .ts-wrapper.tom-select-topics .ts-control:focus-within {
  outline: none;
  border-color: #08166B;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.15);
}

.form-step .ts-wrapper.tom-select-topics .ts-control > input {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  color: #001dcb;
  line-height: 1.5;
  flex: 1;
  min-width: 120px;
}

.form-step .ts-wrapper.tom-select-topics .ts-control > input::-moz-placeholder {
  color: rgba(0, 29, 203, 0.5);
  opacity: 1;
}

.form-step .ts-wrapper.tom-select-topics .ts-control > input::placeholder {
  color: rgba(0, 29, 203, 0.5);
  opacity: 1;
}

.form-step .ts-wrapper.tom-select-topics .ts-control .item {
  border: 1px solid #001dcb;
  background: #fff;
  color: #001dcb;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-step .ts-wrapper.tom-select-topics .ts-control .item.active {
  background: #fff;
  color: #001dcb;
  border-color: #08166B;
  outline: 2px solid rgba(0, 29, 203, 0.15);
  outline-offset: 1px;
}

.form-step .ts-wrapper.tom-select-topics .ts-control .item .remove {
  font-weight: 600;
  cursor: pointer;
  color: #001dcb;
}
.form-step .ts-wrapper.tom-select-topics .ts-control .item .remove:hover {
  color: #08166B;
}

.form-step .ts-wrapper.tom-select-tags {
  width: 100%;
}

.form-step .ts-wrapper.tom-select-tags .ts-control {
  border: 1px solid #636363;
  border-radius: 0;
  min-height: 44px;
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #131313;
  background-color: #ffffff;
  box-shadow: none;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.form-step .ts-wrapper.tom-select-tags .ts-control:focus-within {
  outline: none;
  border-color: #131313;
  box-shadow: 0 0 0 2px rgba(19, 19, 19, 0.08);
}

.form-step .ts-wrapper.tom-select-tags .ts-control > input {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  color: #131313;
  line-height: 1.5;
  flex: 1;
  min-width: 120px;
}

.form-step .ts-wrapper.tom-select-tags .ts-control > input::-moz-placeholder {
  color: #636363;
  opacity: 1;
}

.form-step .ts-wrapper.tom-select-tags .ts-control > input::placeholder {
  color: #636363;
  opacity: 1;
}

.form-step .ts-wrapper.tom-select-tags .ts-control .item {
  border: 1px solid #636363;
  background: rgb(242, 244, 253);
  color: #131313;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-step .ts-wrapper.tom-select-tags .ts-control .item.active {
  background: rgb(242, 244, 253);
  color: #131313;
  border-color: #131313;
  outline: 2px solid rgba(19, 19, 19, 0.15);
  outline-offset: 1px;
}

.form-step .ts-wrapper.tom-select-tags .ts-control .item .remove {
  font-weight: 600;
  cursor: pointer;
  color: #636363;
}
.form-step .ts-wrapper.tom-select-tags .ts-control .item .remove:hover {
  color: #131313;
}

textarea.form-control {
  height: auto;
  min-height: 120px;
  padding-top: 10px;
  resize: vertical;
}

input[type=checkbox].form-control,
input[type=radio].form-control {
  width: auto;
  height: auto;
  border: revert;
  padding: revert;
  background: transparent;
  box-shadow: none;
  font-size: revert;
  line-height: revert;
  accent-color: #001dcb;
}

div.form-control {
  height: auto;
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
div.form-control > label {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  color: #001dcb;
  margin-bottom: 4px;
}
div.form-control .custom-form-select-wrapper select {
  width: 100%;
  height: 44px;
  border: 1px solid #001dcb;
  border-radius: 0;
  padding: 10px 36px 10px 14px;
  font-size: 1rem;
  color: #001dcb;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: IBM Plex Sans, sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23001dcb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
div.form-control .custom-form-select-wrapper select:focus {
  outline: none;
  border-color: #08166B;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.15);
}
div.form-control.error input.form-control,
div.form-control.error textarea.form-control,
div.form-control.error .custom-form-select-wrapper select {
  border-color: rgb(227.5, 26.4193548387, 0);
}
div.form-control ul.custom-form-field-errors {
  margin: 4px 0 0;
}
div.form-control label.custom-form-checkbox {
  position: static;
  transform: none;
  font-size: 0.875rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  white-space: normal;
}
div.form-control label.custom-form-checkbox input[type=checkbox] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: revert;
  padding: revert;
  background: transparent;
  box-shadow: none;
  accent-color: #001dcb;
}

#div_id_topics .custom-form-checkbox-multiple {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {
  #div_id_topics .custom-form-checkbox-multiple {
    grid-template-columns: repeat(3, 1fr);
  }
}
#div_id_topics label.custom-form-checkbox input[type=checkbox] {
  order: 1;
}
#div_id_topics label.custom-form-checkbox .label-text {
  order: 2;
}

.login-page-links {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.5rem;
}

.login-form div.form-control .custom-form-field-wrapper {
  position: relative;
}
.login-form div.form-control .custom-form-field-wrapper input {
  padding-right: 44px;
}

.login-form-actions {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.required-fields {
  padding: 0.5rem 0 0;
  font-size: 14px;
  line-height: 19.2px;
}

.privacy-text {
  padding-top: 20px;
  font-size: 12px;
  line-height: 18px;
}

.profile-actions,
.account-actions {
  display: flex;
  gap: 16px;
  margin-top: 2rem;
}

.form-step-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 2rem;
}
.form-step-actions > .btn-link--back {
  margin-right: auto;
  text-decoration: underline;
}

.profile-section-spacer {
  margin-top: 2.5rem;
}

.page-intro {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.page-intro__title {
  color: #08166B;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-intro__text {
  color: #08166B;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.account-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.4s ease;
}
.account-modal-overlay--hidden {
  opacity: 0;
  pointer-events: none;
}

.account-modal {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2.5rem 3rem;
  max-width: 480px;
  width: 90%;
  text-align: center;
}
.account-modal__text {
  color: #001dcb;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
}

.account-sections {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.account-sections .form-step {
  padding: 24px 32px 16px;
}
.account-sections .form-step + .form-step {
  margin-top: 0;
}
.account-sections .form-step div.form-control {
  margin-bottom: 12px;
}
.account-sections .form-step-actions {
  justify-content: flex-start;
  margin-top: 1rem;
}

.account-section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #001dcb;
  margin: 0 0 1rem;
}

.account-help {
  color: #001dcb;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.img-preview-thumbnail {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-section-label {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0375rem;
  color: #001dcb;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.form-step > form > .form-section-label:first-child, .form-step > .form-section-label:first-child {
  margin-top: 0;
}

.form-section-block {
  background: #d1d6f6;
}
.form-section-block--white {
  background: #fff;
}
.form-section-block {
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.form-section-block div.form-control {
  margin-bottom: 0.75rem;
}
.form-section-block > div.form-control:last-child,
.form-section-block > .form-row:last-child {
  margin-bottom: 0;
}
.form-section-block > .form-row {
  margin-bottom: 0.75rem;
}
.form-section-block div.form-control > label {
  font-size: 0.75rem;
  line-height: 1.333;
}

.help-text {
  font-size: 0.8125rem;
  line-height: 1.3;
  color: rgba(0, 29, 203, 0.7);
  margin-top: 0.25rem;
}

.form_event_image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form_event_image .custom-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.form_event_image .img-preview-thumbnail {
  margin-bottom: 12px;
}
.form_event_image label.btn {
  position: static;
  pointer-events: auto;
  transform: none;
  font-size: 1rem;
  cursor: pointer;
  color: #001dcb;
  top: auto;
  left: auto;
}

.navbar {
  background: #00E6C0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
}

.navbar__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4.05px 4.05px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 20px 20px 20px 30px;
  border-radius: 50px;
  color: #001dcb;
}
.navbar__logo svg {
  stroke: currentColor;
  fill: currentColor;
  transform: none !important;
  height: 70px;
  width: auto;
}

#page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 1000;
}
#page-header .codeweek-hub-logo {
  position: fixed;
  z-index: 11000;
  top: 12px;
  left: 12px;
  background-color: #ffffff;
  padding: 10px 10px 10px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}
@media (min-width: 768px) {
  #page-header .codeweek-hub-logo {
    top: 15px;
    left: 20px;
    padding: 15px 20px 15px 30px;
    border-radius: 50px;
    transition: padding 0.15s ease-in-out;
  }
}
#page-header .codeweek-hub-logo a {
  display: block;
  color: var(--cw-blue);
}
#page-header .codeweek-hub-logo a:hover {
  color: var(--cw-blue);
}
#page-header .codeweek-hub-logo svg {
  stroke: currentColor;
  fill: currentColor;
  width: auto;
  height: 35px;
}
@media (min-width: 768px) {
  #page-header .codeweek-hub-logo svg {
    height: 60px;
    transition: height 0.15s ease-in-out;
  }
}
#page-header .mainnav-trigger-wrap {
  display: block;
  position: fixed;
  top: 16px;
  right: 12px;
  z-index: 11000;
}
#page-header .mainnav-trigger-wrap button {
  background: #001dcb;
  border: 0;
  padding: 0;
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#page-header .mainnav-trigger-wrap button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 0.3s ease-in-out;
}
#page-header .mainnav-trigger-wrap button:hover svg {
  transform: rotate(225deg);
}
@media (min-width: 768px) {
  #page-header .mainnav-trigger-wrap {
    top: 20px;
    right: 20px;
  }
  #page-header .mainnav-trigger-wrap button {
    width: 50px;
    height: 50px;
  }
  #page-header .mainnav-trigger-wrap button svg {
    width: 32px;
    height: 32px;
  }
}

#mainnav-overlay {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  flex-direction: column;
}
#mainnav-overlay .nav-wrapper {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#mainnav-overlay .nav-wrapper nav {
  width: 100%;
}
#mainnav-overlay .nav-wrapper nav + nav {
  padding: 20px 0 0;
}
#mainnav-overlay .nav-wrapper nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainnav-overlay .nav-wrapper nav li {
  text-align: center;
  padding: 4px;
}
#mainnav-overlay .nav-wrapper nav li a {
  color: var(--nav-item-color);
  background-color: var(--nav-item-bg-color);
  border: 1px solid var(--nav-item-bg-color);
  font-size: 24px;
  line-height: 30px;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 25px;
  font-family: IBM Plex Sans, sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  #mainnav-overlay .nav-wrapper nav li a {
    padding: 11px 40px;
    border-radius: 40px;
    font-size: 48px;
    line-height: 58px;
  }
}
#mainnav-overlay .nav-wrapper nav li a:hover {
  color: #ffffff;
}

.mainnav-open {
  overflow: hidden;
}
.mainnav-open #mainnav-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 10000;
}
.mainnav-open #page-header .mainnav-trigger-wrap button svg {
  transform: rotate(135deg);
}

.main-navi {
  margin-bottom: 1.5rem;
}
.main-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.main-navi .nav-item a {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1rem;
  border-radius: 1.75rem;
  border: 1px solid #001dcb;
  color: #001dcb;
  background: transparent;
  text-decoration: none;
  font-size: 0.875rem;
  white-space: nowrap;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.main-navi .nav-item a:hover {
  background: #001dcb;
  color: #ffffff;
}
.main-navi .nav-item.active a {
  background: #001dcb;
  color: #ffffff;
}
.main-navi .nav-item--logout {
  margin-left: auto;
}
.main-navi .nav-item--logout a {
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #001dcb;
}
.main-navi .nav-item--logout a:hover {
  background: transparent;
  color: #001dcb;
  text-decoration: underline;
}
.main-navi .nav-item--logout.active a {
  background: transparent;
  color: #001dcb;
}

#page-footer {
  background: #08166B;
  color: #fff;
}
#page-footer .footer-section-meta {
  padding: 40px 0;
}
@media (min-width: 768px) {
  #page-footer .footer-section-meta {
    padding: 80px 0;
  }
}
#page-footer .footer-inner {
  margin: 0 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  #page-footer .footer-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 140px;
  }
}
#page-footer .footer-logo {
  flex: 1;
}
#page-footer .footer-logo svg {
  display: block;
  width: 277px;
  height: 75px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
#page-footer .footer-nav {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #page-footer .footer-nav {
    padding-top: 4px;
  }
}
#page-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#page-footer .footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}
#page-footer .footer-nav a:hover {
  text-decoration: underline;
}
#page-footer .footer-initiative {
  flex-shrink: 0;
}
#page-footer .footer-initiative__label {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 24px;
}
#page-footer .footer-initiative__logos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#page-footer .footer-initiative__logos svg {
  display: block;
  width: 140px;
  height: auto;
  fill: #fff;
}

.tab-navigation {
  border: 0;
  padding: 0;
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1280px) {
  .tab-navigation {
    margin-bottom: 48px;
    gap: 12px;
  }
}
.tab-navigation .nav-item button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  line-height: 2.125rem;
  padding: 0.125rem 1.5rem;
  border-radius: 1.75rem;
  border: 1px solid #001dcb;
  color: #001dcb;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.tab-navigation .nav-item button:hover, .tab-navigation .nav-item button.active {
  background: #001dcb;
  color: #fff;
}

.tab-pane-content-text {
  margin-bottom: 44px;
}
@media (min-width: 1280px) {
  .tab-pane-content-text {
    margin-bottom: 64px;
  }
}
.tab-pane-content-text a {
  font-style: normal;
}

.event-list-wrap {
  background-color: var(--cw-form-bg);
  border-radius: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .event-list-wrap {
    padding: 2rem;
  }
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-list-intro {
  color: #001dcb;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.event-list-actions {
  margin-top: 1.5rem;
}
.event-list-actions--empty {
  text-align: center;
  margin-top: 2rem;
}

.event-item {
  background-color: #fff;
  padding: 0 1.25rem;
  border-radius: 0.75rem;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.event-item-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  flex: 1;
}

.event-item-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  width: 8.25rem;
  justify-content: center;
  padding: 9px 0;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
  color: #001dcb;
}
.event-item-badge--done {
  position: relative;
}
.event-item-badge__icon {
  position: absolute;
  left: 6.5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  opacity: 0.75;
}

.badge-outline-mint {
  background-color: #fff;
  border: 1px solid #00E6C0;
}

.badge-mint {
  background-color: #00E6C0;
}

.badge-booked-mint {
  background-color: rgba(0, 230, 192, 0.2);
  border: 1px solid #00E6C0;
}

.badge-lime {
  background-color: #97E657;
}

.badge-light-yellow {
  background-color: #FFFFCA;
}

.badge-light-red {
  background-color: #FFE4E0;
}

.event-item-meta {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  min-width: 0;
  overflow: hidden;
}

.event-item-date {
  font-size: 1rem;
  color: #001dcb;
  white-space: nowrap;
  flex-shrink: 0;
}

.event-item-title {
  font-size: 1rem;
  color: #001dcb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-item-title a {
  color: inherit;
  text-decoration: none;
}
.event-item-title a:hover {
  text-decoration: underline;
}

.event-item-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #001dcb;
  opacity: 0.75;
  text-decoration: none;
  font-size: 1rem;
  transition: opacity 0.15s ease;
}
.icon-btn:hover {
  opacity: 1;
}
.icon-btn--disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.icon-btn--danger {
  color: #FF7664;
}

.event-item-icon-form {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.fully-booked-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fully-booked-toggle--disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.fully-booked-toggle__label {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #001dcb;
  white-space: nowrap;
}

.toggle-switch {
  display: inline-flex;
  align-items: center;
  width: 26px;
  height: 16px;
  border-radius: 8px;
  background-color: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.2s ease;
}
.toggle-switch--on {
  background-color: #001dcb;
}
.toggle-switch:disabled {
  cursor: not-allowed;
}
.toggle-switch__knob {
  position: absolute;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.toggle-switch--on .toggle-switch__knob {
  transform: translateX(10px);
}
.toggle-switch:focus-visible {
  outline: 2px solid #001dcb;
  outline-offset: 2px;
}

.event-detail-wrap {
  max-width: 900px;
}

.event-status-action {
  margin-bottom: 2.5rem;
}
.event-status-action p.intro {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}

.event-action {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.event-overview {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.event-overview__section {
  border: 1px solid rgba(0, 29, 203, 0.18);
  border-radius: 10px;
  overflow: hidden;
}

.event-overview__section-header {
  background: rgb(242, 244, 253);
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.event-overview__section-title {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #001dcb;
  margin: 0;
  flex: 1;
}

.event-overview__section-badge {
  font-size: 0.75rem;
  color: #636363;
  font-style: italic;
  white-space: nowrap;
}

.event-overview__fields {
  padding: 0.5rem 0;
}

.event-overview__field {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 0.5rem 1rem;
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid rgba(0, 29, 203, 0.07);
}
.event-overview__field:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .event-overview__field {
    grid-template-columns: 1fr;
    gap: 0.125rem;
  }
}

.event-overview__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #08166B;
  padding-top: 0.1rem;
}

.event-overview__value {
  font-size: 0.875rem;
  color: #08166B;
  word-break: break-word;
}
.event-overview__value--empty {
  color: #636363;
}

.event-overview__date-row {
  display: block;
}
.event-overview__date-row + .event-overview__date-row {
  margin-top: 0.25rem;
}

.event-overview__thumb {
  max-width: 120px;
  height: auto;
  border-radius: 4px;
  display: block;
}

.event-overview__backlink {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid #001dcb;
}
.event-overview__backlink a {
  color: #001dcb;
  text-decoration: underline;
}
.event-overview__backlink a:hover {
  color: #08166B;
}

.event-form-page__header {
  background: #001dcb;
  text-align: center;
  padding: 2.5rem 1rem 1.5rem;
  border-radius: 1.5rem 1.5rem 0 0;
}

.event-form-page .form-step {
  border-radius: 0 0 1.5rem 1.5rem;
}

.event-form-page__title {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .event-form-page__title {
    font-size: 2.25rem;
  }
}

.form-step-indicator {
  background: #001dcb;
  padding: 1.25rem 1.5rem 1.5rem;
  overflow: hidden;
}

.form-step-indicator__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.form-step-indicator__item {
  flex: 1;
  position: relative;
  padding: 0.75rem 1.5rem 0 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
}
.form-step-indicator__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
}
.form-step-indicator__item.is-done {
  color: rgba(255, 255, 255, 0.75);
}
.form-step-indicator__item.is-done::before {
  background: #00E6C0;
}
.form-step-indicator__item.is-active {
  color: #fff;
  font-weight: 600;
}
.form-step-indicator__item.is-active::before {
  background: #00E6C0;
}

.form-step-indicator__label:is(button, a) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  display: block;
  width: 100%;
}

.consent-block {
  background: #fff;
  border: 1px solid rgba(0, 29, 203, 0.2);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}
.consent-block__inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.consent-block__inner input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 0.25rem;
  accent-color: #001dcb;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.consent-block__inner label {
  flex: 1;
  margin: 0;
  cursor: pointer;
  color: #001dcb;
  font-size: 1rem;
  line-height: 1.4;
}
.consent-block--with-help {
  margin-bottom: 0.25rem;
}

.date-form-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.date-form-row__fields {
  flex: 1;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0.75rem;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.date-row-input {
  display: block;
  width: 100%;
  border: 1px solid #001dcb;
  background: #fff;
  box-shadow: none;
  padding: 10px 14px;
  height: 44px;
  font-size: 1rem;
  line-height: 1.5;
  color: #001dcb;
  font-family: IBM Plex Sans, sans-serif;
  box-sizing: border-box;
}
.date-row-input:focus {
  outline: none;
  border-color: #08166B;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.15);
}

.date-form-row__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.date-form-row__col + .date-form-row__col {
  border-left: none;
  padding-left: 0;
}

.date-remove-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0 0.25rem;
  color: #001dcb;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.45;
}
.date-remove-btn:hover {
  opacity: 1;
}

.date-form-row__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #001dcb;
  margin-bottom: 4px;
}

.date-multiday-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0 1rem;
  font-size: 0.875rem;
}
.date-multiday-toggle input[type=checkbox] {
  flex-shrink: 0;
  accent-color: #001dcb;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.date-multiday-toggle label {
  margin: 0;
  cursor: pointer;
}

.btn-link-add {
  background: none;
  border: none;
  padding: 0;
  color: #001dcb;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.btn-link-add:hover {
  text-decoration: underline;
}

.form-step__heading {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #001dcb;
  margin-top: 0;
  margin-bottom: 2rem;
}

.step-warning-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

.step-warning-modal {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.step-warning-modal__title {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.25rem;
  color: #001dcb;
  margin: 0 0 0.75rem;
}
.step-warning-modal__body {
  font-size: 0.9375rem;
  color: #001dcb;
  margin-bottom: 1rem;
}
.step-warning-modal__list {
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
  font-size: 0.9375rem;
  color: #001dcb;
}
.step-warning-modal__list li + li {
  margin-top: 0.25rem;
}
.step-warning-modal__actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}
.step-warning-modal--submit {
  max-width: 540px;
}
.step-warning-modal__steps {
  margin-bottom: 1.5rem;
}
.step-warning-modal__step-group + .step-warning-modal__step-group {
  margin-top: 1.25rem;
}
.step-warning-modal__step-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #001dcb;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}
.step-warning-modal__step-heading:hover {
  opacity: 0.8;
}
.step-warning-modal__edit-icon {
  width: 1.1rem;
  height: 1.1rem;
  fill: #001dcb;
  flex-shrink: 0;
  filter: brightness(0.7);
}

.review-wrap {
  background-color: #edf0f5;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .review-wrap {
    padding: 2rem;
  }
}

.review-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.review-header-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.review-area-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #08166B;
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.2rem 0.625rem;
  margin-bottom: 0.25rem;
}

.review-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  color: #08166B;
}

.review-count {
  font-size: 0.875rem;
  color: #636363;
  margin: 0;
}

.review-filter-bar {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.review-filter-search-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.125rem;
}

.review-search-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.review-search-icon {
  position: absolute;
  left: 0.875rem;
  color: #636363;
  pointer-events: none;
  flex-shrink: 0;
}

.review-search-input {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.9375rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  border: 1px solid #d8d8d8;
  border-radius: 1.75rem;
  outline: none;
  color: #08166B;
  width: 100%;
  background: #fafafa;
}
.review-search-input:focus {
  border-color: #001dcb;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.1);
}
.review-search-input::-moz-placeholder {
  color: #a0a0a0;
}
.review-search-input::placeholder {
  color: #a0a0a0;
}

.review-search-btn {
  background: #08166B;
  color: #fff;
  border-color: #08166B;
  white-space: nowrap;
  font-weight: 600;
}
.review-search-btn:hover {
  background: #001dcb;
  border-color: #001dcb;
}

.review-reset-link {
  font-size: 0.875rem;
  color: #636363;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.review-reset-link:hover {
  color: #08166B;
  text-decoration: underline;
}

.review-filter-pills-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.625rem 1.125rem 0.875rem;
  border-top: 1px solid #f0f0f0;
}

.review-filter-pills-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a0a0a0;
  margin-right: 0.25rem;
  white-space: nowrap;
}

.review-filter-pill {
  display: inline-flex;
  align-items: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.3rem 1rem;
  border: 1.5px solid #d8d8d8;
  border-radius: 1.75rem;
  color: #08166B;
  background: #fff;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  transition: border-color 0.12s, color 0.12s;
}
.review-filter-pill[name] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2308166B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.125rem;
}
.review-filter-pill:hover {
  border-color: #001dcb;
}
.review-filter-pill:focus {
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.1);
}
.review-filter-pill--active {
  border-color: #001dcb;
  color: #001dcb;
  background: rgb(242, 244, 253);
}

.review-pill-dropdown {
  position: relative;
}
.review-pill-dropdown summary {
  list-style: none;
  cursor: pointer;
}
.review-pill-dropdown summary::-webkit-details-marker {
  display: none;
}
.review-pill-dropdown > summary::after {
  content: " ▾";
  font-size: 0.75em;
  opacity: 0.7;
}

.review-pill-popover {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 50;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0.875rem;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  min-width: 16rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.review-pill-date-field {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #636363;
}
.review-pill-date-field span {
  width: 2.25rem;
  flex-shrink: 0;
  font-weight: 500;
}

.review-date-input {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.875rem;
  padding: 0.3rem 0.625rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.5rem;
  outline: none;
  color: #08166B;
  flex: 1;
}
.review-date-input:focus {
  border-color: #001dcb;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.1);
}

.review-export-dialog {
  border: none;
  border-radius: 1rem;
  padding: 0;
  max-width: 28rem;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.review-export-dialog::backdrop {
  background: rgba(0, 0, 0, 0.35);
}

.review-export-dialog-inner {
  padding: 1.5rem;
}

.review-export-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.review-export-dialog-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #08166B;
  margin: 0;
}

.review-export-dialog-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.125rem;
  color: #636363;
  padding: 0.25rem;
  line-height: 1;
}
.review-export-dialog-close:hover {
  color: #08166B;
}

.review-export-dialog-desc {
  font-size: 0.875rem;
  color: #636363;
  margin: 0 0 1.25rem;
}

.review-export-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
}

.review-export-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.review-export-field span {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #08166B;
}
.review-export-field input,
.review-export-field select {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.5rem;
  color: #08166B;
  outline: none;
  background: #fff;
}
.review-export-field input:focus,
.review-export-field select:focus {
  border-color: #001dcb;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.1);
}

.review-export-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  padding-top: 0.875rem;
  border-top: 1px solid #f0f0f0;
}

.review-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  background: #fff;
  border-radius: 1rem;
  padding: 0.75rem 1.125rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.review-bulk-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a0a0a0;
  white-space: nowrap;
}

.review-bulk-count {
  font-size: 0.875rem;
  color: #08166B;
  font-weight: 500;
}

.review-bulk-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-left: auto;
}

.review-bulk-btn--approve {
  background: #00E6C0;
  border-color: #00E6C0;
  color: #08166B;
}
.review-bulk-btn--approve:hover {
  background: #00c8a8;
  border-color: #00c8a8;
  color: #08166B;
}

.review-bulk-btn--fix {
  border-color: #FFC65A;
  color: rgb(192, 125.6727272727, 0);
}
.review-bulk-btn--fix:hover {
  background: #FFC65A;
  color: #08166B;
}

.review-table-wrap {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.review-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.review-table thead tr {
  border-bottom: 2px solid #f0f0f0;
}
.review-table th {
  text-align: left;
  padding: 0.75rem 1rem;
  font-weight: 700;
  font-size: 0.8125rem;
  color: #001dcb;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.review-table td {
  padding: 0.875rem 1rem;
  color: #08166B;
  vertical-align: middle;
  border-bottom: 1px solid #f4f4f4;
}
.review-table tbody tr:last-child td {
  border-bottom: none;
}
.review-table tbody tr:hover {
  background: #fafbff;
}
.review-table tbody tr:has(input[name=selected_pks]:checked) {
  background: #eef2ff;
}

.review-table-check {
  width: 2.5rem;
  text-align: center;
  padding-left: 1rem !important;
}

.review-table-title a {
  color: #001dcb;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.4;
}
.review-table-title a:hover {
  text-decoration: underline;
}

.review-table-organizer-name {
  display: block;
  color: #001dcb;
  font-weight: 500;
}

.review-table-org {
  display: block;
  font-size: 0.75rem;
  color: #636363;
  margin-top: 0.125rem;
}

.review-table-actions {
  white-space: nowrap;
  text-align: right;
  padding-right: 1rem !important;
}

.review-table-actions-head {
  text-align: right;
}

.review-table-empty {
  text-align: center;
  padding: 3rem;
  color: #636363;
}

.review-status-badge {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.2rem 0.875rem;
  border-radius: 1.75rem;
  white-space: nowrap;
}
.review-status-badge.badge-light-mint {
  background: #E6FDF9;
  color: #007a65;
}
.review-status-badge.badge-light-yellow {
  background: #FFFFCA;
  color: #7a6500;
}
.review-status-badge.badge-light-red {
  background: #FFE4E0;
  color: #a02000;
}
.review-status-badge.badge-red {
  background: #FF7664;
  color: #fff;
}

.review-detail-header-row .badge {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding: 3px 12px 4px;
  border-radius: 1.25rem;
  margin: 0;
  white-space: nowrap;
}

.review-quick-form {
  display: inline-flex;
  gap: 0.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

.review-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1.5px solid #d8d8d8;
  background: #fff;
  color: #08166B;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.12s, background 0.12s, color 0.12s;
}
.review-icon-btn svg {
  display: block;
}
.review-icon-btn:hover {
  border-color: #001dcb;
  background: rgb(242, 244, 253);
  color: #001dcb;
}

.main-navi .nav-item--review {
  position: relative;
  margin-left: 0.5rem;
  padding-left: 0.875rem;
}
.main-navi .nav-item--review::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.125rem;
  background: #b8b8b8;
}
.main-navi .nav-item--review:first-child {
  margin-left: 0;
  padding-left: 0;
}
.main-navi .nav-item--review:first-child::before {
  display: none;
}

.main-navi .nav-item--review a {
  background: #CD88FF;
  border-color: #CD88FF;
  color: #08166B;
}
.main-navi .nav-item--review a::before {
  content: "◆";
  font-size: 0.5em;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.main-navi .nav-item--review a:hover {
  background: #08166B;
  border-color: #08166B;
  color: #fff;
}

.main-navi .nav-item--review.active a {
  background: #08166B;
  border-color: #08166B;
  color: #fff;
}

.review-detail-header {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.review-detail-header-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review-detail-header-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.review-back-link {
  white-space: nowrap;
}

.review-action-bar {
  position: sticky;
  top: 0.5rem;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.review-action-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.review-action-btn {
  white-space: nowrap;
}

.review-action-approve {
  font-weight: 600;
}

.review-action-hint {
  font-size: 0.8rem;
  color: #c00;
  align-self: center;
}

.review-missing-count {
  font-size: 0.8rem;
  color: #c47a00;
  align-self: center;
  margin-left: auto;
}

.review-action-block {
  color: #c00;
  border-color: #c00;
}
.review-action-block:hover {
  background: #c00;
  border-color: #c00;
  color: #fff;
}

.review-action-needs-fix {
  color: #08166B;
}

.review-action-mailto {
  margin-left: auto;
}

.review-needs-fix-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
}

.review-needs-fix-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.review-needs-fix-actions {
  display: flex;
  gap: 0.5rem;
}

.review-feedback-textarea {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #001dcb;
  border-radius: 0.5rem;
  outline: none;
  resize: vertical;
  min-width: 20rem;
  color: #08166B;
}
.review-feedback-textarea:focus {
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.15);
}

.review-feedback-history {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.review-feedback-history-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #08166B;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.review-feedback-item {
  border-top: 1px solid #ffe082;
  padding-top: 0.625rem;
  margin-top: 0.625rem;
}
.review-feedback-item:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.review-feedback-reason {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  color: #08166B;
  white-space: pre-wrap;
}

.review-feedback-meta {
  margin: 0;
  font-size: 0.75rem;
  color: #636363;
}

.review-edit-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.review-section {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}

.review-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #08166B;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
}
.review-section-title::-webkit-details-marker {
  display: none;
}
.review-section-title::before {
  content: "▶";
  font-size: 0.6rem;
  transition: transform 0.15s ease;
}
details[open] > .review-section-title {
  border-bottom: 1px solid #e4e4e4;
}
details[open] > .review-section-title::before {
  transform: rotate(90deg);
}

.review-section-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem 1.25rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .review-section-body {
    grid-template-columns: repeat(3, 1fr);
  }
}

.review-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.review-field label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #08166B;
}
.review-field input[type=text],
.review-field input[type=email],
.review-field input[type=url],
.review-field input[type=number],
.review-field select,
.review-field textarea {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  border: 1px solid #c8c8c8;
  border-radius: 0.375rem;
  color: #08166B;
  outline: none;
  background: #fff;
}
.review-field input[type=text]:focus,
.review-field input[type=email]:focus,
.review-field input[type=url]:focus,
.review-field input[type=number]:focus,
.review-field select:focus,
.review-field textarea:focus {
  border-color: #001dcb;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.12);
}
.review-field input[type=text][readonly],
.review-field input[type=email][readonly],
.review-field input[type=url][readonly],
.review-field input[type=number][readonly],
.review-field select[readonly],
.review-field textarea[readonly] {
  background-color: #f0f2fc;
  border-style: dashed;
  color: rgba(0, 29, 203, 0.55);
  cursor: not-allowed;
}
.review-field textarea {
  resize: vertical;
}

.review-field--full {
  grid-column: 1/-1;
}

.review-field--row-start {
  grid-column-start: 1;
}

.review-field--span2 {
  grid-column: span 2;
}

.review-field--missing label {
  color: #c47a00;
}
.review-field--missing label::after {
  content: " ✕";
  font-size: 0.75em;
}
.review-field--missing input,
.review-field--missing select,
.review-field--missing textarea {
  border-color: #c47a00;
}

.review-field-readonly {
  font-size: 0.875rem;
  color: #08166B;
  padding: 0.25rem 0;
}

.review-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.review-checkboxes {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 1rem;
}
.review-checkboxes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.review-checkboxes li {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.review-checkboxes--2col > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.review-checkboxes--3col > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.review-quick-ref {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.review-quick-ref-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #08166B;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
}
.review-quick-ref-title::-webkit-details-marker {
  display: none;
}
.review-quick-ref-title::before {
  content: "▶";
  font-size: 0.6rem;
  transition: transform 0.15s ease;
}
details[open] > .review-quick-ref-title {
  border-bottom: 1px solid #e4e4e4;
}
details[open] > .review-quick-ref-title::before {
  transform: rotate(90deg);
}

.review-quick-ref-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1.25rem;
  padding: 1rem;
}

.review-quick-ref-row {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.review-quick-ref-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #636363;
}

.review-quick-ref-value {
  font-size: 0.875rem;
  color: #08166B;
  word-break: break-word;
}

.review-quick-ref-date {
  display: block;
}

.review-quick-ref-sep {
  color: #636363;
  margin: 0 0.2rem;
}

.review-field-pair {
  grid-column: span 2;
  display: flex;
  gap: 1rem;
}
.review-field-pair .review-field {
  flex: 1;
  min-width: 0;
}

.review-table-org {
  display: block;
  font-size: 0.75rem;
  color: #636363;
}

.review-image-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.review-image-preview {
  max-width: 240px;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.375rem;
  border: 1px solid #c8c8c8;
}

.review-edit-form .date-row-input {
  border: 1px solid #c8c8c8;
  border-radius: 0.375rem;
  padding: 0.375rem 0.625rem;
  height: auto;
  font-size: 0.875rem;
  color: #08166B;
  box-shadow: none;
}
.review-edit-form .date-row-input:focus {
  border-color: #001dcb;
  box-shadow: 0 0 0 2px rgba(0, 29, 203, 0.12);
}
.review-edit-form .date-form-row__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #08166B;
  margin-bottom: 0;
}
.review-edit-form #add-date-btn {
  margin-bottom: 0;
  margin-top: 0.25rem;
  align-self: flex-start;
  color: #08166B;
  font-size: 0.8125rem;
}

.review-save-bar {
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 0 0.25rem;
}

.review-save-btn {
  font-size: 1rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
}

.logout-page {
  padding: 2rem 0;
}
.logout-page__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #08166B;
  margin-bottom: 0.5rem;
}
.logout-page__lead {
  color: #636363;
  margin-bottom: 1rem;
}
.logout-page__login-link {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.logout-hub-grid {
  background: #E6FDF9;
  border-radius: 1.25rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .logout-hub-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.logout-hub-grid__item {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  color: #08166B;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background 0.15s ease, color 0.15s ease;
}
.logout-hub-grid__item:hover {
  background: rgb(242, 244, 253);
  color: #001dcb;
}

.page-intro-illustration {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.page-intro-illustration svg {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.page-intro-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.disclaimer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.disclaimer-overlay--visible {
  opacity: 1;
}

.disclaimer-modal {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.5rem 3rem;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .disclaimer-modal {
    padding: 2rem 1.5rem;
    width: 95%;
  }
}
.disclaimer-modal__content {
  margin-bottom: 2rem;
}
.disclaimer-modal__content h2 {
  color: #001dcb;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 768px) {
  .disclaimer-modal__content h2 {
    font-size: 1.5rem;
  }
}
.disclaimer-modal__content p {
  color: #08166B;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}
.disclaimer-modal__content p:last-child {
  margin-bottom: 0;
}
.disclaimer-modal__actions {
  display: flex;
  justify-content: center;
}
.disclaimer-modal__button {
  background-color: #001dcb;
  color: #ffffff;
  border: none;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.125rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .disclaimer-modal__button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    width: 100%;
  }
}
.disclaimer-modal__button:hover {
  background-color: rgb(0, 21.7142857143, 152);
}
.disclaimer-modal__button:active {
  transform: translateY(1px);
}

body.disclaimer-active {
  overflow: hidden;
}

/* Minimal baseline styles. Expand as you build out Pattern Lab components. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

hr {
  border: 0;
}