/* [project]/src/components/home/filters/components/ArrowStyles.module.css [app-client] (css) */
.ArrowStyles-module__8lOc2a__arrow {
  width: 2.3125rem;
  height: 2.3125rem;
  position: relative;
}

.ArrowStyles-module__8lOc2a__arrowElement2 {
  position: absolute;
  top: .25rem;
  left: .53125rem;
}

.ArrowStyles-module__8lOc2a__arrowElement1 {
  position: absolute;
  top: .6875rem;
  left: .53125rem;
}

/* [project]/src/components/home/filters/components/FilterFormStyles.module.css [app-client] (css) */
.FilterFormStyles-module__PCZHrG__filterWrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 62.0625rem;
  margin: 0 auto;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.FilterFormStyles-module__PCZHrG__searchForm {
  width: 100%;
  box-shadow: 0rem .25rem .4125rem 0rem var(--color-shadow-medium);
  border-radius: .625rem .625rem 0 0;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.FilterFormStyles-module__PCZHrG__filterCell {
  background: var(--color-bg-primary);
  cursor: pointer;
  border: none;
  border-radius: .625rem 0 0 .625rem;
  justify-content: space-between;
  align-items: center;
  width: 17.125rem;
  height: 4.1875rem;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.FilterFormStyles-module__PCZHrG__filterCell:nth-child(2), .FilterFormStyles-module__PCZHrG__filterCell:nth-child(3) {
  background: var(--color-bg-primary);
  border: none;
  border-radius: 0;
}

.FilterFormStyles-module__PCZHrG__cellContent {
  align-items: center;
  gap: .9375rem;
  width: 13.75rem;
  height: 3.6875rem;
  padding: .25rem 0 .25rem .1875rem;
  display: flex;
}

.FilterFormStyles-module__PCZHrG__separator {
  border-left: .0625rem solid #0000;
  width: 0;
  height: 3.6875rem;
}

.FilterFormStyles-module__PCZHrG__cellBody {
  flex-direction: column;
  gap: .125rem;
  width: 100%;
  display: flex;
}

.FilterFormStyles-module__PCZHrG__cellLabel {
  align-items: center;
  gap: .625rem;
  padding: 0 .75rem;
  display: flex;
}

.FilterFormStyles-module__PCZHrG__labelText {
  font: 600 .875rem / 1.25 var(--font-open-sans);
  color: var(--color-text-secondary);
}

.FilterFormStyles-module__PCZHrG__cellValue {
  background: none;
  border-radius: 1.25rem;
  align-items: center;
  gap: .625rem;
  width: fit-content;
  max-width: 100%;
  padding: .375rem .625rem;
  display: flex;
}

.FilterFormStyles-module__PCZHrG__valueText {
  font: 500 .9375rem / 1.2 var(--font-open-sans);
  color: var(--color-text-secondary);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 11.25rem;
  overflow: hidden;
}

.FilterFormStyles-module__PCZHrG__cellArrow {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.3125rem;
  margin-right: .625rem;
  display: flex;
}

.FilterFormStyles-module__PCZHrG__searchBtn {
  background: var(--color-accent);
  cursor: pointer;
  border: none;
  border-radius: 0 .625rem .625rem 0;
  justify-content: center;
  align-items: center;
  width: 10.6875rem;
  height: 4.1875rem;
  transition: background .2s;
  display: flex;
  position: relative;
}

.FilterFormStyles-module__PCZHrG__searchBtnBg {
  display: none;
}

.FilterFormStyles-module__PCZHrG__searchBtnText {
  font: 500 1rem / 1.25 var(--font-open-sans);
  color: var(--color-bg-primary);
}

.FilterFormStyles-module__PCZHrG__moreFilters {
  background: var(--color-bg-secondary);
  cursor: pointer;
  border: none;
  border-radius: 0 0 .625rem .625rem;
  justify-content: center;
  align-items: center;
  width: 11.5625rem;
  height: 3rem;
  margin-top: -.0625rem;
  transition: background .2s;
  display: flex;
  position: relative;
}

.FilterFormStyles-module__PCZHrG__moreFiltersBg {
  display: none;
}

.FilterFormStyles-module__PCZHrG__moreFiltersContent {
  align-items: center;
  gap: .5625rem;
  display: flex;
}

.FilterFormStyles-module__PCZHrG__plusIcon {
  width: 1.0625rem;
  height: 1.0625rem;
}

.FilterFormStyles-module__PCZHrG__moreFiltersText {
  font: 500 1rem / 1.2 var(--font-open-sans);
  color: var(--color-text-muted);
}

.FilterFormStyles-module__PCZHrG__filterCell:hover {
  box-shadow: 0 .125rem .5rem var(--color-shadow-medium);
  transform: translateY(-.0625rem);
}

.FilterFormStyles-module__PCZHrG__searchBtn:hover {
  background: var(--color-accent-hover);
}

.FilterFormStyles-module__PCZHrG__moreFilters:hover {
  background: var(--color-bg-secondary);
}

@media (max-width: 48rem) {
  .FilterFormStyles-module__PCZHrG__filterWrapper {
    width: 100%;
    max-width: 100vw;
    padding: 1rem .75rem;
  }

  .FilterFormStyles-module__PCZHrG__searchForm {
    width: 100%;
    box-shadow: none;
    flex-direction: column;
    gap: .625rem;
  }

  .FilterFormStyles-module__PCZHrG__filterCell, .FilterFormStyles-module__PCZHrG__filterCell:nth-child(2), .FilterFormStyles-module__PCZHrG__filterCell:nth-child(3) {
    background: var(--color-bg-primary);
    border-radius: .625rem;
    outline: none;
    width: 100%;
    border: none !important;
  }

  .FilterFormStyles-module__PCZHrG__searchBtn {
    background: var(--color-brand-cyan);
    border-radius: .625rem;
    width: 100%;
    height: 3.5rem;
  }

  .FilterFormStyles-module__PCZHrG__searchBtn:hover {
    background: var(--color-brand-cyan-dark, #1a1a7a);
  }

  .FilterFormStyles-module__PCZHrG__moreFilters {
    border-radius: .625rem;
    width: 100%;
  }

  .FilterFormStyles-module__PCZHrG__cellContent {
    width: calc(100% - 3.75rem);
  }

  .FilterFormStyles-module__PCZHrG__valueText {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
  }
}

@media (max-width: 30rem) {
  .FilterFormStyles-module__PCZHrG__filterWrapper {
    gap: .3125rem;
  }

  .FilterFormStyles-module__PCZHrG__filterCell {
    height: 3.5rem;
    padding: 0 .9375rem 0 0;
  }

  .FilterFormStyles-module__PCZHrG__cellContent {
    gap: .625rem;
    padding: .25rem 0;
  }

  .FilterFormStyles-module__PCZHrG__cellArrow {
    width: 1.875rem;
    height: 1.875rem;
  }

  .FilterFormStyles-module__PCZHrG__labelText {
    font-size: .75rem;
  }

  .FilterFormStyles-module__PCZHrG__valueText, .FilterFormStyles-module__PCZHrG__searchBtnText, .FilterFormStyles-module__PCZHrG__moreFiltersText {
    font-size: .875rem;
  }
}

/* [project]/src/components/home/hero/HeroStyles.module.css [app-client] (css) */
.HeroStyles-module__jrDjvq__hero {
  background-color: var(--color-bg-dark);
  width: 100%;
  height: 52.75rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.HeroStyles-module__jrDjvq__bgLayers {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.HeroStyles-module__jrDjvq__bgVideo {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.HeroStyles-module__jrDjvq__mainContent {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.HeroStyles-module__jrDjvq__heroSection {
  flex-direction: column;
  align-self: stretch;
  gap: 4.625rem;
  width: 100%;
  padding-top: 5.875rem;
  display: flex;
}

.HeroStyles-module__jrDjvq__heroTextContainer {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 6.625rem;
  padding: 0 17.5625rem;
  display: flex;
}

.HeroStyles-module__jrDjvq__glassBackdrop {
  -webkit-backdrop-filter: blur(.9375rem);
  z-index: 1;
  background: linear-gradient(135deg, #ffffff40 0%, #ffffff1a 50%, #ffffff0d 100%);
  border: .0625rem solid #fff6;
  border-radius: 1.25rem;
  padding: 2.5rem;
  position: relative;
  box-shadow: inset 0 .0625rem #ffffff4d, 0 .5rem 2rem #00000026;
}

.HeroStyles-module__jrDjvq__glassBackdrop:before {
  content: "";
  background: inherit;
  filter: url("#glass");
  z-index: -1;
  border-radius: 1.25rem;
  position: absolute;
  inset: 0;
}

.HeroStyles-module__jrDjvq__heroText {
  width: 65.5rem;
  font-family: var(--font-pt-serif);
  text-align: center;
  z-index: 20;
  color: var(--color-bg-primary);
  text-shadow: .0625rem .0625rem #0003, -.0625rem -.0625rem #0003, .0625rem -.0625rem #0003, -.0625rem .0625rem #0003;
  margin: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.HeroStyles-module__jrDjvq__subtext {
  font-family: var(--font-open-sans);
  text-align: center;
  z-index: 20;
  color: var(--color-bg-primary);
  text-shadow: .0625rem .0625rem #0003, -.0625rem -.0625rem #0003, .0625rem -.0625rem #0003, -.0625rem .0625rem #0003;
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.HeroStyles-module__jrDjvq__filterContainer {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  padding: 0 12.5rem;
  display: flex;
}

.HeroStyles-module__jrDjvq__personalBtn {
  background: var(--color-accent);
  width: 21.125rem;
  height: 3.4375rem;
  font-family: var(--font-open-sans);
  letter-spacing: 0.625%;
  color: var(--color-bg-primary);
  cursor: pointer;
  border: none;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: 3.3125rem;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
}

.HeroStyles-module__jrDjvq__personalBtn:hover {
  background: var(--color-brand-dark);
}

@media (max-width: 75rem) {
  .HeroStyles-module__jrDjvq__heroTextContainer {
    padding: 0 6.25rem;
  }

  .HeroStyles-module__jrDjvq__heroText {
    width: 100%;
    font-size: 3rem;
  }

  .HeroStyles-module__jrDjvq__filterContainer {
    padding: 0 6.25rem;
  }

  .HeroStyles-module__jrDjvq__glassBackdrop {
    padding: 1.875rem;
  }
}

@media (max-width: 56.25rem) {
  .HeroStyles-module__jrDjvq__heroTextContainer {
    padding: 0 2.5rem;
  }

  .HeroStyles-module__jrDjvq__heroText {
    font-size: 2.625rem;
  }

  .HeroStyles-module__jrDjvq__subtext {
    font-size: 1.25rem;
  }

  .HeroStyles-module__jrDjvq__glassBackdrop {
    border-radius: .9375rem;
    padding: 1.5625rem;
  }

  .HeroStyles-module__jrDjvq__filterContainer {
    padding: 0 2.5rem;
  }
}

@media (max-width: 48rem) {
  .HeroStyles-module__jrDjvq__hero {
    height: 100vh;
    min-height: 37.5rem;
    margin-top: 0;
  }

  .HeroStyles-module__jrDjvq__heroSection {
    gap: 2.5rem;
    padding-top: 3.75rem;
  }

  .HeroStyles-module__jrDjvq__heroTextContainer {
    gap: 3.75rem;
    padding: 0 1.25rem;
  }

  .HeroStyles-module__jrDjvq__heroText {
    font-size: 2rem;
    line-height: 1.1;
  }

  .HeroStyles-module__jrDjvq__subtext {
    font-size: 1rem;
  }

  .HeroStyles-module__jrDjvq__filterContainer {
    padding: 0 1.25rem;
  }

  .HeroStyles-module__jrDjvq__personalBtn {
    width: 17.5rem;
  }

  .HeroStyles-module__jrDjvq__glassBackdrop {
    border-radius: .75rem;
    padding: 1.25rem;
  }
}

@media (max-width: 30rem) {
  .HeroStyles-module__jrDjvq__heroTextContainer {
    padding: 0 .9375rem;
  }

  .HeroStyles-module__jrDjvq__heroText {
    font-size: 1.75rem;
  }

  .HeroStyles-module__jrDjvq__subtext {
    font-size: .875rem;
  }

  .HeroStyles-module__jrDjvq__glassBackdrop {
    border-radius: .625rem;
    padding: .9375rem;
  }

  .HeroStyles-module__jrDjvq__filterContainer {
    padding: 0 .9375rem;
  }

  .HeroStyles-module__jrDjvq__personalBtn {
    width: 16.25rem;
    font-size: .875rem;
  }
}

/* [project]/src/components/home/filters-section/FilterSectionStyles.module.css [app-client] (css) */
.FilterSectionStyles-module__kY9P3q__filterSection {
  width: 100%;
  padding: 0;
  position: relative;
  background: var(--color-bg-primary) !important;
  background-color: var(--color-bg-primary) !important;
  background-image: none !important;
}

.FilterSectionStyles-module__kY9P3q__filterSection:before, .FilterSectionStyles-module__kY9P3q__filterSection:after {
  background: none !important;
  display: none !important;
}

.FilterSectionStyles-module__kY9P3q__contentWrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
  padding: 0;
  background: var(--color-bg-primary) !important;
  background-color: var(--color-bg-primary) !important;
  background-image: none !important;
}

.FilterSectionStyles-module__kY9P3q__contentWrapper:before, .FilterSectionStyles-module__kY9P3q__contentWrapper:after {
  background: none !important;
  display: none !important;
}

.FilterSectionStyles-module__kY9P3q__wrapper {
  align-items: flex-end;
  gap: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 2.625rem;
  display: flex;
  background: none !important;
}

.FilterSectionStyles-module__kY9P3q__wrapper:before, .FilterSectionStyles-module__kY9P3q__wrapper:after {
  background: none !important;
  display: none !important;
}

@media (max-width: 75rem) {
  .FilterSectionStyles-module__kY9P3q__filterSection {
    padding-left: 1.25rem;
  }

  .FilterSectionStyles-module__kY9P3q__contentWrapper {
    padding: 0 1.25rem 0 .75rem;
  }
}

@media (max-width: 64rem) {
  .FilterSectionStyles-module__kY9P3q__filterSection {
    padding-left: 1rem;
  }

  .FilterSectionStyles-module__kY9P3q__contentWrapper {
    padding: 0 1rem 0 .75rem;
  }
}

@media (max-width: 48rem) {
  .FilterSectionStyles-module__kY9P3q__filterSection {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 0;
  }

  .FilterSectionStyles-module__kY9P3q__contentWrapper {
    padding: 0 1rem 0 .75rem;
  }

  .FilterSectionStyles-module__kY9P3q__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 30rem) {
  .FilterSectionStyles-module__kY9P3q__filterSection {
    padding: 1.25rem 0;
  }

  .FilterSectionStyles-module__kY9P3q__wrapper {
    gap: .9375rem;
  }

  .FilterSectionStyles-module__kY9P3q__personalBtn {
    width: 100%;
  }
}

/* [project]/src/components/home/experience/ExperienceSection.module.css [app-client] (css) */
.ExperienceSection-module__kZHTeW__section {
  padding: 0;
}

.ExperienceSection-module__kZHTeW__outerContainer {
  flex-direction: column;
  gap: 1.375rem;
  width: 88.8125rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
}

.ExperienceSection-module__kZHTeW__arrows {
  align-items: center;
  gap: .75rem;
  height: 100%;
  display: flex;
}

.ExperienceSection-module__kZHTeW__arrowBtn {
  cursor: pointer;
  aspect-ratio: 1;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.ExperienceSection-module__kZHTeW__arrowBtn svg {
  width: 100%;
  height: 100%;
}

.ExperienceSection-module__kZHTeW__arrowBtn:hover {
  opacity: .9;
  transform: scale(1.1);
}

.ExperienceSection-module__kZHTeW__arrowBtn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.ExperienceSection-module__kZHTeW__arrowBtn:disabled:hover {
  transform: none;
}

@media (max-width: 48rem) {
  .ExperienceSection-module__kZHTeW__arrows {
    display: none;
  }
}

.ExperienceSection-module__kZHTeW__cardsViewport {
  min-width: 0;
  height: auto;
  overflow: hidden;
}

.ExperienceSection-module__kZHTeW__cardsScroller {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  overscroll-behavior-x: contain;
  contain: layout style paint;
  align-items: flex-start;
  gap: 4rem;
  min-width: 0;
  height: auto;
  padding: 1.5rem 0;
  display: flex;
  overflow-x: auto;
  transform: translateZ(0);
}

.ExperienceSection-module__kZHTeW__cardsScroller::-webkit-scrollbar {
  display: none;
}

.ExperienceSection-module__kZHTeW__cardItem {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}

.ExperienceSection-module__kZHTeW__cardLink {
  color: inherit;
  text-decoration: none;
  display: block;
}

.ExperienceSection-module__kZHTeW__cardWrapper {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 2.4375rem;
  width: 26.25rem;
  transition: transform .2s;
  display: flex;
}

.ExperienceSection-module__kZHTeW__cardLink:hover .ExperienceSection-module__kZHTeW__cardWrapper {
  transform: translateY(-.25rem);
}

.ExperienceSection-module__kZHTeW__cardImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.875rem;
  width: 100%;
  height: 14.1875rem;
}

.ExperienceSection-module__kZHTeW__cardTitleWrapper {
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
}

.ExperienceSection-module__kZHTeW__cardTitle {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-semibold);
  color: var(--color-brand-cyan);
  white-space: pre-wrap;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 90rem) {
  .ExperienceSection-module__kZHTeW__outerContainer {
    width: 100%;
  }
}

@media (max-width: 64rem) {
  .ExperienceSection-module__kZHTeW__cardWrapper {
    width: 23.75rem;
  }

  .ExperienceSection-module__kZHTeW__cardImage {
    height: 12.5rem;
  }

  .ExperienceSection-module__kZHTeW__cardTitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 48rem) {
  .ExperienceSection-module__kZHTeW__outerContainer {
    gap: 1rem;
    padding: 0 1rem;
  }

  .ExperienceSection-module__kZHTeW__cardsScroller {
    gap: 2rem;
  }

  .ExperienceSection-module__kZHTeW__cardWrapper {
    width: 18.75rem;
  }

  .ExperienceSection-module__kZHTeW__cardImage {
    background-position: center;
    background-size: cover;
    height: 11.25rem;
  }

  .ExperienceSection-module__kZHTeW__cardTitle {
    color: var(--color-brand-cyan);
    font-size: 1.125rem;
  }

  .ExperienceSection-module__kZHTeW__cardTitleWrapper {
    padding: 0 1rem;
  }
}

/* [project]/src/components/home/cruises/CruisesSectionStyles.module.css [app-client] (css) */
.CruisesSectionStyles-module__lc7lUW__wrap {
  background: var(--color-bg-extended);
  padding: 1rem 0;
  position: relative;
}

.CruisesSectionStyles-module__lc7lUW__outerContainer {
  flex-direction: column;
  gap: 1.375rem;
  width: 88.8125rem;
  margin: 0 auto;
  padding: 1.8125rem 1.5rem;
  display: flex;
}

.CruisesSectionStyles-module__lc7lUW__cardsViewport {
  min-width: 0;
  margin-top: 1.5rem;
  overflow: hidden;
}

.CruisesSectionStyles-module__lc7lUW__mobileCarousel {
  display: none;
}

.CruisesSectionStyles-module__lc7lUW__mobileScroller {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  touch-action: manipulation;
  will-change: scroll-position;
  display: flex;
  overflow-x: auto;
  transform: translateZ(0);
}

.CruisesSectionStyles-module__lc7lUW__mobileScroller::-webkit-scrollbar {
  display: none;
}

.CruisesSectionStyles-module__lc7lUW__mobileSlide {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex: 0 0 100%;
  width: 100%;
  transform: translateZ(0);
}

.CruisesSectionStyles-module__lc7lUW__mobileSlide > * {
  width: 100%;
}

.CruisesSectionStyles-module__lc7lUW__mobileDots {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  display: flex;
}

.CruisesSectionStyles-module__lc7lUW__dot {
  background: var(--color-text-secondary);
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  width: .5rem;
  height: .5rem;
  padding: 0;
  transition: background-color .25s, transform .25s;
}

.CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="0"] .CruisesSectionStyles-module__lc7lUW__dot:first-child, .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="1"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(2), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="2"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(3), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="3"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(4), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="4"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(5), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="5"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(6), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="6"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(7), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="7"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(8), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="8"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(9), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="9"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(10), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="10"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(11), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="11"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(12), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="12"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(13), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="13"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(14), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="14"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(15), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="15"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(16), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="16"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(17), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="17"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(18), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="18"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(19), .CruisesSectionStyles-module__lc7lUW__mobileDots[data-active-dot="19"] .CruisesSectionStyles-module__lc7lUW__dot:nth-child(20) {
  background: var(--color-accent);
  transform: scale(1.2);
}

.CruisesSectionStyles-module__lc7lUW__arrows {
  align-items: center;
  gap: .75rem;
  height: 100%;
  display: flex;
}

.CruisesSectionStyles-module__lc7lUW__arrows button {
  cursor: pointer;
  background: none;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.CruisesSectionStyles-module__lc7lUW__arrows button svg {
  width: 100%;
  height: 100%;
}

.CruisesSectionStyles-module__lc7lUW__arrows button:hover {
  opacity: .9;
  transform: scale(1.1);
}

.CruisesSectionStyles-module__lc7lUW__arrows button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.CruisesSectionStyles-module__lc7lUW__arrows button:disabled:hover {
  transform: none;
}

@media (max-width: 56.25rem) {
  .CruisesSectionStyles-module__lc7lUW__arrows {
    display: none;
  }
}

.CruisesSectionStyles-module__lc7lUW__scroller {
  scroll-behavior: smooth;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  user-select: none;
  align-items: stretch;
  gap: 1.125rem;
  min-width: 0;
  padding: 1rem;
  display: flex;
  overflow-x: auto;
  transform: translateZ(0);
}

.CruisesSectionStyles-module__lc7lUW__scrollerCard {
  flex-direction: column;
  flex-shrink: 0;
  align-self: stretch;
  width: calc(50% - .5625rem);
  min-width: 0;
  max-width: calc(50% - .5625rem);
  display: flex;
}

.CruisesSectionStyles-module__lc7lUW__scrollerCard > * {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.CruisesSectionStyles-module__lc7lUW__scrollerCard > * > * {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
}

@media (min-width: 71.6875rem) {
  .CruisesSectionStyles-module__lc7lUW__scrollerCard {
    width: calc(33.3333% - .75rem);
    max-width: calc(33.3333% - .75rem);
  }
}

@media (min-width: 90rem) {
  .CruisesSectionStyles-module__lc7lUW__scrollerCard {
    width: 20.6094rem;
    max-width: 20.6094rem;
  }
}

@media (max-width: 48rem) and (min-width: 31.25rem) {
  .CruisesSectionStyles-module__lc7lUW__mobileSlide {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 31.25rem) {
  .CruisesSectionStyles-module__lc7lUW__mobileSlide {
    flex: 0 0 100%;
    width: 100%;
  }
}

.CruisesSectionStyles-module__lc7lUW__scroller::-webkit-scrollbar {
  display: none;
}

.CruisesSectionStyles-module__lc7lUW__dragging {
  cursor: grabbing;
}

@media (max-width: 90rem) {
  .CruisesSectionStyles-module__lc7lUW__outerContainer {
    width: 100%;
  }
}

@media (max-width: 48rem) {
  .CruisesSectionStyles-module__lc7lUW__headerContent {
    gap: 1.5rem;
  }

  .CruisesSectionStyles-module__lc7lUW__title {
    font-size: 2.625rem;
  }

  .CruisesSectionStyles-module__lc7lUW__bookNowText {
    font-size: 2.25rem;
  }

  .CruisesSectionStyles-module__lc7lUW__cardsViewport {
    display: none;
  }

  .CruisesSectionStyles-module__lc7lUW__mobileCarousel {
    margin-top: 1.5rem;
    display: block;
  }
}

@media (min-width: 48.0625rem) {
  .CruisesSectionStyles-module__lc7lUW__mobileCarousel {
    display: none;
  }

  .CruisesSectionStyles-module__lc7lUW__cardsViewport {
    display: block;
  }
}

/* [project]/src/components/home/why-us/WhyUsSectionStyles.module.css [app-client] (css) */
.WhyUsSectionStyles-module__K3keUa__section {
  padding: 3rem 0;
  position: relative;
}

.WhyUsSectionStyles-module__K3keUa__wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
  max-width: 86.75rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.WhyUsSectionStyles-module__K3keUa__contentGrid {
  box-sizing: border-box;
  flex-direction: column;
  gap: 1.125rem;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__row1 {
  box-sizing: border-box;
  grid-template-columns: 25.3125rem 19.9375rem 29.6875rem 6.125rem;
  justify-content: start;
  align-items: start;
  gap: 1.125rem;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__row2 {
  grid-template-columns: 14.6875rem 32rem 31.9375rem 4rem;
  justify-content: start;
  align-items: start;
  gap: 1.125rem;
  width: 100%;
  display: grid;
}

.WhyUsSectionStyles-module__K3keUa__featureCard {
  box-sizing: border-box;
  border-radius: .625rem;
  flex-shrink: 0;
  transition: transform .2s;
  position: relative;
  overflow: visible;
}

.WhyUsSectionStyles-module__K3keUa__featureCard:hover {
  transform: translateY(-.3125rem);
}

.WhyUsSectionStyles-module__K3keUa__cardText {
  z-index: 1;
  flex-direction: column;
  min-width: 0;
  display: flex;
  position: relative;
}

.WhyUsSectionStyles-module__K3keUa__cardImage {
  z-index: 0;
  border-radius: .625rem;
  flex-shrink: 0;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.WhyUsSectionStyles-module__K3keUa__featureTitle {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-snug);
  color: var(--color-bg-primary);
  white-space: pre-wrap;
  margin: 0;
}

.WhyUsSectionStyles-module__K3keUa__titleCyan {
  color: var(--color-brand-cyan);
}

.WhyUsSectionStyles-module__K3keUa__price {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-snug);
  color: var(--color-bg-primary);
  margin: 0;
}

.WhyUsSectionStyles-module__K3keUa__button {
  cursor: pointer;
  box-sizing: border-box;
  border: .0625rem solid;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  min-height: 3.3125rem;
  padding: .625rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.WhyUsSectionStyles-module__K3keUa__button:hover {
  opacity: .9;
  transform: scale(1.02);
}

.WhyUsSectionStyles-module__K3keUa__buttonWhite {
  border-color: var(--color-bg-primary);
  background: none;
}

.WhyUsSectionStyles-module__K3keUa__buttonCyan {
  border-color: var(--color-brand-cyan);
  background: none;
}

.WhyUsSectionStyles-module__K3keUa__buttonPerson {
  background: var(--color-brand-cyan);
  border: none;
  gap: .625rem;
  width: 18.6875rem;
  max-width: 100%;
  height: 3.1875rem;
  padding: .625rem 1.125rem;
}

.WhyUsSectionStyles-module__K3keUa__buttonWhite .WhyUsSectionStyles-module__K3keUa__buttonIcon {
  color: var(--color-bg-primary);
}

.WhyUsSectionStyles-module__K3keUa__buttonCyan .WhyUsSectionStyles-module__K3keUa__buttonIcon {
  color: var(--color-brand-cyan);
}

.WhyUsSectionStyles-module__K3keUa__buttonPerson .WhyUsSectionStyles-module__K3keUa__personIcon {
  color: var(--color-bg-primary);
}

.WhyUsSectionStyles-module__K3keUa__buttonText {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  color: var(--color-bg-primary);
  letter-spacing: .00625rem;
  white-space: normal;
  min-width: 0;
  line-height: 1.25rem;
}

.WhyUsSectionStyles-module__K3keUa__buttonTextCyan {
  color: var(--color-brand-cyan);
}

.WhyUsSectionStyles-module__K3keUa__buttonPerson .WhyUsSectionStyles-module__K3keUa__buttonTextCyan {
  color: var(--color-bg-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
}

.WhyUsSectionStyles-module__K3keUa__buttonIcon, .WhyUsSectionStyles-module__K3keUa__personIcon {
  flex-shrink: 0;
}

.WhyUsSectionStyles-module__K3keUa__card1Wrapper {
  box-sizing: border-box;
  justify-content: flex-end;
  align-items: flex-end;
  width: 25.3125rem;
  padding-right: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__card1 {
  background: var(--color-brand-cyan);
  border-radius: .625rem;
  align-items: center;
  gap: .625rem;
  width: 25.3125rem;
  height: 18.0625rem;
  margin-right: -7.5rem;
  padding: 7.8125rem 3.75rem 9.3125rem 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__card1 .WhyUsSectionStyles-module__K3keUa__cardText {
  gap: 1.125rem;
  width: 13.0625rem;
}

.WhyUsSectionStyles-module__K3keUa__card1 .WhyUsSectionStyles-module__K3keUa__button {
  gap: .5rem;
  width: 12.4375rem;
  max-width: 100%;
  min-height: 3.3125rem;
  padding: .625rem 1.5rem;
}

.WhyUsSectionStyles-module__K3keUa__card1 .WhyUsSectionStyles-module__K3keUa__cardImage, .WhyUsSectionStyles-module__K3keUa__card3 .WhyUsSectionStyles-module__K3keUa__cardImage, .WhyUsSectionStyles-module__K3keUa__card4 .WhyUsSectionStyles-module__K3keUa__cardImage, .WhyUsSectionStyles-module__K3keUa__card5 .WhyUsSectionStyles-module__K3keUa__cardImage {
  box-sizing: border-box;
  z-index: 0;
  border: none;
  border-radius: .625rem;
  flex-shrink: 0;
  width: 7.5rem;
  height: 8.4375rem;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__card2 {
  border: .0625rem solid var(--color-brand-cyan);
  box-sizing: border-box;
  background: none;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 19.9375rem;
  height: 18.0625rem;
  padding: 3.4375rem 3.75rem;
  display: flex;
}

.WhyUsSectionStyles-module__K3keUa__card2 .WhyUsSectionStyles-module__K3keUa__cardText {
  align-items: flex-start;
  gap: 2.0625rem;
  width: 100%;
}

.WhyUsSectionStyles-module__K3keUa__card2 .WhyUsSectionStyles-module__K3keUa__featureTitle {
  text-align: left;
  width: 100%;
  min-width: 100%;
}

.WhyUsSectionStyles-module__K3keUa__card2 .WhyUsSectionStyles-module__K3keUa__button {
  gap: .5rem;
  width: 12.4375rem;
  max-width: 100%;
  min-height: 3.3125rem;
  padding: .625rem 1.5rem;
}

.WhyUsSectionStyles-module__K3keUa__card3Wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 29.6875rem;
  height: 18.0625rem;
  display: flex;
  position: relative;
}

.WhyUsSectionStyles-module__K3keUa__card3 {
  background: var(--color-brand-cyan);
  box-sizing: border-box;
  border-radius: .625rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 18.0625rem;
  padding-top: 2.90625rem;
  padding-left: 3.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__card3 .WhyUsSectionStyles-module__K3keUa__cardText {
  gap: 1.125rem;
  width: 17.6875rem;
}

.WhyUsSectionStyles-module__K3keUa__card3 .WhyUsSectionStyles-module__K3keUa__featureTitle {
  width: auto;
}

.WhyUsSectionStyles-module__K3keUa__card3 .WhyUsSectionStyles-module__K3keUa__button {
  gap: .5rem;
  width: fit-content;
  max-width: 100%;
  min-height: 3.3125rem;
  padding: .625rem 1.5rem;
}

.WhyUsSectionStyles-module__K3keUa__card4Wrapper {
  border: .0625rem solid var(--color-brand-cyan);
  box-sizing: border-box;
  border-radius: .625rem;
  grid-column: 2;
  justify-content: flex-end;
  align-items: flex-end;
  width: 32rem;
  padding-right: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__card4 {
  box-sizing: border-box;
  background: none;
  border-radius: .625rem;
  align-items: center;
  gap: .625rem;
  width: 32rem;
  height: 18.0625rem;
  margin-right: -7.5rem;
  padding: 3.75rem 3.75rem 2.9375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__card4 .WhyUsSectionStyles-module__K3keUa__cardText {
  gap: 1.125rem;
}

.WhyUsSectionStyles-module__K3keUa__card5Wrapper {
  box-sizing: border-box;
  grid-column: 3;
  justify-content: flex-end;
  align-items: flex-end;
  width: 31.9375rem;
  padding-right: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__card5 {
  background: var(--color-brand-cyan);
  box-sizing: border-box;
  border-radius: .625rem;
  align-items: center;
  gap: .625rem;
  width: 31.9375rem;
  height: 18.0625rem;
  margin-right: -7.5rem;
  padding: 5.875rem 3.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WhyUsSectionStyles-module__K3keUa__card5 .WhyUsSectionStyles-module__K3keUa__cardText {
  gap: 1.125rem;
  width: 18.4375rem;
}

.WhyUsSectionStyles-module__K3keUa__card5 .WhyUsSectionStyles-module__K3keUa__button {
  gap: .5rem;
  width: fit-content;
  max-width: 100%;
  min-height: 3.3125rem;
  padding: .625rem 1.5rem;
}

.WhyUsSectionStyles-module__K3keUa__featureSmall {
  background: var(--color-brand-cyan-light);
  border-radius: .625rem;
  flex-shrink: 0;
  flex-basis: auto;
  min-width: 0;
  height: 11.9375rem;
}

.WhyUsSectionStyles-module__K3keUa__small1 {
  width: 6.125rem;
}

.WhyUsSectionStyles-module__K3keUa__small2 {
  grid-column: 1;
  width: 14.6875rem;
}

.WhyUsSectionStyles-module__K3keUa__small3 {
  grid-column: 4;
  width: 4rem;
}

@media (max-width: 80rem) and (min-width: 48.0625rem) {
  .WhyUsSectionStyles-module__K3keUa__section {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .WhyUsSectionStyles-module__K3keUa__wrapper {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 95%;
  }

  .WhyUsSectionStyles-module__K3keUa__contentGrid {
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: start;
    gap: 1.125rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    display: grid !important;
  }

  .WhyUsSectionStyles-module__K3keUa__row1, .WhyUsSectionStyles-module__K3keUa__row2 {
    display: contents !important;
  }

  .WhyUsSectionStyles-module__K3keUa__featureCard {
    min-width: 0;
    width: 100% !important;
    max-width: 100% !important;
  }

  .WhyUsSectionStyles-module__K3keUa__featureSmall, .WhyUsSectionStyles-module__K3keUa__small1, .WhyUsSectionStyles-module__K3keUa__small2, .WhyUsSectionStyles-module__K3keUa__small3 {
    display: none !important;
  }

  .WhyUsSectionStyles-module__K3keUa__card1Wrapper, .WhyUsSectionStyles-module__K3keUa__card2, .WhyUsSectionStyles-module__K3keUa__card3Wrapper, .WhyUsSectionStyles-module__K3keUa__card4Wrapper, .WhyUsSectionStyles-module__K3keUa__card5Wrapper {
    min-width: 0;
    max-width: 100%;
    width: 100% !important;
  }

  .WhyUsSectionStyles-module__K3keUa__card1, .WhyUsSectionStyles-module__K3keUa__card3, .WhyUsSectionStyles-module__K3keUa__card4, .WhyUsSectionStyles-module__K3keUa__card5 {
    width: 100%;
    min-width: 0;
  }

  .WhyUsSectionStyles-module__K3keUa__card1 .WhyUsSectionStyles-module__K3keUa__cardImage, .WhyUsSectionStyles-module__K3keUa__card3 .WhyUsSectionStyles-module__K3keUa__cardImage, .WhyUsSectionStyles-module__K3keUa__card4 .WhyUsSectionStyles-module__K3keUa__cardImage, .WhyUsSectionStyles-module__K3keUa__card5 .WhyUsSectionStyles-module__K3keUa__cardImage {
    border-radius: .625rem;
    width: 7.5rem;
    max-width: 100%;
    height: 8.4375rem;
    max-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  .WhyUsSectionStyles-module__K3keUa__card1Wrapper, .WhyUsSectionStyles-module__K3keUa__card3Wrapper, .WhyUsSectionStyles-module__K3keUa__card4Wrapper, .WhyUsSectionStyles-module__K3keUa__card5Wrapper {
    flex-direction: column;
    padding-bottom: 0;
    padding-right: 0;
  }

  .WhyUsSectionStyles-module__K3keUa__card1, .WhyUsSectionStyles-module__K3keUa__card3, .WhyUsSectionStyles-module__K3keUa__card4, .WhyUsSectionStyles-module__K3keUa__card5 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .WhyUsSectionStyles-module__K3keUa__card4Wrapper, .WhyUsSectionStyles-module__K3keUa__card5Wrapper, .WhyUsSectionStyles-module__K3keUa__small2, .WhyUsSectionStyles-module__K3keUa__small3 {
    grid-column: auto;
  }
}

@media (max-width: 48rem) {
  .WhyUsSectionStyles-module__K3keUa__section {
    padding: 3.75rem 0;
  }

  .WhyUsSectionStyles-module__K3keUa__wrapper {
    gap: 1.25rem;
    padding: 0 1rem;
  }

  .WhyUsSectionStyles-module__K3keUa__contentGrid {
    flex-direction: column;
    gap: 1.125rem;
    width: 100%;
  }

  .WhyUsSectionStyles-module__K3keUa__row1, .WhyUsSectionStyles-module__K3keUa__row2 {
    gap: 1.125rem;
    width: 100%;
    box-sizing: border-box !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    display: flex !important;
    overflow: hidden !important;
  }

  .WhyUsSectionStyles-module__K3keUa__featureCard {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
  }

  .WhyUsSectionStyles-module__K3keUa__featureSmall {
    display: none;
  }

  .WhyUsSectionStyles-module__K3keUa__card1Wrapper {
    flex-direction: column;
    align-items: flex-end;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  .WhyUsSectionStyles-module__K3keUa__card1 {
    flex-direction: column;
    box-sizing: border-box !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    padding: 2.125rem 0 0 2.5rem !important;
    overflow: visible !important;
  }

  .WhyUsSectionStyles-module__K3keUa__card1 .WhyUsSectionStyles-module__K3keUa__cardText {
    gap: 1.125rem;
    width: 100%;
  }

  .WhyUsSectionStyles-module__K3keUa__card1 .WhyUsSectionStyles-module__K3keUa__cardImage {
    box-sizing: border-box;
    order: 2;
    align-self: flex-end;
    width: 11.875rem;
    max-width: 100%;
    height: 7.25rem;
    max-height: 100%;
    margin: 1rem 0 0 auto;
    padding: 0;
    position: relative;
    bottom: auto;
    right: 0;
  }

  .WhyUsSectionStyles-module__K3keUa__card3Wrapper, .WhyUsSectionStyles-module__K3keUa__card4Wrapper, .WhyUsSectionStyles-module__K3keUa__card5Wrapper {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }

  .WhyUsSectionStyles-module__K3keUa__card2, .WhyUsSectionStyles-module__K3keUa__card3, .WhyUsSectionStyles-module__K3keUa__card4, .WhyUsSectionStyles-module__K3keUa__card5 {
    box-sizing: border-box !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    padding: 2.125rem 0 0 2.5rem !important;
    overflow: hidden !important;
  }

  .WhyUsSectionStyles-module__K3keUa__card2 {
    min-height: 15rem !important;
  }

  .WhyUsSectionStyles-module__K3keUa__card2 .WhyUsSectionStyles-module__K3keUa__cardText, .WhyUsSectionStyles-module__K3keUa__card3 .WhyUsSectionStyles-module__K3keUa__cardText, .WhyUsSectionStyles-module__K3keUa__card4 .WhyUsSectionStyles-module__K3keUa__cardText, .WhyUsSectionStyles-module__K3keUa__card5 .WhyUsSectionStyles-module__K3keUa__cardText {
    order: 1;
    gap: 1.125rem;
    width: 100%;
  }

  .WhyUsSectionStyles-module__K3keUa__card3 .WhyUsSectionStyles-module__K3keUa__cardImage, .WhyUsSectionStyles-module__K3keUa__card4 .WhyUsSectionStyles-module__K3keUa__cardImage, .WhyUsSectionStyles-module__K3keUa__card5 .WhyUsSectionStyles-module__K3keUa__cardImage {
    box-sizing: border-box;
    order: 2;
    align-self: flex-end;
    width: 11.875rem;
    max-width: 100%;
    height: 7.25rem;
    max-height: 100%;
    margin: 2rem 0 0 auto;
    padding: 0;
    position: relative;
    bottom: auto;
    right: 0;
  }

  .WhyUsSectionStyles-module__K3keUa__card1 .WhyUsSectionStyles-module__K3keUa__button, .WhyUsSectionStyles-module__K3keUa__card2 .WhyUsSectionStyles-module__K3keUa__button, .WhyUsSectionStyles-module__K3keUa__card3 .WhyUsSectionStyles-module__K3keUa__button, .WhyUsSectionStyles-module__K3keUa__card4 .WhyUsSectionStyles-module__K3keUa__button, .WhyUsSectionStyles-module__K3keUa__card5 .WhyUsSectionStyles-module__K3keUa__button, .WhyUsSectionStyles-module__K3keUa__button, .WhyUsSectionStyles-module__K3keUa__buttonWhite, .WhyUsSectionStyles-module__K3keUa__buttonCyan, .WhyUsSectionStyles-module__K3keUa__buttonPerson {
    box-sizing: border-box;
    gap: .5rem;
    height: 3.75rem !important;
    min-height: 3.75rem !important;
    padding: .75rem 1.25rem !important;
  }

  .WhyUsSectionStyles-module__K3keUa__buttonPerson {
    width: fit-content;
    padding: .625rem .75rem !important;
  }

  .WhyUsSectionStyles-module__K3keUa__featureTitle {
    font-size: var(--font-size-lg);
  }

  .WhyUsSectionStyles-module__K3keUa__price {
    font-size: var(--font-size-xl);
  }

  .WhyUsSectionStyles-module__K3keUa__buttonText {
    font-size: var(--font-size-base);
  }
}

/* [project]/src/components/home/reviews/ReviewsSectionStyles.module.css [app-client] (css) */
.ReviewsSectionStyles-module__46QGFa__section {
  padding: 5rem 0;
  scroll-margin-top: 2rem;
  position: relative;
}

.ReviewsSectionStyles-module__46QGFa__reviewsContainer {
  flex-direction: column;
  gap: 1.5rem;
  width: min(86.75rem, 100% - 3rem);
  margin: 0 auto;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__sliderArrows {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__arrowButton {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0;
  transition: transform .2s;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__arrowButton:hover {
  transform: scale(1.05);
}

.ReviewsSectionStyles-module__46QGFa__arrowButton svg {
  width: 100%;
  height: 100%;
}

.ReviewsSectionStyles-module__46QGFa__cards {
  scroll-behavior: smooth;
  gap: 1.5rem;
  padding-bottom: .25rem;
  display: flex;
  overflow-x: auto;
}

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

.ReviewsSectionStyles-module__46QGFa__cards::-webkit-scrollbar {
  display: none;
}

.ReviewsSectionStyles-module__46QGFa__card {
  border: 1px solid var(--color-brand-cyan-light);
  background: var(--color-bg-primary);
  width: min(31.8125rem, 100%);
  min-height: 0;
  box-shadow: var(--box-shadow);
  border-radius: 1.875rem;
  flex-direction: column;
  flex-shrink: 0;
  padding: 1.25rem;
  transition: transform .2s, box-shadow .3s;
  display: flex;
}

@media (hover: hover) {
  .ReviewsSectionStyles-module__46QGFa__card:hover {
    transform: translateY(-.125rem);
    box-shadow: 0 0 30px #5ea4ff2e;
  }
}

.ReviewsSectionStyles-module__46QGFa__cardContent {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__topContainer {
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__titleContainer {
  flex-direction: column;
  gap: .375rem;
  padding: 0 .6875rem;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__authorName {
  color: var(--color-brand-cyan);
  font: 600 1.125rem / 1.4 var(--font-family-body);
  margin: 0;
}

.ReviewsSectionStyles-module__46QGFa__authorDetails {
  color: var(--color-text-secondary);
  font: 400 .9375rem / 1.45 var(--font-family-body);
  margin: 0;
}

.ReviewsSectionStyles-module__46QGFa__metaRow {
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  padding: 0 .6875rem;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__dateBlock {
  flex-direction: column;
  gap: .25rem;
  min-width: 0;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__metaLabel {
  color: var(--color-text-muted);
  font: 400 .875rem / 1.25 var(--font-family-body);
  margin: 0;
}

.ReviewsSectionStyles-module__46QGFa__reviewDate {
  color: var(--color-brand-cyan);
  font: 400 1rem / 1.25 var(--font-family-body);
  margin: 0;
}

.ReviewsSectionStyles-module__46QGFa__ratingBadge {
  background: var(--color-brand-cyan-rgba-light);
  min-height: 2rem;
  color: var(--color-brand-cyan-dark);
  font: 700 .875rem / 1 var(--font-family-body);
  white-space: nowrap;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  display: inline-flex;
}

.ReviewsSectionStyles-module__46QGFa__reviewText {
  color: var(--color-text-muted);
  font: 400 1rem / 1.7 var(--font-family-body);
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0 .6875rem;
  display: -webkit-box;
  overflow: hidden;
}

.ReviewsSectionStyles-module__46QGFa__bottomContainer {
  flex-direction: column;
  gap: .75rem;
  margin-top: auto;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__tourBlock {
  flex-direction: column;
  gap: .25rem;
  padding: 0 .6875rem;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__tourLabel {
  color: var(--color-text-muted);
  font: 400 .875rem / 1.25 var(--font-family-body);
  margin: 0;
}

.ReviewsSectionStyles-module__46QGFa__expeditionTitle {
  color: var(--color-brand-cyan);
  font: 600 1rem / 1.45 var(--font-family-body);
  margin: 0;
}

.ReviewsSectionStyles-module__46QGFa__openButton {
  border: 1px solid var(--color-brand-cyan);
  background: var(--color-bg-primary);
  width: 100%;
  min-height: 3.3125rem;
  color: var(--color-brand-cyan);
  cursor: pointer;
  font: 500 1.0625rem / 1.25 var(--font-family-body);
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1.5rem;
  transition: background-color .2s, transform .2s;
  display: inline-flex;
}

.ReviewsSectionStyles-module__46QGFa__openButton:hover {
  background: var(--color-brand-cyan-rgba-light);
  transform: translateY(-1px);
}

.ReviewsSectionStyles-module__46QGFa__openButton:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

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

.ReviewsSectionStyles-module__46QGFa__allReviewsButtonContainer {
  justify-content: center;
  width: 100%;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__allReviewsButton {
  border: 1px solid var(--color-brand-cyan-light);
  background: var(--color-brand-cyan);
  min-height: 3.5rem;
  color: var(--color-bg-primary);
  font: 600 1.125rem / 1 var(--font-family-body);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .875rem 1.75rem;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
  display: inline-flex;
}

.ReviewsSectionStyles-module__46QGFa__allReviewsButton:hover {
  background: var(--color-brand-cyan-dark);
  transform: translateY(-1px);
}

.ReviewsSectionStyles-module__46QGFa__emptyState {
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--color-brand-cyan-light);
  background: var(--color-bg-accent);
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  padding: 3rem 2rem;
  display: flex;
}

.ReviewsSectionStyles-module__46QGFa__emptyTitle {
  color: var(--color-brand-cyan-dark);
  font: 700 1.5rem / 1.25 var(--font-family-body);
  margin: 0;
}

.ReviewsSectionStyles-module__46QGFa__emptyText {
  max-width: 42rem;
  color: var(--color-text-muted);
  font: 400 1rem / 1.6 var(--font-family-body);
  margin: 0;
}

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

.ReviewsSectionStyles-module__46QGFa__spinner {
  border: .125rem solid #0000;
  border-top-color: currentColor;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: 1s linear infinite ReviewsSectionStyles-module__46QGFa__spin;
}

@keyframes ReviewsSectionStyles-module__46QGFa__spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 64rem) {
  .ReviewsSectionStyles-module__46QGFa__section {
    padding: 4rem 0;
  }

  .ReviewsSectionStyles-module__46QGFa__reviewsContainer {
    width: min(100%, 100% - 2rem);
  }

  .ReviewsSectionStyles-module__46QGFa__card {
    width: 28rem;
  }
}

@media (max-width: 48rem) {
  .ReviewsSectionStyles-module__46QGFa__section {
    padding: 3rem 0;
  }

  .ReviewsSectionStyles-module__46QGFa__reviewsContainer {
    width: 100%;
    padding: 0 1rem;
  }

  .ReviewsSectionStyles-module__46QGFa__sliderArrows {
    display: none;
  }

  .ReviewsSectionStyles-module__46QGFa__card {
    width: min(22.5rem, 100vw - 2rem);
    padding: 1.125rem;
  }

  .ReviewsSectionStyles-module__46QGFa__titleContainer, .ReviewsSectionStyles-module__46QGFa__metaRow, .ReviewsSectionStyles-module__46QGFa__reviewText, .ReviewsSectionStyles-module__46QGFa__tourBlock {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ReviewsSectionStyles-module__46QGFa__authorName {
    font-size: 1rem;
  }

  .ReviewsSectionStyles-module__46QGFa__authorDetails, .ReviewsSectionStyles-module__46QGFa__reviewDate, .ReviewsSectionStyles-module__46QGFa__reviewText, .ReviewsSectionStyles-module__46QGFa__expeditionTitle {
    font-size: .9375rem;
  }

  .ReviewsSectionStyles-module__46QGFa__openButton {
    min-height: 3.125rem;
    font-size: 1rem;
  }

  .ReviewsSectionStyles-module__46QGFa__allReviewsButton {
    width: 100%;
  }
}

/* [project]/src/components/home/themes/ThemesSectionStyles.module.css [app-client] (css) */
.ThemesSectionStyles-module__BeVxqa__section {
  background: var(--color-bg-light);
  padding: 3.75rem 0;
  position: relative;
  overflow: hidden;
}

.ThemesSectionStyles-module__BeVxqa__section:before {
  content: "";
  background: #fff;
  border-radius: 0 0 50% 50%;
  height: 6.25rem;
  position: absolute;
  top: -3.125rem;
  left: 0;
  right: 0;
}

.ThemesSectionStyles-module__BeVxqa__header {
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.ThemesSectionStyles-module__BeVxqa__titleWrapper {
  flex-direction: column;
  align-items: center;
  gap: 2.8125rem;
  display: flex;
}

.ThemesSectionStyles-module__BeVxqa__title {
  font: 400 2.375rem / 1.25 var(--font-pt-serif);
  color: var(--color-primary);
  text-align: center;
  margin: 0;
}

.ThemesSectionStyles-module__BeVxqa__controls {
  align-self: flex-end;
  gap: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
}

.ThemesSectionStyles-module__BeVxqa__arrow {
  cursor: pointer;
  background: none;
  border: none;
  width: 2.8125rem;
  height: 2.8125rem;
  transition: transform .2s;
}

.ThemesSectionStyles-module__BeVxqa__arrow:hover {
  transform: scale(1.1);
}

.ThemesSectionStyles-module__BeVxqa__scroller {
  scroll-behavior: smooth;
  gap: 1.25rem;
  height: 31.25rem;
  margin: 0 -1.25rem;
  padding: 0 1.25rem;
  display: flex;
  overflow-x: auto;
}

.ThemesSectionStyles-module__BeVxqa__scroller::-webkit-scrollbar {
  display: none;
}

.ThemesSectionStyles-module__BeVxqa__card {
  width: 28.25rem;
  height: 31.25rem;
  box-shadow: 0 .625rem 1.875rem var(--color-shadow-medium);
  border-radius: .625rem;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.375rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ThemesSectionStyles-module__BeVxqa__cardBg {
  z-index: 1;
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.ThemesSectionStyles-module__BeVxqa__cardBg:before {
  content: "";
  background: linear-gradient(to top, var(--color-shadow-dark) 0%, var(--color-shadow-medium) 50%, var(--color-shadow-light) 100%);
  position: absolute;
  inset: 0;
}

.ThemesSectionStyles-module__BeVxqa__cardContent {
  z-index: 2;
  flex-direction: column;
  align-self: stretch;
  gap: 1.75rem;
  display: flex;
  position: relative;
}

.ThemesSectionStyles-module__BeVxqa__cardTitle {
  font: 700 1.5rem / 1.3 var(--font-open-sans);
  color: var(--color-bg-primary);
  text-align: left;
  width: 100%;
  max-width: 23rem;
  text-shadow: 0 .0625rem .1875rem var(--color-shadow-dark);
  margin: 0;
}

@media (max-width: 48rem) {
  .ThemesSectionStyles-module__BeVxqa__section {
    padding: 2.5rem 0;
  }

  .ThemesSectionStyles-module__BeVxqa__title {
    font-size: 1.75rem;
  }

  .ThemesSectionStyles-module__BeVxqa__card {
    width: 18.75rem;
    height: 25rem;
  }

  .ThemesSectionStyles-module__BeVxqa__cardTitle {
    font-size: 1.25rem;
  }
}

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