.tp-website-page--custom-trip {
  background: #f6f3ee;
}

.tp-website-page--custom-trip .tp-website-main {
  min-height: 100vh;
}

.tpsm {
  --tpsm-midnight: #0b2239;
  --tpsm-navy: #123653;
  --tpsm-cyan: #1bbaca;
  --tpsm-cyan-dark: #087c89;
  --tpsm-cyan-soft: #9de2e8;
  --tpsm-ivory: #f6f3ee;
  --tpsm-cream: #f1ece3;
  --tpsm-paper: #fbf9f5;
  --tpsm-line: #e2dbcf;
  --tpsm-slate: #526575;
  --tpsm-warm: #d9784b;
  overflow: clip;
  background: var(--tpsm-ivory);
  color: var(--tpsm-midnight);
  font-family: var(--tp-font-body, "Inter", sans-serif);
}

.tpsm *,
.tpsm *::before,
.tpsm *::after {
  box-sizing: border-box;
}

.tpsm a {
  color: inherit;
  text-decoration: none;
}

.tpsm :focus-visible {
  outline: 3px solid var(--tpsm-cyan);
  outline-offset: 3px;
}

.tpsm-shell {
  width: min(100% - 36px, 1100px);
  margin-inline: auto;
}

.tpsm-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(100% 120% at 78% 4%, rgb(36 83 116 / 82%) 0%, transparent 54%),
    linear-gradient(128deg, #0b2239 0%, #0c2943 70%, #123653 100%);
  color: var(--tpsm-ivory);
}

.tpsm-hero__glow {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgb(246 243 238 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(246 243 238 / 5%) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.tpsm-hero__inner {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, .75fr);
  gap: clamp(52px, 8vw, 104px);
  align-items: center;
  padding-block: clamp(64px, 8vw, 100px);
}

.tpsm-kicker,
.tpsm-eyebrow {
  margin: 0;
  color: var(--tpsm-cyan-soft);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tpsm-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.tpsm-kicker span {
  width: 27px;
  height: 2px;
  background: var(--tpsm-warm);
}

.tpsm-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--tpsm-ivory);
  font: 780 clamp(43px, 6vw, 70px)/1.01 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
  letter-spacing: -.045em;
}

.tpsm-hero__lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgb(246 243 238 / 79%);
  font-size: clamp(16px, 1.4vw, 18.5px);
  line-height: 1.68;
}

.tpsm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.tpsm-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--tpsm-cyan);
  border-radius: 12px;
  background: var(--tpsm-cyan);
  color: var(--tpsm-midnight) !important;
  font-size: 15px;
  font-weight: 750;
  padding-inline: 24px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tpsm-button:hover {
  border-color: var(--tpsm-cyan-dark);
  background: var(--tpsm-cyan-dark);
  color: #fff !important;
}

.tpsm-hero__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgb(157 226 232 / 45%);
  color: var(--tpsm-cyan-soft) !important;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 180ms ease, color 180ms ease;
}

.tpsm-hero__link:hover {
  border-color: #fff;
  color: #fff !important;
}

.tpsm-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 30px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid rgb(246 243 238 / 14%);
  list-style: none;
}

.tpsm-hero__proofs li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgb(246 243 238 / 62%);
  font-size: 11.5px;
  font-weight: 600;
}

.tpsm-hero__proofs i {
  color: var(--tpsm-cyan);
}

.tpsm-hero__visual {
  position: relative;
  min-width: 0;
  margin: 0;
}

.tpsm-hero__visual::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 44%;
  aspect-ratio: 1;
  border-top: 1px solid rgb(157 226 232 / 40%);
  border-right: 1px solid rgb(157 226 232 / 40%);
  border-radius: 0 18px 0 0;
  content: "";
}

.tpsm-hero__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  border-radius: 20px 20px 70px 20px;
  object-fit: cover;
  box-shadow: 0 32px 80px rgb(0 0 0 / 28%);
}

.tpsm-hero__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 5px;
  border-radius: 14px 14px 42px 14px;
  background: rgb(11 34 57 / 86%);
  color: #fff;
  padding: 18px 21px;
  backdrop-filter: blur(12px);
}

