@charset "UTF-8";
/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

    main{
      font-family: "Lato", sans-serif !important;
    }
.sun-country-font {
  font-family: "Lato", sans-serif !important; }
  .sun-country-font * {
    font-family: inherit !important; }

.sun-country-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(59, 61, 73, 0.3); }
  .sun-country-nav__container {
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 40px; }
    @media (max-width: 767px) {
      .sun-country-nav__container {
        padding: 20px 16px; } }
    @media (max-width: 991px) {
      .sun-country-nav__container {
        flex-direction: column;
        align-items: center;
        gap: 20px; }
        }
    .sun-country-nav__container .logo-wrap {
      display: flex;
      gap: 20px;
      align-items: center; }
      @media (max-width: 767px) {
        .sun-country-nav__container .logo-wrap .synchrony-logo {
          height: 20px;
          width: auto; } }
      .sun-country-nav__container .logo-wrap .separator {
        border-right: 1px solid #b7bdc9;
        height: 35px;
        width: 1px;
        margin-top: -5px; }
        @media (max-width: 767px) {
          .sun-country-nav__container .logo-wrap .separator {
            height: 21px; } }
    .sun-country-nav__container #fa-form {
      display: flex;
      gap: 15px;
      font-size: 16px; }
      .sun-country-nav__container #fa-form input,
      .sun-country-nav__container #fa-form button {
        height: 48px;
        box-sizing: border-box;
        font-size: inherit;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        border: none; }
      .sun-country-nav__container #fa-form input {
        background-color: #f2f2f2; }
      .sun-country-nav__container #fa-form button {
        background-color: #0091ca;
        color: white;
        cursor: pointer; }
      .sun-country-nav__container #fa-form .helper-text {
        margin-top: 10px;
        color: #17345e; }

.sun-country-inflight-hero {
  position: relative; }
  .sun-country-inflight-hero h1 {
    font-size: 36px;
    text-align: center;
    margin: 0;
    padding: 30px 16px;
    font-weight: 500;
    background: linear-gradient(90deg, #0091ca 0%, #004785 100%);
    color: white; }
  .sun-country-inflight-hero .hero-image {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    display: block; }
  .sun-country-inflight-hero .hero-card-art {
    max-width: 300px;
    position: absolute;
    right: 50%;
    bottom: -100px;
    transform: translateX(50%); }
    @media (max-width: 767px) {
      .sun-country-inflight-hero .hero-card-art {
        bottom: -75px;
        max-width: 200px;
        height: auto; } }

.section-1 {
  margin-top: 160px;
  color: #17345e;
  padding-left: 16px;
  padding-right: 16px; }
  .section-1 .bonus-heading {
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
    .section-1 .bonus-heading .earn {
      font-size: 24px; }
    .section-1 .bonus-heading del {
      position: relative;
      color: inherit;
      /* keep same text color */
      text-decoration: none;
      /* remove default line‐through */
      margin-right: 8px; }
      .section-1 .bonus-heading del::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 40%;
        background: url("../img/orange-strike.svg") center/cover no-repeat;
        transform: translateY(-50%);
        pointer-events: none; }
  .section-1 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px; }
  .section-1 p {
    max-width: 555px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300; }
  .section-1 .blue-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    position: relative; }
    .section-1 .blue-cards::before {
      content: "";
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: calc(100% - 160px);
      background-color: #f2f2f2;
      z-index: -1; }
    .section-1 .blue-cards .blue-card {
      width: 300px;
      border-radius: 10px;
      background: linear-gradient(90deg, #0091ca 0%, #004785 100%);
      padding: 40px 20px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-1 .blue-cards .blue-card__icon {
        height: 50px;
        width: auto;
        margin-bottom: 16px; }
      .section-1 .blue-cards .blue-card__title {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 8px; }
        .section-1 .blue-cards .blue-card__title.flex-title {
          font-size: 28px;
          flex: 1; }

.section-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, 500px);
  gap: 40px; }
  @media (max-width: 991px) {
    .section-2 {
      grid-template-columns: 1fr;
      grid-auto-rows: auto; } }
  .section-2__lifestyle-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 991px) {
      .section-2__lifestyle-image {
        display: none; } }
  .section-2__content {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    padding-right: 16px; }
    @media (max-width: 991px) {
      .section-2__content {
        padding-left: 16px; } }
    .section-2__content .perk-row {
      display: flex;
      align-items: center;
      gap: 30px;
      font-size: 18px; }
      .section-2__content .perk-row .perk-icon {
        width: 60px;
        flex-shrink: 0;
        display: grid;
        place-items: center; }
      .section-2__content .perk-row strong {
        font-weight: 700; }

