:root {
  --color--black: black;
  --color--dark-gray: #555;
  --color--gold: #fac08e;
  --color--white: #ddd;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  text-wrap: balance;
  font-family: Bona Nova, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bona Nova, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  color: var(--color--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--color--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--color--dark-gray);
  letter-spacing: .4px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.section {
  padding: 30px 40px;
}

.section.hero {
  color: #fff;
  background-color: #000;
  height: 100vh;
  min-height: 550px;
  max-height: 52vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.footer {
  color: #fff;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.contact {
  padding-bottom: 100px;
}

.section.quote {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.hero {
  color: #fffc;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.split-col {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 52ch;
  display: flex;
}

.hero-img {
  background-image: linear-gradient(#0000 95%, #000), url('../images/hero-elite-miles-travel.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  position: absolute;
  inset: 0%;
}

.main-heading {
  color: var(--color--gold);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(80deg, #c58c5e, #fcc190 31%, #c58c5e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.nav {
  z-index: 10;
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-elements {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-logo {
  z-index: 1;
  height: 100%;
  color: var(--color--gold);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navlinks-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.navlink {
  color: #fffc;
  letter-spacing: .4px;
  text-transform: none;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 2px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, box-shadow .2s;
  position: relative;
  box-shadow: inset 0 -1px #fac08e00;
}

.navlink:hover {
  box-shadow: inset 0 -1px 0 0 var(--color--gold);
  color: #fff;
}

.navlink.w--current {
  color: #fff;
}

.navlink.in-dropdown {
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.navlink.in-dropdown.is-first {
  margin-top: 25px;
}

.navlink.in-dropdown.is-last {
  margin-bottom: 15px;
}

.nav-color-trigger {
  width: 0;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-bg {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.bullets-wrap {
  justify-content: space-around;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.bullet {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 35ch;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.bullet-icon {
  width: 80px;
  height: 80px;
  color: var(--color--gold);
  margin-bottom: 10px;
}

.full-img-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  width: 100%;
  max-width: 850px;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px 40px;
  position: relative;
  box-shadow: 0 2px 4px #0003, 0 2px 20px #0000001a;
}

.full-img-box.quote {
  background-color: #ffffffe6;
  min-height: 600px;
  margin-top: -100px;
}

.button-1 {
  border: 1px solid var(--color--gold);
  color: var(--color--gold);
  background-color: #0000;
  margin-top: 20px;
  padding: 8px 20px 10px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-1:hover {
  background-color: var(--color--gold);
  color: #000;
}

.partner-wrap {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.partner-logo-wrap {
  width: 100%;
  padding-left: 5px;
  position: relative;
  overflow: hidden;
}

.partner-logo-col {
  flex: 1;
  width: 3420px;
  margin-bottom: 20px;
  display: flex;
}

.partner-logo-col.last {
  margin-bottom: 0;
}

.partner-logo {
  flex: none;
  width: 150px;
  height: 75px;
  margin-right: 40px;
}

.partner-col-50 {
  width: 1710px;
  display: flex;
}

.partner-logo-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 100px;
  display: block;
  position: absolute;
  inset: 0%;
}

.partner-logo-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.partner-logo-img-file {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  width: 60%;
  min-width: 500px;
  padding: 20px 50px 40px;
  position: relative;
  box-shadow: 0 2px 4px #0003, 0 2px 20px #0000001a;
}

.service-img-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-img-wrap.odd {
  inset: 0% auto 0% 0%;
}

.service-section {
  padding: 80px;
  position: relative;
}

.service-section.odd {
  justify-content: flex-end;
  display: flex;
}

.header-wrap {
  text-align: center;
  max-width: 120ch;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.header-wrap.services {
  margin-bottom: 60px;
}

.dropdown-arrow {
  width: 14px;
  margin-left: 8px;
}

.nav-dropdown-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.nav-dropdown-trigger {
  justify-content: flex-start;
  align-items: center;
  padding: 10px 5px;
  display: flex;
  position: relative;
}

.nav-dropdown-bg {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000b3;
  margin-top: 15px;
  position: absolute;
  inset: 0%;
}

.carousel_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  position: relative;
}

.carousel_cards {
  margin-bottom: 20px;
  padding: 20px 75px;
  display: flex;
  overflow: auto;
}

.card_wrapper {
  display: flex;
}

.card {
  text-wrap: pretty;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  min-height: 300px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 40px 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 3px #0000001a, 1px 1px 10px 2px #0000001a;
}

.card.gallery {
  position: relative;
}

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

.carousel-arrow {
  cursor: pointer;
  background-color: #efefef00;
  border: 1px solid #333;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
}

.carousel-arrow:hover {
  border-color: var(--color--gold);
  background-color: var(--color--gold);
}

.service-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-header {
  font-size: 36px;
}

.section-header {
  margin-top: 0;
  font-size: 48px;
  line-height: 1.5;
}

.accent-line {
  background-color: var(--color--gold);
  width: 80px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.star-wrap {
  color: var(--color--gold);
  margin-bottom: 12px;
  display: flex;
}

.star {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}

.add-space {
  margin-left: 2px;
  margin-right: 2px;
}

.contact-wrap {
  padding-left: 190px;
  display: flex;
  position: relative;
}

.contact-form-wrap {
  width: 100%;
  padding: 40px 75px 50px 260px;
  box-shadow: 0 2px 3px #0003, 0 2px 20px #0000001a;
}

.contact-info {
  color: #d4a276;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 35px 40px 40px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 0 2px 5px #0003, 0 2px 20px #0000001a;
}

.form-field-wrap {
  padding-top: 10px;
  position: relative;
}

.form-field-wrap.airport {
  flex: 1;
}

.form-field-wrap.date {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 45%;
  display: flex;
}

.form-field-wrap.date.has-return {
  flex: 0 auto;
  width: 100%;
}

.form-field {
  color: #000;
  border: 1px solid #0006;
  height: 45px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  transition: border-color .2s;
}

.form-field:hover {
  border-color: #000;
}

.form-field.message {
  min-height: 100px;
  padding-top: 12px;
}

.form-field.date-field {
  border-color: #0000;
  height: 100%;
  margin-bottom: 0;
}

.form-field.date-wrap {
  flex: 1;
  align-items: center;
  margin-bottom: 10px;
  padding: 1px;
  display: flex;
  position: relative;
}

.field-label {
  color: #333333e6;
  background-color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Marcellus, sans-serif;
  display: inline-block;
  position: absolute;
  inset: 0 auto auto 10px;
}

.form {
  grid-column-gap: 25px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-wrap {
  margin-top: 30px;
}

.button-2 {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  padding: 8px 20px 10px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
}

.button-2:hover {
  border-color: var(--color--gold);
  background-color: var(--color--gold);
  color: #000;
  padding-left: 20px;
}

.contact-link-wrap {
  color: #fffc;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.contact-link-wrap:hover {
  color: var(--color--gold);
  text-decoration: underline;
}

.contact-link-icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.contact-logo {
  width: 100px;
}

.contact-logo-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.contact-link {
  color: #fffc;
  line-height: 1.5;
}

.footer-wrap {
  color: #fffc;
  justify-content: space-between;
  align-items: center;
  font-family: Marcellus, sans-serif;
  display: flex;
}

.footer-inner-link {
  color: #fffc;
  text-decoration: none;
  transition: color .2s;
}

.footer-inner-link:hover {
  color: #fff;
  text-decoration: underline;
}

.cantact-details {
  margin-bottom: 20px;
}

.form-submitted {
  background-color: #0000;
  border: 1px solid #000;
  height: 325px;
}

.forn-submitted-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.full-img-wrap {
  width: 100%;
  height: 50vw;
  max-height: 700px;
  position: relative;
}

.full-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.trusted-by-logo-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.trusted-logo {
  border: 1px solid var(--color--gold);
  width: 150px;
  height: 75px;
}

.nav-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-logo {
  color: #d4a276;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(80deg, #cd9365, #ffd1ab 54%, #e1a777);
  -webkit-background-clip: text;
  background-clip: text;
  width: 160px;
  margin-bottom: 20px;
}

.nav-trigger-mobile {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  position: relative;
}

.nav-mobile-open, .nav-mobile-close {
  position: absolute;
  inset: 0%;
}

.main-navlinks {
  align-items: center;
  display: flex;
}

.menu-mobile-bg {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000e6;
  display: none;
  position: absolute;
  inset: 0%;
}

.navlink-phone {
  color: var(--color--gold);
  letter-spacing: 1px;
  padding: 5px 10px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.navlink-phone:hover {
  background-color: var(--color--gold);
  color: #000;
}

.menu-lottie {
  width: 100%;
  height: 100%;
}

.hero-paragraph {
  color: var(--color--white);
}

.navlink-dropdown {
  color: #fffc;
  letter-spacing: .4px;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px #fac08e00;
}

.navlink-dropdown:hover, .navlink-dropdown.w--current {
  color: #fff;
}

.nav-logo-txt {
  margin-top: 5px;
}

.form-field-grid {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.form-header-wrap {
  border-bottom: 1px solid #00000080;
  margin-bottom: 20px;
}

.form-header {
  margin-bottom: 0;
  font-size: 24px;
}

.quote-first-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
}

.quote-bg-img-wrap {
  width: 100%;
  height: 55vh;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

.fom-filed-icon {
  width: 25px;
  height: 22px;
  position: absolute;
  inset: auto auto 16px 7px;
}

.fom-filed-icon.calendar {
  bottom: 8px;
}

.has-icon {
  padding-left: 50px;
}

.lightbox-gallery {
  position: absolute;
  inset: 0%;
}

.gallery-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.full-img-gradient {
  -webkit-backdrop-filter: grayscale(43%);
  backdrop-filter: grayscale(43%);
  background-image: linear-gradient(159deg, #0003, #0000 20%);
  position: absolute;
  inset: 0%;
}

.mobile-contact-options {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-button-link {
  background-image: linear-gradient(153deg, #d4a276, #fdc797 42%, #d4a276);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 10px;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 3px #00000026, 4px 4px 20px #00000026;
}

.contact-button-link:hover {
  box-shadow: 1px 1px 8px #0000004d;
}

.contact-button-link.wa {
  padding-bottom: 2px;
}

.contact-button-bg {
  background-color: #fff;
  border-radius: 50%;
  margin: 2px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.contact-button-bg:hover {
  background-color: #e7e7e7;
}

.contact-button-img {
  width: 25px;
  position: relative;
}

.quick-actions-mobile {
  z-index: 12;
  opacity: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.recapcha-wrap {
  border: 1px solid #00000080;
  width: 155px;
  height: 40px;
  transition: border-color .2s;
  overflow: hidden;
}

.recapcha-wrap:hover {
  border-color: #000;
}

.recaptcha {
  margin-top: -18px;
  margin-left: -6px;
}

.form-actions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404-lottie {
  width: 200px;
}

.button {
  color: var(--color--gold);
  background-color: #333;
  padding: 8px 20px 10px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--color--gold);
  color: #000;
  padding-left: 20px;
}

.div-block {
  margin-bottom: 20px;
}

.accordion {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
}

.accordion-trigger {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.accordion-content {
  border-top: 2px none var(--color--gold);
  min-width: 130px;
  height: 0;
  box-shadow: inset 0 -2px 0 0 var(--color--gold), inset 0 2px 0 0 var(--color--gold), 0 2px 5px 0 #0003;
  transform-origin: 50% 0;
  white-space: nowrap;
  background-color: #fff;
  margin-top: 5px;
  overflow: hidden;
}

.dropdown-option {
  justify-content: space-between;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.dropdown-option:hover {
  background-color: #fac08e33;
}

.dropdown-option.count {
  padding: 10px 12px;
}

.radio-wrap {
  background-color: #fff;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-top: 5px;
  position: relative;
}

.radio-button-field {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 16px 10px 30px;
}

.dropdown-traveler-number {
  border: 1px solid var(--color--gold);
  background-color: #fff;
  width: 35px;
  height: 30px;
  margin-bottom: 0;
  padding: 0 0 0 12px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.dropdown-traveler-number::placeholder {
  color: #333;
}

.contact-dropdown-wrap {
  border: 1px solid #0006;
  height: 45px;
}

.contact-dropdown-select {
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #0000;
  height: 45px;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
}

.trip-details {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.remove-leg {
  color: #333333b3;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  margin-left: 12px;
  transition: color .2s;
}

.remove-leg:hover {
  color: #333;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--color--gold);
  box-shadow: 0 2px 5px #0000;
}

.display-none {
  display: none;
}

.quote-success-wrap {
  background-color: #ddd0;
  position: relative;
  inset: 0%;
}

.quote-success-text {
  font-family: Marcellus, sans-serif;
  font-size: 16px;
}

.quote-success-lottie {
  position: relative;
}

.quote-success-txt-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.number-count-wrap {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  display: flex;
  position: relative;
}

.number-field-arrow {
  background-color: var(--color--gold);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.number-field-arrow:hover {
  background-color: #e2a877;
}

.close-dropdown {
  color: #ff5c5c;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  transition: color .2s;
  display: flex;
}

.close-dropdown:hover {
  color: #ff0c0c;
}

.counter-cover {
  margin-left: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0%;
}

.quote-header {
  margin-top: 0;
  font-size: 40px;
  line-height: 1.6;
}

.quote-bg-img {
  background-image: url('../images/quote-bg.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.contact-header-light {
  color: var(--color--white);
}

.website-field {
  opacity: 0;
  cursor: none;
  position: absolute;
  left: -9999px;
}

.loading-modal {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffe6;
  font-size: 1.4rem;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0%;
}

.fp-flex {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sending-lottie {
  opacity: .7;
  width: 40px;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 18px;
  }

  .main-heading {
    margin-bottom: 28px;
    font-size: 56px;
  }

  .full-img-box {
    padding: 40px 65px 60px;
  }

  .button-1 {
    margin-top: 30px;
  }

  .services-box {
    padding: 40px 65px 60px;
  }

  .service-section {
    padding: 100px;
  }

  .card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .service-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .section-header {
    font-size: 54px;
  }

  .hero-logo {
    width: 200px;
    margin-bottom: 30px;
  }

  .quote-bg-img-wrap {
    max-height: 700px;
  }

  .quick-actions-mobile {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.hero {
    height: 100vw;
    max-height: none;
  }

  .split-col {
    align-items: flex-end;
    padding-bottom: 40px;
  }

  .hero-img {
    background-image: linear-gradient(216deg, #0000 52%, #000), linear-gradient(#0000 95%, #000), url('../images/hero-elite-miles-travel.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .main-heading {
    color: var(--color--gold);
    text-shadow: 0 0 10px #000;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-size: 38px;
  }

  .nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink {
    padding: 12px 30px;
    font-size: 18px;
  }

  .navlink:hover {
    box-shadow: inset 0 -1px #fac08e00;
  }

  .navlink.in-dropdown.is-first {
    margin-top: 10px;
  }

  .navlink.is-first {
    margin-top: 100px;
  }

  .bullets-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bullet {
    width: 100%;
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
  }

  .full-img-box {
    width: 90%;
    margin-top: -100px;
    padding: 10px 35px 30px;
  }

  .full-img-box.quote {
    margin-top: -60px;
  }

  .services-box {
    min-width: auto;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-section {
    padding: 30px;
  }

  .header-wrap.services {
    margin-bottom: 40px;
  }

  .nav-dropdown-list {
    align-items: center;
    margin-top: 0;
    position: relative;
  }

  .nav-dropdown-trigger {
    padding-top: 0;
  }

  .nav-dropdown-bg {
    display: none;
  }

  .card {
    width: 450px;
    padding: 10px 30px 20px;
  }

  .box-header {
    font-size: 30px;
  }

  .section-header {
    font-size: 40px;
  }

  .accent-line {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .contact-wrap {
    padding-left: 140px;
  }

  .contact-form-wrap {
    padding-left: 180px;
    padding-right: 20px;
  }

  .contact-info {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    grid-column-gap: 15px;
    grid-row-gap: 8px;
  }

  .contact-logo-wrap {
    white-space: nowrap;
  }

  .trusted-by-logo-wrap {
    margin-top: 20px;
  }

  .hero-logo {
    width: 140px;
    color: var(--color--gold);
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .nav-trigger-mobile {
    z-index: 1;
    display: block;
  }

  .main-navlinks {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .menu-mobile-bg {
    display: block;
  }

  .navlink-phone {
    box-shadow: inset 0 0 0 1px var(--color--gold);
    background-color: #0000004d;
    margin-right: 8px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
  }

  .menu-lottie {
    width: 110%;
    height: 110%;
    position: relative;
    top: -3px;
  }

  .hero-paragraph {
    text-shadow: 0 0 8px #000;
  }

  .navlink-dropdown {
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .form-actions {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .split-col {
    width: 100%;
    max-width: 70ch;
  }

  .hero-txt {
    padding-left: 10px;
  }

  .navlink.is-first {
    margin-top: 30px;
  }

  .bullets-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .bullet-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }

  .bullet-header {
    font-size: 30px;
  }

  .full-img-box {
    padding-top: 20px;
  }

  .partner-logo-gradient {
    display: none;
  }

  .services-box {
    width: 100%;
    margin-top: 50vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .service-img-wrap {
    width: 100%;
    height: 60vw;
  }

  .service-section {
    margin-bottom: 20px;
  }

  .carousel_wrapper {
    padding-bottom: 0;
  }

  .carousel_cards {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card {
    width: 75vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .carousel_nav {
    display: none;
  }

  .box-header {
    margin-top: 0;
    font-size: 24px;
  }

  .section-header {
    font-size: 30px;
  }

  .contact-wrap {
    padding-top: 300px;
    padding-left: 0;
  }

  .contact-form-wrap {
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-info {
    width: 80%;
    height: 400px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    inset: 0% 0% auto;
  }

  .contact-logo {
    width: 80px;
  }

  .contact-logo-wrap {
    margin-bottom: 20px;
  }

  .trusted-logo {
    width: 120px;
    height: 61px;
  }

  .navlink-phone {
    white-space: nowrap;
  }

  .quote-bg-img-wrap {
    height: 30vh;
  }

  .quick-actions-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero {
    height: 100svh;
    max-height: 200vw;
  }

  .section.footer {
    padding-bottom: 75px;
  }

  .section.contact {
    padding-bottom: 0;
  }

  .split-col {
    padding-bottom: 30px;
  }

  .main-heading {
    font-size: 30px;
  }

  .nav {
    padding-left: 18px;
    padding-right: 12px;
  }

  .nav-logo {
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .navlink.is-first {
    margin-top: 20vh;
  }

  .bullets-wrap {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bullet {
    flex-direction: row;
    align-items: flex-start;
  }

  .bullet-icon {
    width: 50px;
    margin-top: 8px;
    margin-right: 20px;
  }

  .bullet-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .full-img-box {
    width: 84%;
    margin-top: -12vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-img-box.quote {
    width: 95%;
    margin-top: -30px;
  }

  .partner-logo-col {
    width: 2250px;
    margin-bottom: 10px;
  }

  .partner-logo {
    width: 100px;
    height: 50px;
    margin-right: 25px;
  }

  .partner-col-50 {
    width: 1125px;
  }

  .services-box {
    margin-top: 54vw;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-img-wrap {
    height: 64vw;
  }

  .service-section {
    padding: 20px;
  }

  .header-wrap {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card {
    width: 80vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-wrap {
    flex-direction: column;
    padding-top: 0;
  }

  .contact-form-wrap {
    width: 90%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .contact-info {
    border-bottom: 1px solid #fac08e1a;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .form-field-wrap.airport {
    flex: 0 auto;
    width: 100%;
  }

  .field-label {
    letter-spacing: -.1px;
  }

  .footer-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-img-wrap {
    height: 60vw;
  }

  .hero-logo {
    width: 120px;
  }

  .navlink-phone {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
  }

  .bullet-content-wrap {
    text-align: left;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex;
  }

  .nav-logo-txt {
    display: none;
  }

  .form-field-grid.quote-personal-info {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .quote-first-details {
    flex-direction: column;
    height: auto;
  }

  .quote-bg-img-wrap {
    height: 80vw;
  }

  .fom-filed-icon {
    width: 20px;
  }

  .has-icon {
    padding-left: 40px;
  }

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

  .contact-dropdown-wrap {
    margin-bottom: 10px;
  }
}

#w-node-f92895ef-4e72-2780-025d-9d21d08a119c-d08a117c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f92895ef-4e72-2780-025d-9d21d08a11a0-d08a117c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-e01b6a42-79de-6597-a3d7-28d48ef707cd-add6a381, #w-node-_452e4230-8cfd-b377-9795-e673f52161aa-add6a381, #w-node-_7be855d2-e284-9be0-1376-e76bba5676e7-add6a381, #w-node-df2cd92b-47a2-d734-80e6-720713ae04ba-add6a381, #w-node-c8685a1e-3c4b-1d4c-9ac0-50b231f46a89-add6a381, #w-node-e5f0627b-74d1-f59b-993f-1f08d3776f16-add6a381, #w-node-_06a43732-c33b-bd0f-18f4-58621939d076-add6a381 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-f92895ef-4e72-2780-025d-9d21d08a118b-d08a117c, #w-node-f92895ef-4e72-2780-025d-9d21d08a118f-d08a117c, #w-node-f92895ef-4e72-2780-025d-9d21d08a1193-d08a117c, #w-node-f92895ef-4e72-2780-025d-9d21d08a1197-d08a117c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_452e4230-8cfd-b377-9795-e673f52161aa-add6a381, #w-node-_7be855d2-e284-9be0-1376-e76bba5676e7-add6a381 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