.tpsm-hero__visual figcaption span {
  color: var(--tpsm-cyan-soft);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tpsm-hero__visual figcaption strong {
  max-width: 25ch;
  font: 650 15px/1.4 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpsm-hero__stamp {
  position: absolute;
  top: 30px;
  left: -36px;
  width: 96px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  gap: 7px;
  border: 5px solid var(--tpsm-midnight);
  border-radius: 50%;
  background: var(--tpsm-cyan);
  color: var(--tpsm-midnight);
  text-align: center;
}

.tpsm-hero__stamp i {
  font-size: 16px;
}

.tpsm-hero__stamp span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.tpsm-section {
  padding-block: clamp(72px, 9vw, 112px);
}

.tpsm-heading {
  display: grid;
  grid-template-columns: minmax(160px, .45fr) minmax(300px, .9fr) minmax(270px, .65fr);
  align-items: start;
  gap: clamp(28px, 5vw, 64px);
  border-top: 1px solid #c8c3b9;
  margin-bottom: clamp(42px, 6vw, 66px);
  padding-top: 22px;
}

.tpsm-heading .tpsm-eyebrow {
  color: var(--tpsm-cyan-dark);
}

.tpsm-heading h2,
.tpsm-occasions h2,
.tpsm-brief h2 {
  margin: 0;
  color: var(--tpsm-midnight);
  font: 720 clamp(30px, 3.8vw, 46px)/1.08 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
  letter-spacing: -.035em;
}

.tpsm-heading > p:last-child {
  margin: 0;
  color: var(--tpsm-slate);
  font-size: 14.5px;
  line-height: 1.72;
}

.tpsm-formulas__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tpsm-formulas__grid article {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--tpsm-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 7px 24px rgb(11 34 57 / 5%);
  padding: clamp(26px, 4vw, 42px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tpsm-formulas__grid article:hover {
  border-color: #b5d5d7;
  box-shadow: 0 16px 38px rgb(11 34 57 / 9%);
}

.tpsm-formula__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpsm-formula__top span {
  color: #83919a;
  font-size: 10px;
  letter-spacing: .13em;
}

.tpsm-formula__top i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #ddf6f8;
  color: var(--tpsm-cyan-dark);
  font-size: 20px;
}

.tpsm-formulas__grid h3 {
  margin: 74px 0 14px;
  color: var(--tpsm-midnight);
  font: 680 23px/1.2 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpsm-formulas__grid p {
  max-width: 52ch;
  margin: 0 0 24px;
  color: #5b6d79;
  font-size: 14px;
  line-height: 1.7;
}

.tpsm-formulas__grid small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--tpsm-cyan-dark);
  font-size: 11px;
  font-weight: 750;
}

.tpsm-process {
  scroll-margin-top: 82px;
  background: var(--tpsm-midnight);
  color: var(--tpsm-ivory);
  padding-block: clamp(72px, 9vw, 112px);
}

.tpsm-heading--dark {
  border-color: rgb(246 243 238 / 17%);
}

.tpsm-heading--dark .tpsm-eyebrow {
  color: var(--tpsm-cyan-soft);
}

.tpsm-heading--dark h2 {
  color: var(--tpsm-ivory);
}

.tpsm-heading--dark > p:last-child {
  color: rgb(246 243 238 / 65%);
}

.tpsm-process__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.tpsm-process__list li {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  border-block: 1px solid rgb(246 243 238 / 14%);
  padding: 28px 24px 30px;
}

.tpsm-process__list li + li {
  border-left: 1px solid rgb(246 243 238 / 14%);
}

.tpsm-process__list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tpsm-cyan);
  color: var(--tpsm-midnight);
  font: 750 13px/1 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpsm-process__list h3 {
  margin: 58px 0 10px;
  color: var(--tpsm-ivory);
  font: 650 18px/1.3 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpsm-process__list p {
  margin: 0;
  color: rgb(246 243 238 / 64%);
  font-size: 13px;
  line-height: 1.65;
}

.tpsm-occasions {
  background: var(--tpsm-cream);
  padding-block: clamp(58px, 7vw, 82px);
}

.tpsm-occasions__inner {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(420px, 1.25fr);
  gap: clamp(40px, 8vw, 100px);
  align-items: center;
}

.tpsm-occasions .tpsm-eyebrow {
  margin-bottom: 14px;
  color: var(--tpsm-cyan-dark);
}

.tpsm-occasions h2 {
  font-size: clamp(27px, 3.2vw, 38px);
}

.tpsm-occasions__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.tpsm-occasions__list span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--tpsm-line);
  border-radius: 12px;
  background: #fff;
  color: #2b4559;
  font-size: 12px;
  font-weight: 650;
  padding: 10px 14px;
}

.tpsm-occasions__list i {
  width: 28px;
  color: var(--tpsm-cyan-dark);
  font-size: 15px;
  text-align: center;
}

