/* [project]/src/components/tours/detail/hero/Hero.module.css [app-client] (css) */
.Hero-module__fLcB5q__hero {
  width: 100%;
  height: 36rem;
  color: var(--color-bg-primary);
  width: 90rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.Hero-module__fLcB5q__background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Hero-module__fLcB5q__backgroundImage {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.Hero-module__fLcB5q__content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4.125rem;
  width: 100%;
  height: 100%;
  padding: 3rem 1.5rem;
  display: flex;
  position: relative;
}

.Hero-module__fLcB5q__duration {
  color: var(--color-bg-primary);
  text-shadow: 0 .125rem .25rem #00000080;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.Hero-module__fLcB5q__title {
  color: var(--color-bg-primary);
  text-shadow: 0 .125rem .25rem #00000080;
  margin: 0;
  font-family: PT Serif, serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.25;
}

.Hero-module__fLcB5q__price {
  color: var(--color-bg-primary);
  text-shadow: 0 .125rem .25rem #00000080;
  font-family: Open Sans, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.25;
}

.Hero-module__fLcB5q__dateButton {
  background-color: var(--color-brand-tertiary);
  letter-spacing: 0.625%;
  color: var(--color-bg-primary);
  cursor: pointer;
  border: none;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 29rem;
  height: 3.4375rem;
  padding: .625rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  transition: background-color .2s;
  display: inline-flex;
}

.Hero-module__fLcB5q__dateButton:hover {
  background-color: var(--color-brand-primary);
}

.Hero-module__fLcB5q__buttonIcon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

@media (max-width: 90rem) {
  .Hero-module__fLcB5q__hero {
    width: 100%;
    max-width: 100vw;
  }
}

@media (max-width: 48rem) {
  .Hero-module__fLcB5q__hero {
    width: 100%;
    height: 30rem;
  }

  .Hero-module__fLcB5q__content {
    gap: 2.5rem;
    padding: 2rem 1.5rem;
  }

  .Hero-module__fLcB5q__duration {
    font-size: 1.125rem;
  }

  .Hero-module__fLcB5q__title {
    font-size: 2rem;
    line-height: 1.3;
  }

  .Hero-module__fLcB5q__price {
    font-size: 1.75rem;
  }

  .Hero-module__fLcB5q__dateButton {
    width: 100%;
    max-width: 25rem;
    height: 3.75rem;
    padding: .75rem 1.25rem;
    font-size: .9375rem;
  }
}

@media (max-width: 30rem) {
  .Hero-module__fLcB5q__hero {
    height: 25rem;
  }

  .Hero-module__fLcB5q__content {
    gap: 2rem;
    padding: 1.5rem 1rem;
  }

  .Hero-module__fLcB5q__duration {
    font-size: 1rem;
  }

  .Hero-module__fLcB5q__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .Hero-module__fLcB5q__price {
    font-size: 1.375rem;
  }

  .Hero-module__fLcB5q__dateButton {
    width: 100%;
    height: 3.125rem;
    padding: .625rem 1rem;
    font-size: .875rem;
  }

  .Hero-module__fLcB5q__buttonIcon {
    width: 1rem;
    height: 1rem;
  }
}

.Hero-module__fLcB5q__hiddenButton {
  display: none !important;
}

/* [project]/widgets/contact-form/contact/ContactFormModalStyles.module.css [app-client] (css) */
.ContactFormModalStyles-module__gLrhkW__triggerButton {
  cursor: pointer;
  color: #fff;
  background: #1d1d7c;
  border: none;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  box-shadow: 0 .125rem .5rem #1d1d7c33;
}

.ContactFormModalStyles-module__gLrhkW__triggerButton:hover {
  background: #2a2a8c;
  transform: translateY(-.0625rem);
  box-shadow: 0 .25rem .75rem #1d1d7c4d;
}

.ContactFormModalStyles-module__gLrhkW__triggerButton:active {
  transform: translateY(0);
  box-shadow: 0 .125rem .5rem #1d1d7c4d;
}

.ContactFormModalStyles-module__gLrhkW__triggerButton:focus {
  outline-offset: .125rem;
  outline: .125rem solid #1d1d7c;
}

.ContactFormModalStyles-module__gLrhkW__triggerButtonText {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.ContactFormModalStyles-module__gLrhkW__triggerButtonIcon {
  width: 1rem;
  height: 1rem;
  color: inherit;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.ContactFormModalStyles-module__gLrhkW__triggerButton:hover .ContactFormModalStyles-module__gLrhkW__triggerButtonIcon {
  transform: translateX(.125rem);
}

.ContactFormModalStyles-module__gLrhkW__triggerButton.ContactFormModalStyles-module__gLrhkW__hidden {
  display: none !important;
}

.ContactFormModalStyles-module__gLrhkW__overlay {
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background: #0009;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  animation: .3s ease-out ContactFormModalStyles-module__gLrhkW__fadeIn;
  display: flex;
  z-index: 2147483647 !important;
  position: fixed !important;
  inset: 0 !important;
}

.ContactFormModalStyles-module__gLrhkW__modalContainer {
  border: .1875rem solid #e6e6f9;
  border-radius: 1rem;
  width: 100%;
  max-width: 95vw;
  max-height: 95vh;
  animation: .3s ease-out ContactFormModalStyles-module__gLrhkW__slideIn;
  overflow: hidden;
  box-shadow: 0 1.25rem 3.75rem #0000004d;
  background: #fff !important;
  position: relative !important;
}

.ContactFormModalStyles-module__gLrhkW__modalContent {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ContactFormModalStyles-module__gLrhkW__closeButton {
  cursor: pointer;
  z-index: 10;
  -webkit-backdrop-filter: blur(.625rem);
  backdrop-filter: blur(.625rem);
  background: #ffffffe6;
  border: .125rem solid #e6e6f9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.ContactFormModalStyles-module__gLrhkW__closeButton:hover {
  background: #fff;
  border-color: #1d1d7c;
  transform: scale(1.1);
  box-shadow: 0 .25rem 1rem #1d1d7c33;
}

.ContactFormModalStyles-module__gLrhkW__closeButton:active {
  transform: scale(1.05);
}

.ContactFormModalStyles-module__gLrhkW__closeButton:focus {
  outline-offset: .125rem;
  outline: .125rem solid #1d1d7c;
}

.ContactFormModalStyles-module__gLrhkW__closeButton svg {
  color: #574a29;
  width: 1.5rem;
  height: 1.5rem;
  transition: color .2s;
}

.ContactFormModalStyles-module__gLrhkW__closeButton:hover svg {
  color: #1d1d7c;
}

.ContactFormModalStyles-module__gLrhkW__successContainer {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 4rem 2rem;
  display: flex;
}

.ContactFormModalStyles-module__gLrhkW__successIcon {
  background: #4caf501a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.ContactFormModalStyles-module__gLrhkW__successTitle {
  color: #0d0d0d;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
}

.ContactFormModalStyles-module__gLrhkW__successMessage {
  color: #574a29;
  max-width: 30rem;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.ContactFormModalStyles-module__gLrhkW__successCloseButton {
  cursor: pointer;
  color: #fff;
  background: #1d1d7c;
  border: none;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: all .2s;
  display: inline-flex;
}

.ContactFormModalStyles-module__gLrhkW__successCloseButton:hover {
  background: #2a2a8c;
  transform: translateY(-.0625rem);
  box-shadow: 0 .25rem .75rem #1d1d7c4d;
}

@keyframes ContactFormModalStyles-module__gLrhkW__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ContactFormModalStyles-module__gLrhkW__slideIn {
  from {
    opacity: 0;
    transform: translateY(-1.875rem)scale(.9);
  }

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

@media (max-width: 48rem) {
  .ContactFormModalStyles-module__gLrhkW__overlay {
    padding: 1rem;
  }

  .ContactFormModalStyles-module__gLrhkW__modalContainer {
    border-radius: .75rem;
    max-width: 100vw;
    max-height: 100vh;
  }

  .ContactFormModalStyles-module__gLrhkW__closeButton {
    width: 2.5rem;
    height: 2.5rem;
    top: 1rem;
    right: 1rem;
  }

  .ContactFormModalStyles-module__gLrhkW__closeButton svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .ContactFormModalStyles-module__gLrhkW__triggerButton {
    padding: .625rem 1.25rem;
    font-size: .875rem;
  }
}

@media (max-width: 30rem) {
  .ContactFormModalStyles-module__gLrhkW__overlay {
    padding: .75rem;
  }

  .ContactFormModalStyles-module__gLrhkW__modalContainer {
    border-radius: .5rem;
  }

  .ContactFormModalStyles-module__gLrhkW__closeButton {
    width: 2.25rem;
    height: 2.25rem;
    top: .75rem;
    right: .75rem;
  }

  .ContactFormModalStyles-module__gLrhkW__closeButton svg {
    width: 1.125rem;
    height: 1.125rem;
  }

  .ContactFormModalStyles-module__gLrhkW__triggerButton {
    padding: .5rem 1rem;
    font-size: .8125rem;
  }

  .ContactFormModalStyles-module__gLrhkW__triggerButtonIcon {
    width: .875rem;
    height: .875rem;
  }
}

@media (max-width: 75rem) {
  .ContactFormModalStyles-module__gLrhkW__modalContainer {
    max-width: 98vw;
  }
}

@media (max-height: 50rem) {
  .ContactFormModalStyles-module__gLrhkW__modalContainer {
    max-height: 98vh;
  }
}

@media (max-width: 48rem) and (orientation: landscape) {
  .ContactFormModalStyles-module__gLrhkW__overlay {
    align-items: flex-start;
    padding-top: 1.25rem;
  }

  .ContactFormModalStyles-module__gLrhkW__modalContainer {
    max-height: 90vh;
  }
}

/* [project]/widgets/contact-form/contact/ContactFormStyles.module.css [app-client] (css) */
.ContactFormStyles-module__JA1bZa__section {
  padding: 0;
  background: #172c3a !important;
}

.ContactFormStyles-module__JA1bZa__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  min-height: 100vh;
  padding: 5.625rem 1.5rem;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__headerContainer {
  width: 100%;
  max-width: 87rem;
}

.ContactFormStyles-module__JA1bZa__headerWithLightBorders {
  border-top-color: #99bdd6 !important;
  border-bottom-color: #99bdd6 !important;
}

.ContactFormStyles-module__JA1bZa__container {
  background: #fff;
  border: .1875rem solid #e6e6f9;
  border-radius: .625rem;
  justify-content: stretch;
  align-items: stretch;
  gap: 3.625rem;
  width: 86.375rem;
  height: 40.875rem;
  padding: 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 .25rem 1.25rem #0000001a;
}

.ContactFormStyles-module__JA1bZa__imageAndQuoteContainer {
  flex-direction: column;
  flex: 1;
  gap: 3.8125rem;
  padding: 1.5rem;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__imageContainer {
  background: #f5ece5;
  border: .5625rem solid #fff;
  border-radius: .625rem;
  width: 100%;
  height: 20.7738rem;
  position: relative;
  overflow: hidden;
}

.ContactFormStyles-module__JA1bZa__backgroundImage {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.ContactFormStyles-module__JA1bZa__imageOverlay {
  pointer-events: none;
  background: linear-gradient(0deg, #fff0 48%, #e6e6f9 67%);
  border-radius: .625rem;
  position: absolute;
  inset: 0;
}

.ContactFormStyles-module__JA1bZa__quoteContainer {
  flex: 1;
  justify-content: stretch;
  align-items: stretch;
  gap: .625rem;
  padding: 0 1.6875rem;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__quote {
  text-align: center;
  color: #0d0d0d;
  align-self: stretch;
  width: 100%;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.25em;
}

.ContactFormStyles-module__JA1bZa__formContainer {
  flex-direction: column;
  flex: 1;
  gap: 3.625rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.ContactFormStyles-module__JA1bZa__formFieldsContainer {
  flex-direction: column;
  flex: 1;
  gap: 3.3125rem;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__inputGroup {
  flex-direction: column;
  gap: 1.375rem;
  width: 100%;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__inputLabel {
  color: #0d0d0d;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25em;
}

.ContactFormStyles-module__JA1bZa__inputFrame {
  flex-direction: column;
  gap: .625rem;
  width: 100%;
  height: 4.8125rem;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__inputContainer {
  background: #f9f6f1;
  border-bottom: .0625rem dashed #574a29;
  flex-direction: column;
  width: 100%;
  transition: border-bottom-color .2s;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__inputFieldContainer {
  box-sizing: border-box;
  background: #f9f6f1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .625rem .75rem .625rem 1rem;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__inputField {
  color: #0d0d0d;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25em;
  display: block;
}

.ContactFormStyles-module__JA1bZa__phoneInput {
  font-weight: 500;
}

.ContactFormStyles-module__JA1bZa__inputField::placeholder {
  color: #c2ae7c;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25em;
}

.ContactFormStyles-module__JA1bZa__inputField:-webkit-autofill {
  -webkit-text-fill-color: #0d0d0d !important;
  background: none !important;
  -webkit-box-shadow: inset 0 0 0 1.875rem #f9f6f1 !important;
}

.ContactFormStyles-module__JA1bZa__inputField:-webkit-autofill:hover {
  -webkit-text-fill-color: #0d0d0d !important;
  background: none !important;
  -webkit-box-shadow: inset 0 0 0 1.875rem #f9f6f1 !important;
}

.ContactFormStyles-module__JA1bZa__inputField:-webkit-autofill:focus {
  -webkit-text-fill-color: #0d0d0d !important;
  background: none !important;
  -webkit-box-shadow: inset 0 0 0 1.875rem #f9f6f1 !important;
}

.ContactFormStyles-module__JA1bZa__inputField:-webkit-autofill:active {
  -webkit-text-fill-color: #0d0d0d !important;
  background: none !important;
  -webkit-box-shadow: inset 0 0 0 1.875rem #f9f6f1 !important;
}

.ContactFormStyles-module__JA1bZa__inputHint {
  align-items: center;
  gap: .375rem;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__hintText {
  color: #574a29;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25em;
}

.ContactFormStyles-module__JA1bZa__logo {
  z-index: 10;
  position: absolute;
  top: -7.5625rem;
  left: 23rem;
}

.ContactFormStyles-module__JA1bZa__sealCircle {
  background: #e6e6f9;
  border: .125rem solid #1d1d7c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 11.4375rem;
  height: 12.0625rem;
  transition: transform .3s;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__sealImage {
  width: 11.4375rem;
  height: 12.0625rem;
  transition: transform .3s;
}

.ContactFormStyles-module__JA1bZa__sealImage:hover {
  transform: rotate(5deg)scale(1.05);
}

.ContactFormStyles-module__JA1bZa__submitButton {
  cursor: pointer;
  background: #1d1d7c;
  border: none;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 15.875rem;
  height: 3.5625rem;
  padding: .625rem 1.5rem;
  font-family: inherit;
  transition: all .2s;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__submitButton:hover:not(:disabled) {
  background: #2a2a8c;
  transform: translateY(-.0625rem);
  box-shadow: 0 .25rem .75rem #1d1d7c4d;
}

.ContactFormStyles-module__JA1bZa__submitButton:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 .125rem .5rem #1d1d7c4d;
}

.ContactFormStyles-module__JA1bZa__submitButton:disabled {
  cursor: not-allowed;
  box-shadow: none;
  background: #99c;
  transform: none;
}

.ContactFormStyles-module__JA1bZa__submitButton.ContactFormStyles-module__JA1bZa__submitting {
  background: #2a2a8c;
}

.ContactFormStyles-module__JA1bZa__buttonText {
  letter-spacing: .00625rem;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
}

.ContactFormStyles-module__JA1bZa__buttonIcon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.ContactFormStyles-module__JA1bZa__buttonIcon svg {
  width: .833125rem;
  height: .833125rem;
}

@media (max-width: 90rem) {
  .ContactFormStyles-module__JA1bZa__wrapper {
    gap: 2.5rem;
    padding: 3.75rem 1.5rem;
  }

  .ContactFormStyles-module__JA1bZa__container {
    width: 100%;
    max-width: 86.375rem;
    height: auto;
    min-height: 40.875rem;
  }
}

@media (max-width: 64rem) {
  .ContactFormStyles-module__JA1bZa__wrapper {
    gap: 2rem;
    padding: 2.5rem 1.25rem;
  }

  .ContactFormStyles-module__JA1bZa__container {
    gap: 2.5rem;
    padding: 3rem;
  }

  .ContactFormStyles-module__JA1bZa__logo {
    top: -6.25rem;
    left: 12.5rem;
    transform: scale(.8);
  }
}

@media (max-width: 48rem) {
  .ContactFormStyles-module__JA1bZa__wrapper {
    gap: 1.5rem;
    min-height: auto;
    padding: 1.25rem;
  }

  .ContactFormStyles-module__JA1bZa__container {
    flex-direction: column;
    gap: 1.875rem;
    width: 100%;
    height: auto;
    padding: 2rem;
  }

  .ContactFormStyles-module__JA1bZa__imageAndQuoteContainer, .ContactFormStyles-module__JA1bZa__formContainer {
    flex: none;
    width: 100%;
  }

  .ContactFormStyles-module__JA1bZa__imageContainer {
    height: 15.625rem;
  }

  .ContactFormStyles-module__JA1bZa__quote {
    font-size: 1.25rem;
  }

  .ContactFormStyles-module__JA1bZa__formFieldsContainer {
    gap: 2.5rem;
  }

  .ContactFormStyles-module__JA1bZa__inputGroup {
    gap: 1.125rem;
  }

  .ContactFormStyles-module__JA1bZa__logo {
    align-self: center;
    margin: 1.25rem 0;
    position: static;
    transform: scale(.7);
  }

  .ContactFormStyles-module__JA1bZa__submitButton {
    width: 100%;
    height: 3.75rem;
  }

  .ContactFormStyles-module__JA1bZa__buttonText {
    font-size: 1.125rem;
  }
}

@media (max-width: 30rem) {
  .ContactFormStyles-module__JA1bZa__wrapper {
    padding: 1rem;
  }

  .ContactFormStyles-module__JA1bZa__container {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .ContactFormStyles-module__JA1bZa__imageContainer {
    height: 12.5rem;
  }

  .ContactFormStyles-module__JA1bZa__quote {
    padding: 0 1rem;
    font-size: 1.125rem;
  }

  .ContactFormStyles-module__JA1bZa__inputLabel, .ContactFormStyles-module__JA1bZa__inputField {
    font-size: 1rem;
  }

  .ContactFormStyles-module__JA1bZa__hintText {
    font-size: .875rem;
  }

  .ContactFormStyles-module__JA1bZa__logo {
    transform: scale(.6);
  }
}

.ContactFormStyles-module__JA1bZa__inputField:focus {
  outline: none;
}

.ContactFormStyles-module__JA1bZa__inputContainer:focus-within {
  border-bottom: .125rem solid #1d1d7c;
}

.ContactFormStyles-module__JA1bZa__inputContainer:hover {
  border-bottom-color: #1d1d7c;
}

.ContactFormStyles-module__JA1bZa__inputContainer.ContactFormStyles-module__JA1bZa__error {
  border-bottom: .125rem solid red;
}

.ContactFormStyles-module__JA1bZa__inputContainer.ContactFormStyles-module__JA1bZa__valid {
  border-bottom: .125rem solid #4caf50;
}

.ContactFormStyles-module__JA1bZa__submitButton:disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .6;
  background: #99c;
  transform: none;
}

.ContactFormStyles-module__JA1bZa__submitButton:disabled:hover {
  box-shadow: none;
  background: #99c;
  transform: none;
}

@keyframes ContactFormStyles-module__JA1bZa__pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .7;
  }
}

.ContactFormStyles-module__JA1bZa__submitButton.ContactFormStyles-module__JA1bZa__submitting .ContactFormStyles-module__JA1bZa__buttonText {
  animation: 1.5s ease-in-out infinite ContactFormStyles-module__JA1bZa__pulse;
}

.ContactFormStyles-module__JA1bZa__backgroundImage {
  transition: opacity .3s;
}

.ContactFormStyles-module__JA1bZa__imageContainer {
  overflow: hidden;
}

/* [project]/widgets/contact-form/contact/ContactModalStyles.module.css [app-client] (css) */
.ContactModalStyles-module__D5EX1G__overlay {
  z-index: 1000;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  background: #00000080;
  justify-content: center;
  align-items: center;
  animation: .3s ease-out ContactModalStyles-module__D5EX1G__fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

.ContactModalStyles-module__D5EX1G__modal {
  background: #fff;
  border: .1875rem solid #e6e6f9;
  border-radius: .625rem;
  width: 90%;
  max-width: 30rem;
  max-height: 90vh;
  animation: .3s ease-out ContactModalStyles-module__D5EX1G__slideIn;
  overflow: hidden;
  box-shadow: 0 .5rem 2rem #00000026;
}

.ContactModalStyles-module__D5EX1G__content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 3rem 2rem;
  display: flex;
}

.ContactModalStyles-module__D5EX1G__iconContainer {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: .5rem;
  display: flex;
}

.ContactModalStyles-module__D5EX1G__icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
}

.ContactModalStyles-module__D5EX1G__icon.ContactModalStyles-module__D5EX1G__success {
  color: #fff;
  background: linear-gradient(135deg, #4caf50, #45a049);
  box-shadow: 0 .25rem 1rem #4caf504d;
}

.ContactModalStyles-module__D5EX1G__icon.ContactModalStyles-module__D5EX1G__error {
  color: #fff;
  background: linear-gradient(135deg, #f44336, #d32f2f);
  box-shadow: 0 .25rem 1rem #f443364d;
}

.ContactModalStyles-module__D5EX1G__title {
  color: #0d0d0d;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
}

.ContactModalStyles-module__D5EX1G__message {
  color: #574a29;
  max-width: 25rem;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.ContactModalStyles-module__D5EX1G__closeButton {
  cursor: pointer;
  color: #fff;
  background: #1d1d7c;
  border: none;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: .5rem;
  padding: .75rem 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: all .2s;
  display: flex;
}

.ContactModalStyles-module__D5EX1G__closeButton:hover {
  background: #2a2a8c;
  transform: translateY(-.0625rem);
  box-shadow: 0 .25rem .75rem #1d1d7c4d;
}

.ContactModalStyles-module__D5EX1G__closeButton:active {
  transform: translateY(0);
  box-shadow: 0 .125rem .5rem #1d1d7c4d;
}

.ContactModalStyles-module__D5EX1G__closeButton:focus {
  outline-offset: .125rem;
  outline: .125rem solid #1d1d7c;
}

@keyframes ContactModalStyles-module__D5EX1G__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ContactModalStyles-module__D5EX1G__slideIn {
  from {
    opacity: 0;
    transform: translateY(-1.25rem)scale(.95);
  }

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

@media (max-width: 48rem) {
  .ContactModalStyles-module__D5EX1G__modal {
    width: 95%;
    margin: 1.25rem;
  }

  .ContactModalStyles-module__D5EX1G__content {
    gap: 1.25rem;
    padding: 2rem 1.5rem;
  }

  .ContactModalStyles-module__D5EX1G__title {
    font-size: 1.25rem;
  }

  .ContactModalStyles-module__D5EX1G__message {
    font-size: .875rem;
  }

  .ContactModalStyles-module__D5EX1G__closeButton {
    padding: .625rem 1.5rem;
    font-size: .875rem;
  }
}

@media (max-width: 30rem) {
  .ContactModalStyles-module__D5EX1G__content {
    gap: 1rem;
    padding: 1.5rem 1.25rem;
  }

  .ContactModalStyles-module__D5EX1G__iconContainer {
    width: 4rem;
    height: 4rem;
  }

  .ContactModalStyles-module__D5EX1G__title {
    font-size: 1.125rem;
  }

  .ContactModalStyles-module__D5EX1G__message {
    font-size: .8125rem;
  }
}

/* [project]/src/components/tours/detail/content/Highlights.module.css [app-client] (css) */
.Highlights-module__PbAt9W__container {
  flex-direction: column;
  align-self: stretch;
  gap: 2.125rem;
  width: 100%;
  display: flex;
}

.Highlights-module__PbAt9W__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  text-align: left;
  margin: 0;
}

.Highlights-module__PbAt9W__list {
  flex-direction: column;
  align-self: stretch;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Highlights-module__PbAt9W__item {
  align-self: stretch;
  padding-left: 1.1875rem;
  display: flex;
  position: relative;
}

.Highlights-module__PbAt9W__item:before {
  content: "";
  background-color: var(--color-brand-light);
  border-radius: 50%;
  flex-shrink: 0;
  width: .4375rem;
  height: .4375rem;
  position: absolute;
  top: .5em;
  left: 0;
}

.Highlights-module__PbAt9W__content {
  background-color: var(--color-bg-primary);
  border-radius: var(--border-radius-lg);
  flex-direction: column;
  flex: 1;
  gap: .875rem;
  display: flex;
}

.Highlights-module__PbAt9W__highlightTitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  text-align: left;
  margin: 0;
}

.Highlights-module__PbAt9W__description {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-black);
  text-align: left;
  margin: 0;
}

@media (max-width: 48rem) {
  .Highlights-module__PbAt9W__title {
    font-size: 1.25rem;
  }

  .Highlights-module__PbAt9W__content {
    padding: .75rem;
  }

  .Highlights-module__PbAt9W__highlightTitle, .Highlights-module__PbAt9W__description {
    font-size: 1rem;
  }
}

@media (max-width: 30rem) {
  .Highlights-module__PbAt9W__title {
    font-size: 1.125rem;
  }

  .Highlights-module__PbAt9W__content {
    padding: .625rem;
  }

  .Highlights-module__PbAt9W__highlightTitle {
    font-size: .9375rem;
  }

  .Highlights-module__PbAt9W__description {
    font-size: .875rem;
  }
}

/* [project]/src/components/tours/detail/content/features/FeatureIcon.module.css [app-client] (css) */
.FeatureIcon-module__86kW1a__featureIcon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.FeatureIcon-module__86kW1a__icon {
  filter: brightness(0) saturate() invert(40%) sepia(8%) saturate(1038%) hue-rotate(202deg) brightness(95%) contrast(89%);
  width: 100%;
  height: 100%;
}

.FeatureIcon-module__86kW1a__iconFaded {
  filter: grayscale() brightness(.9) contrast(95%);
  opacity: .3;
}

@keyframes FeatureIcon-module__86kW1a__bulbFade {
  0% {
    filter: brightness(0) saturate() invert(40%) sepia(8%) saturate(1038%) hue-rotate(202deg) brightness(95%) contrast(89%);
    opacity: 1;
  }

  100% {
    filter: grayscale() brightness(.9) contrast(95%);
    opacity: .3;
  }
}

.FeatureIcon-module__86kW1a__iconFadeAnim {
  animation: .8s ease-out forwards FeatureIcon-module__86kW1a__bulbFade;
}

@keyframes FeatureIcon-module__86kW1a__signalFadeTo20 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

@keyframes FeatureIcon-module__86kW1a__signalFadeTo50 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: .5;
  }
}

@keyframes FeatureIcon-module__86kW1a__signalFadeTo70 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: .7;
  }
}

.FeatureIcon-module__86kW1a__antennaRingOuterAnim {
  animation: .9s ease-out .1s forwards FeatureIcon-module__86kW1a__signalFadeTo20;
}

.FeatureIcon-module__86kW1a__antennaRingMiddleAnim {
  animation: .9s ease-out .35s forwards FeatureIcon-module__86kW1a__signalFadeTo50;
}

.FeatureIcon-module__86kW1a__antennaRingInnerAnim {
  animation: .9s ease-out .6s forwards FeatureIcon-module__86kW1a__signalFadeTo70;
}

.FeatureIcon-module__86kW1a__crossedIcon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.FeatureIcon-module__86kW1a__crossLine {
  background-color: var(--color-accent);
  z-index: 1;
  width: 120%;
  height: .125rem;
  animation: .6s ease-out FeatureIcon-module__86kW1a__crossAppear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.FeatureIcon-module__86kW1a__intermittentIcon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.FeatureIcon-module__86kW1a__antennaLeft1 {
  opacity: .7;
}

.FeatureIcon-module__86kW1a__antennaLeft2 {
  opacity: .5;
}

.FeatureIcon-module__86kW1a__antennaLeft3 {
  opacity: .2;
}

.FeatureIcon-module__86kW1a__antennaCenter {
  opacity: 1;
}

.FeatureIcon-module__86kW1a__antennaRight1 {
  opacity: .7;
}

.FeatureIcon-module__86kW1a__antennaRight2 {
  opacity: .5;
}

.FeatureIcon-module__86kW1a__antennaRight3 {
  opacity: .2;
}

.FeatureIcon-module__86kW1a__intermittentIcon.FeatureIcon-module__86kW1a__visible .FeatureIcon-module__86kW1a__antennaLeft2, .FeatureIcon-module__86kW1a__intermittentIcon.FeatureIcon-module__86kW1a__visible .FeatureIcon-module__86kW1a__antennaRight2 {
  animation: 2s ease-in-out .2s forwards FeatureIcon-module__86kW1a__antennaMiddlePulse;
}

.FeatureIcon-module__86kW1a__intermittentIcon.FeatureIcon-module__86kW1a__visible .FeatureIcon-module__86kW1a__antennaLeft1, .FeatureIcon-module__86kW1a__intermittentIcon.FeatureIcon-module__86kW1a__visible .FeatureIcon-module__86kW1a__antennaRight1 {
  animation: 2s ease-in-out .4s forwards FeatureIcon-module__86kW1a__antennaOuterPulse;
}

.FeatureIcon-module__86kW1a__intermittentIcon.FeatureIcon-module__86kW1a__visible .FeatureIcon-module__86kW1a__antennaLeft3, .FeatureIcon-module__86kW1a__intermittentIcon.FeatureIcon-module__86kW1a__visible .FeatureIcon-module__86kW1a__antennaRight3 {
  animation: 2s ease-in-out .6s forwards FeatureIcon-module__86kW1a__antennaInnerPulse;
}

@keyframes FeatureIcon-module__86kW1a__antennaMiddlePulse {
  0% {
    opacity: .1;
  }

  25% {
    opacity: .5;
  }

  50% {
    opacity: .1;
  }

  75% {
    opacity: .5;
  }

  100% {
    opacity: .5;
  }
}

@keyframes FeatureIcon-module__86kW1a__antennaOuterPulse {
  0% {
    opacity: .1;
  }

  25% {
    opacity: .7;
  }

  50% {
    opacity: .1;
  }

  75% {
    opacity: .7;
  }

  100% {
    opacity: .7;
  }
}

@keyframes FeatureIcon-module__86kW1a__antennaInnerPulse {
  0% {
    opacity: .1;
  }

  25% {
    opacity: .2;
  }

  50% {
    opacity: .1;
  }

  75% {
    opacity: .2;
  }

  100% {
    opacity: .2;
  }
}

.FeatureIcon-module__86kW1a__unknownIcon {
  background-color: var(--color-bg-gray);
  width: 100%;
  height: 100%;
  color: var(--color-text-muted);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: bold;
  display: flex;
}

@keyframes FeatureIcon-module__86kW1a__crossAppear {
  0% {
    opacity: 0;
    width: 0%;
    transform: translate(-50%, -50%)rotate(-45deg)scale(.5);
  }

  50% {
    opacity: 1;
    width: 120%;
    transform: translate(-50%, -50%)rotate(-45deg)scale(1.1);
  }

  100% {
    opacity: 1;
    width: 120%;
    transform: translate(-50%, -50%)rotate(-45deg)scale(1);
  }
}

@keyframes FeatureIcon-module__86kW1a__screenFlicker {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.FeatureIcon-module__86kW1a__rudderIcon {
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .1s ease-out;
  display: flex;
}

@media (max-width: 48rem) {
  .FeatureIcon-module__86kW1a__featureIcon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .FeatureIcon-module__86kW1a__questionMark {
    width: .625rem;
    height: .625rem;
    font-size: .4375rem;
  }
}

@media (max-width: 30rem) {
  .FeatureIcon-module__86kW1a__featureIcon {
    width: 1.125rem;
    height: 1.125rem;
  }

  .FeatureIcon-module__86kW1a__questionMark {
    width: .5rem;
    height: .5rem;
    font-size: .375rem;
  }
}

/* [project]/src/components/tours/detail/content/Program.module.css [app-client] (css) */
.Program-module__hMhkuW__container {
  width: 100%;
  margin-bottom: 2rem;
}

.Program-module__hMhkuW__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  margin: 0 0 1.5rem;
}

.Program-module__hMhkuW__days {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.Program-module__hMhkuW__dayContainer {
  overflow: hidden;
}

.Program-module__hMhkuW__dayDetails {
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.Program-module__hMhkuW__dayHeader {
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 1rem;
  display: flex;
}

.Program-module__hMhkuW__dayTitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  margin: 0;
}

.Program-module__hMhkuW__daySummary {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text-black);
  margin: 0;
  font-style: italic;
}

.Program-module__hMhkuW__dayDescription {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text-black);
  margin: 0;
}

.Program-module__hMhkuW__amenities {
  margin-top: .75rem;
  padding: 1rem 1rem 1rem 0;
}

.Program-module__hMhkuW__amenitiesGrid {
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: .75rem;
  display: grid;
}

.Program-module__hMhkuW__amenityItem {
  align-items: center;
  gap: .625rem;
  padding: .5rem .75rem .5rem 0;
  display: flex;
}

.Program-module__hMhkuW__amenityName {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-normal);
  color: var(--color-text-black);
  margin: 0;
}

@media (max-width: 48rem) {
  .Program-module__hMhkuW__title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }

  .Program-module__hMhkuW__dayDetails {
    padding: 1rem 1rem 1rem 0;
  }

  .Program-module__hMhkuW__dayHeader {
    gap: .625rem;
    margin-bottom: .75rem;
  }

  .Program-module__hMhkuW__dayTitle {
    font-size: 1rem;
  }

  .Program-module__hMhkuW__daySummary, .Program-module__hMhkuW__dayDescription {
    font-size: .9375rem;
  }

  .Program-module__hMhkuW__amenities {
    margin-top: .625rem;
    padding: .75rem .75rem .75rem 0;
  }

  .Program-module__hMhkuW__amenitiesGrid {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .Program-module__hMhkuW__amenityItem {
    gap: .5rem;
    padding: .375rem .625rem .375rem 0;
  }

  .Program-module__hMhkuW__amenityName {
    font-size: .8125rem;
  }
}

@media (max-width: 30rem) {
  .Program-module__hMhkuW__title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }

  .Program-module__hMhkuW__dayDetails {
    padding: .75rem .75rem .75rem 0;
  }

  .Program-module__hMhkuW__dayHeader {
    gap: .5rem;
    margin-bottom: .625rem;
  }

  .Program-module__hMhkuW__dayTitle {
    font-size: .9375rem;
  }

  .Program-module__hMhkuW__daySummary, .Program-module__hMhkuW__dayDescription {
    font-size: .875rem;
  }

  .Program-module__hMhkuW__amenities {
    margin-top: .5rem;
    padding: .625rem .625rem .625rem 0;
  }

  .Program-module__hMhkuW__amenityItem {
    gap: .375rem;
    padding: .3125rem .5rem .3125rem 0;
  }

  .Program-module__hMhkuW__amenityName {
    font-size: .75rem;
  }
}

/* [project]/node_modules/yet-another-react-lightbox/dist/styles.css [app-client] (css) */
.yarl__fullsize {
  width: 100%;
  height: 100%;
}

.yarl__relative {
  position: relative;
}

.yarl__portal {
  opacity: 0;
  transition: opacity var(--yarl__fade_animation_duration, .25s) var(--yarl__fade_animation_timing_function, ease);
  z-index: var(--yarl__portal_zindex, 9999);
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.yarl__portal_open {
  opacity: 1;
}

.yarl__container {
  background-color: var(--yarl__container_background_color, var(--yarl__color_backdrop, #000));
  overscroll-behavior: var(--yarl__controller_overscroll_behavior, contain);
  touch-action: var(--yarl__controller_touch_action, none);
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.yarl__carousel {
  height: 100%;
  opacity: var(--yarl__pull_opacity, 1);
  transform: translate(var(--yarl__swipe_offset, 0), var(--yarl__pull_offset, 0));
  width: calc(100% + (var(--yarl__carousel_slides_count)  - 1) * (100% + var(--yarl__carousel_spacing_px, 0) * 1px + var(--yarl__carousel_spacing_percent, 0) * 1%));
  flex: none;
  place-content: center;
  align-items: stretch;
  display: flex;
}

.yarl__carousel_with_slides {
  -moz-column-gap: calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count)  - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);
  column-gap: calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count)  - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);
}

.yarl__flex_center {
  place-content: center;
  align-items: center;
  display: flex;
}

.yarl__slide {
  padding: calc(var(--yarl__carousel_padding_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count)  - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_padding_percent, 0) * 1%);
  flex: 1;
  position: relative;
  overflow: hidden;
}

[dir="rtl"] .yarl__slide {
  --yarl__direction: -1;
}

.yarl__slide_image {
  -o-object-fit: contain;
  object-fit: contain;
  touch-action: var(--yarl__controller_touch_action, none);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  max-width: 100%;
  max-height: 100%;
}

.yarl__slide_image_cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.yarl__slide_image_loading {
  opacity: 0;
}

@media screen and (min-width: 800px) {
  .yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
  }
}

.yarl__slide_placeholder {
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
}

.yarl__slide_loading {
  color: var(--yarl__slide_icon_loading_color, var(--yarl__color_button, #fffc));
  animation: 1s linear yarl__delayed_fadein;
}

.yarl__slide_loading line {
  animation: 1s linear infinite yarl__stroke_opacity;
}

.yarl__slide_loading line:first-of-type {
  animation-delay: -1.875s;
}

.yarl__slide_loading line:nth-of-type(2) {
  animation-delay: -1.75s;
}

.yarl__slide_loading line:nth-of-type(3) {
  animation-delay: -1.625s;
}

.yarl__slide_loading line:nth-of-type(4) {
  animation-delay: -1.5s;
}

.yarl__slide_loading line:nth-of-type(5) {
  animation-delay: -1.375s;
}

.yarl__slide_loading line:nth-of-type(6) {
  animation-delay: -1.25s;
}

.yarl__slide_loading line:nth-of-type(7) {
  animation-delay: -1.125s;
}

.yarl__slide_loading line:nth-of-type(8) {
  animation-delay: -1s;
}

.yarl__slide_error {
  color: var(--yarl__slide_icon_error_color, red);
  height: var(--yarl__slide_icon_error_size, 48px);
  width: var(--yarl__slide_icon_error_size, 48px);
}

@media (prefers-reduced-motion) {
  .yarl__portal, .yarl__slide {
    transition: unset;
  }

  .yarl__slide_loading, .yarl__slide_loading line {
    animation: unset;
  }
}

.yarl__toolbar {
  padding: var(--yarl__toolbar_padding, 8px);
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0 0 auto auto;
}

[dir="rtl"] .yarl__toolbar {
  inset: 0 auto auto 0;
}

.yarl__icon {
  height: var(--yarl__icon_size, 32px);
  width: var(--yarl__icon_size, 32px);
}

.yarl__button {
  appearance: none;
  background-color: var(--yarl__button_background_color, transparent);
  border: var(--yarl__button_border, 0);
  color: var(--yarl__color_button, #fffc);
  cursor: pointer;
  filter: var(--yarl__button_filter, drop-shadow(2px 2px 2px #000c));
  margin: var(--yarl__button_margin, 0);
  padding: var(--yarl__button_padding, 8px);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  line-height: 0;
}

.yarl__button:focus {
  color: var(--yarl__color_button_active, #fff);
}

.yarl__button:focus:not(:focus-visible) {
  color: var(--yarl__color_button, #fffc);
}

.yarl__button:focus-visible {
  color: var(--yarl__color_button_active, #fff);
}

@media (hover: hover) {
  .yarl__button:focus-visible:hover, .yarl__button:focus:hover, .yarl__button:hover {
    color: var(--yarl__color_button_active, #fff);
  }
}

.yarl__button:disabled {
  color: var(--yarl__color_button_disabled, #fff6);
  cursor: default;
}

.yarl__navigation_next, .yarl__navigation_prev {
  padding: var(--yarl__navigation_button_padding, 24px 16px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.yarl__navigation_prev {
  left: 0;
}

[dir="rtl"] .yarl__navigation_prev {
  left: unset;
  right: 0;
  transform: translateY(-50%)rotate(180deg);
}

.yarl__navigation_next {
  right: 0;
}

[dir="rtl"] .yarl__navigation_next {
  left: 0;
  right: unset;
  transform: translateY(-50%)rotate(180deg);
}

.yarl__no_scroll {
  overscroll-behavior: none;
  height: 100%;
  overflow: hidden;
}

@keyframes yarl__delayed_fadein {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes yarl__stroke_opacity {
  0% {
    stroke-opacity: 1;
  }

  to {
    stroke-opacity: .125;
  }
}

/* [project]/src/components/ui/NavigationButtons/NavigationButtons.module.css [app-client] (css) */
.NavigationButtons-module__mJDFSW__navigationControls {
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  justify-content: space-between;
  align-items: center;
  padding: 0 .75rem;
  transition: opacity .3s, visibility .3s;
  display: flex;
  position: absolute;
  inset: 0;
}

.NavigationButtons-module__mJDFSW__navButton, .NavigationButtons-module__mJDFSW__prevButton, .NavigationButtons-module__mJDFSW__nextButton {
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.NavigationButtons-module__mJDFSW__navButton:hover, .NavigationButtons-module__mJDFSW__prevButton:hover, .NavigationButtons-module__mJDFSW__nextButton:hover {
  transition: transform .2s;
  transform: scale(1.05);
}

.NavigationButtons-module__mJDFSW__navButton:active, .NavigationButtons-module__mJDFSW__prevButton:active, .NavigationButtons-module__mJDFSW__nextButton:active {
  transform: scale(.95);
}

.NavigationButtons-module__mJDFSW__navButtonIcon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.NavigationButtons-module__mJDFSW__navButtonIcon svg {
  width: .5rem;
  height: .875rem;
}

@media (max-width: 48rem) {
  .NavigationButtons-module__mJDFSW__navigationControls {
    padding: 0 .5rem;
  }
}

@media (max-width: 30rem) {
  .NavigationButtons-module__mJDFSW__navButtonIcon svg {
    width: .375rem;
    height: .75rem;
  }

  .NavigationButtons-module__mJDFSW__navigationControls {
    padding: 0 .375rem;
  }
}

.NavigationButtons-module__mJDFSW__navButtonIcon {
  z-index: 2;
  filter: drop-shadow(0 .125rem .25rem #0006);
  position: relative;
}

.NavigationButtons-module__mJDFSW__navButtonIcon svg {
  filter: drop-shadow(0 .0625rem .125rem #fff9);
  stroke-width: 2.5px;
}

/* [project]/src/styles/effects/IceGlass.module.css [app-client] (css) */
.IceGlass-module__fGJxkq__iceGlass {
  --ice-opacity: .15;
  --ice-blur: .75rem;
  --ice-saturate: 1.6;
  --ice-brightness: 1.3;
  --ice-contrast: 1.2;
  --ice-gradient-start: #fff3;
  --ice-gradient-middle: #ffffff1a;
  --ice-gradient-end: #ffffff0d;
  --ice-border-color: #ffffff4d;
  --ice-border-width: .0625rem;
  --ice-border-radius: 50%;
  --ice-shadow-inset-top: 0 .0625rem .125rem #fff3;
  --ice-shadow-inset-bottom: 0 -.0625rem .125rem #0000001a;
  --ice-shadow-outset: 0 .5rem 2rem #0000004d;
  --ice-animation-duration: 25s;
  --ice-animation-delay: 0s;
  --ice-rough-animation-duration: 18s;
  --ice-pattern-size: 1.875rem;
  --ice-rough-pattern-size: .9375rem;
  --ice-pattern-opacity: .4;
  --ice-rough-opacity: .2;
  background: linear-gradient(135deg, var(--ice-gradient-start) 0%, var(--ice-gradient-middle) 50%, var(--ice-gradient-end) 100%);
  border: var(--ice-border-width) solid var(--ice-border-color);
  border-radius: var(--ice-border-radius);
  -webkit-backdrop-filter: blur(var(--ice-blur)) saturate(var(--ice-saturate)) brightness(var(--ice-brightness)) contrast(var(--ice-contrast));
  backdrop-filter: blur(var(--ice-blur)) saturate(var(--ice-saturate)) brightness(var(--ice-brightness)) contrast(var(--ice-contrast));
  box-shadow: inset var(--ice-shadow-inset-top), inset var(--ice-shadow-inset-bottom), var(--ice-shadow-outset);
  transition: all .8s cubic-bezier(.175, .885, .32, 2.2);
  position: relative;
  overflow: hidden;
}

.IceGlass-module__fGJxkq__iceGlass:before {
  content: "";
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"iceRefraction\" patternUnits=\"userSpaceOnUse\" width=\"30\" height=\"30\"><circle cx=\"15\" cy=\"15\" r=\"1.5\" fill=\"rgba(255,255,255,0.08)\"/><circle cx=\"8\" cy=\"22\" r=\"1\" fill=\"rgba(255,255,255,0.06)\"/><circle cx=\"22\" cy=\"8\" r=\"1.2\" fill=\"rgba(255,255,255,0.07)\"/><circle cx=\"4\" cy=\"12\" r=\"0.8\" fill=\"rgba(255,255,255,0.05)\"/><circle cx=\"26\" cy=\"18\" r=\"0.9\" fill=\"rgba(255,255,255,0.055)\"/><polygon points=\"15,6 18,12 12,9\" fill=\"rgba(255,255,255,0.04)\"/><polygon points=\"6,15 10,17 8,12\" fill=\"rgba(255,255,255,0.035)\"/><circle cx=\"10\" cy=\"10\" r=\"0.6\" fill=\"rgba(255,255,255,0.03)\"/><circle cx=\"20\" cy=\"20\" r=\"0.7\" fill=\"rgba(255,255,255,0.032)\"/><circle cx=\"12\" cy=\"25\" r=\"0.5\" fill=\"rgba(255,255,255,0.025)\"/><circle cx=\"25\" cy=\"12\" r=\"0.55\" fill=\"rgba(255,255,255,0.027)\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23iceRefraction)\"/></svg>");
  background-size: var(--ice-pattern-size) var(--ice-pattern-size);
  animation: IceGlass-module__fGJxkq__floatIceRefraction var(--ice-animation-duration) ease-in-out infinite;
  animation-delay: var(--ice-animation-delay);
  opacity: var(--ice-pattern-opacity);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  inset: 0;
}

.IceGlass-module__fGJxkq__iceGlass:after {
  content: "";
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 60\"><defs><pattern id=\"iceRoughRefraction\" patternUnits=\"userSpaceOnUse\" width=\"15\" height=\"15\"><circle cx=\"7.5\" cy=\"7.5\" r=\"0.8\" fill=\"rgba(255,255,255,0.04)\"/><circle cx=\"4\" cy=\"11\" r=\"0.6\" fill=\"rgba(255,255,255,0.03)\"/><circle cx=\"11\" cy=\"4\" r=\"0.7\" fill=\"rgba(255,255,255,0.032)\"/><circle cx=\"2\" cy=\"6\" r=\"0.4\" fill=\"rgba(255,255,255,0.025)\"/><circle cx=\"13\" cy=\"8\" r=\"0.5\" fill=\"rgba(255,255,255,0.027)\"/><polygon points=\"7.5,3 9,6 6,5\" fill=\"rgba(255,255,255,0.02)\"/><polygon points=\"3,7.5 5,8.5 4,6\" fill=\"rgba(255,255,255,0.018)\"/></pattern></defs><rect width=\"60\" height=\"60\" fill=\"url(%23iceRoughRefraction)\"/></svg>");
  background-size: var(--ice-rough-pattern-size) var(--ice-rough-pattern-size);
  animation: IceGlass-module__fGJxkq__floatIceRoughRefraction var(--ice-rough-animation-duration) ease-in-out infinite reverse;
  opacity: var(--ice-rough-opacity);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  inset: 0;
}

@keyframes IceGlass-module__fGJxkq__floatIceRefraction {
  0%, 100% {
    background-position: center;
    transform: rotate(0)scale(1);
  }

  25% {
    background-position: 35% 65%;
    transform: rotate(2deg)scale(1.02);
  }

  50% {
    background-position: 65% 35%;
    transform: rotate(-2deg)scale(.98);
  }

  75% {
    background-position: 45% 55%;
    transform: rotate(1deg)scale(1.01);
  }
}

@keyframes IceGlass-module__fGJxkq__floatIceRoughRefraction {
  0%, 100% {
    background-position: 0 0;
    transform: rotate(0)scale(1);
  }

  25% {
    background-position: 30% 70%;
    transform: rotate(1.2deg)scale(1.05);
  }

  50% {
    background-position: 70% 30%;
    transform: rotate(-1.2deg)scale(.95);
  }

  75% {
    background-position: 50%;
    transform: rotate(.6deg)scale(1.02);
  }
}

.IceGlass-module__fGJxkq__iceGlass:hover {
  --ice-gradient-start: #ffffff4d;
  --ice-gradient-middle: #fff3;
  --ice-gradient-end: #ffffff1a;
  --ice-border-color: #fff6;
  --ice-blur: .9375rem;
  --ice-saturate: 1.8;
  --ice-brightness: 1.4;
  --ice-contrast: 1.3;
  --ice-shadow-inset-top: 0 .125rem .25rem #ffffff4d;
  --ice-shadow-inset-bottom: 0 -.125rem .25rem #00000026;
  --ice-shadow-outset: 0 .75rem 2.5rem #0006;
  transform: scale(1.05);
}

.IceGlass-module__fGJxkq__iceGlass:active {
  transform: scale(.95);
}

.IceGlass-module__fGJxkq__iceGlassLight {
  --ice-opacity: .1;
  --ice-blur: .5rem;
  --ice-saturate: 1.4;
  --ice-gradient-start: #ffffff26;
  --ice-gradient-middle: #ffffff14;
  --ice-gradient-end: #ffffff08;
  --ice-border-color: #ffffff40;
  --ice-pattern-opacity: .3;
  --ice-rough-opacity: .15;
}

.IceGlass-module__fGJxkq__iceGlassIntense {
  --ice-opacity: .25;
  --ice-blur: 1rem;
  --ice-saturate: 1.8;
  --ice-brightness: 1.4;
  --ice-contrast: 1.3;
  --ice-gradient-start: #ffffff4d;
  --ice-gradient-middle: #fff3;
  --ice-gradient-end: #ffffff1a;
  --ice-border-color: #fff6;
  --ice-pattern-opacity: .6;
  --ice-rough-opacity: .3;
  --ice-shadow-outset: 0 .75rem 2.5rem #0006;
}

.IceGlass-module__fGJxkq__iceGlassFrosty {
  --ice-gradient-start: #ffffff40;
  --ice-gradient-middle: #ffffff26;
  --ice-gradient-end: #ffffff14;
  --ice-border-color: #ffffff59;
  --ice-pattern-opacity: .5;
  --ice-rough-opacity: .25;
  --ice-brightness: 1.35;
  --ice-blur: .875rem;
  --ice-saturate: 1.7;
}

.IceGlass-module__fGJxkq__iceGlassTransparent {
  --ice-opacity: .08;
  --ice-blur: .375rem;
  --ice-saturate: 1.3;
  --ice-gradient-start: #ffffff1a;
  --ice-gradient-middle: #ffffff0d;
  --ice-gradient-end: #ffffff05;
  --ice-border-color: #fff3;
  --ice-pattern-opacity: .25;
  --ice-rough-opacity: .1;
}

.IceGlass-module__fGJxkq__iceGlassRect {
  --ice-border-radius: .5rem;
}

.IceGlass-module__fGJxkq__iceGlassRounded {
  --ice-border-radius: .75rem;
}

.IceGlass-module__fGJxkq__iceGlassRound {
  --ice-border-radius: 50%;
}

.IceGlass-module__fGJxkq__iceGlassSmall {
  --ice-pattern-size: 1.25rem;
  --ice-rough-pattern-size: .625rem;
  --ice-blur: .5rem;
}

.IceGlass-module__fGJxkq__iceGlassLarge {
  --ice-pattern-size: 2.5rem;
  --ice-rough-pattern-size: 1.25rem;
  --ice-blur: 1rem;
}

.IceGlass-module__fGJxkq__iceGlassSlow {
  --ice-animation-duration: 30s;
  --ice-rough-animation-duration: 25s;
}

.IceGlass-module__fGJxkq__iceGlassFast {
  --ice-animation-duration: 10s;
  --ice-rough-animation-duration: 8s;
}

.IceGlass-module__fGJxkq__iceGlassStatic {
  --ice-animation-duration: 0s;
  --ice-rough-animation-duration: 0s;
}

@media (max-width: 48rem) {
  .IceGlass-module__fGJxkq__iceGlass {
    --ice-pattern-size: 1.5625rem;
    --ice-rough-pattern-size: .75rem;
    --ice-blur: .625rem;
  }

  .IceGlass-module__fGJxkq__iceGlassSmall {
    --ice-pattern-size: 1.125rem;
    --ice-rough-pattern-size: .5625rem;
    --ice-blur: .375rem;
  }

  .IceGlass-module__fGJxkq__iceGlassLarge {
    --ice-pattern-size: 2rem;
    --ice-rough-pattern-size: 1rem;
    --ice-blur: .75rem;
  }
}

@media (max-width: 30rem) {
  .IceGlass-module__fGJxkq__iceGlass {
    --ice-pattern-size: 1.25rem;
    --ice-rough-pattern-size: .625rem;
    --ice-blur: .5rem;
  }

  .IceGlass-module__fGJxkq__iceGlassSmall {
    --ice-pattern-size: .9375rem;
    --ice-rough-pattern-size: .5rem;
    --ice-blur: .3125rem;
  }

  .IceGlass-module__fGJxkq__iceGlassLarge {
    --ice-pattern-size: 1.75rem;
    --ice-rough-pattern-size: .875rem;
    --ice-blur: .625rem;
  }
}

/* [project]/src/components/ui/InlineGallery/InlineGallery.module.css [app-client] (css) */
.InlineGallery-module__m2vufG__container {
  width: 100%;
  height: 100%;
  font-family: var(--font-family-body);
  border-radius: .625rem;
  position: relative;
  overflow: hidden;
}

.InlineGallery-module__m2vufG__imageContainer {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.InlineGallery-module__m2vufG__mainImage {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.InlineGallery-module__m2vufG__mainImage:hover {
  transform: scale(1.02);
}

.InlineGallery-module__m2vufG__imageDescription {
  color: #fff;
  font-family: var(--font-family-body);
  text-align: center;
  z-index: 5;
  text-shadow: 0 .0625rem .1875rem #000c;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.4;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
}

.InlineGallery-module__m2vufG__indicators {
  z-index: 10;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  border-radius: 1.25rem;
  align-items: center;
  gap: .5rem;
  height: 1.25rem;
  padding: .25rem .5rem;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%) !important;
}

.InlineGallery-module__m2vufG__indicator {
  cursor: pointer;
  border: .0625rem solid #fff;
  border-radius: 50%;
  width: .375rem;
  height: .375rem;
  padding: 0;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
  background-color: #0000 !important;
}

.InlineGallery-module__m2vufG__indicator:hover, .InlineGallery-module__m2vufG__indicator:focus-visible {
  transform: scale(1.6);
}

.InlineGallery-module__m2vufG__indicator.InlineGallery-module__m2vufG__active {
  transform: scale(1.2);
  box-shadow: 0 0 .375rem #fff9;
  background-color: #fff !important;
  border-color: #fff !important;
}

.InlineGallery-module__m2vufG__indicator:before {
  content: "";
  background: none;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.InlineGallery-module__m2vufG__fadeEnter {
  opacity: 0;
  transform: translateX(1.875rem)scale(.95);
}

.InlineGallery-module__m2vufG__fadeEnterActive {
  opacity: 1;
  transition: opacity .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
  transform: translateX(0)scale(1);
}

.InlineGallery-module__m2vufG__fadeExit {
  opacity: 1;
  transform: translateX(0)scale(1);
}

.InlineGallery-module__m2vufG__fadeExitActive {
  opacity: 0;
  transition: opacity .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
  transform: translateX(-1.875rem)scale(.95);
}

.InlineGallery-module__m2vufG__slideContainer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.InlineGallery-module__m2vufG__inertiaNext {
  animation: .6s cubic-bezier(.22, .61, .36, 1) InlineGallery-module__m2vufG__inertiaNext;
}

.InlineGallery-module__m2vufG__inertiaPrev {
  animation: .6s cubic-bezier(.22, .61, .36, 1) InlineGallery-module__m2vufG__inertiaPrev;
}

@keyframes InlineGallery-module__m2vufG__inertiaNext {
  0% {
    opacity: .92;
    transform: translateX(12%)scale(.98);
  }

  100% {
    opacity: 1;
    transform: translateX(0)scale(1);
  }
}

@keyframes InlineGallery-module__m2vufG__inertiaPrev {
  0% {
    opacity: .92;
    transform: translateX(-12%)scale(.98);
  }

  100% {
    opacity: 1;
    transform: translateX(0)scale(1);
  }
}

.InlineGallery-module__m2vufG__slideOutgoingNext {
  animation: .6s cubic-bezier(.22, .61, .36, 1) InlineGallery-module__m2vufG__slideOutgoingNext;
}

.InlineGallery-module__m2vufG__slideOutgoingPrev {
  animation: .6s cubic-bezier(.22, .61, .36, 1) InlineGallery-module__m2vufG__slideOutgoingPrev;
}

@keyframes InlineGallery-module__m2vufG__slideOutgoingNext {
  0% {
    opacity: 1;
    transform: translateX(0)scale(1);
  }

  100% {
    opacity: .92;
    transform: translateX(-12%)scale(.98);
  }
}

@keyframes InlineGallery-module__m2vufG__slideOutgoingPrev {
  0% {
    opacity: 1;
    transform: translateX(0)scale(1);
  }

  100% {
    opacity: .92;
    transform: translateX(12%)scale(.98);
  }
}

.InlineGallery-module__m2vufG__slideImage {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.InlineGallery-module__m2vufG__slideImage:hover {
  transform: scale(1.02);
}

.InlineGallery-module__m2vufG__loadingPlaceholder {
  color: #666;
  width: 100%;
  height: 100%;
  font-family: var(--font-family-body);
  background: #f5f5f5;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.InlineGallery-module__m2vufG__loadingSpinner {
  border: .125rem solid #e0e0e0;
  border-top-color: #666;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  animation: 1s linear infinite InlineGallery-module__m2vufG__spin;
}

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

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

@media (max-width: 48rem) {
  .InlineGallery-module__m2vufG__indicators {
    gap: .375rem;
    height: 1rem;
    padding: .1875rem .375rem;
    bottom: .75rem;
  }

  .InlineGallery-module__m2vufG__indicatorsExpanded {
    gap: .5rem;
    height: 1rem;
    padding: .25rem .5rem;
  }

  .InlineGallery-module__m2vufG__indicator {
    width: .375rem;
    height: .375rem;
  }

  .InlineGallery-module__m2vufG__indicator:before {
    width: .875rem;
    height: .875rem;
  }

  .InlineGallery-module__m2vufG__imageDescription {
    padding: .375rem .75rem;
    font-size: .8125rem;
    bottom: 2rem;
  }
}

@media (max-width: 30rem) {
  .InlineGallery-module__m2vufG__indicators {
    gap: .25rem;
    height: .875rem;
    padding: .125rem .25rem;
    bottom: .5rem;
  }

  .InlineGallery-module__m2vufG__indicatorsExpanded {
    gap: .375rem;
    height: .875rem;
    padding: .1875rem .375rem;
  }

  .InlineGallery-module__m2vufG__indicator {
    width: .3125rem;
    height: .3125rem;
  }

  .InlineGallery-module__m2vufG__indicator:before {
    width: .75rem;
    height: .75rem;
  }

  .InlineGallery-module__m2vufG__imageDescription {
    padding: .25rem .5rem;
    font-size: .75rem;
    bottom: 1.75rem;
  }
}

/* [project]/src/components/ui/Modal/Modal.module.css [app-client] (css) */
.Modal-module__rxdtia__overlay {
  background-color: var(--color-shadow-overlay);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.Modal-module__rxdtia__modal {
  background-color: var(--color-bg-primary);
  box-shadow: 0 1.25rem 3.75rem var(--color-brand-primary-rgba-medium);
  scrollbar-width: thin;
  scrollbar-color: var(--color-border-primary) var(--color-bg-accent);
  border-radius: .625rem;
  width: 100%;
  max-width: 31.25rem;
  max-height: 90vh;
  position: relative;
  overflow-y: auto;
}

.Modal-module__rxdtia__modal::-webkit-scrollbar {
  width: .375rem;
}

.Modal-module__rxdtia__modal::-webkit-scrollbar-track {
  background: var(--color-bg-accent);
  border-radius: .1875rem;
}

.Modal-module__rxdtia__modal::-webkit-scrollbar-thumb {
  background: var(--color-border-primary);
  border-radius: .1875rem;
}

.Modal-module__rxdtia__modal::-webkit-scrollbar-thumb:hover {
  background: var(--color-accent);
}

.Modal-module__rxdtia__modal[data-modal-type="all-dates"] {
  max-width: 52.75rem;
}

.Modal-module__rxdtia__closeButton {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  color: var(--color-text-primary);
  z-index: 10;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.Modal-module__rxdtia__closeButton:hover {
  background-color: var(--color-bg-secondary);
  color: var(--color-accent);
}

.Modal-module__rxdtia__content {
  padding: 3rem 1.5rem 1.5rem;
}

@media (max-width: 48rem) {
  .Modal-module__rxdtia__overlay {
    padding: 1rem;
  }

  .Modal-module__rxdtia__modal {
    max-width: 100%;
    max-height: 95vh;
  }

  .Modal-module__rxdtia__modal[data-modal-type="all-dates"] {
    max-width: 100%;
  }

  .Modal-module__rxdtia__content {
    padding: 2.75rem 1.25rem 1.25rem;
  }

  .Modal-module__rxdtia__closeButton {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.25rem;
    top: .75rem;
    right: .75rem;
  }
}

@media (max-width: 30rem) {
  .Modal-module__rxdtia__overlay {
    padding: .75rem;
  }

  .Modal-module__rxdtia__modal {
    max-height: 98vh;
  }

  .Modal-module__rxdtia__content {
    padding: 2.5rem 1rem 1rem;
  }

  .Modal-module__rxdtia__closeButton {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.125rem;
    top: .5rem;
    right: .5rem;
  }
}

/* [project]/src/components/tours/detail/content/Gallery.module.css [app-client] (css) */
.Gallery-module__qk1uOq__container {
  width: 100%;
  margin: 2.5rem 0;
}

.Gallery-module__qk1uOq__galleryLayout {
  gap: 1.19875rem;
  height: 24.9375rem;
  display: flex;
}

.Gallery-module__qk1uOq__mainImageContainer {
  flex: 1;
  position: relative;
}

.Gallery-module__qk1uOq__mainImageWrapper {
  background: var(--color-bg-light-gray);
  cursor: pointer;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
}

.Gallery-module__qk1uOq__mainImageWrapper:hover {
  transform: scale(1.02);
}

.Gallery-module__qk1uOq__mainImage {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.Gallery-module__qk1uOq__imageDescription {
  color: #fff;
  text-align: center;
  background: linear-gradient(#0000, #000c);
  padding: 1.25rem 1rem 1rem;
  font-size: .875rem;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.Gallery-module__qk1uOq__navigationControls {
  pointer-events: none;
  justify-content: space-between;
  padding: 0 .875rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.Gallery-module__qk1uOq__navButton {
  cursor: pointer;
  pointer-events: auto;
  background: #e6e6f9;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 .125rem .5rem #0000001a;
}

.Gallery-module__qk1uOq__navButton:hover {
  background: var(--color-bg-primary);
  transform: scale(1.05);
  box-shadow: 0 .25rem .75rem #00000026;
}

.Gallery-module__qk1uOq__navButtonIcon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.Gallery-module__qk1uOq__thumbnailsContainer {
  flex-direction: column;
  justify-content: space-between;
  width: 9.86375rem;
  height: 100%;
  display: flex;
}

.Gallery-module__qk1uOq__thumbnail {
  cursor: pointer;
  border: .125rem solid #0000;
  border-radius: 1.25rem;
  width: 9.86375rem;
  height: 7.5625rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.Gallery-module__qk1uOq__thumbnail:hover {
  border-color: var(--color-bg-primary);
  transform: scale(1.05);
}

.Gallery-module__qk1uOq__activeThumbnail {
  border-color: var(--color-bg-primary);
  box-shadow: 0 .25rem .75rem #24249b4d;
}

.Gallery-module__qk1uOq__thumbnailImage {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.Gallery-module__qk1uOq__remainingThumbnail {
  position: relative;
}

.Gallery-module__qk1uOq__remainingCount {
  color: #fff;
  background: #000000b3;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0;
}

.Gallery-module__qk1uOq__remainingThumbnail:hover .Gallery-module__qk1uOq__remainingCount {
  background: #000c;
}

@media (max-width: 64rem) {
  .Gallery-module__qk1uOq__galleryLayout {
    flex-direction: column;
    gap: 1.25rem;
    height: auto;
  }

  .Gallery-module__qk1uOq__mainImageContainer {
    height: 25rem;
  }

  .Gallery-module__qk1uOq__thumbnailsContainer {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .Gallery-module__qk1uOq__thumbnail {
    width: 7.5rem;
    height: 5.625rem;
  }
}

@media (max-width: 48rem) {
  .Gallery-module__qk1uOq__mainImageContainer {
    height: 18.75rem;
  }

  .Gallery-module__qk1uOq__navButton {
    width: 2.5rem;
    height: 2.5rem;
  }

  .Gallery-module__qk1uOq__navigationControls {
    padding: 0 .75rem;
  }

  .Gallery-module__qk1uOq__thumbnail {
    width: 6.25rem;
    height: 4.6875rem;
  }

  .Gallery-module__qk1uOq__remainingCount {
    font-size: 1rem;
  }
}

@media (max-width: 30rem) {
  .Gallery-module__qk1uOq__mainImageContainer {
    height: 15.625rem;
  }

  .Gallery-module__qk1uOq__navButton {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .Gallery-module__qk1uOq__navigationControls {
    padding: 0 .625rem;
  }

  .Gallery-module__qk1uOq__thumbnail {
    width: 5rem;
    height: 3.75rem;
  }

  .Gallery-module__qk1uOq__remainingCount {
    font-size: .875rem;
  }
}

/* [project]/src/components/tours/detail/content/Pricing.module.css [app-client] (css) */
.Pricing-module__kfJJwq__container {
  background-color: #0000;
  background-image: linear-gradient(#fff9, #fff9), url("../media/pricing-background.1e00ff72.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  border-radius: .625rem;
  align-self: stretch;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 4.625rem;
  padding: 1.5rem;
  display: flex;
}

.Pricing-module__kfJJwq__priceDetails {
  flex-direction: column;
  flex: 1;
  gap: .5625rem;
  display: flex;
}

.Pricing-module__kfJJwq__price {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-3xl);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  text-align: left;
  margin: 0;
}

.Pricing-module__kfJJwq__earlyBookingInfo {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text-black);
  text-align: left;
  margin: 0;
}

.Pricing-module__kfJJwq__bookingButton {
  background-color: var(--color-brand-primary);
  width: 20.4375rem;
  height: 4.375rem;
  font-family: var(--font-family-body);
  color: var(--color-bg-primary);
  cursor: pointer;
  border: none;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  transition: all .3s;
  display: flex;
}

.Pricing-module__kfJJwq__bookingButton:hover {
  background: var(--color-brand-dark);
  box-shadow: 0 .5rem 1.5rem var(--color-brand-primary-rgba-medium);
  transform: translateY(-.125rem);
}

.Pricing-module__kfJJwq__bookingButton:active {
  transform: translateY(0);
}

.Pricing-module__kfJJwq__buttonIcon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  transition: transform .3s;
  display: flex;
}

.Pricing-module__kfJJwq__bookingButton:hover .Pricing-module__kfJJwq__buttonIcon {
  transform: translateX(.25rem);
}

.Pricing-module__kfJJwq__hiddenButton {
  display: none !important;
}

@media (max-width: 48rem) {
  .Pricing-module__kfJJwq__container {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    margin: 0 0 3.125rem;
    padding: 1.5rem;
  }

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

  .Pricing-module__kfJJwq__price {
    font-size: 1.375rem;
  }

  .Pricing-module__kfJJwq__earlyBookingInfo {
    font-size: .9375rem;
  }

  .Pricing-module__kfJJwq__bookingButton {
    width: 100%;
    height: 3.75rem;
    padding: .875rem 1.25rem;
    font-size: 1rem;
  }
}

@media (max-width: 30rem) {
  .Pricing-module__kfJJwq__container {
    gap: 1rem;
    margin: 0 0 2rem;
    padding: 1rem;
  }

  .Pricing-module__kfJJwq__price {
    font-size: 1.25rem;
  }

  .Pricing-module__kfJJwq__earlyBookingInfo {
    font-size: .875rem;
    line-height: 1.3;
  }

  .Pricing-module__kfJJwq__bookingButton {
    height: 3.125rem;
    padding: .75rem 1rem;
    font-size: .9375rem;
  }

  .Pricing-module__kfJJwq__buttonIcon {
    width: 1rem;
    height: 1rem;
  }
}

/* [project]/src/components/tours/common/BookingButton.module.css [app-client] (css) */
.BookingButton-module__2EoSQW__bookingButton {
  font-weight: var(--font-weight-medium);
  font-family: var(--font-family-primary);
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: auto;
  min-width: fit-content;
  min-height: 4.375rem;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.BookingButton-module__2EoSQW__bookingButton:focus {
  outline: .125rem solid var(--color-brand-primary);
  outline-offset: .125rem;
}

.BookingButton-module__2EoSQW__bookingButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.BookingButton-module__2EoSQW__primary {
  background: var(--color-brand-primary);
  color: var(--color-text-inverted, white);
  border-radius: .625rem;
}

.BookingButton-module__2EoSQW__primary:hover:not(:disabled) {
  background: var(--color-brand-dark);
  transform: translateY(-.0625rem);
}

.BookingButton-module__2EoSQW__primary:active:not(:disabled) {
  transform: translateY(0);
}

.BookingButton-module__2EoSQW__secondary {
  background: var(--color-bg-neutral);
  color: var(--color-brand-tertiary);
  border: .0625rem solid var(--color-border-secondary);
  box-shadow: 0 .0625rem .1875rem var(--color-shadow-light);
}

.BookingButton-module__2EoSQW__secondary:hover:not(:disabled) {
  background: var(--color-bg-light-gray);
  border-color: var(--color-border-light);
  transform: translateY(-.0625rem);
}

.BookingButton-module__2EoSQW__secondary:active:not(:disabled) {
  background: var(--color-bg-gray);
  transform: translateY(0);
}

.BookingButton-module__2EoSQW__small {
  font-size: var(--font-size-sm);
  min-height: 4.375rem;
  padding: .375rem 1rem;
}

.BookingButton-module__2EoSQW__medium {
  font-size: var(--font-size-lg);
  min-height: 4.375rem;
  padding: .625rem 1.5rem;
}

.BookingButton-module__2EoSQW__large {
  font-size: var(--font-size-xl);
  min-height: 4.375rem;
  padding: .75rem 2rem;
}

.BookingButton-module__2EoSQW__buttonIcon {
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.BookingButton-module__2EoSQW__bookingButton:hover:not(:disabled) .BookingButton-module__2EoSQW__buttonIcon {
  transform: translateX(.125rem);
}

.BookingButton-module__2EoSQW__bookingButton:active:not(:disabled) .BookingButton-module__2EoSQW__buttonIcon {
  transform: translateX(0);
}

@media (max-width: 48rem) {
  .BookingButton-module__2EoSQW__medium {
    font-size: var(--font-size-base);
    min-height: 4.375rem;
    padding: .5rem 1.25rem;
  }

  .BookingButton-module__2EoSQW__large {
    font-size: var(--font-size-lg);
    min-height: 4.375rem;
    padding: .625rem 1.75rem;
  }
}

@media (max-width: 30rem) {
  .BookingButton-module__2EoSQW__small {
    font-size: var(--font-size-xs);
    min-height: 4.375rem;
    padding: .25rem .75rem;
  }

  .BookingButton-module__2EoSQW__medium {
    font-size: var(--font-size-sm);
    min-height: 4.375rem;
    padding: .375rem 1rem;
  }

  .BookingButton-module__2EoSQW__large {
    font-size: var(--font-size-base);
    min-height: 4.375rem;
    padding: .5rem 1.25rem;
  }
}

@media (hover: none) {
  .BookingButton-module__2EoSQW__bookingButton:hover {
    transform: none;
  }

  .BookingButton-module__2EoSQW__bookingButton:active {
    transform: scale(.98);
  }

  .BookingButton-module__2EoSQW__bookingButton:hover:not(:disabled) .BookingButton-module__2EoSQW__buttonIcon {
    transform: none;
  }
}

/* [project]/src/components/tours/detail/content/Description.module.css [app-client] (css) */
.Description-module__cDE2ka__container {
  max-width: 53.9375rem;
  margin: 2.5rem 0;
}

.Description-module__cDE2ka__description {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-black);
  text-align: left;
  margin: 0;
}

.Description-module__cDE2ka__description p {
  margin: 0 0 1rem;
}

.Description-module__cDE2ka__description p:last-child {
  margin-bottom: 0;
}

.Description-module__cDE2ka__description h1, .Description-module__cDE2ka__description h2, .Description-module__cDE2ka__description h3, .Description-module__cDE2ka__description h4, .Description-module__cDE2ka__description h5, .Description-module__cDE2ka__description h6 {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-black);
  line-height: var(--line-height-snug);
  margin: 1.5rem 0 1rem;
}

.Description-module__cDE2ka__description h1 {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
}

.Description-module__cDE2ka__description h2 {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
}

.Description-module__cDE2ka__description h3 {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
}

.Description-module__cDE2ka__description h4 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
}

.Description-module__cDE2ka__description ul, .Description-module__cDE2ka__description ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.Description-module__cDE2ka__description li {
  margin: .5rem 0;
}

.Description-module__cDE2ka__description strong {
  font-weight: var(--font-weight-bold);
}

.Description-module__cDE2ka__description em {
  font-style: italic;
}

.Description-module__cDE2ka__description a {
  color: var(--color-accent);
  text-decoration: underline;
}

.Description-module__cDE2ka__description a:hover {
  text-decoration: none;
}

@media (max-width: 48rem) {
  .Description-module__cDE2ka__description {
    font-size: 1rem;
  }

  .Description-module__cDE2ka__description h1 {
    font-size: 1.5rem;
  }

  .Description-module__cDE2ka__description h2 {
    font-size: 1.25rem;
  }

  .Description-module__cDE2ka__description h3 {
    font-size: 1.125rem;
  }

  .Description-module__cDE2ka__description h4 {
    font-size: 1rem;
  }
}

@media (max-width: 30rem) {
  .Description-module__cDE2ka__description {
    font-size: .9375rem;
  }

  .Description-module__cDE2ka__description h1 {
    font-size: 1.375rem;
  }

  .Description-module__cDE2ka__description h2 {
    font-size: 1.125rem;
  }

  .Description-module__cDE2ka__description h3 {
    font-size: 1rem;
  }

  .Description-module__cDE2ka__description h4 {
    font-size: .9375rem;
  }
}

/* [project]/src/components/tours/detail/navigation/Navigation.module.css [app-client] (css) */
.Navigation-module__9S2JOG__container {
  background: var(--color-bg-extended);
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.625rem;
  width: 100%;
  margin-bottom: 2.5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.Navigation-module__9S2JOG__navigation {
  flex-wrap: wrap;
  align-items: center;
  gap: 2.125rem;
  padding: 0 .75rem;
  display: flex;
}

.Navigation-module__9S2JOG__item {
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  padding: .5rem 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  transition: all .3s;
  position: relative;
}

.Navigation-module__9S2JOG__item:hover, .Navigation-module__9S2JOG__item.Navigation-module__9S2JOG__active {
  color: var(--color-brand-tertiary);
}

.Navigation-module__9S2JOG__item.Navigation-module__9S2JOG__active:after {
  content: "";
  background: var(--color-brand-tertiary);
  border-radius: .0625rem;
  height: .125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 48rem) {
  .Navigation-module__9S2JOG__container {
    gap: 1.25rem;
    padding: .75rem 1rem;
  }

  .Navigation-module__9S2JOG__navigation {
    justify-content: center;
    gap: 1.5rem;
    padding: 0;
  }

  .Navigation-module__9S2JOG__item {
    padding: .375rem 0;
    font-size: .875rem;
  }
}

@media (max-width: 30rem) {
  .Navigation-module__9S2JOG__container {
    gap: 1rem;
    padding: .5rem .75rem;
  }

  .Navigation-module__9S2JOG__navigation {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .Navigation-module__9S2JOG__item {
    text-align: center;
    padding: .5rem;
    font-size: .875rem;
  }
}

/* [project]/src/components/tours/detail/sidebar/Sidebar.module.css [app-client] (css) */
.Sidebar-module__pgqWua__sidebar {
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  max-width: 22.9375rem;
  display: flex;
}

/* [project]/src/components/tours/detail/sidebar/DatesSection.module.css [app-client] (css) */
.DatesSection-module__kXtlAa__datesSection {
  flex-direction: column;
  gap: .625rem;
  display: flex;
}

.DatesSection-module__kXtlAa__datesList {
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  display: flex;
}

.DatesSection-module__kXtlAa__datesListInner {
  border-radius: .625rem;
  flex-direction: column;
  align-self: stretch;
  gap: .75rem;
  padding: .5rem 1.25rem;
  display: flex;
}

.DatesSection-module__kXtlAa__datesTitle {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semibold);
  font-size: .875rem;
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  align-self: stretch;
}

@media (min-width: 48rem) {
  .DatesSection-module__kXtlAa__datesTitle {
    font-size: var(--font-size-base);
  }
}

.DatesSection-module__kXtlAa__datesItems {
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  display: flex;
}

.DatesSection-module__kXtlAa__dateItem {
  background-color: var(--color-bg-secondary);
  border-radius: var(--border-radius-md);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .75rem .5rem;
  display: flex;
}

@media (min-width: 48rem) {
  .DatesSection-module__kXtlAa__dateItem {
    gap: .625rem;
    padding: .5rem;
  }
}

.DatesSection-module__kXtlAa__dateText {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  font-size: .875rem;
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  flex: 1;
}

@media (min-width: 48rem) {
  .DatesSection-module__kXtlAa__dateText {
    font-size: var(--font-size-base);
  }
}

.DatesSection-module__kXtlAa__priceText {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semibold);
  font-size: .875rem;
  line-height: var(--line-height-snug);
  text-align: right;
  color: var(--color-text-black);
  white-space: nowrap;
}

@media (min-width: 48rem) {
  .DatesSection-module__kXtlAa__priceText {
    font-size: var(--font-size-base);
  }
}

.DatesSection-module__kXtlAa__allDatesLink {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: .625rem;
  padding: .25rem;
  display: flex;
}

.DatesSection-module__kXtlAa__linkText {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  color: var(--color-brand-primary);
  cursor: pointer;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/* [project]/src/components/tours/detail/modals/AllDatesModal.module.css [app-client] (css) */
.AllDatesModal-module__3L021a__content {
  flex-direction: column;
  gap: 1.9375rem;
  padding: 1.5rem 1.5rem 3rem;
  display: flex;
}

.AllDatesModal-module__3L021a__tourHeader {
  align-items: flex-start;
  gap: 2rem;
  padding: 0 1.25rem;
  display: flex;
}

.AllDatesModal-module__3L021a__tourImage {
  background-color: var(--color-bg-secondary);
  flex-shrink: 0;
  width: 6.75rem;
  height: 6.75rem;
}

.AllDatesModal-module__3L021a__tourImageContent {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.AllDatesModal-module__3L021a__tourImagePlaceholder {
  background-color: var(--color-bg-secondary);
  width: 100%;
  height: 100%;
}

.AllDatesModal-module__3L021a__tourInfo {
  flex-direction: column;
  flex: 1;
  gap: 1.5rem;
  display: flex;
}

.AllDatesModal-module__3L021a__tourName {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 1.125rem;
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  margin: 0;
}

.AllDatesModal-module__3L021a__tourDuration {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: 1rem;
  line-height: var(--line-height-snug);
  color: var(--color-text-secondary);
  margin: 0;
}

.AllDatesModal-module__3L021a__tourPrice {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: 1.125rem;
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  margin: 0;
}

.AllDatesModal-module__3L021a__datesContainer {
  flex-direction: column;
  padding: 0 1.25rem;
  display: flex;
}

.AllDatesModal-module__3L021a__datesList {
  flex-direction: column;
  gap: .25rem;
  width: 100%;
  display: flex;
}

.AllDatesModal-module__3L021a__dateCard {
  background-color: var(--color-bg-extended);
  border-radius: var(--border-radius-md);
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: .75rem;
  display: flex;
}

.AllDatesModal-module__3L021a__dateInfo {
  flex: 1;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.AllDatesModal-module__3L021a__dateRange {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  flex: 1;
  min-width: 0;
}

.AllDatesModal-module__3L021a__datePrice {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  text-align: right;
  flex-shrink: 0;
  width: 7.5rem;
  margin: 0;
}

.AllDatesModal-module__3L021a__bookingButton {
  background-color: var(--color-brand-tertiary);
  width: 10.125rem;
  height: 3.4375rem;
  color: var(--color-bg-primary);
  border-radius: var(--border-radius-md);
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  cursor: pointer;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1.5rem;
  transition: background-color .2s;
  display: flex;
}

.AllDatesModal-module__3L021a__bookingButton:hover {
  background-color: var(--color-brand-primary);
}

.AllDatesModal-module__3L021a__noDatesMessage {
  text-align: center;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  color: var(--color-text-secondary);
  padding: 2.5rem 1.25rem;
}

@media (max-width: 56.25rem) {
  .AllDatesModal-module__3L021a__content {
    gap: 1.5rem;
    padding: 1.25rem 1rem 2.5rem;
  }

  .AllDatesModal-module__3L021a__tourHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 0;
  }

  .AllDatesModal-module__3L021a__tourImage {
    width: 5rem;
    height: 5rem;
  }

  .AllDatesModal-module__3L021a__tourInfo {
    gap: 1rem;
  }

  .AllDatesModal-module__3L021a__tourName {
    font-size: 1rem;
  }

  .AllDatesModal-module__3L021a__tourDuration {
    font-size: .875rem;
  }

  .AllDatesModal-module__3L021a__tourPrice {
    font-size: 1rem;
  }

  .AllDatesModal-module__3L021a__datesContainer {
    padding: 0;
  }

  .AllDatesModal-module__3L021a__dateCard {
    flex-direction: column;
    align-items: stretch;
    gap: .75rem;
    padding: 1rem;
  }

  .AllDatesModal-module__3L021a__dateInfo {
    flex-direction: row;
    align-items: center;
    gap: .75rem;
  }

  .AllDatesModal-module__3L021a__dateRange {
    flex: 1;
  }

  .AllDatesModal-module__3L021a__datePrice {
    text-align: right;
    width: 6.25rem;
  }

  .AllDatesModal-module__3L021a__bookingButton {
    width: 100%;
    height: 3rem;
  }
}

@media (max-width: 36rem) {
  .AllDatesModal-module__3L021a__content {
    gap: 1.25rem;
    padding: 1rem .75rem 2rem;
  }

  .AllDatesModal-module__3L021a__tourHeader {
    gap: 1rem;
  }

  .AllDatesModal-module__3L021a__tourImage {
    width: 3.75rem;
    height: 3.75rem;
  }

  .AllDatesModal-module__3L021a__tourInfo {
    gap: .75rem;
  }

  .AllDatesModal-module__3L021a__tourName {
    font-size: .9375rem;
  }

  .AllDatesModal-module__3L021a__tourDuration {
    font-size: .8125rem;
  }

  .AllDatesModal-module__3L021a__tourPrice {
    font-size: .9375rem;
  }

  .AllDatesModal-module__3L021a__dateCard {
    gap: .625rem;
    padding: .75rem;
  }

  .AllDatesModal-module__3L021a__dateInfo {
    gap: .5rem;
  }

  .AllDatesModal-module__3L021a__dateRange {
    flex: 1;
    font-size: .875rem;
  }

  .AllDatesModal-module__3L021a__datePrice {
    text-align: right;
    width: 5.625rem;
    font-size: .875rem;
  }

  .AllDatesModal-module__3L021a__bookingButton {
    height: 2.75rem;
    font-size: .875rem;
  }
}

/* [project]/src/components/tours/detail/sidebar/PriceSection.module.css [app-client] (css) */
.PriceSection-module__GVAxYa__priceSection {
  width: 100%;
  max-width: 25rem;
}

.PriceSection-module__GVAxYa__priceInfo {
  box-sizing: border-box;
  background: #f2eee3;
  border-radius: .625rem;
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  min-height: auto;
  padding: 1rem 1.25rem;
  display: flex;
}

.PriceSection-module__GVAxYa__price {
  color: #504c43;
  word-wrap: break-word;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25em;
}

.PriceSection-module__GVAxYa__earlyBookingInfo {
  color: #816d3c;
  word-wrap: break-word;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45em;
}

/* [project]/src/components/tours/detail/sidebar/DurationSection.module.css [app-client] (css) */
.DurationSection-module__TUvTQG__durationSection {
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.DurationSection-module__TUvTQG__durationInfo {
  flex-direction: column;
  align-self: stretch;
  gap: .625rem;
  padding: 0;
  display: flex;
}

.DurationSection-module__TUvTQG__durationList {
  flex-direction: column;
  align-self: stretch;
  gap: .75rem;
  display: flex;
}

.DurationSection-module__TUvTQG__durationDetails {
  border-radius: .625rem;
  flex-direction: column;
  align-self: stretch;
  gap: .75rem;
  padding: .75rem 1.25rem;
  display: flex;
}

.DurationSection-module__TUvTQG__durationTitle {
  color: #000;
  align-self: stretch;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25em;
}

.DurationSection-module__TUvTQG__durationItems {
  flex-direction: column;
  align-self: stretch;
  gap: .5rem;
  display: flex;
}

.DurationSection-module__TUvTQG__durationItem {
  flex-direction: row;
  align-items: stretch;
  gap: .5rem;
  display: flex;
}

.DurationSection-module__TUvTQG__durationDays {
  background-color: #e6e6f9;
  border-radius: .625rem;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  width: 6.3125rem;
  min-height: 3.5rem;
  padding: .5rem .75rem;
  display: flex;
}

.DurationSection-module__TUvTQG__durationNights {
  background-color: #e6e6f9;
  border-radius: .625rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.5rem;
  padding: .5rem .75rem;
  display: flex;
}

.DurationSection-module__TUvTQG__durationText {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
}

.DurationSection-module__TUvTQG__accommodationLink {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: .625rem;
  padding: .25rem;
  display: flex;
}

.DurationSection-module__TUvTQG__linkText {
  color: #24249b;
  text-underline-offset: 25%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/* [project]/src/components/tours/detail/sidebar/GroupSizeSection.module.css [app-client] (css) */
.GroupSizeSection-module__Bb3skG__groupSizeSection {
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.GroupSizeSection-module__Bb3skG__groupSizeInfo {
  flex-direction: column;
  align-self: stretch;
  gap: .625rem;
  padding: 0;
  display: flex;
}

.GroupSizeSection-module__Bb3skG__groupSizeList {
  flex-direction: column;
  align-self: stretch;
  gap: .75rem;
  display: flex;
}

.GroupSizeSection-module__Bb3skG__groupSizeDetails {
  border-radius: .625rem;
  flex-direction: column;
  align-self: stretch;
  gap: .75rem;
  padding: .75rem 1.25rem;
  display: flex;
}

.GroupSizeSection-module__Bb3skG__groupSizeTitle {
  color: #000;
  align-self: stretch;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25em;
}

.GroupSizeSection-module__Bb3skG__groupSizeItems {
  flex-direction: column;
  align-self: stretch;
  gap: .5rem;
  display: flex;
}

.GroupSizeSection-module__Bb3skG__groupSizeItem {
  flex-direction: row;
  align-items: stretch;
  gap: .5rem;
  display: flex;
}

.GroupSizeSection-module__Bb3skG__groupSize {
  background-color: #e6e6f9;
  border-radius: .625rem;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  width: 6.3125rem;
  min-height: 3.5rem;
  padding: .5rem .75rem;
  display: flex;
}

.GroupSizeSection-module__Bb3skG__childrenAllowed {
  background-color: #e6e6f9;
  border-radius: .625rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.5rem;
  padding: .5rem .75rem;
  display: flex;
}

.GroupSizeSection-module__Bb3skG__groupSizeText {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
}

.GroupSizeSection-module__Bb3skG__routeLink {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: .625rem;
  padding: .25rem;
  display: flex;
}

.GroupSizeSection-module__Bb3skG__linkText {
  color: #24249b;
  text-underline-offset: 25%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/* [project]/src/components/tours/detail/sidebar/DifficultySection.module.css [app-client] (css) */
.DifficultySection-module__NydS-W__difficultyContainer {
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
  width: 100%;
  display: flex;
  position: relative;
}

.DifficultySection-module__NydS-W__difficultyTitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  width: 100%;
}

.DifficultySection-module__NydS-W__difficultyItems {
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
  width: 100%;
  display: flex;
  position: relative;
}

.DifficultySection-module__NydS-W__difficultyItem {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: .625rem .625rem 0 0;
  align-items: center;
  gap: .625rem;
  width: 100%;
  height: 2.25rem;
  padding: .5rem 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.DifficultySection-module__NydS-W__difficultyIcon {
  flex-shrink: 0;
  align-self: flex-start;
  width: 3.625rem;
  height: 1.75rem;
  position: relative;
}

.DifficultySection-module__NydS-W__difficultyText {
  font-family: Lato, sans-serif;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  flex: 1 0 0;
  min-width: 0;
  min-height: .0625rem;
  position: relative;
}

.DifficultySection-module__NydS-W__routeLink {
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
  width: 100%;
  padding: .25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.DifficultySection-module__NydS-W__linkText {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  color: var(--color-brand-tertiary);
  text-underline-offset: 25%;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.DifficultySection-module__NydS-W__tooltip {
  z-index: 1000;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.DifficultySection-module__NydS-W__tooltipBackdrop {
  background: var(--color-shadow-overlay);
  z-index: 999;
  display: none;
  position: fixed;
  inset: 0;
}

.DifficultySection-module__NydS-W__tooltipContent {
  background: var(--color-bg-primary);
  box-shadow: 0 .25rem .75rem var(--color-shadow-medium);
  border-radius: .625rem;
  max-width: 18.75rem;
  margin-top: 0;
  padding: 1.125rem;
  position: relative;
}

.DifficultySection-module__NydS-W__tooltipTitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  margin-bottom: .75rem;
}

.DifficultySection-module__NydS-W__tooltipDescription {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-black);
  white-space: pre-line;
}

.DifficultySection-module__NydS-W__tooltipClose {
  cursor: pointer;
  color: var(--color-text-light);
  background: none;
  border: none;
  font-size: 1.25rem;
  display: none;
  position: absolute;
  top: .75rem;
  right: .75rem;
}

.DifficultySection-module__NydS-W__tooltipClose:hover {
  color: var(--color-text-black);
}

@media (max-width: 48rem) {
  .DifficultySection-module__NydS-W__tooltip {
    z-index: 1001;
    width: 90vw;
    max-width: 25rem;
    margin-top: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .DifficultySection-module__NydS-W__tooltipBackdrop {
    display: block;
  }

  .DifficultySection-module__NydS-W__tooltipContent {
    max-width: none;
    padding: 1.5rem;
  }

  .DifficultySection-module__NydS-W__tooltipClose {
    display: block;
  }
}

/* [project]/src/components/tours/detail/sidebar/LanguageSection.module.css [app-client] (css) */
.LanguageSection-module__-cAZUa__languageSection {
  flex-direction: column;
  align-self: stretch;
  gap: .625rem;
  padding: 0 1rem 0 0;
  display: flex;
}

.LanguageSection-module__-cAZUa__languageInfo {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  gap: 1.4375rem;
  display: flex;
}

.LanguageSection-module__-cAZUa__languageTitle {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25em;
}

.LanguageSection-module__-cAZUa__languageOptions {
  flex-direction: row;
  gap: .625rem;
  display: flex;
}

.LanguageSection-module__-cAZUa__languageOption {
  cursor: pointer;
  background: #e6e6f9;
  border-radius: .625rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .625rem;
  padding: .625rem;
  transition: background .2s;
  display: flex;
}

.LanguageSection-module__-cAZUa__languageOption:hover {
  background: #d5d5f0;
}

.LanguageSection-module__-cAZUa__languageText {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
}

/* [project]/src/components/tours/detail/sidebar/IncludedSection.module.css [app-client] (css) */
.IncludedSection-module__HHZxkq__includedSection {
  flex-direction: column;
  gap: .625rem;
  padding: .75rem 1rem .75rem 0;
  display: flex;
}

.IncludedSection-module__HHZxkq__includedInfo {
  cursor: pointer;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  gap: .875rem;
  transition: opacity .2s;
  display: flex;
}

.IncludedSection-module__HHZxkq__includedInfo:hover {
  opacity: .8;
}

.IncludedSection-module__HHZxkq__warningIcon {
  color: #000;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.IncludedSection-module__HHZxkq__warningIcon svg {
  width: 100%;
  height: 100%;
}

.IncludedSection-module__HHZxkq__includedText {
  color: #000;
  width: 13.8125rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
}

/* [project]/src/components/tours/detail/sidebar/BookingSection.module.css [app-client] (css) */
.BookingSection-module__hzGFbW__bookingSection {
  flex-direction: column;
  gap: .625rem;
  padding: .5rem 1rem .5rem 0;
  display: flex;
}

.BookingSection-module__hzGFbW__prepaymentInfo {
  flex-direction: column;
  gap: .4375rem;
  width: 20.4375rem;
  display: flex;
}

.BookingSection-module__hzGFbW__prepaymentButton {
  flex-direction: column;
  align-self: stretch;
  gap: .4375rem;
  display: flex;
}

.BookingSection-module__hzGFbW__bookingButton {
  cursor: pointer;
  background: #3030cf;
  border: none;
  border-radius: .625rem;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1.5rem;
  transition: background .2s;
  display: flex;
}

.BookingSection-module__hzGFbW__bookingButton:hover {
  background: #2525a5;
}

.BookingSection-module__hzGFbW__bookingButton span {
  color: #fff;
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25em;
}

.BookingSection-module__hzGFbW__buttonIcon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.BookingSection-module__hzGFbW__buttonIcon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.BookingSection-module__hzGFbW__prepaymentText {
  color: #666;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4em;
}

.BookingSection-module__hzGFbW__hiddenButton {
  display: none;
}

/* [project]/src/components/tours/detail/sidebar/DownloadSection.module.css [app-client] (css) */
.DownloadSection-module__-MusyG__downloadSection {
  height: 9.75rem;
}

.DownloadSection-module__-MusyG__downloadButtons {
  box-sizing: border-box;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 0 1rem 0 0;
  display: flex;
}

.DownloadSection-module__-MusyG__downloadButton, .DownloadSection-module__-MusyG__downloadButtonSecondary {
  cursor: pointer;
  background: #e6e6f9;
  border: .0625rem solid #3030cf;
  border-radius: .625rem;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.DownloadSection-module__-MusyG__downloadButton:hover, .DownloadSection-module__-MusyG__downloadButtonSecondary:hover {
  background: #d5d5f0;
}

.DownloadSection-module__-MusyG__downloadButton span, .DownloadSection-module__-MusyG__downloadButtonSecondary span {
  color: #15155b;
  text-align: left;
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25em;
}

.DownloadSection-module__-MusyG__downloadButtonSecondary {
  background: #f2f2f2;
  border-color: #8f8fd6;
}

.DownloadSection-module__-MusyG__downloadButtonSecondary:hover {
  background: #e0e0f5;
}

.DownloadSection-module__-MusyG__downloadIcon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.DownloadSection-module__-MusyG__downloadIcon svg {
  width: 100%;
  height: 100%;
}

/* [project]/src/components/tours/detail/sidebar/ContactInfo.module.css [app-client] (css) */
.ContactInfo-module__bSLlNW__contactInfo {
  flex-direction: column;
  align-self: stretch;
  gap: 1.0625rem;
  padding: .75rem 1.75rem .75rem 0;
  display: flex;
}

.ContactInfo-module__bSLlNW__contactTitle {
  color: #000;
  align-self: stretch;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
}

.ContactInfo-module__bSLlNW__contactDetails {
  flex-direction: column;
  align-self: stretch;
  gap: 2.375rem;
  display: flex;
}

.ContactInfo-module__bSLlNW__phoneNumberItem {
  flex-direction: column;
  align-self: stretch;
  gap: .75rem;
  display: flex;
}

.ContactInfo-module__bSLlNW__phoneNumber {
  align-self: stretch;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.ContactInfo-module__bSLlNW__phoneValue {
  color: #24249b;
  text-underline-offset: 25%;
  white-space: nowrap;
  font-family: Open Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  transition: color .2s;
}

.ContactInfo-module__bSLlNW__phoneValue:hover {
  color: #1a1a7a;
}

.ContactInfo-module__bSLlNW__phoneDescription {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.ContactInfo-module__bSLlNW__emailItem {
  flex-direction: column;
  align-self: stretch;
  gap: .75rem;
  width: 20.1875rem;
  display: flex;
}

.ContactInfo-module__bSLlNW__email {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.ContactInfo-module__bSLlNW__emailValue {
  color: #24249b;
  text-underline-offset: 25%;
  white-space: nowrap;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.ContactInfo-module__bSLlNW__emailDescription {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.ContactInfo-module__bSLlNW__copyButton {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  transition: all .3s;
  display: flex;
}

.ContactInfo-module__bSLlNW__copyButton:hover {
  opacity: .7;
  transform: scale(1.1);
}

.ContactInfo-module__bSLlNW__copyButton:focus {
  outline-offset: .125rem;
  outline: .125rem solid #24249b;
}

.ContactInfo-module__bSLlNW__copyButton svg {
  transition: all .3s;
}

/* [project]/src/components/tours/detail/content/TermsOfUse.module.css [app-client] (css) */
.TermsOfUse-module__lml1ia__container {
  flex-direction: column;
  align-self: stretch;
  gap: 2.125rem;
  width: 100%;
  display: flex;
}

.TermsOfUse-module__lml1ia__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

.TermsOfUse-module__lml1ia__content {
  flex-direction: column;
  align-self: stretch;
  gap: 2.125rem;
  width: 100%;
  display: flex;
}

.TermsOfUse-module__lml1ia__section {
  flex-direction: column;
  align-self: stretch;
  gap: 1.5rem;
  width: 100%;
  display: flex;
}

.TermsOfUse-module__lml1ia__sectionTitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

.TermsOfUse-module__lml1ia__sectionContent {
  flex-direction: row;
  align-self: stretch;
  gap: .875rem;
  width: 100%;
  display: flex;
}

.TermsOfUse-module__lml1ia__list {
  margin: 0;
  padding-left: 1.125rem;
}

.TermsOfUse-module__lml1ia__listItem {
  position: relative;
}

.TermsOfUse-module__lml1ia__listItem::marker {
  color: #c9c9f3;
}

.TermsOfUse-module__lml1ia__sectionText {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  text-align: left;
  color: var(--color-text-black);
  flex: 1;
  margin: 0 0 .5rem;
}

/* [project]/src/components/tours/detail/content/PricingTable.module.css [app-client] (css) */
.PricingTable-module__vd2YQW__container {
  flex-direction: column;
  align-self: stretch;
  gap: 2.125rem;
  width: 100%;
  display: flex;
}

.PricingTable-module__vd2YQW__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

.PricingTable-module__vd2YQW__tableContainer {
  flex-direction: column;
  align-self: stretch;
  gap: 1.5rem;
  width: 100%;
  display: flex;
}

.PricingTable-module__vd2YQW__tableWrapper {
  flex-direction: column;
  align-self: stretch;
  gap: -.0625rem;
  width: 100%;
  display: flex;
}

.PricingTable-module__vd2YQW__tableHeader {
  flex-direction: row;
  justify-content: stretch;
  align-self: stretch;
  align-items: stretch;
  gap: -.0625rem;
  width: 100%;
  display: flex;
}

.PricingTable-module__vd2YQW__headerCell {
  background-color: #e6e6f9;
  border: .0625rem solid #9898e7;
  flex-direction: row;
  flex: 1;
  justify-content: stretch;
  align-self: stretch;
  align-items: stretch;
  gap: .625rem;
  padding: 1.5rem;
  display: flex;
}

.PricingTable-module__vd2YQW__headerText {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  text-align: center;
  color: var(--color-text-black);
  width: 100%;
  margin: 0;
}

.PricingTable-module__vd2YQW__tableBody {
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.PricingTable-module__vd2YQW__tableRow {
  flex-direction: row;
  justify-content: stretch;
  align-self: stretch;
  align-items: stretch;
  gap: -.0625rem;
  width: 100%;
  display: flex;
}

.PricingTable-module__vd2YQW__tableCell {
  background-color: #fff;
  border: .0625rem solid #9898e7;
  flex-direction: row;
  flex: 1;
  justify-content: stretch;
  align-self: stretch;
  align-items: stretch;
  gap: .625rem;
  padding: 2.125rem 1.5rem;
  display: flex;
}

.PricingTable-module__vd2YQW__cellText {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  width: 100%;
  margin: 0;
}

.PricingTable-module__vd2YQW__scrollbar {
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  height: .5rem;
  display: flex;
}

.PricingTable-module__vd2YQW__scrollbarTrack {
  background-color: #e3e3e3;
  border-radius: 6.25rem;
  width: 100%;
  height: .5rem;
  position: relative;
}

.PricingTable-module__vd2YQW__scrollbarThumb {
  background-color: #787878;
  border-radius: 6.25rem;
  width: 2.0625rem;
  height: .5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.PricingTable-module__vd2YQW__notice {
  width: 100%;
}

.PricingTable-module__vd2YQW__responsiveTable {
  width: 100%;
  font-family: var(--font-family-body);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  scrollbar-width: thin;
  scrollbar-color: var(--color-border-primary) transparent;
  overflow: auto visible;
}

.PricingTable-module__vd2YQW__responsiveTable::-webkit-scrollbar {
  height: .5rem;
}

.PricingTable-module__vd2YQW__responsiveTable::-webkit-scrollbar-track {
  background: var(--color-bg-accent);
  border-radius: .25rem;
}

.PricingTable-module__vd2YQW__responsiveTable::-webkit-scrollbar-thumb {
  background: var(--color-border-primary);
  border-radius: .25rem;
}

.PricingTable-module__vd2YQW__responsiveTable::-webkit-scrollbar-thumb:hover {
  background: var(--color-accent);
}

.PricingTable-module__vd2YQW__responsiveTable table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 37.5rem;
  font-family: var(--font-family-body);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  table-layout: fixed;
  max-width: 53.9375rem !important;
}

.PricingTable-module__vd2YQW__responsiveTable th, .PricingTable-module__vd2YQW__responsiveTable td {
  border: .0625rem solid var(--color-border-primary);
  text-align: left;
  vertical-align: top;
  font-family: var(--font-family-body);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-tight);
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  text-overflow: ellipsis;
  max-width: 12.5rem;
  padding: .375rem .5rem;
  overflow: hidden;
}

.PricingTable-module__vd2YQW__responsiveTable thead th, .PricingTable-module__vd2YQW__responsiveTable thead td {
  background-color: var(--color-bg-accent);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-tight);
  color: var(--color-text-primary);
  border-color: var(--color-border-primary);
  padding: .25rem .5rem;
}

.PricingTable-module__vd2YQW__responsiveTable th, .PricingTable-module__vd2YQW__responsiveTable td {
  color: var(--color-text-primary);
}

.PricingTable-module__vd2YQW__responsiveTable th[style*="color: red"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: red"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:red"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:red"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color: #ff0000"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: #ff0000"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:#ff0000"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:#ff0000"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color: #f00"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: #f00"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:#f00"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:#f00"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color: rgb(255, 0, 0)"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: rgb(255, 0, 0)"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:rgb(255,0,0)"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:rgb(255,0,0)"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color: rgba(255, 0, 0"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: rgba(255, 0, 0"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:rgba(255,0,0"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:rgba(255,0,0"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color: red"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color:red"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color: #ff0000"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color:#ff0000"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color: #f00"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color:#f00"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color: rgb(255, 0, 0)"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color:rgb(255,0,0)"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color: rgba(255, 0, 0"], .PricingTable-module__vd2YQW__responsiveTable span[style*="color:rgba(255,0,0"], .PricingTable-module__vd2YQW__responsiveTable [style*="color: red"], .PricingTable-module__vd2YQW__responsiveTable [style*="color:red"], .PricingTable-module__vd2YQW__responsiveTable [style*="color: #ff0000"], .PricingTable-module__vd2YQW__responsiveTable [style*="color:#ff0000"], .PricingTable-module__vd2YQW__responsiveTable [style*="color: #f00"], .PricingTable-module__vd2YQW__responsiveTable [style*="color:#f00"], .PricingTable-module__vd2YQW__responsiveTable [style*="color: rgb(255, 0, 0)"], .PricingTable-module__vd2YQW__responsiveTable [style*="color:rgb(255,0,0)"], .PricingTable-module__vd2YQW__responsiveTable [style*="color: rgba(255, 0, 0"], .PricingTable-module__vd2YQW__responsiveTable [style*="color:rgba(255,0,0"] {
  color: var(--color-accent) !important;
}

.PricingTable-module__vd2YQW__responsiveTable th[style*="color"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color"] {
  color: var(--color-text-primary);
}

.PricingTable-module__vd2YQW__responsiveTable th[style*="color: red"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: red"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:red"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:red"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color: #ff0000"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: #ff0000"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:#ff0000"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:#ff0000"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color: #f00"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: #f00"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:#f00"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:#f00"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color: rgb(255, 0, 0)"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: rgb(255, 0, 0)"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:rgb(255,0,0)"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:rgb(255,0,0)"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color: rgba(255, 0, 0"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color: rgba(255, 0, 0"], .PricingTable-module__vd2YQW__responsiveTable th[style*="color:rgba(255,0,0"], .PricingTable-module__vd2YQW__responsiveTable td[style*="color:rgba(255,0,0"] {
  color: var(--color-accent) !important;
}

.PricingTable-module__vd2YQW__responsiveTable td {
  text-align: left;
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.PricingTable-module__vd2YQW__responsiveTable td, .PricingTable-module__vd2YQW__responsiveTable th {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.PricingTable-module__vd2YQW__responsiveTable tbody tr:hover, .PricingTable-module__vd2YQW__responsiveTable tbody tr:hover td {
  background-color: var(--color-bg-accent);
}

@media (max-width: 48rem) {
  .PricingTable-module__vd2YQW__responsiveTable {
    font-size: var(--font-size-xs);
  }

  .PricingTable-module__vd2YQW__responsiveTable th, .PricingTable-module__vd2YQW__responsiveTable td {
    font-size: var(--font-size-xs);
    padding: .25rem .375rem;
  }

  .PricingTable-module__vd2YQW__responsiveTable thead th, .PricingTable-module__vd2YQW__responsiveTable thead td {
    padding: .1875rem .375rem;
  }

  .PricingTable-module__vd2YQW__tableHeader, .PricingTable-module__vd2YQW__tableRow {
    flex-direction: column;
  }

  .PricingTable-module__vd2YQW__headerCell, .PricingTable-module__vd2YQW__tableCell {
    border-right: none;
    border-bottom: .0625rem solid var(--color-border-primary);
  }

  .PricingTable-module__vd2YQW__headerCell:last-child, .PricingTable-module__vd2YQW__tableCell:last-child {
    border-bottom: none;
  }
}

@media (max-width: 30rem) {
  .PricingTable-module__vd2YQW__responsiveTable th, .PricingTable-module__vd2YQW__responsiveTable td {
    font-size: var(--font-size-xs);
    padding: .1875rem .25rem;
  }

  .PricingTable-module__vd2YQW__responsiveTable thead th, .PricingTable-module__vd2YQW__responsiveTable thead td {
    padding: .125rem .25rem;
  }

  .PricingTable-module__vd2YQW__responsiveTable {
    font-size: var(--font-size-xs);
  }
}

.PricingTable-module__vd2YQW__responsiveTable table {
  border-radius: var(--border-radius-md);
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.PricingTable-module__vd2YQW__responsiveTable thead th {
  z-index: 10;
  background-color: var(--color-bg-accent);
  border-bottom: .0625rem solid var(--color-border-primary);
  position: sticky;
  top: 0;
  box-shadow: 0 .125rem .25rem #0000001a;
}

.PricingTable-module__vd2YQW__responsiveTable th:first-child, .PricingTable-module__vd2YQW__responsiveTable td:first-child {
  border-left: none;
}

.PricingTable-module__vd2YQW__responsiveTable th:last-child, .PricingTable-module__vd2YQW__responsiveTable td:last-child {
  border-right: none;
}

.PricingTable-module__vd2YQW__responsiveTable thead tr:first-child th {
  border-top: none;
}

.PricingTable-module__vd2YQW__responsiveTable tbody tr:last-child td {
  border-bottom: none;
}

/* [project]/src/components/tours/detail/content/TransportInfo.module.css [app-client] (css) */
.TransportInfo-module__w7Td0a__container {
  flex-direction: column;
  align-self: stretch;
  gap: 1.5rem;
  width: 100%;
  display: flex;
}

.TransportInfo-module__w7Td0a__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

.TransportInfo-module__w7Td0a__description {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

/* [project]/src/components/tours/detail/content/ShipInfo.module.css [app-client] (css) */
.ShipInfo-module__uKQDTW__container {
  flex-direction: column;
  align-self: stretch;
  gap: 2.125rem;
  width: 100%;
  display: flex;
}

.ShipInfo-module__uKQDTW__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

.ShipInfo-module__uKQDTW__imageContainer {
  border-radius: .625rem;
  width: 100%;
  max-width: 53.9375rem;
  height: 25rem;
  position: relative;
  overflow: hidden;
}

.ShipInfo-module__uKQDTW__shipGallery {
  width: 100%;
  height: 100%;
}

.ShipInfo-module__uKQDTW__placeholderImage {
  background-color: #0000;
  background-image: linear-gradient(#1d1d7c99, #1d1d7c99), url("/images/ship-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  border-radius: .625rem;
  flex-direction: column;
  gap: 15.75rem;
  width: 100%;
  height: 100%;
  padding: 2.75rem;
  display: flex;
  position: relative;
}

.ShipInfo-module__uKQDTW__compactButtonsOverlay {
  z-index: 10;
  gap: .5rem;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.ShipInfo-module__uKQDTW__compactButton {
  cursor: pointer;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  background: #ffffffe6;
  border: none;
  border-radius: .375rem;
  padding: .5rem .75rem;
  transition: all .2s;
}

.ShipInfo-module__uKQDTW__compactButton:hover {
  background: #fff;
  transform: translateY(-.0625rem);
  box-shadow: 0 .125rem .5rem #00000026;
}

.ShipInfo-module__uKQDTW__compactButtonText {
  font-family: var(--font-family-body);
  color: #0e0e3e;
  margin: 0;
  font-size: .75rem;
  font-weight: 500;
}

.ShipInfo-module__uKQDTW__subtitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-6xl);
  line-height: var(--line-height-snug);
  text-align: left;
  color: #fff;
  margin: 0;
}

.ShipInfo-module__uKQDTW__buttonContainer {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  gap: 18.5625rem;
  width: 100%;
  display: flex;
}

.ShipInfo-module__uKQDTW__primaryButton {
  cursor: pointer;
  background-color: #e6e6f9;
  border: none;
  border-radius: .625rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  height: 3.4375rem;
  padding: .625rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.ShipInfo-module__uKQDTW__primaryButton:hover {
  background-color: #d6d6f0;
  transform: translateY(-.0625rem);
}

.ShipInfo-module__uKQDTW__secondaryButton {
  cursor: pointer;
  background-color: #fff3;
  border: .0625rem solid #e6e6f9;
  border-radius: .625rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  height: 3.4375rem;
  padding: .625rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.ShipInfo-module__uKQDTW__secondaryButton:hover {
  background-color: #ffffff4d;
  transform: translateY(-.0625rem);
}

.ShipInfo-module__uKQDTW__buttonText {
  font-family: var(--font-family-body);
  letter-spacing: 0.625%;
  text-align: left;
  color: #0e0e3e;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.ShipInfo-module__uKQDTW__arrowIcon {
  color: #0e0e3e;
  width: 1.25rem;
  height: 1.25rem;
}

.ShipInfo-module__uKQDTW__preview {
  font-family: var(--font-family-body);
  color: var(--color-text-black);
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.ShipInfo-module__uKQDTW__preview p {
  margin: 0 0 .75rem;
}

.ShipInfo-module__uKQDTW__propertiesTable {
  border-collapse: collapse;
  background: #fff;
  border-radius: .625rem;
  width: 100%;
  overflow: hidden;
}

.ShipInfo-module__uKQDTW__propertyRow:nth-child(odd) {
  background: #f8f8fd;
}

.ShipInfo-module__uKQDTW__propertyNameCell, .ShipInfo-module__uKQDTW__propertyValueCell {
  vertical-align: top;
  font-family: var(--font-family-body);
  color: var(--color-text-black);
  border-bottom: .0625rem solid #ececf7;
  margin: 0;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.ShipInfo-module__uKQDTW__propertyNameCell {
  width: 40%;
  font-weight: 600;
}

.ShipInfo-module__uKQDTW__propertyValueCell {
  width: 60%;
  font-weight: 400;
}

.ShipInfo-module__uKQDTW__cabinsSection {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.ShipInfo-module__uKQDTW__cabinsTitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  margin: .5rem 0 0;
}

.ShipInfo-module__uKQDTW__cabinsGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  display: grid;
}

.ShipInfo-module__uKQDTW__cabinCard {
  background: #fff;
  border: .0625rem solid #ececf7;
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.ShipInfo-module__uKQDTW__cabinImage {
  cursor: pointer;
  background-position: center;
  background-size: cover;
  border: none;
  width: 100%;
  padding-top: 66%;
}

.ShipInfo-module__uKQDTW__cabinContent {
  flex-direction: column;
  gap: .5rem;
  padding: .75rem .875rem .875rem;
  display: flex;
}

.ShipInfo-module__uKQDTW__cabinName {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  margin: 0;
}

.ShipInfo-module__uKQDTW__cabinDescription {
  font-family: var(--font-family-body);
  color: var(--color-text-black);
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 64rem) {
  .ShipInfo-module__uKQDTW__cabinsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 40rem) {
  .ShipInfo-module__uKQDTW__cabinsGrid {
    grid-template-columns: 1fr;
  }
}

.ShipInfo-module__uKQDTW__modalOverlay {
  z-index: 1000;
  background: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.ShipInfo-module__uKQDTW__modalContent {
  background: #0a0a0a;
  border-radius: .625rem;
  flex-direction: column;
  width: min(75rem, 96vw);
  height: min(90vh, 50rem);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ShipInfo-module__uKQDTW__modalClose {
  color: #fff;
  cursor: pointer;
  z-index: 2;
  background: none;
  border: none;
  font-size: 1.75rem;
  position: absolute;
  top: .5rem;
  right: .75rem;
}

.ShipInfo-module__uKQDTW__modalPrev, .ShipInfo-module__uKQDTW__modalNext {
  color: #fff;
  cursor: pointer;
  z-index: 2;
  background: #ffffff26;
  border: none;
  border-radius: 1.375rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.75rem;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ShipInfo-module__uKQDTW__modalPrev {
  left: .75rem;
}

.ShipInfo-module__uKQDTW__modalNext {
  right: .75rem;
}

.ShipInfo-module__uKQDTW__modalBody {
  grid-template-columns: 2fr 1fr;
  gap: 0;
  width: 100%;
  height: 100%;
  display: grid;
}

.ShipInfo-module__uKQDTW__modalImage {
  background-position: center;
  background-size: cover;
  animation: .2s ShipInfo-module__uKQDTW__fadeIn;
}

.ShipInfo-module__uKQDTW__modalCaption {
  color: #fff;
  background: #111222;
  padding: 1.25rem;
  overflow: auto;
}

.ShipInfo-module__uKQDTW__modalTitle {
  font-family: var(--font-family-body);
  color: #fff;
  margin: 0 0 .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.ShipInfo-module__uKQDTW__modalDescription {
  font-family: var(--font-family-body);
  color: #fff;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 56.25rem) {
  .ShipInfo-module__uKQDTW__modalBody {
    grid-template-rows: 2fr 1fr;
    grid-template-columns: 1fr;
  }
}

@keyframes ShipInfo-module__uKQDTW__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 64rem) {
  .ShipInfo-module__uKQDTW__imageContainer {
    width: 100%;
    max-width: 53.9375rem;
  }

  .ShipInfo-module__uKQDTW__placeholderImage {
    gap: 7.5rem;
    padding: 1.5rem;
  }

  .ShipInfo-module__uKQDTW__compactButtonsOverlay {
    gap: .375rem;
    top: .75rem;
    right: .75rem;
  }

  .ShipInfo-module__uKQDTW__compactButton {
    padding: .375rem .625rem;
  }

  .ShipInfo-module__uKQDTW__compactButtonText {
    font-size: .6875rem;
  }

  .ShipInfo-module__uKQDTW__buttonContainer {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}

@media (max-width: 48rem) {
  .ShipInfo-module__uKQDTW__imageContainer {
    height: 18.75rem;
  }

  .ShipInfo-module__uKQDTW__placeholderImage {
    gap: 6.25rem;
    padding: 1.25rem;
  }

  .ShipInfo-module__uKQDTW__compactButtonsOverlay {
    gap: .25rem;
    top: .5rem;
    right: .5rem;
  }

  .ShipInfo-module__uKQDTW__compactButton {
    padding: .3125rem .5rem;
  }

  .ShipInfo-module__uKQDTW__compactButtonText {
    font-size: .625rem;
  }

  .ShipInfo-module__uKQDTW__subtitle {
    font-size: 1.5rem;
  }

  .ShipInfo-module__uKQDTW__buttonContainer {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .ShipInfo-module__uKQDTW__primaryButton, .ShipInfo-module__uKQDTW__secondaryButton {
    width: 100%;
  }
}

/* [project]/src/components/tours/detail/content/FeedingInfo.module.css [app-client] (css) */
.FeedingInfo-module__qVq-Fa__container {
  flex-direction: column;
  align-self: stretch;
  gap: 1.5rem;
  width: 100%;
  display: flex;
}

.FeedingInfo-module__qVq-Fa__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

.FeedingInfo-module__qVq-Fa__description {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

/* [project]/src/components/tours/detail/content/EquipmentList.module.css [app-client] (css) */
.EquipmentList-module__t94jMa__container {
  flex-direction: column;
  align-self: stretch;
  gap: .25rem;
  width: 100%;
  display: flex;
}

.EquipmentList-module__t94jMa__listContainer {
  background-color: #fff;
  border: .125rem solid #e7dfcb;
  border-radius: .625rem;
  flex-direction: column;
  align-self: stretch;
  gap: .375rem;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.EquipmentList-module__t94jMa__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

.EquipmentList-module__t94jMa__sectionContainer {
  flex-direction: column;
  align-self: stretch;
  gap: .25rem;
  width: 100%;
  display: flex;
}

.EquipmentList-module__t94jMa__subsectionContainer {
  flex-direction: column;
  align-self: stretch;
  gap: .1875rem;
  width: 100%;
  display: flex;
}

.EquipmentList-module__t94jMa__subsectionTitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

.EquipmentList-module__t94jMa__itemsContainer {
  flex-direction: column;
  align-self: stretch;
  gap: .0625rem;
  width: 100%;
  display: flex;
}

.EquipmentList-module__t94jMa__itemLabel {
  cursor: pointer;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  gap: 0;
  width: 100%;
  display: flex;
}

.EquipmentList-module__t94jMa__itemLabelNonClickable {
  cursor: default;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  gap: 0;
  width: 100%;
  display: flex;
}

.EquipmentList-module__t94jMa__checkbox {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.EquipmentList-module__t94jMa__checkboxState {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.EquipmentList-module__t94jMa__checkboxContainer {
  display: contents;
}

.EquipmentList-module__t94jMa__nativeCheckbox {
  opacity: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  width: .0625rem;
  height: .0625rem;
  margin: -.0625rem;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 30rem) {
  .EquipmentList-module__t94jMa__checkbox svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.EquipmentList-module__t94jMa__checkmark {
  width: .75rem;
  height: .5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.EquipmentList-module__t94jMa__itemText {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  text-align: left;
  color: var(--color-text-black);
  flex: 1;
  margin: 0;
  line-height: 1.2;
}

.EquipmentList-module__t94jMa__buttonContainer {
  flex-direction: row;
  align-items: center;
  gap: 1.125rem;
  width: fit-content;
  display: flex;
}

.EquipmentList-module__t94jMa__actionButton {
  cursor: pointer;
  background-color: #f2eee3;
  border: .0625rem solid #c2ae7c;
  border-radius: .625rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  height: 3.9375rem;
  padding: .625rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.EquipmentList-module__t94jMa__actionButton:hover {
  background-color: #e8e0d0;
  transform: translateY(-.0625rem);
}

.EquipmentList-module__t94jMa__buttonText {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  text-align: left;
  color: #504c43;
  margin: 0;
}

.EquipmentList-module__t94jMa__printIcon, .EquipmentList-module__t94jMa__copyIcon {
  color: #574a29;
  width: 1.25rem;
  height: 1.25rem;
}

.EquipmentList-module__t94jMa__printIcon {
  width: 1.125rem;
  height: 1rem;
}

@media (max-width: 48rem) {
  .EquipmentList-module__t94jMa__listContainer {
    padding: 1.5rem;
  }

  .EquipmentList-module__t94jMa__buttonContainer {
    flex-direction: column;
    align-items: stretch;
    gap: .75rem;
  }

  .EquipmentList-module__t94jMa__actionButton {
    width: 100%;
  }
}

@media print {
  .EquipmentList-module__t94jMa__buttonContainer {
    display: none !important;
  }

  .EquipmentList-module__t94jMa__checkbox svg * {
    fill: #000 !important;
    stroke: #000 !important;
  }
}

/* [project]/src/components/tours/detail/content/FAQ.module.css [app-client] (css) */
.FAQ-module__0OLuDa__container {
  flex-direction: column;
  align-self: stretch;
  gap: 3.375rem;
  width: 100%;
  display: flex;
}

.FAQ-module__0OLuDa__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  margin: 0;
}

.FAQ-module__0OLuDa__faqContainer {
  flex-direction: column;
  align-self: stretch;
  gap: .0625rem;
  width: 100%;
  display: flex;
}

.FAQ-module__0OLuDa__faqItem {
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.FAQ-module__0OLuDa__questionContainer {
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #c9c9f3;
  border-bottom: none;
  flex-direction: row;
  justify-content: stretch;
  align-self: stretch;
  align-items: stretch;
  gap: 21.3125rem;
  padding: 1.5rem;
  transition: background-color .2s;
  display: flex;
}

.FAQ-module__0OLuDa__questionContainer:hover {
  background-color: #f8f8ff;
}

.FAQ-module__0OLuDa__questionWrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 19.8125rem;
  width: 100%;
  display: flex;
}

.FAQ-module__0OLuDa__question {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  text-align: left;
  color: var(--color-text-black);
  flex: 1;
  margin: 0;
}

.FAQ-module__0OLuDa__chevron {
  background-color: #c9c9f3;
  border: .0625rem solid #9898e7;
  border-radius: 1.40625rem;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  gap: .625rem;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: .875rem 1rem;
  display: flex;
}

.FAQ-module__0OLuDa__chevronIcon {
  color: #9898e7;
  width: 1rem;
  height: .5625rem;
  transition: transform .2s;
}

.FAQ-module__0OLuDa__chevronDown {
  transform: rotate(0);
}

.FAQ-module__0OLuDa__chevronUp {
  color: #6262da;
  transform: rotate(180deg);
}

.FAQ-module__0OLuDa__answerWrapper {
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.FAQ-module__0OLuDa__answerContainer {
  background-color: #fff;
  border: .125rem solid #9898e7;
  border-width: .125rem .0625rem;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  gap: .625rem;
  width: 100%;
  padding: 1.5rem 5.6875rem 3rem 3.375rem;
  display: flex;
}

.FAQ-module__0OLuDa__answer {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  text-align: left;
  color: var(--color-text-black);
  width: 100%;
  max-width: 53.9375rem;
  margin: 0;
}

@media (max-width: 64rem) {
  .FAQ-module__0OLuDa__questionContainer, .FAQ-module__0OLuDa__questionWrapper {
    gap: 1.25rem;
  }

  .FAQ-module__0OLuDa__answerContainer {
    padding: 1.5rem;
  }

  .FAQ-module__0OLuDa__answer {
    width: 100%;
  }
}

@media (max-width: 48rem) {
  .FAQ-module__0OLuDa__questionContainer {
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
  }

  .FAQ-module__0OLuDa__questionWrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .FAQ-module__0OLuDa__chevron {
    align-self: flex-end;
  }

  .FAQ-module__0OLuDa__answerContainer {
    padding: 1.25rem;
  }
}

/* [project]/src/components/tours/detail/content/WhatAwaiting.module.css [app-client] (css) */
.WhatAwaiting-module__wORt-W__container {
  display: block;
}

.WhatAwaiting-module__wORt-W__title {
  font-family: var(--font-family-heading);
  color: var(--color-text-black);
  margin: 0 0 1.5rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
}

.WhatAwaiting-module__wORt-W__list {
  flex-direction: column;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.WhatAwaiting-module__wORt-W__item {
  padding-left: 1.1875rem;
  position: relative;
}

.WhatAwaiting-module__wORt-W__item:before {
  content: "";
  background-color: var(--color-brand-light);
  border-radius: 50%;
  width: .4375rem;
  height: .4375rem;
  position: absolute;
  top: .55em;
  left: 0;
}

.WhatAwaiting-module__wORt-W__text {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-black);
  margin: 0;
}

/* [project]/src/components/tours/detail/content/RouteMap.module.css [app-client] (css) */
.RouteMap-module__inxTIa__container {
  display: block;
}

.RouteMap-module__inxTIa__title {
  font-family: var(--font-family-heading);
  color: var(--color-text-black);
  margin: 0 0 1.5rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
}

.RouteMap-module__inxTIa__mapWrapper {
  width: 100%;
  position: relative;
}

.RouteMap-module__inxTIa__mapWrapper iframe {
  border-radius: var(--border-radius-lg);
  border: 0;
  height: 30rem;
  width: 100% !important;
}

/* [project]/src/components/tours/detail/Page.module.css [app-client] (css) */
.Page-module__sbdGka__heading {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  margin: 0;
}

.Page-module__sbdGka__subheading {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  margin: 0;
}

.Page-module__sbdGka__text {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-black);
  margin: 0;
}

.Page-module__sbdGka__textSmall {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text-black);
  margin: 0;
}

.Page-module__sbdGka__textTiny {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-normal);
  color: var(--color-text-black);
  margin: 0;
}

.Page-module__sbdGka__main {
  background: none;
  min-height: 100vh;
}

.Page-module__sbdGka__tourContent {
  padding-top: 1rem;
}

.Page-module__sbdGka__container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.Page-module__sbdGka__contentWrapper {
  grid-template-columns: 1fr 22.5rem;
  align-items: start;
  gap: 3rem;
  display: grid;
}

.Page-module__sbdGka__mainContent {
  padding: 0;
}

.Page-module__sbdGka__sidebar {
  padding: 0;
  position: sticky;
  top: 1.5rem;
}

.Page-module__sbdGka__section {
  margin-bottom: 3rem;
}

@media (max-width: 75rem) {
  .Page-module__sbdGka__contentWrapper {
    grid-template-columns: 1fr 20rem;
    gap: 2rem;
  }

  .Page-module__sbdGka__container {
    padding: 2rem 1rem;
  }
}

@media (max-width: 62rem) {
  .Page-module__sbdGka__contentWrapper {
    grid-template-columns: 1fr;
  }

  .Page-module__sbdGka__sidebar {
    margin-top: 0;
    position: static;
  }
}

@media (max-width: 30rem) {
  .Page-module__sbdGka__mainContent {
    border-radius: 1rem;
    padding: 1.5rem 1rem;
  }

  .Page-module__sbdGka__sidebar {
    border-radius: 1rem;
    padding: 1rem;
  }

  .Page-module__sbdGka__container {
    padding: 1.5rem .75rem;
  }
}

/* [project]/src/components/tours/detail/content/Services.module.css [app-client] (css) */
.Services-module__Nmuglq__container {
  flex-direction: column;
  gap: 2.125rem;
  width: 100%;
  display: flex;
}

.Services-module__Nmuglq__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-snug);
  color: var(--color-text-black);
  text-align: left;
  margin: 0;
}

.Services-module__Nmuglq__grid {
  justify-content: stretch;
  align-items: stretch;
  gap: .75rem;
  display: flex;
}

.Services-module__Nmuglq__card {
  background-color: var(--color-bg-gray);
  border-radius: .625rem;
  flex-direction: row;
  flex: 1;
  align-items: center;
  gap: 1.25rem;
  padding: .75rem .75rem .75rem 2.125rem;
  display: flex;
}

.Services-module__Nmuglq__description {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-black);
  text-align: left;
  flex: 1;
  margin: 0;
}

.Services-module__Nmuglq__imageContainer {
  border-radius: .625rem;
  flex-shrink: 0;
  width: 7.5625rem;
  height: 6.9375rem;
  overflow: hidden;
}

.Services-module__Nmuglq__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 48rem) {
  .Services-module__Nmuglq__container {
    gap: 1.75rem;
  }

  .Services-module__Nmuglq__title {
    font-size: 1.125rem;
  }

  .Services-module__Nmuglq__grid {
    flex-direction: column;
    gap: 1rem;
  }

  .Services-module__Nmuglq__card {
    gap: 1rem;
    padding: 1rem 1rem 1rem 1.75rem;
  }

  .Services-module__Nmuglq__description {
    font-size: .9375rem;
    line-height: 1.3;
  }

  .Services-module__Nmuglq__imageContainer {
    width: 6.875rem;
    height: 6.25rem;
  }

  .Services-module__Nmuglq__image {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 30rem) {
  .Services-module__Nmuglq__container {
    gap: 1.5rem;
  }

  .Services-module__Nmuglq__title {
    font-size: 1rem;
  }

  .Services-module__Nmuglq__grid {
    gap: .75rem;
  }

  .Services-module__Nmuglq__card {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
    padding: 1rem;
  }

  .Services-module__Nmuglq__description {
    font-size: .875rem;
    line-height: 1.4;
  }

  .Services-module__Nmuglq__imageContainer {
    align-self: stretch;
    width: 100%;
    height: 7.5rem;
  }

  .Services-module__Nmuglq__image {
    width: 100%;
    height: 100%;
  }
}

/* [project]/src/components/tours/detail/bottom/Experts.module.css [app-client] (css) */
.Experts-module__mMLRsG__container {
  width: 100%;
  margin-bottom: 3rem;
}

.Experts-module__mMLRsG__title {
  color: #000;
  margin-bottom: 2.125rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.Experts-module__mMLRsG__grid {
  flex-wrap: wrap;
  gap: 1.1875rem;
  display: flex;
}

.Experts-module__mMLRsG__card {
  background-color: var(--color-bg-primary);
  border: .0625rem solid var(--color-border-primary);
  border-radius: .625rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: calc(50% - .59375rem);
  max-width: 28.375rem;
  padding: 2.75rem;
  display: flex;
}

.Experts-module__mMLRsG__cardContent {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  display: flex;
}

.Experts-module__mMLRsG__avatar {
  border-radius: 50%;
  width: 7.625rem;
  height: 7.625rem;
  overflow: hidden;
}

.Experts-module__mMLRsG__avatarImage {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.Experts-module__mMLRsG__info {
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.Experts-module__mMLRsG__name {
  text-align: center;
  color: #000;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.Experts-module__mMLRsG__experience {
  text-align: center;
  color: #000;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.Experts-module__mMLRsG__learnMore {
  color: var(--color-brand-dark);
  cursor: pointer;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.Experts-module__mMLRsG__callButton {
  background-color: var(--color-brand-tertiary);
  color: var(--color-bg-primary);
  cursor: pointer;
  border: none;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 14.0625rem;
  height: 3.25rem;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.Experts-module__mMLRsG__callButton:hover {
  background-color: var(--color-brand-primary);
}

.Experts-module__mMLRsG__callIcon {
  font-size: 1.25rem;
}

@media (max-width: 62rem) {
  .Experts-module__mMLRsG__card {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 48rem) {
  .Experts-module__mMLRsG__title {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }

  .Experts-module__mMLRsG__card {
    gap: 1.5rem;
    padding: 2rem;
  }

  .Experts-module__mMLRsG__avatar {
    width: 6.25rem;
    height: 6.25rem;
  }

  .Experts-module__mMLRsG__name, .Experts-module__mMLRsG__experience {
    font-size: 1rem;
  }

  .Experts-module__mMLRsG__learnMore {
    font-size: .875rem;
  }

  .Experts-module__mMLRsG__callButton {
    width: 12.5rem;
    height: 2.875rem;
    padding: .5rem 1.25rem;
    font-size: .875rem;
  }
}

@media (max-width: 30rem) {
  .Experts-module__mMLRsG__title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }

  .Experts-module__mMLRsG__card {
    gap: 1.25rem;
    padding: 1.5rem;
  }

  .Experts-module__mMLRsG__cardContent {
    gap: 1rem;
  }

  .Experts-module__mMLRsG__avatar {
    width: 5rem;
    height: 5rem;
  }

  .Experts-module__mMLRsG__name {
    font-size: .9375rem;
  }

  .Experts-module__mMLRsG__experience {
    font-size: .875rem;
  }

  .Experts-module__mMLRsG__learnMore {
    font-size: .8125rem;
  }

  .Experts-module__mMLRsG__callButton {
    width: 11.25rem;
    height: 2.5rem;
    padding: .5rem 1rem;
    font-size: .8125rem;
  }
}

/* [project]/src/components/tours/detail/bottom/FAQ.module.css [app-client] (css) */
.FAQ-module__xmiOUG__container {
  width: 100%;
  margin-bottom: 3rem;
}

.FAQ-module__xmiOUG__title {
  color: #000;
  margin-bottom: 3.375rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.FAQ-module__xmiOUG__faqList {
  flex-direction: column;
  gap: .0625rem;
  display: flex;
}

.FAQ-module__xmiOUG__faqItem {
  border-bottom: .0625rem solid var(--color-brand-light);
}

.FAQ-module__xmiOUG__faqItem.FAQ-module__xmiOUG__expanded {
  border-bottom: none;
}

.FAQ-module__xmiOUG__question {
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: var(--color-text-dark);
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.FAQ-module__xmiOUG__question:hover {
  background-color: var(--color-brand-secondary-rgba-light);
}

.FAQ-module__xmiOUG__questionText {
  flex-grow: 1;
}

.FAQ-module__xmiOUG__chevron {
  background-color: var(--color-brand-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  position: relative;
}

.FAQ-module__xmiOUG__chevron:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: .875rem;
  height: .5rem;
  display: block;
}

.FAQ-module__xmiOUG__chevron.FAQ-module__xmiOUG__down:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%239898E7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.FAQ-module__xmiOUG__chevron.FAQ-module__xmiOUG__up:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L7 1L13 7' stroke='%236262DA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.FAQ-module__xmiOUG__answer {
  color: var(--color-text-dark);
  border-bottom: .0625rem solid var(--color-brand-secondary);
  padding: 1.5rem 5.6875rem 3rem 3.375rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media (max-width: 48rem) {
  .FAQ-module__xmiOUG__title {
    margin-bottom: 2.125rem;
    font-size: 1.25rem;
  }

  .FAQ-module__xmiOUG__question {
    padding: 1.25rem;
    font-size: 1rem;
  }

  .FAQ-module__xmiOUG__chevron {
    width: 2.25rem;
    height: 2.25rem;
  }

  .FAQ-module__xmiOUG__answer {
    padding: 1.25rem 2.5rem 2.125rem 1.25rem;
    font-size: 1rem;
  }
}

@media (max-width: 30rem) {
  .FAQ-module__xmiOUG__title {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
  }

  .FAQ-module__xmiOUG__question {
    padding: 1rem;
    font-size: .9375rem;
  }

  .FAQ-module__xmiOUG__chevron {
    width: 2rem;
    height: 2rem;
  }

  .FAQ-module__xmiOUG__answer {
    padding: 1rem 1.5rem 1.5rem 1rem;
    font-size: .875rem;
  }
}

/* [project]/src/components/tours/detail/modals/BookingForm.module.css [app-client] (css) */
.BookingForm-module__DOwqtq__container {
  background-color: var(--color-bg-primary);
  width: 100%;
  box-shadow: 0 .125rem .5rem var(--color-shadow-light);
  border-radius: .625rem;
  padding: 2rem;
}

.BookingForm-module__DOwqtq__title {
  color: #000;
  margin: 0 0 1.5rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.BookingForm-module__DOwqtq__form {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

.BookingForm-module__DOwqtq__formGroup {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.BookingForm-module__DOwqtq__label {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

.BookingForm-module__DOwqtq__input, .BookingForm-module__DOwqtq__select, .BookingForm-module__DOwqtq__textarea {
  border: .0625rem solid var(--color-brand-light);
  color: #000;
  border-radius: .5rem;
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  transition: border-color .2s;
}

.BookingForm-module__DOwqtq__input:focus, .BookingForm-module__DOwqtq__select:focus, .BookingForm-module__DOwqtq__textarea:focus {
  border-color: var(--color-brand-tertiary);
  outline: none;
}

.BookingForm-module__DOwqtq__input:disabled, .BookingForm-module__DOwqtq__select:disabled, .BookingForm-module__DOwqtq__textarea:disabled {
  background-color: var(--color-bg-light-gray);
  cursor: not-allowed;
}

.BookingForm-module__DOwqtq__textarea {
  resize: vertical;
  min-height: 6.25rem;
}

.BookingForm-module__DOwqtq__formActions {
  justify-content: center;
  margin-top: .5rem;
  display: flex;
}

.BookingForm-module__DOwqtq__submitButton {
  background-color: var(--color-brand-tertiary);
  color: var(--color-bg-primary);
  cursor: pointer;
  border: none;
  border-radius: .625rem;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: background-color .2s;
}

.BookingForm-module__DOwqtq__submitButton:hover:not(:disabled) {
  background-color: var(--color-brand-primary);
}

.BookingForm-module__DOwqtq__submitButton:disabled {
  background-color: var(--color-brand-secondary);
  cursor: not-allowed;
}

.BookingForm-module__DOwqtq__errorMessage {
  background-color: var(--color-error-light);
  border: .0625rem solid var(--color-error-medium);
  color: var(--color-accent);
  border-radius: .5rem;
  margin-bottom: 1.25rem;
  padding: .75rem 1rem;
  font-size: .875rem;
}

.BookingForm-module__DOwqtq__successMessage {
  text-align: center;
  padding: 1.5rem 0;
}

.BookingForm-module__DOwqtq__successTitle {
  color: var(--color-brand-tertiary);
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.BookingForm-module__DOwqtq__successText {
  color: #000;
  margin: 0 0 1.5rem;
  font-size: 1rem;
}

.BookingForm-module__DOwqtq__newRequestButton {
  background-color: var(--color-brand-tertiary);
  color: var(--color-bg-primary);
  cursor: pointer;
  border: none;
  border-radius: .625rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .2s;
}

.BookingForm-module__DOwqtq__newRequestButton:hover {
  background-color: var(--color-brand-primary);
}

.BookingForm-module__DOwqtq__disclaimer {
  color: var(--color-text-light);
  text-align: center;
  margin: 1rem 0 0;
  font-size: .75rem;
}

@media (max-width: 48rem) {
  .BookingForm-module__DOwqtq__container {
    padding: 1.5rem;
  }

  .BookingForm-module__DOwqtq__title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }

  .BookingForm-module__DOwqtq__input, .BookingForm-module__DOwqtq__select, .BookingForm-module__DOwqtq__textarea {
    padding: .625rem .875rem;
    font-size: .9375rem;
  }

  .BookingForm-module__DOwqtq__submitButton {
    padding: .875rem 1.75rem;
    font-size: 1rem;
  }

  .BookingForm-module__DOwqtq__successTitle {
    font-size: 1.375rem;
  }
}

@media (max-width: 30rem) {
  .BookingForm-module__DOwqtq__container {
    padding: 1.25rem;
  }

  .BookingForm-module__DOwqtq__title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }

  .BookingForm-module__DOwqtq__form {
    gap: 1rem;
  }

  .BookingForm-module__DOwqtq__label {
    font-size: .875rem;
  }

  .BookingForm-module__DOwqtq__input, .BookingForm-module__DOwqtq__select, .BookingForm-module__DOwqtq__textarea {
    padding: .5rem .75rem;
    font-size: .875rem;
  }

  .BookingForm-module__DOwqtq__submitButton {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
  }

  .BookingForm-module__DOwqtq__successTitle {
    font-size: 1.25rem;
  }

  .BookingForm-module__DOwqtq__successText {
    font-size: .875rem;
  }

  .BookingForm-module__DOwqtq__newRequestButton {
    padding: .625rem 1.25rem;
    font-size: .875rem;
  }
}

/* [project]/src/components/tours/detail/modals/CallbackForm.module.css [app-client] (css) */
.CallbackForm-module__D66Iuq__container {
  background-color: var(--color-bg-primary);
  width: 100%;
  box-shadow: 0 .125rem .5rem var(--color-shadow-light);
  border-radius: .625rem;
  padding: 1.5rem;
}

.CallbackForm-module__D66Iuq__title {
  color: #000;
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.CallbackForm-module__D66Iuq__form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.CallbackForm-module__D66Iuq__formGroup {
  flex-direction: column;
  gap: .375rem;
  display: flex;
}

.CallbackForm-module__D66Iuq__label {
  color: #000;
  font-size: .875rem;
  font-weight: 500;
}

.CallbackForm-module__D66Iuq__input, .CallbackForm-module__D66Iuq__select, .CallbackForm-module__D66Iuq__textarea {
  border: .0625rem solid var(--color-brand-light);
  color: #000;
  border-radius: .5rem;
  width: 100%;
  padding: .625rem .875rem;
  font-size: .875rem;
  transition: border-color .2s;
}

.CallbackForm-module__D66Iuq__input:focus, .CallbackForm-module__D66Iuq__select:focus, .CallbackForm-module__D66Iuq__textarea:focus {
  border-color: var(--color-brand-tertiary);
  outline: none;
}

.CallbackForm-module__D66Iuq__input:disabled, .CallbackForm-module__D66Iuq__select:disabled, .CallbackForm-module__D66Iuq__textarea:disabled {
  background-color: var(--color-bg-light-gray);
  cursor: not-allowed;
}

.CallbackForm-module__D66Iuq__textarea {
  resize: vertical;
  min-height: 5rem;
}

.CallbackForm-module__D66Iuq__formActions {
  justify-content: center;
  margin-top: .5rem;
  display: flex;
}

.CallbackForm-module__D66Iuq__submitButton {
  background-color: var(--color-brand-tertiary);
  color: var(--color-bg-primary);
  cursor: pointer;
  border: none;
  border-radius: .625rem;
  width: 100%;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .2s;
}

.CallbackForm-module__D66Iuq__submitButton:hover:not(:disabled) {
  background-color: var(--color-brand-primary);
}

.CallbackForm-module__D66Iuq__submitButton:disabled {
  background-color: var(--color-brand-secondary);
  cursor: not-allowed;
}

.CallbackForm-module__D66Iuq__errorMessage {
  background-color: var(--color-error-light);
  border: .0625rem solid var(--color-error-medium);
  color: var(--color-accent);
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: .625rem .875rem;
  font-size: .875rem;
}

.CallbackForm-module__D66Iuq__successMessage {
  text-align: center;
  padding: 1rem 0;
}

.CallbackForm-module__D66Iuq__successTitle {
  color: var(--color-brand-tertiary);
  margin: 0 0 .75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.CallbackForm-module__D66Iuq__successText {
  color: #000;
  margin: 0 0 1.25rem;
  font-size: .875rem;
}

.CallbackForm-module__D66Iuq__closeButton {
  background-color: var(--color-brand-tertiary);
  color: var(--color-bg-primary);
  cursor: pointer;
  border: none;
  border-radius: .625rem;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color .2s;
}

.CallbackForm-module__D66Iuq__closeButton:hover {
  background-color: var(--color-brand-primary);
}

.CallbackForm-module__D66Iuq__disclaimer {
  color: var(--color-text-light);
  text-align: center;
  margin: .75rem 0 0;
  font-size: .75rem;
}

@media (max-width: 30rem) {
  .CallbackForm-module__D66Iuq__container {
    padding: 1rem;
  }

  .CallbackForm-module__D66Iuq__title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }

  .CallbackForm-module__D66Iuq__form {
    gap: .75rem;
  }

  .CallbackForm-module__D66Iuq__label {
    font-size: .8125rem;
  }

  .CallbackForm-module__D66Iuq__input, .CallbackForm-module__D66Iuq__select, .CallbackForm-module__D66Iuq__textarea {
    padding: .5rem .75rem;
    font-size: .8125rem;
  }

  .CallbackForm-module__D66Iuq__submitButton {
    padding: .625rem 1.25rem;
    font-size: .875rem;
  }

  .CallbackForm-module__D66Iuq__successTitle {
    font-size: 1.125rem;
  }

  .CallbackForm-module__D66Iuq__successText {
    font-size: .8125rem;
  }

  .CallbackForm-module__D66Iuq__closeButton {
    padding: .5rem 1rem;
    font-size: .8125rem;
  }
}

/* [project]/src/components/tours/detail/modals/BookingModal.module.css [app-client] (css) */
.BookingModal-module__SGeV_W__overlay {
  background-color: var(--color-shadow-overlay);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.BookingModal-module__SGeV_W__overlay[data-modal-index="1"] {
  z-index: 1001;
}

.BookingModal-module__SGeV_W__overlay[data-modal-index="2"] {
  z-index: 1002;
}

.BookingModal-module__SGeV_W__overlay[data-modal-index="3"] {
  z-index: 1003;
}

.BookingModal-module__SGeV_W__modal {
  background-color: var(--color-bg-primary);
  box-shadow: 0 .25rem 1.25rem var(--color-shadow-dark);
  border-radius: .625rem;
  width: 100%;
  max-width: 31.25rem;
  max-height: 90vh;
  animation: .3s BookingModal-module__SGeV_W__fadeIn;
  position: relative;
  overflow-y: auto;
}

.BookingModal-module__SGeV_W__modal[data-modal-type="all-dates"] {
  max-width: 52.75rem;
}

.BookingModal-module__SGeV_W__closeButton {
  cursor: pointer;
  color: var(--color-text-light);
  z-index: 10;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .3125rem;
  font-size: 1.75rem;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: .625rem;
  right: .625rem;
}

.BookingModal-module__SGeV_W__closeButton:hover {
  background-color: var(--color-shadow-light);
}

@keyframes BookingModal-module__SGeV_W__fadeIn {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }

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

@media (max-width: 36rem) {
  .BookingModal-module__SGeV_W__overlay {
    padding: .625rem;
  }

  .BookingModal-module__SGeV_W__modal {
    width: 100%;
    max-width: none;
    max-height: 95vh;
  }
}

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