.section-3 .tabs {
  max-width: 1080px;
  margin: 0 auto; }
  .section-3 .tabs [role="tablist"] {
    display: flex;
    gap: 8px; }
    .section-3 .tabs [role="tablist"] [role="tab"] {
      cursor: pointer;
      border: none;
      flex: 1;
      padding: 24px;
      background-color: #f5f7fa;
      color: #004785;
      font-size: 24px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%); }
      .section-3 .tabs [role="tablist"] [role="tab"][aria-selected="true"] {
        background: #004785;
        color: white;
       }
        .section-3 .tabs [role="tablist"] [role="tab"]:focus-visible{
          clip-path:unset;
          
        }
      @media (max-width: 767px) {
        .section-3 .tabs [role="tablist"] [role="tab"] {
          font-size: 18px;
          padding: 16px; } }
      @media (max-width: 479px) {
        .section-3 .tabs [role="tablist"] [role="tab"] {
          font-size: 16px;
          padding: 8px; } }
  .section-3 .tabs [role="tabpanel"] {
    background-color: #f5f7fa;
    width: 99%;
    padding: 55px 50px;
    box-sizing: border-box;
    color: #004785;
    border-top: 5px solid;
    -o-border-image: linear-gradient(90deg, #fad961 0%, #f89235 50%, #f46c0b 100%);
    border-image: linear-gradient(90deg, #fad961 0%, #f89235 50%, #f46c0b 100%);
    border-image-slice: 1; }
    @media (max-width: 767px) {
      .section-3 .tabs [role="tabpanel"] {
        padding: 30px 20px; } }
    .section-3 .tabs [role="tabpanel"].is-hidden {
      display: none; }

.section-3 h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  text-align: center; }

.section-3 .sun-country__benefits {
  max-width: 420px;
  margin: 50px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 0; }
  @media (max-width: 767px) {
    .section-3 .sun-country__benefits {
      padding-left: 20px; } }

.section-3 .plus-status__benefits {
  max-width: 555px;
  margin: 50px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .section-3 .plus-status__benefits .plus-status__benefit {
    display: flex;
    align-items: center;
    gap: 28px; }
    .section-3 .plus-status__benefits .plus-status__benefit__icon {
      width: 65px;
      flex-shrink: 0;
      display: grid;
      place-items: center; }
      .section-3 .plus-status__benefits .plus-status__benefit__icon img {
        max-width: 100%;
        height: auto;
        display: block; }

.section-3 .visa-signature__benefits {
  margin-top: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 270px);
  grid-template-rows: repeat(2, auto);
  justify-content: center; }
  @media (max-width: 767px) {
    .section-3 .visa-signature__benefits {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .section-3 .visa-signature__benefits .visa-signature__benefit {
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 270px;
    display: flex;
    flex-direction: column; }
    .section-3 .visa-signature__benefits .visa-signature__benefit__top {
      height: 120px;
      background-size: cover;
      background-position: 0 15%; }
    .section-3 .visa-signature__benefits .visa-signature__benefit__bottom {
      padding: 20px 12px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1; }
      .section-3 .visa-signature__benefits .visa-signature__benefit__bottom h3 {
        font-family: inherit;
        text-align: center;
        font-size: 16px;
        margin: 0;
        font-weight: 600; }
      .section-3 .visa-signature__benefits .visa-signature__benefit__bottom p {
        font-family: inherit;
        font-size: 14px;
        margin: 0;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; }
        .section-3 .visa-signature__benefits .visa-signature__benefit__bottom p.terms {
          font-size: 10px;
          margin-top: 10px;
          text-align: center; }

.get-to-going {
  box-sizing: border-box;
  background-color: #004785;
  color: white;
  display: grid;
  place-items: center;
  padding: 40px; }
  @media (max-width: 767px) {
    .get-to-going {
      padding: 40px 20px; } }

.page-footnotes {
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 40px; }
  @media (max-width: 767px) {
    .page-footnotes {
      padding: 40px 20px; } }
  .page-footnotes p {
    font-family: inherit;
    line-height: 1.3;
    max-width: 1080px;
    margin: 0 auto;
    font-size: 0.8rem;
    scroll-margin-top: 130px;	}
  .page-footnotes a {
    text-decoration: underline;
    font-family: inherit;
    color: inherit; }
   
       #flight-attendant-id-invalid {
        color: #ca3625;
        font-family: inherit;
        margin-top: 8px;
        display: flex;
        gap: 4px;
        width: 350px;
        align-items: center; }
        .field-error.hidden {
          display: none !important}
        #flight-attendant-id-input:focus-within {
          outline: 2px solid #3b3d49; }
        #flight-attendant-id-input.invalid {
          outline-color: #ca3625; }
		  
/*Footnotes link*/
.link-to-footnote {
    color: inherit;
    text-decoration: none;
}	
@media screen and (max-width:991px) {
  .page-footnotes p{
    scroll-margin-top: 200px !important;
  }
}	

@media(min-width: 767px){
	.sun-country-nav__container .nav-list {
    align-items: center;
    gap: 40px;
    padding: 0;   
}}

.sun-country-nav__container .nav-list {
    display: flex;
    list-style: none;
    margin: 0;
}

      .sun-country-nav__container .nav-list a {
        font-family: inherit;
        text-decoration: none;
        color: #1c4685;
        font-size: 18px;
        font-weight: 600; }
        .sun-country-nav__container .nav-list a.active {
          font-weight: 700; }
  
         