.tpsm-brief {
  scroll-margin-top: 82px;
  background:
    radial-gradient(95% 100% at 12% 100%, rgb(27 186 202 / 10%) 0%, transparent 55%),
    var(--tpsm-midnight);
  color: var(--tpsm-ivory);
  padding-block: clamp(74px, 10vw, 124px);
}

.tpsm-brief__layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(54px, 8vw, 104px);
  align-items: start;
}

.tpsm-brief h2 {
  max-width: 12ch;
  color: var(--tpsm-ivory);
  font-size: clamp(36px, 4.8vw, 56px);
}

.tpsm-brief__copy > p:not(.tpsm-kicker) {
  max-width: 48ch;
  margin: 24px 0 0;
  color: rgb(246 243 238 / 68%);
  font-size: 14.5px;
  line-height: 1.72;
}

.tpsm-brief__copy > ul {
  display: grid;
  gap: 18px;
  border-top: 1px solid rgb(246 243 238 / 15%);
  margin: 36px 0 0;
  padding: 26px 0 0;
  list-style: none;
}

.tpsm-brief__copy li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
}

.tpsm-brief__copy li > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(157 226 232 / 28%);
  border-radius: 10px;
  color: var(--tpsm-cyan-soft);
  font-size: 14px;
}

.tpsm-brief__copy li > span {
  display: grid;
  gap: 4px;
  color: rgb(246 243 238 / 52%);
  font-size: 11.5px;
  line-height: 1.5;
}

.tpsm-brief__copy li strong {
  color: var(--tpsm-ivory);
  font-size: 12.5px;
}

.tpsm-brief__card {
  border-top: 4px solid var(--tpsm-cyan);
  border-radius: 0 0 20px 20px;
  background: var(--tpsm-paper);
  box-shadow: 0 30px 80px rgb(0 0 0 / 24%);
  padding: clamp(25px, 4vw, 42px);
}

.tpsm-brief__card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #dedbd4;
  margin-bottom: 26px;
  padding-bottom: 18px;
}

