/* [project]/src/components/ui/Container/Container.module.css [client] (css) */
.Container-module__WhgPqq__element {
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.Container-module__WhgPqq__isNarrow {
  max-width: 32rem;
}

/* [project]/src/components/exposes/NothingFoundBanner/NothingFoundBanner.module.css [client] (css) */
.NothingFoundBanner-module__kVSF1a__banner {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.NothingFoundBanner-module__kVSF1a__heading {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .NothingFoundBanner-module__kVSF1a__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.NothingFoundBanner-module__kVSF1a__content {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  align-items: center;
  gap: 2rem;
  display: grid;
}

@media (min-width: 768px) {
  .NothingFoundBanner-module__kVSF1a__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.NothingFoundBanner-module__kVSF1a__contact {
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  display: flex;
}

.NothingFoundBanner-module__kVSF1a__contact > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.NothingFoundBanner-module__kVSF1a__contactItem {
  align-items: center;
  display: flex;
}

.NothingFoundBanner-module__kVSF1a__contactItem > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.NothingFoundBanner-module__kVSF1a__contactItem {
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.25;
  text-decoration-line: none;
}

.NothingFoundBanner-module__kVSF1a__iconWrapper {
  color: #fffc;
  border-width: 2px;
  border-color: #ffffff4d;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

/* [project]/src/components/ui/Section/Section.module.css [client] (css) */
.Section-module__uXn3-G__Section {
  display: block;
  position: relative;
}

:not(.swiper-slide) > .Section-module__uXn3-G__Section:not(.Section-module__uXn3-G__noAnimation):not(.Section-module__uXn3-G__animation):not(.Section-module__uXn3-G__veryFirst:first-child) {
  opacity: 0;
  transform: translateY(60px);
}

@media (prefers-reduced-motion: reduce) {
  :not(.swiper-slide) > .Section-module__uXn3-G__Section.Section-module__uXn3-G__animation {
    animation: ease-out forwards Section-module__uXn3-G__slideIn;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :not(.swiper-slide) > .Section-module__uXn3-G__Section.Section-module__uXn3-G__animation {
    animation: 1s ease-out forwards Section-module__uXn3-G__slideIn;
  }
}

/* [project]/src/components/ui/ConsentManager/ConsentManager.module.css [client] (css) */
.ConsentManager-module__ro4p0G__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(229 233 235 / var(--tw-bg-opacity, 1));
  z-index: 40;
  max-height: calc(100vh - 5rem);
  position: sticky;
  bottom: 0;
  overflow: auto;
}

.ConsentManager-module__ro4p0G__container {
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

@media (min-width: 768px) {
  .ConsentManager-module__ro4p0G__container {
    flex-direction: row;
    justify-content: space-between;
  }

  .ConsentManager-module__ro4p0G__container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .ConsentManager-module__ro4p0G__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.ConsentManager-module__ro4p0G__heading {
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
  margin-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.ConsentManager-module__ro4p0G__text {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: .875rem;
  line-height: 1.25rem;
}

.ConsentManager-module__ro4p0G__settingsWrapper[data-state="open"] .ConsentManager-module__ro4p0G__icon {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ConsentManager-module__ro4p0G__settings {
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

@media (min-width: 768px) {
  .ConsentManager-module__ro4p0G__settings {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.ConsentManager-module__ro4p0G__settingToggles {
  flex-wrap: wrap;
  margin: -.5rem;
  display: flex;
}

.ConsentManager-module__ro4p0G__toggle {
  padding: .5rem;
}

.ConsentManager-module__ro4p0G__detailsTrigger {
  cursor: pointer;
  white-space: nowrap;
  align-items: center;
  margin-top: 1rem;
  list-style-type: none;
  display: flex;
}

@media (min-width: 768px) {
  .ConsentManager-module__ro4p0G__detailsTrigger {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.ConsentManager-module__ro4p0G__icon {
  margin-left: .5rem;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ConsentManager-module__ro4p0G__details {
  margin-top: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.ConsentManager-module__ro4p0G__buttons {
  flex-wrap: wrap;
  margin: 1rem -.25rem -.25rem;
  display: flex;
}

.ConsentManager-module__ro4p0G__buttons button {
  margin: .25rem;
}

@media (min-width: 768px) {
  .ConsentManager-module__ro4p0G__buttons button {
    margin: 0;
  }

  .ConsentManager-module__ro4p0G__buttons {
    flex-direction: column;
    margin: 0;
    display: flex;
  }

  .ConsentManager-module__ro4p0G__buttons > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
  }

  .ConsentManager-module__ro4p0G__buttons {
    align-self: flex-end;
  }
}

.ConsentManager-module__ro4p0G__topGradient {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #e5e9eb var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e5e9eb00 var(--tw-gradient-to-position);
  height: 2rem;
  margin-top: -2rem;
  position: sticky;
  top: 0;
}

.ConsentManager-module__ro4p0G__bottomGradient {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #e5e9eb var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e5e9eb00 var(--tw-gradient-to-position);
  height: 2rem;
  margin-top: -2rem;
  position: sticky;
  bottom: 0;
}

/* [project]/src/components/ui/Input/Input.module.css [client] (css) */
.Input-module__Tl1jgW__wrapper {
  flex-direction: column;
  display: flex;
}

.Input-module__Tl1jgW__wrapper.Input-module__Tl1jgW__disabled {
  cursor: not-allowed;
  opacity: .5;
}

.Input-module__Tl1jgW__wrapper.Input-module__Tl1jgW__disabled > * {
  pointer-events: none;
}

.Input-module__Tl1jgW__label {
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  letter-spacing: 0;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.Input-module__Tl1jgW__description {
  --tw-text-opacity: 1;
  color: rgb(92 97 107 / var(--tw-text-opacity, 1));
  margin-bottom: .375rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.Input-module__Tl1jgW__input {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(48 49 50 / var(--tw-border-opacity, 1));
  caret-color: #000;
  border-radius: .125rem;
  flex-shrink: 0;
  height: 2.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 400;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.Input-module__Tl1jgW__input.Input-module__Tl1jgW__error {
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__input.Input-module__Tl1jgW__error::placeholder {
  color: #9b1c1c66;
}

.Input-module__Tl1jgW__input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 23 42 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__input:focus {
  outline-offset: 4px;
  outline-style: solid;
  outline-color: #ef7a0b;
}

.Input-module__Tl1jgW__input[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
  outline-offset: 4px;
  --tw-shadow: 0px 0px 0px 2px #7694b7;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-style: solid;
  outline-color: #ef7a0b;
}

select.Input-module__Tl1jgW__input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

textarea.Input-module__Tl1jgW__input {
  height: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper {
  align-items: flex-start;
  display: flex;
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input {
  cursor: pointer;
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input:hover + .Input-module__Tl1jgW__custom_radio .Input-module__Tl1jgW__custom_radio_inner, .Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input:hover + .Input-module__Tl1jgW__custom_checkbox .Input-module__Tl1jgW__custom_checkbox_inner {
  --tw-border-opacity: 1;
  border-color: rgb(92 97 107 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input[data-focus-visible-added] + .Input-module__Tl1jgW__custom_radio .Input-module__Tl1jgW__custom_radio_inner, .Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input[data-focus-visible-added] + .Input-module__Tl1jgW__custom_checkbox .Input-module__Tl1jgW__custom_checkbox_inner {
  --tw-border-opacity: 1;
  border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
  --tw-shadow: 0px 0px 0px 2px #7694b7;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input:checked + .Input-module__Tl1jgW__custom_radio .Input-module__Tl1jgW__custom_radio_circle, .Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input:checked + .Input-module__Tl1jgW__custom_checkbox .Input-module__Tl1jgW__checkIcon {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input.Input-module__Tl1jgW__error + .Input-module__Tl1jgW__custom_radio .Input-module__Tl1jgW__custom_radio_inner, .Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input.Input-module__Tl1jgW__error + .Input-module__Tl1jgW__custom_checkbox .Input-module__Tl1jgW__custom_checkbox_inner {
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__label {
  cursor: pointer;
  white-space: normal;
}

.Input-module__Tl1jgW__customInputWrapper {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -1px;
  margin-right: .25rem;
  position: relative;
}

.Input-module__Tl1jgW__custom_checkbox {
  pointer-events: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.Input-module__Tl1jgW__custom_checkbox_inner {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(159 168 181 / var(--tw-border-opacity, 1));
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.Input-module__Tl1jgW__checkIcon {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
  opacity: 0;
  width: 1.375rem;
  height: 1.375rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: inline-block;
  position: absolute;
  top: -.4rem;
  right: -.4rem;
}

.Input-module__Tl1jgW__custom_radio {
  pointer-events: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.Input-module__Tl1jgW__custom_radio_inner {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(159 168 181 / var(--tw-border-opacity, 1));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.Input-module__Tl1jgW__custom_radio_circle {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 94 / var(--tw-bg-opacity, 1));
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  width: .5rem;
  height: .5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.Input-module__Tl1jgW__errorMessage {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
  align-items: flex-start;
  margin-top: .625rem;
  font-size: .875rem;
  line-height: 1.25;
  display: inline-flex;
}

.Input-module__Tl1jgW__errorIcon {
  flex-shrink: 0;
  margin-top: -.125rem;
  margin-right: .5rem;
}

.Input-module__Tl1jgW__dropzone {
  cursor: pointer;
  border-style: dashed;
  border-radius: .125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 2rem;
  display: flex;
}

.Input-module__Tl1jgW__dropzone.Input-module__Tl1jgW__error {
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__dropzoneIcon {
  --tw-text-opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
  color: rgb(239 122 11 / var(--tw-text-opacity, 1));
  margin-bottom: .5rem;
}

.Input-module__Tl1jgW__error .Input-module__Tl1jgW__dropzoneIcon {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
  opacity: .7;
}

.Input-module__Tl1jgW__filePreview {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  border-radius: .125rem;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.25;
  display: flex;
}

.Input-module__Tl1jgW__fileName {
  word-break: break-all;
  padding: .5rem;
  display: inline;
}

.Input-module__Tl1jgW__fileSize {
  white-space: nowrap;
  font-weight: 700;
}

/* [project]/src/components/ui/Button/Button.module.css [client] (css) */
.Button-module__xDwtkW__button {
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
  white-space: nowrap;
  letter-spacing: .0167em;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  border-width: 2px;
  border-color: #0000;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: linear;
  display: inline-flex;
  position: relative;
}

.prose .Button-module__xDwtkW__button {
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
  white-space: nowrap;
  letter-spacing: .0167em;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  border-width: 2px;
  border-color: #0000;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: linear;
  display: inline-flex;
  position: relative;
}

.prose .Button-module__xDwtkW__button[data-focus-visible-added] {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

:is(.prose .Button-module__xDwtkW__button[disabled], .prose .Button-module__xDwtkW__button.disabled) {
  cursor: not-allowed;
}

:is(.prose .Button-module__xDwtkW__button[disabled], .prose .Button-module__xDwtkW__button.disabled).Button-module__xDwtkW__isLoading {
  cursor: wait;
}

.Button-module__xDwtkW__button[data-focus-visible-added] {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

:is(.Button-module__xDwtkW__button[disabled], .Button-module__xDwtkW__button.disabled) {
  cursor: not-allowed;
}

:is(.Button-module__xDwtkW__button[disabled], .Button-module__xDwtkW__button.disabled).Button-module__xDwtkW__isLoading {
  cursor: wait;
}

.Button-module__xDwtkW__button:before {
  content: "";
  border-radius: inherit;
  background: inherit;
  z-index: -1;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: linear;
  position: absolute;
  inset: 0;
}

.Button-module__xDwtkW__button:hover:before {
  inset: -.5rem;
}

.Button-module__xDwtkW__primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 122 11 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 23 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(194 207 220 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary[data-focus-visible-added] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 23 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(118 148 183 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(118 148 183 / var(--tw-border-opacity, 1));
}

:is(.Button-module__xDwtkW__primary[disabled], .Button-module__xDwtkW__primary.disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(194 207 220 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 42 77 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted:active {
  --tw-bg-opacity: 1;
  background-color: rgb(194 207 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 23 42 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted[data-focus-visible-added] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 23 42 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(118 148 183 / var(--tw-border-opacity, 1));
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

:is(.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted[disabled], .Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted.disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(18 75 120 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(118 148 183 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__secondary {
  --tw-text-opacity: 1;
  color: rgb(18 75 120 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-width: 2px;
  border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
  background-color: #fff4e300;
}

.Button-module__xDwtkW__secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__secondary:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 54 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(194 207 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__secondary[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(3 32 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(194 207 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 32 59 / var(--tw-text-opacity, 1));
  outline-offset: 4px;
  outline-width: 4px;
  outline-color: #ef7a0b;
}

:is(.Button-module__xDwtkW__secondary[disabled], .Button-module__xDwtkW__secondary.disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 240 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 235 240 / var(--tw-text-opacity, 1));
  background-color: #0000;
}

.Button-module__xDwtkW__secondary:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #0000;
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 75 120 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted:active {
  --tw-border-opacity: 1;
  border-color: rgb(194 207 220 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(18 75 120 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 235 240 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 146 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 235 240 / var(--tw-text-opacity, 1));
}

:is(.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted[disabled], .Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted.disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(51 102 146 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 102 146 / var(--tw-text-opacity, 1));
  background-color: #0000;
}

.Button-module__xDwtkW__tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(59 61 66 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__onGray {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 233 235 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 205 213 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

.Button-module__xDwtkW__tertiary[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(118 148 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 205 213 / var(--tw-bg-opacity, 1));
}

:is(.Button-module__xDwtkW__tertiary[disabled], .Button-module__xDwtkW__tertiary.disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(199 205 213 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 146 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(118 148 183 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted:active {
  --tw-bg-opacity: 1;
  background-color: rgb(194 207 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 42 77 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(118 148 183 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

:is(.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted[disabled], .Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted.disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(18 75 120 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(118 148 183 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__text {
  --tw-text-opacity: 1;
  color: rgb(59 61 66 / var(--tw-text-opacity, 1));
  border-radius: .125rem;
  padding-left: .25rem;
  padding-right: .25rem;
  text-decoration-line: underline;
}

.Button-module__xDwtkW__text[data-focus-visible-added] {
  --tw-shadow: 0px 0px 0px 2px #7694b7;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:is(.Button-module__xDwtkW__text[disabled], .Button-module__xDwtkW__text.disabled) {
  opacity: .4;
}

.Button-module__xDwtkW__iconOnly {
  border-radius: 9999px;
  width: 2.75rem;
  padding-left: 0;
  padding-right: 0;
}

.Button-module__xDwtkW__iconOnly .Button-module__xDwtkW__icon {
  margin-left: 0;
  margin-right: 0;
}

.Button-module__xDwtkW__icon {
  flex-shrink: 0;
  margin-left: .375rem;
  margin-right: -.25rem;
}

.Button-module__xDwtkW__iconLeft .Button-module__xDwtkW__icon {
  margin-left: -.25rem;
  margin-right: .375rem;
}

/* [project]/src/components/ui/Footer/Footer.module.css [client] (css) */
.Footer-module__XepTua__footer {
  letter-spacing: 0;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.5;
  display: flex;
}

.Footer-module__XepTua__footer:not(.Footer-module__XepTua__noAnimation):not(.Footer-module__XepTua__animation) {
  opacity: 0;
  transform: translateY(60px);
}

@media (prefers-reduced-motion: reduce) {
  .Footer-module__XepTua__footer.Footer-module__XepTua__animation {
    animation: ease-out forwards Footer-module__XepTua__slideIn;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .Footer-module__XepTua__footer.Footer-module__XepTua__animation {
    animation: 1s ease-out forwards Footer-module__XepTua__slideIn;
  }
}

@keyframes Footer-module__XepTua__slideIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Footer-module__XepTua__mainWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 460px) {
  .Footer-module__XepTua__mainWrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.Footer-module__XepTua__bottomWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 42 77 / var(--tw-text-opacity, 1));
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.Footer-module__XepTua__bottomWrapper a {
  font-weight: 600;
}

.Footer-module__XepTua__main {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0;
  display: grid;
}

@media (min-width: 460px) {
  .Footer-module__XepTua__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    display: grid;
  }
}

@media (min-width: 768px) {
  .Footer-module__XepTua__main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.Footer-module__XepTua__address {
  --tw-text-opacity: 1;
  color: rgb(2 42 77 / var(--tw-text-opacity, 1));
  margin-top: 1rem;
}

.Footer-module__XepTua__links {
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
}

.Footer-module__XepTua__serviceTimes {
  --tw-text-opacity: 1;
  color: rgb(2 42 77 / var(--tw-text-opacity, 1));
  margin-top: 1.5rem;
}

.Footer-module__XepTua__heading {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: block;
}

.Footer-module__XepTua__buttonAllContact {
  margin-top: 1.5rem;
  display: none;
}

@media (min-width: 768px) {
  .Footer-module__XepTua__buttonAllContact {
    width: auto;
    display: inline-flex;
  }
}

.Footer-module__XepTua__usefulLinks {
  --tw-text-opacity: 1;
  color: rgb(3 32 59 / var(--tw-text-opacity, 1));
  margin-top: 1.5rem;
  font-weight: 600;
}

@media (min-width: 640px) {
  .Footer-module__XepTua__usefulLinks {
    margin-top: 0;
  }
}

.Footer-module__XepTua__contactInfo {
  --tw-text-opacity: 1;
  color: rgb(2 42 77 / var(--tw-text-opacity, 1));
  display: none;
}

.Footer-module__XepTua__contactInfo a {
  font-weight: 600;
}

@media (min-width: 768px) {
  .Footer-module__XepTua__contactInfo {
    display: block;
  }
}

.Footer-module__XepTua__contactButtons {
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.Footer-module__XepTua__contactButtons > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

@media (min-width: 640px) {
  .Footer-module__XepTua__contactButtons {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .Footer-module__XepTua__contactButtons {
    display: none;
  }
}

.Footer-module__XepTua__cookieButton {
  --tw-text-opacity: 1;
  color: rgb(51 102 146 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.Footer-module__XepTua__socialMedia {
  margin-top: 1.5rem;
}

.Footer-module__XepTua__socialMediaInner {
  gap: .5rem;
  display: flex;
}

.Footer-module__XepTua__socialMediaInner a {
  --tw-border-opacity: 1;
  border-width: 2px;
  border-color: rgb(0 54 94 / var(--tw-border-opacity, 1));
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: .5rem;
  transition-duration: .3s;
  display: flex;
  border-radius: 9999px !important;
  transition-property: all !important;
}

.Footer-module__XepTua__socialMediaInner a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 94 / var(--tw-bg-opacity, 1));
}

.Footer-module__XepTua__socialMediaInner a:hover svg {
  fill: #fff;
}

.Footer-module__XepTua__socialMediaInner a svg {
  fill: #124b78;
  width: 30px;
  height: 30px;
}

/* [project]/src/components/ui/Badge/Badge.module.css [client] (css) */
.Badge-module__g-cF8q__badge {
  --tw-bg-opacity: 1;
  background-color: rgb(239 122 11 / var(--tw-bg-opacity, 1));
  vertical-align: middle;
  --tw-text-opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

/* [project]/src/components/ui/Hamburger/Hamburger.module.css [client] (css) */
.Hamburger-module__dxHYrG__hamburger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.Hamburger-module__dxHYrG__line {
  --line-height: .125rem;
  height: var(--line-height);
  background-color: currentColor;
  border-radius: .25rem;
  width: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.Hamburger-module__dxHYrG__line + .Hamburger-module__dxHYrG__line {
  margin-top: .25rem;
}

.Hamburger-module__dxHYrG__isToggled .Hamburger-module__dxHYrG__line1 {
  transform: translateY(calc(.25rem + var(--line-height))) rotate(-45deg);
}

.Hamburger-module__dxHYrG__isToggled .Hamburger-module__dxHYrG__line2 {
  opacity: 0;
  transform: translateX(60%);
}

.Hamburger-module__dxHYrG__isToggled .Hamburger-module__dxHYrG__line3 {
  transform: translateY(calc(-.25rem - var(--line-height))) rotate(45deg);
}

/* [project]/src/components/ui/MenuBar/MenuBar.module.css [client] (css) */
.MenuBar-module___KSsJG__menuBarWrapper {
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  height: 4rem;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: sticky;
  top: 0;
}

.MenuBar-module___KSsJG__container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.MenuBar-module___KSsJG__logo {
  align-items: center;
  height: 100%;
  margin-left: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-flex;
}

.MenuBar-module___KSsJG__hamburger {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 100%;
  margin-right: -1rem;
  display: flex;
  position: relative;
}

.MenuBar-module___KSsJG__menuBar {
  z-index: 40;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  opacity: 0;
  flex-direction: column;
  padding: 1rem .5rem;
  display: flex;
  position: fixed;
  inset: 4rem 0 0;
  overflow: auto;
}

@media (min-width: 1024px) {
  .MenuBar-module___KSsJG__menuBar {
    opacity: 1;
    background-color: #0000;
    flex-direction: row;
    align-self: stretch;
    padding: 0;
    position: static;
    inset: auto;
    overflow: visible;
  }
}

.MenuBar-module___KSsJG__menuBarItem {
  white-space: nowrap;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  width: 100%;
  max-width: 32rem;
  color: rgb(59 61 66 / var(--tw-text-opacity, 1));
  border-radius: .125rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem .875rem .625rem .625rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: none;
  display: flex;
  position: relative;
}

.MenuBar-module___KSsJG__menuBarItem[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(18 75 120 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .MenuBar-module___KSsJG__menuBarItem {
    letter-spacing: 0;
    height: 100%;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  }

  .MenuBar-module___KSsJG__menuBarItem:hover, .MenuBar-module___KSsJG__menuBarItem[data-focus-visible-added] {
    --tw-text-opacity: 1;
    color: rgb(18 75 120 / var(--tw-text-opacity, 1));
  }

  .MenuBar-module___KSsJG__menuBarItem:after {
    content: "";
    transform-origin: bottom;
    --tw-scale-y: 0;
    height: .25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    bottom: 0;
    left: .5rem;
    right: 1rem;
  }

  @media (prefers-reduced-motion: reduce) {
    .MenuBar-module___KSsJG__menuBarItem:after {
      transition-duration: 0s;
    }
  }

  .MenuBar-module___KSsJG__menuBarItem:hover:after {
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(239 122 11 / var(--tw-bg-opacity, 1));
  }
}

.MenuBar-module___KSsJG__menuBarItemHwg {
  align-items: center;
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media (min-width: 1024px) {
  .MenuBar-module___KSsJG__menuBarItemHwg {
    max-width: 100%;
  }
}

.MenuBar-module___KSsJG__menuBarItemHwg a {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  align-items: center;
  height: max-content;
  margin-top: 1rem;
  padding: .5rem 1.25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

@media (min-width: 768px) {
  .MenuBar-module___KSsJG__menuBarItemHwg a {
    margin-top: 0;
  }
}

.MenuBar-module___KSsJG__menuBarItemHwg a {
  width: max-content;
  border-radius: 1.5rem !important;
}

.MenuBar-module___KSsJG__menuBarItemHwg a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 233 235 / var(--tw-bg-opacity, 1));
}

.MenuBar-module___KSsJG__menuBarItemHwg a img {
  width: 96px !important;
  height: 25px !important;
}

.MenuBar-module___KSsJG__menuBarItemIcon {
  --tw-text-opacity: 1;
  height: 100%;
  color: rgb(18 75 120 / var(--tw-text-opacity, 1));
  margin-left: .25rem;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .MenuBar-module___KSsJG__menuBarItemIcon {
    transition-duration: 0s;
  }
}

.MenuBar-module___KSsJG__menuItem {
  width: fit-content;
  margin-right: auto;
  padding: .5rem;
  display: block;
}

@media (min-width: 768px) {
  .MenuBar-module___KSsJG__menuItem {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.MenuBar-module___KSsJG__menuItem {
  white-space: nowrap;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(59 61 66 / var(--tw-text-opacity, 1));
  max-width: 31.25rem;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration-line: none;
  border-radius: 1rem !important;
  transition: background-color .2s !important;
}

.MenuBar-module___KSsJG__menuItem:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .MenuBar-module___KSsJG__menuItem {
    letter-spacing: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.MenuBar-module___KSsJG__menuItem, .MenuBar-module___KSsJG__menuBarItem {
  -webkit-tap-highlight-color: #0000001a;
}

.MenuBar-module___KSsJG__menu {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.MenuBar-module___KSsJG__menu.MenuBar-module___KSsJG__transitionFrom {
  display: none;
}

.MenuBar-module___KSsJG__menu.MenuBar-module___KSsJG__transitionTo {
  display: flex;
}

@media (min-width: 1024px) {
  .MenuBar-module___KSsJG__menu {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    z-index: 40;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: fixed;
    top: 4rem;
    left: 0;
    right: 0;
  }

  .MenuBar-module___KSsJG__menu.MenuBar-module___KSsJG__transitionFrom {
    display: flex;
  }
}

.MenuBar-module___KSsJG__menuContainer {
  margin-bottom: .75rem;
}

@media (min-width: 1024px) {
  .MenuBar-module___KSsJG__menuContainer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem 2.5rem;
    margin-bottom: 0;
    display: grid;
  }
}

.MenuBar-module___KSsJG__transitionFrom {
  --tw-translate-y: .25rem;
  --tw-scale-x: .97;
  --tw-scale-y: .97;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
  transform-origin: center;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .MenuBar-module___KSsJG__transitionFrom {
    transition-duration: 0s;
  }
}

@media (min-width: 1024px) {
  .MenuBar-module___KSsJG__transitionFrom {
    transform-origin: bottom;
  }
}

.MenuBar-module___KSsJG__transitionTo {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  pointer-events: auto;
  -webkit-user-select: auto;
  user-select: auto;
  opacity: 1;
}

/* [project]/src/components/ui/Search/Search.module.css [client] (css) */
.Search-module__Ts37ha__searchItem[data-is-loading="true"] {
  opacity: .5;
}

.Search-module__Ts37ha__searchItem[data-is-loading="true"] article h3, .Search-module__Ts37ha__searchItem[data-is-loading="true"] article mark, .Search-module__Ts37ha__searchItem[data-is-loading="true"] article section {
  color: #0000;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%) 0 0 / 200% 100%;
  border-radius: 5px;
  margin-bottom: .25rem;
  animation: 1.5s linear infinite Search-module__Ts37ha__shine;
}

@keyframes Search-module__Ts37ha__shine {
  to {
    background-position-x: -200%;
  }
}

/* [project]/src/components/ui/SkipNavLink/SkipNavLink.module.css [client] (css) */
.SkipNavLink-module__xpSa6W__skipNavLink {
  pointer-events: none;
  z-index: 60;
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  --tw-translate-y: .25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.SkipNavLink-module__xpSa6W__skipNavLink[data-focus-visible-added] {
  pointer-events: auto;
  opacity: 1;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* [project]/node_modules/photoswipe/dist/default-skin/default-skin.css [client] (css) */
.pswp__button {
  cursor: pointer;
  -webkit-appearance: none;
  float: right;
  opacity: .75;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  transition: opacity .2s;
  display: block;
  position: relative;
  overflow: visible;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  opacity: .9;
  outline: none;
}

.pswp__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url("../media/default-skin.14voa6i0xb7ja.png") 0 0 / 264px 88px no-repeat;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1x) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../media/default-skin.3x9cj3u5xo96f.svg");
  }

  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  background-position: -88px 0;
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: "";
  background-color: #0000004d;
  width: 32px;
  height: 30px;
  position: absolute;
  top: 35px;
}

.pswp__button--arrow--left:before {
  background-position: -138px -44px;
  left: 6px;
}

.pswp__button--arrow--right:before {
  background-position: -94px -44px;
  right: 6px;
}

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  z-index: 1600;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  background: #00000080;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: opacity .25s ease-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  -webkit-transition: -webkit-transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  background: #fff;
  border-radius: 2px;
  width: auto;
  transition: transform .25s;
  display: block;
  position: absolute;
  top: 56px;
  right: 44px;
  transform: translateY(6px);
  box-shadow: 0 2px 5px #00000040;
}

.pswp__share-tooltip a {
  color: #000;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  border: 6px solid #0000;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -12px;
  right: 15px;
}

a.pswp__share--facebook:hover {
  color: #fff;
  background: #3e5c9a;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  color: #fff;
  background: #55acee;
}

a.pswp__share--pinterest:hover {
  color: #ce272d;
  background: #ccc;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__counter {
  color: #fff;
  opacity: .75;
  height: 44px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 44px;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__caption {
  width: 100%;
  min-height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pswp__caption small {
  color: #bbb;
  font-size: 11px;
}

.pswp__caption__center {
  text-align: left;
  color: #ccc;
  max-width: 420px;
  margin: 0 auto;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  opacity: 0;
  will-change: opacity;
  direction: ltr;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  transition: opacity .25s ease-out;
  position: absolute;
  top: 0;
  left: 50%;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url("../media/preloader.2yosx5twm7j0l.gif") no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: .5s linear infinite clockwise;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: 1s cubic-bezier(.4, 0, .22, 1) infinite donut-rotate;
}

.pswp--css_animation .pswp__preloader__icn {
  opacity: .75;
  background: none;
  width: 14px;
  height: 14px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 15px;
}

.pswp--css_animation .pswp__preloader__cut {
  width: 7px;
  height: 14px;
  position: relative;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  background: none;
  border: 2px solid #fff;
  border-color: #fff #fff #0000 #0000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    float: right;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  width: 100%;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar, .pswp__caption {
  background-color: #00000080;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: #0000004d;
}

.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* [project]/node_modules/photoswipe/dist/photoswipe.css [client] (css) */
.pswp {
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.pswp__scroll-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  inset: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .333s cubic-bezier(.4, 0, .22, 1);
  width: 100%;
  transition: transform .333s cubic-bezier(.4, 0, .22, 1);
  position: absolute;
}

.pswp__bg {
  will-change: opacity;
  transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.pswp__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}

.pswp__error-msg {
  text-align: center;
  color: #ccc;
  width: 100%;
  margin-top: -8px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/* [project]/src/styles/tailwind.css [client] (css) */
*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #124b7880;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e9eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: myriad-pro, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9fa8b5;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 460px) {
  .container {
    max-width: 460px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: #3b3d42;
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #336692;
  font-weight: 500;
  text-decoration: underline;
}

.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: decimal;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: disc;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-inline-start-width: .25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  font-style: italic;
  font-weight: 500;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: max(2.25rem, min(5vw, 3.375rem));
  font-weight: 600;
  line-height: 1.05;
}

.prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-top: 2em;
  margin-bottom: 1rem;
  font-size: max(1.75rem, min(4vw, 2.375rem));
  font-weight: 600;
  line-height: 1.2;
}

.prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-top: 1.6em;
  margin-bottom: 1rem;
  font-size: max(1.375rem, min(3vw, 1.75rem));
  font-weight: 600;
  line-height: 1.25;
}

.prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  font-size: max(1.25rem, min(2vw, 1.5rem));
  font-weight: 600;
  line-height: 1.25;
}

.prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  padding-top: .1875em;
  padding-inline-end: .375em;
  padding-bottom: .1875em;
  border-radius: .3125rem;
  padding-inline-start: .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  padding-top: .857143em;
  padding-inline-end: 1.14286em;
  padding-bottom: .857143em;
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding-inline-start: 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
  font-weight: 600;
}

.prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: #1118271a;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: #ffffff1a;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1.25rem;
  line-height: 1.5;
}

.prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .571429em;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose {
  font-family: myriad-pro, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.prose :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-bottom: 1rem;
  font-size: max(.875rem, min(1.5vw, 1.125rem));
  font-weight: 600;
  line-height: 1.25;
}

.prose :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

.aspect-w-1, .aspect-w-2, .aspect-w-3, .aspect-w-4, .aspect-w-5, .aspect-w-6, .aspect-w-7, .aspect-w-8, .aspect-w-9, .aspect-w-10, .aspect-w-11, .aspect-w-12, .aspect-w-13, .aspect-w-14, .aspect-w-15, .aspect-w-16 {
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  position: relative;
}

.aspect-w-1 > *, .aspect-w-2 > *, .aspect-w-3 > *, .aspect-w-4 > *, .aspect-w-5 > *, .aspect-w-6 > *, .aspect-w-7 > *, .aspect-w-8 > *, .aspect-w-9 > *, .aspect-w-10 > *, .aspect-w-11 > *, .aspect-w-12 > *, .aspect-w-13 > *, .aspect-w-14 > *, .aspect-w-15 > *, .aspect-w-16 > * {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.bottom-0 {
  bottom: 0;
}

.bottom-1\.5 {
  bottom: .375rem;
}

.bottom-3 {
  bottom: .75rem;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-2 {
  right: .5rem;
}

.right-3 {
  right: .75rem;
}

.start-0 {
  inset-inline-start: 0;
}

.top-0 {
  top: 0;
}

.top-2 {
  top: .5rem;
}

.top-3 {
  top: .75rem;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.m-0 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.-mb-0\.5 {
  margin-bottom: -.125rem;
}

.mb-1\.5 {
  margin-bottom: .375rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: .25rem;
}

.ml-1\.5 {
  margin-left: .375rem;
}

.ml-2 {
  margin-left: .5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.ms-auto {
  margin-inline-start: auto;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: .25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: .75rem;
}

.h-3\.5 {
  height: .875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}

.h-full {
  height: 100%;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-full {
  max-height: 100%;
}

.min-h-\[40vh\] {
  min-height: 40vh;
}

.min-h-\[60vh\] {
  min-height: 60vh;
}

.min-h-\[80vh\] {
  min-height: 80vh;
}

.min-h-\[90vh\] {
  min-height: 90vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-2\/3 {
  width: 66.6667%;
}

.w-2\/4 {
  width: 50%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: .75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.origin-left {
  transform-origin: 0;
}

.-scale-y-1 {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  user-select: none;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: .5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: .5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.5rem * var(--tw-space-x-reverse));
  margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.justify-self-center {
  justify-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: .25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 233 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(199 205 213 / var(--tw-border-opacity, 1));
}

.bg-black\/10 {
  background-color: #0000001a;
}

.bg-black\/20 {
  background-color: #0003;
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 42 77 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 233 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 168 181 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 49 50 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: #0000;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: .5;
}

.p-0 {
  padding: 0;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-3 {
  padding-left: .75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-body {
  letter-spacing: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-body-small {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: .025em;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(18 75 120 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(199 205 213 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(159 168 181 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(92 97 107 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(48 49 50 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(239 122 11 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-300 {
  transition-duration: .3s;
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 233 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 122 11 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(48 49 50 / var(--tw-text-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(118 148 183 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 75 120 / var(--tw-ring-opacity, 1));
}

@media (min-width: 460px) {
  .xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xs\:row-start-2 {
    grid-row-start: 2;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0;
  }

  .md\:-mt-2 {
    margin-top: -.5rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/3 {
    width: 33.3333%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:p-5 {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(92 97 107 / var(--tw-border-opacity, 1));
  }

  .dark\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgb(229 107 3 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 79 87 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 61 66 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(159 168 181 / var(--tw-text-opacity, 1));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(159 168 181 / var(--tw-placeholder-opacity, 1));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(92 97 107 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgb(51 102 146 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
  }

  .dark\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(18 75 120 / var(--tw-ring-opacity, 1));
  }
}

/* [project]/src/styles/globals.css [client] (css) */
html, body {
  --tw-text-opacity: 1;
  color: rgb(59 61 66 / var(--tw-text-opacity, 1));
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

a, .link {
  --tw-text-opacity: 1;
  color: rgb(51 102 146 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

button:not([data-component="button"]), a:not([data-component="button"]) {
  border-radius: .125rem;
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

:is(button:not([data-component="button"]), a:not([data-component="button"]))[data-focus-visible-added] {
  --tw-shadow: 0px 0px 0px 2px #7694b7;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-offset: 2px;
  outline: 2px solid #0000;
}

nav :is(button:not([data-component="button"]), a:not([data-component="button"]))[data-focus-visible-added] {
  --tw-shadow: inset 0px 0px 0px 2px #7694b7;
  --tw-shadow-colored: inset 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: .25rem;
}

img, iframe {
  border-radius: .125rem;
  max-width: 100%;
  overflow: hidden;
}

.figcaption {
  font-size: .875rem;
  line-height: 1.25rem;
}

hr {
  --tw-border-opacity: 1;
  border-top-width: 2px;
  border-color: rgb(229 233 235 / var(--tw-border-opacity, 1));
}

main .content-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  main .content-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(239 122 11 / var(--tw-bg-opacity, 1));
  width: 100%;
  height: .125rem;
  position: fixed;
  top: 0;
  left: 0;
}

.js-focus-visible [data-focus-visible-added]:not(.focus-visible) {
  outline: none;
}

.pswp__img {
  object-fit: contain;
}

div.pswp__bg {
  background-color: #02172af2;
}

.is-draggable {
  cursor: grab;
}

.is-dragging {
  cursor: grabbing;
}

.swiper-wrapper {
  height: 100%;
  max-height: 100%;
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: 100%;
  max-height: 100%;
  display: block;
}

img {
  transition-duration: .2s;
}

.asw-menu-btn {
  border-radius: 999px !important;
}

/* [project]/node_modules/swiper/swiper.min.css [client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/*# sourceMappingURL=_0sua8ia._.css.map*/