.tpsm-brief__card-head span {
  color: var(--tpsm-midnight);
  font: 650 20px/1.25 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpsm-brief__card-head small {
  max-width: 25ch;
  color: #6d7b85;
  font-size: 10px;
  line-height: 1.45;
  text-align: right;
}

.tpsm-brief .tp-managed-form {
  gap: 18px;
}

.tpsm-brief .tp-managed-form__grid {
  gap: 16px;
}

.tpsm-brief .tp-managed-form__field > label,
.tpsm-brief .tp-managed-form__field legend {
  color: #263f52;
  font: 650 12px/1.4 var(--tp-font-body, "Inter", sans-serif);
}

.tpsm-brief .tp-managed-form input,
.tpsm-brief .tp-managed-form select,
.tpsm-brief .tp-managed-form textarea {
  min-height: 50px;
  border: 1px solid #d2d7d4;
  border-radius: 10px;
  background: #fff;
  color: var(--tpsm-midnight);
  font: 400 14px/1.5 var(--tp-font-body, "Inter", sans-serif);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tpsm-brief .tp-managed-form textarea {
  min-height: 122px;
}

.tpsm-brief .tp-managed-form input:focus-visible,
.tpsm-brief .tp-managed-form select:focus-visible,
.tpsm-brief .tp-managed-form textarea:focus-visible {
  border-color: var(--tpsm-cyan-dark);
  box-shadow: 0 0 0 3px rgb(27 186 202 / 16%);
  outline: 0;
}

.tpsm-brief .tp-managed-form__choices span {
  border-radius: 10px;
}

.tpsm-brief .tp-managed-form__status {
  color: #0b6872;
  font-size: 13px;
}

.tpsm-brief .tp-managed-form__status.is-error {
  color: #a83224;
}

.tpsm-brief .tp-managed-form__submit {
  min-height: 54px;
  border-radius: 12px;
  background: var(--tpsm-cyan);
  color: var(--tpsm-midnight);
  font: 750 14px/1 var(--tp-font-body, "Inter", sans-serif);
  transition: background-color 180ms ease, color 180ms ease;
}

.tpsm-brief .tp-managed-form__submit:hover {
  background: var(--tpsm-cyan-dark);
  color: #fff;
}

.tpsm-brief .tp-booking-consent-shell {
  margin: 0;
}

.tpsm-brief .tp-booking-consent {
  border-color: #d2d7d4;
  border-radius: 10px;
  background: #fff;
}

.tpsm-brief .tp-booking-consent__notice {
  color: #667680;
  font-size: 10.5px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .tpsm-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 48px;
  }

  .tpsm-heading {
    grid-template-columns: 150px 1fr 1fr;
    gap: 30px;
  }

  .tpsm-process__list {
    grid-template-columns: 1fr 1fr;
  }

  .tpsm-process__list li:nth-child(3) {
    border-left: 0;
  }

  .tpsm-process__list li:nth-child(n + 3) {
    border-top: 0;
  }

  .tpsm-occasions__list {
    grid-template-columns: 1fr 1fr;
  }

  .tpsm-brief__layout {
    grid-template-columns: minmax(260px, .72fr) minmax(440px, 1.28fr);
    gap: 44px;
  }
}

@media (max-width: 820px) {
  .tpsm-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .tpsm-hero__visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .tpsm-hero__image {
    aspect-ratio: 16 / 11;
    border-radius: 20px 20px 58px 20px;
  }

  .tpsm-hero__stamp {
    left: -12px;
  }

  .tpsm-heading {
    grid-template-columns: 140px 1fr;
  }

  .tpsm-heading > p:last-child {
    grid-column: 2;
  }

  .tpsm-occasions__inner,
  .tpsm-brief__layout {
    grid-template-columns: 1fr;
  }

  .tpsm-brief h2 {
    max-width: 15ch;
  }

  .tpsm-brief__card {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tpsm-shell {
    width: min(100% - 36px, 1100px);
  }

  .tpsm-hero__inner {
    gap: 45px;
    padding-block: 56px 64px;
  }

  .tpsm-hero h1 {
    font-size: clamp(38px, 11.8vw, 53px);
    letter-spacing: -.04em;
  }

  .tpsm-hero__lead {
    margin-top: 21px;
    font-size: 15px;
  }

  .tpsm-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 27px;
  }

  .tpsm-hero__actions .tpsm-button {
    width: 100%;
  }

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

  .tpsm-hero__proofs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tpsm-hero__image {
    aspect-ratio: 4 / 4.4;
  }

  .tpsm-hero__visual figcaption {
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 15px 17px;
  }

  .tpsm-hero__stamp {
    top: 18px;
    left: -8px;
    width: 82px;
  }

  .tpsm-section,
  .tpsm-process {
    padding-block: 64px;
  }

  .tpsm-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 38px;
  }

  .tpsm-heading > p:last-child {
    grid-column: auto;
  }

  .tpsm-heading h2,
  .tpsm-occasions h2 {
    font-size: 31px;
  }

  .tpsm-formulas__grid {
    grid-template-columns: 1fr;
  }

  .tpsm-formulas__grid article {
    min-height: 290px;
    padding: 25px 22px;
  }

  .tpsm-formulas__grid h3 {
    margin-top: 48px;
  }

  .tpsm-process__list {
    grid-template-columns: 1fr;
  }

  .tpsm-process__list li,
  .tpsm-process__list li:nth-child(3),
  .tpsm-process__list li:nth-child(n + 3) {
    min-height: 220px;
    border: 0;
    border-top: 1px solid rgb(246 243 238 / 14%);
    padding-inline: 16px;
  }

  .tpsm-process__list li:last-child {
    border-bottom: 1px solid rgb(246 243 238 / 14%);
  }

  .tpsm-process__list h3 {
    margin-top: 36px;
  }

  .tpsm-occasions {
    padding-block: 58px;
  }

  .tpsm-occasions__inner {
    gap: 30px;
  }

  .tpsm-occasions__list {
    grid-template-columns: 1fr 1fr;
  }

  .tpsm-occasions__list span {
    min-height: 64px;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .tpsm-occasions__list i {
    width: auto;
  }

  .tpsm-brief {
    padding-block: 66px;
  }

  .tpsm-brief h2 {
    font-size: 39px;
  }

  .tpsm-brief__card {
    margin-inline: -8px;
    width: calc(100% + 16px);
    padding: 24px 18px;
  }

  .tpsm-brief__card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .tpsm-brief__card-head small {
    text-align: left;
  }

  .tpsm-brief .tp-managed-form__field {
    flex-basis: 100%;
  }
}

@media (max-width: 420px) {
  .tpsm-hero__proofs {
    grid-template-columns: 1fr;
  }

  .tpsm-occasions__list {
    grid-template-columns: 1fr;
  }

  .tpsm-occasions__list span {
    min-height: 54px;
    align-items: center;
    flex-direction: row;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tpsm *,
  .tpsm *::before,
  .tpsm *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
