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

:root {
  --scroll-margin-top: 80px; }

.font-open-sans {
  font-family: "Open Sans", sans-serif !important; }
  .font-open-sans * {
    font-family: inherit !important; }

main {
  color: #004785; }

.section-spacing {
  padding-left: 44px;
  padding-right: 44px;
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .section-spacing {
      padding-left: 16px;
      padding-right: 16px; } }

h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  width: 75%;
  margin: 0 auto;
  border-bottom: 4px solid #fa8f02;
  padding-bottom: 3rem;
  text-align: center; }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      width: 100%; } }

h2 {
  font-size: 44px;
  font-weight: 600;
  text-align: center; }
  h2 sup {
    font-size: 24px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 33px; }
      h2 sup {
        font-size: 18px; } }

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h3 {
      font-size: 28px; } }

.orange-button {
  display: inline-block;
  background: #f56c0b;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 100px !important;
  padding: 8px 20px;
  color: #fff !important;
  text-decoration: none;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important; }
  @media (max-width: 767px) {
    .orange-button {
      font-size: 16px; } }

.sun-country-nav__container {
  position: relative; }
  @media screen and (max-width: 1330px) {
    .sun-country-nav__container {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 767px) {
    .sun-country-nav__container {
	flex-direction: row !important; } }
  .sun-country-nav__container .logo-wrap {
    flex-shrink: 1; }
    @media screen and (max-width: 380px) {
      .sun-country-nav__container .logo-wrap {
        max-width: 100%;
        gap: 8px; }
        .sun-country-nav__container .logo-wrap img {
          width: 100% !important;
          height: auto !important; } }
    .sun-country-nav__container .logo-wrap .partner-link img {
      width: auto;
		height:37px;}
    @media (max-width: 767px) {
      .sun-country-nav__container .logo-wrap .partner-link.whole-logo img {
        height: 24px; } }
    @media (max-width: 479px) {
      .sun-country-nav__container .logo-wrap .partner-link.whole-logo {
        display: none; } }
    .sun-country-nav__container .logo-wrap .partner-link.partial-logo img {
      height: 35px; }
    @media (min-width: 480px) {
      .sun-country-nav__container .logo-wrap .partner-link.partial-logo {
        display: none; } }
  .sun-country-nav__container #nav-toggle {
    flex-shrink: 0;
    width: 30px;
    height: 24px;
    position: relative;
    margin-left: auto;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer; }
    @media (min-width: 768px) {
      .sun-country-nav__container #nav-toggle {
        display: none; } }
    .sun-country-nav__container #nav-toggle span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #3c3935;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out; }
      .sun-country-nav__container #nav-toggle span:nth-child(1) {
        top: 0px; }
      .sun-country-nav__container #nav-toggle span:nth-child(2), .sun-country-nav__container #nav-toggle span:nth-child(3) {
        top: 10px; }
      .sun-country-nav__container #nav-toggle span:nth-child(4) {
        top: 20px; }
    .sun-country-nav__container #nav-toggle.open span:nth-child(1) {
      top: 10px;
      width: 0%;
      left: 50%; }
    .sun-country-nav__container #nav-toggle.open span:nth-child(2) {
      transform: rotate(45deg); }
    .sun-country-nav__container #nav-toggle.open span:nth-child(3) {
      transform: rotate(-45deg); }
    .sun-country-nav__container #nav-toggle.open span:nth-child(4) {
      top: 10px;
      width: 0%;
      left: 50%; }
  @media (max-width: 767px) {
    .sun-country-nav__container .nav-list {
      position: absolute;
      width: 100%;
      bottom: -194px;
      left: 0;
      background-color: white;
      overflow: hidden;
      grid-column: span 2;
      flex-direction: column;
      align-items: flex-end;
      gap: 14px;
      padding: 14px 18px;
      box-sizing: border-box;
      transform: scaleY(0);
      transform-origin: top;
      opacity: 0;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease; }
      .sun-country-nav__container .nav-list.open {
        transform: scaleY(1);
        opacity: 1;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } }

.rewards {
  margin-top: 160px;
  scroll-margin-top: var(--scroll-margin-top); }
  @media (max-width: 767px) {
    .rewards {
      margin-top: 120px; } }
  .rewards .rewards-grid {
    display: flex;
    flex-direction: column;
    max-width: 1050px;
    margin: auto;
    gap: 30px;
    margin-bottom: 40px; }
    .rewards .rewards-grid .row-1,
    .rewards .rewards-grid .row-2 {
      display: flex;
      gap: 40px; }
      @media (max-width: 767px) {
        .rewards .rewards-grid .row-1,
        .rewards .rewards-grid .row-2 {
          display: grid;
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 479px) {
        .rewards .rewards-grid .row-1,
        .rewards .rewards-grid .row-2 {
          display: flex;
          flex-direction: column;
          gap: 30px; } }
    .rewards .rewards-grid .reward {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .rewards .rewards-grid .reward img {
        height: 40px;
        width: auto; }
      .rewards .rewards-grid .reward strong {
        font-size: 30px;
        font-weight: 700;
        display: block;
        line-height: 1.2;
        margin-bottom: 5px; }
      .rewards .rewards-grid .reward.small-text strong {
        font-size: 20px;
        margin-bottom: 10px; }
      .rewards .rewards-grid .reward.small-text p {
        font-size: 14px; }

.benefits h2 {
  margin-top: 0; }

.benefits .benefits-list {
  max-width: 930px;
  margin: 0 auto 48px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 0; }
  @media (min-width: 768px) {
    .benefits .benefits-list {
      width: 66.67%; } }
  .benefits .benefits-list .benefit {
    background-color: #f5f7fa;
    color: black;
    padding: 20px 80px;
    display: flex;
    gap: 30px;
    align-items: center; }
    @media (max-width: 767px) {
      .benefits .benefits-list .benefit {
        padding: 20px 40px; } }
    @media (max-width: 479px) {
      .benefits .benefits-list .benefit {
        padding: 20px; } }
    .benefits .benefits-list .benefit img {
      width: 60px;
      max-height: 60px;
      flex-shrink: 0;
      -o-object-fit: contain;
      object-fit: contain; }
    .benefits .benefits-list .benefit p {
      font-size: 15px;
      line-height: 1.3; }

.calculator {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 56px; }
  .calculator__top {
    display: flex;
    justify-content: space-between;
    gap: 16px; }
    @media (max-width: 767px) {
      .calculator__top {
        flex-direction: column; } }
    .calculator__top p,
    .calculator__top label {
      font-size: 22px;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .calculator__top p,
        .calculator__top label {
          font-size: 18px; } }
    .calculator__top .calculator-heading {
      max-width: 450px; }
      .calculator__top .calculator-heading h2 {
        margin-top: 0;
        margin-bottom: 8px;
        text-align: left; }
    .calculator__top .output {
      width: 250px;
      background-color: #f5f7fa;
      box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      padding: 25px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .calculator__top .output {
          margin-left: auto;
          margin-right: auto; } }
      .calculator__top .output output {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 5px;
        font-weight: 700;
        color: #f56c0b; }
  .calculator__inputs {
    display: flex;
    flex-direction: column;
    gap: 56px; }
    .calculator__inputs .slider-group {
      display: flex;
      gap: 24px; }
      @media (max-width: 479px) {
        .calculator__inputs .slider-group {
          flex-direction: column;
          gap: 8px; } }
      .calculator__inputs .slider-group .a,
      .calculator__inputs .slider-group .b {
        display: flex;
        flex-direction: column; }
      .calculator__inputs .slider-group .a {
        flex: 3;
        gap: 8px; }
        .calculator__inputs .slider-group .a label {
          text-align: center; }
      .calculator__inputs .slider-group .b {
        flex: 1;
        align-items: center;
        justify-content: center; }
        .calculator__inputs .slider-group .b output {
          color: #f56c0b;
          font-size: 30px;
          font-weight: 700; }
        .calculator__inputs .slider-group .b label {
          color: #999999;
          line-height: 1; }
      .calculator__inputs .slider-group input[type="range"] {
        margin-top: 10px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        cursor: pointer;
        /***** Chrome, Safari, Opera and Edge *****/
        /* track */
        /* thumb */
        /* Show thumb color change and glow when focused with keyboard */
        /******** Firefox styles ********/
        /* track */
        /* thumb */
        /* IE styles */ }
        .calculator__inputs .slider-group input[type="range"]:focus {
          outline: none; }
        .calculator__inputs .slider-group input[type="range"]::-webkit-slider-runnable-track {
          background: linear-gradient(90deg, #0091ca 0%, #004785 100%);
          border-radius: 0.5rem;
          height: 0.5rem; }
        .calculator__inputs .slider-group input[type="range"]::-webkit-slider-thumb {
          -webkit-appearance: none;
          appearance: none;
          margin-top: -12px;
          /*custom styles*/
          background-color: #51beef;
          border: 2px solid #fff;
          transform: skew(-6deg);
          height: 2rem;
          width: 2rem; }
        .calculator__inputs .slider-group input[type="range"]:focus-visible::-webkit-slider-thumb {
          background-color: #f56c0b; }
        .calculator__inputs .slider-group input[type="range"]::-moz-range-track {
          background: linear-gradient(90deg, #0091ca 0%, #004785 100%);
          border-radius: 0.5rem;
          height: 0.5rem; }
        .calculator__inputs .slider-group input[type="range"]::-moz-range-thumb {
          border: none;
          border-radius: 0;
          /*custom styles*/
          background-color: #51beef;
          border: 2px solid #fff;
          transform: skew(-6deg);
          height: 2rem;
          width: 2rem; }
        .calculator__inputs .slider-group input[type="range"]:focus-visible::-moz-range-thumb {
          background-color: #f56c0b; }
        .calculator__inputs .slider-group input[type="range"]:focus-visible::-ms-thumb {
          background-color: #f56c0b; }
  .calculator > p {
    text-align: center;
    color: #999999; }

.more-perks {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }
  .more-perks h2 {
    width: 83.33333333%;
    margin: 0 auto; }
  .more-perks .perk {
    background-color: #f5f7fa;
    border-radius: 25px;
    padding: 40px 80px;
    box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 20px;
    align-items: center; }
    @media (max-width: 991px) {
      .more-perks .perk {
        padding: 40px; } }
    @media (max-width: 767px) {
      .more-perks .perk {
        align-items: flex-start; } }
    .more-perks .perk img {
      width: 120px;
      aspect-ratio: 1 / 1; }
      @media (max-width: 1079px) {
        .more-perks .perk img {
          width: 80px; } }
      @media (max-width: 767px) {
        .more-perks .perk img {
          width: 50px; } }
    .more-perks .perk__content {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: space-between;
      gap: 24px; }
      @media (max-width: 767px) {
        .more-perks .perk__content {
          flex-direction: column;
          align-items: start; } }
      .more-perks .perk__content p {
        font-size: 20px; }
        @media (max-width: 767px) {
          .more-perks .perk__content p {
            font-size: 16px; } }
  .more-perks .thats-a-lot {
    background: linear-gradient(90deg, #0091ca 0%, #004785 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }

.redemption {
  scroll-margin-top: var(--scroll-margin-top);
  background-color: #f5f7fa; }
  .redemption .wave {
    width: 100%;
    display: block; }
  .redemption__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 44px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 991px) {
      .redemption__inner {
        padding-left: 16px;
        padding-right: 16px; } }
    .redemption__inner h2 {
      margin-top: 0;
      margin-bottom: 16px; }
      @media (min-width: 992px) {
        .redemption__inner h2 {
          width: 75%; } }
    .redemption__inner p {
      font-size: 22px; }
      @media (min-width: 992px) {
        .redemption__inner p {
          width: 75%; } }
      @media (max-width: 767px) {
        .redemption__inner p {
          font-size: 16px; } }
    .redemption__inner .redemption-list {
      margin-top: 48px;
      margin-bottom: 48px;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 767px) {
        .redemption__inner .redemption-list {
          margin-top: 24px;
          margin-bottom: 24px; } }
      .redemption__inner .redemption-list span {
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-right: 17px;
        padding-left: 14px; }
        .redemption__inner .redemption-list span:not(:last-child) {
          border-right: 4px solid #f56c0b; }
        @media (min-width: 768px) {
          .redemption__inner .redemption-list span {
            font-size: 19px; } }

.plus-status {
  scroll-margin-top: var(--scroll-margin-top);
  width: 1000px;
  max-width: calc(100% - 32px);
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  box-sizing: border-box; }
  .plus-status .blue-box {
    background-color: #0191ca;
    border-radius: 20px;
    padding: 40px 48px;
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .plus-status .blue-box {
        font-size: 16px;
        padding: 40px 24px; } }
    .plus-status .blue-box h2 {
      margin-top: 0;
      margin-bottom: 8px; }
    .plus-status .blue-box .plus-status__list {
      list-style: none;
      padding-left: 0;
      margin-top: 32px;
      display: flex;
      flex-direction: column;
      gap: 32px; }
      .plus-status .blue-box .plus-status__list li {
        display: flex;
        align-items: center;
        gap: 30px; }
        @media (max-width: 767px) {
          .plus-status .blue-box .plus-status__list li {
            gap: 16px; } }
        .plus-status .blue-box .plus-status__list li img {
          flex-shrink: 0;
          width: 70px;
          max-height: 70px;
          -o-object-fit: contain;
          object-fit: contain; }
          @media (max-width: 991px) {
            .plus-status .blue-box .plus-status__list li img {
              width: 50px;
              max-height: 50px; } }

.visa-signature {
  scroll-margin-top: var(--scroll-margin-top);
  color: #004785; }
  .visa-signature h2 {
    margin-top: 0;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .visa-signature h2 {
        width: 66.67%;
        margin-left: auto;
        margin-right: auto; } }
  .visa-signature .intro-p {
    font-size: 24px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .visa-signature .intro-p {
        width: 66.67%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .visa-signature .intro-p {
        font-size: 18px;
        line-height: 1.3; } }
  .visa-signature__benefits {
    margin: 40px auto;
    display: grid;
    max-width: 1050px;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    justify-content: center; }
    @media (max-width: 767px) {
      .visa-signature__benefits {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .visa-signature__benefits .visa-signature__benefit {
      background-color: #f2f2f2;
      border-radius: 8px;
      box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.15);
      overflow: hidden;
      width: 100%;
      display: flex;
      flex-direction: column; }
      .visa-signature__benefits .visa-signature__benefit__top {
        aspect-ratio: 5/2;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 20%;
        object-position: 0 20%; }
      .visa-signature__benefits .visa-signature__benefit__bottom {
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1; }
        .visa-signature__benefits .visa-signature__benefit__bottom h3 {
          font-family: inherit;
          text-align: center;
          font-size: 20px;
          margin: 0; }
        .visa-signature__benefits .visa-signature__benefit__bottom p {
          font-family: inherit;
          font-size: 18px;
          margin: 0;
          width: -moz-fit-content;
          width: fit-content;
          margin: 0 auto; }
          .visa-signature__benefits .visa-signature__benefit__bottom p.terms {
            font-size: 14px;
            margin-top: 14px;
            text-align: center; }

.manage-account {
  background-color: #f5f7fa;
  scroll-margin-top: var(--scroll-margin-top);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0; }
  .manage-account h2 {
    margin-top: 0; }
  .manage-account .plus-status__list {
    list-style: none;
    color: white;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 600px;
    margin: 32px auto 58px auto; }
    .manage-account .plus-status__list li {
      display: flex;
      align-items: center;
      gap: 30px;
      background: linear-gradient(90deg, #004785 0%, #0091ca 100%);
      padding: 8px 40px;
      border-radius: 12px;
      min-height: 110px;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        .manage-account .plus-status__list li {
          gap: 16px;
          padding: 8px 20px 10px 8px; } }
      .manage-account .plus-status__list li img {
        flex-shrink: 0;
        width: 60px;
        max-height: 60px;
        -o-object-fit: contain;
        object-fit: contain; }
        @media (max-width: 991px) {
          .manage-account .plus-status__list li img {
            width: 40px;
            max-height: 40px; } }
      .manage-account .plus-status__list li h4 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 6px;
        font-weight: 500; }

.get-to-going {
  background-color: #004785;
  display: grid;
  place-items: center;
  padding: 48px !important; }
  @media (max-width: 767px) {
    .get-to-going {
      padding: 40px 20px; } }
  .get-to-going img {
    width: 100%;
    max-width: 300px;
    height: auto; }
.page-footnotes {
  color: black; 
 }
 .page-footnotes p {
  max-width: 1440px !important;
 }
 .page-footnotes a {
    word-break: break-word;
 }
 .page-footnotes p.indent {
    padding-left: 40px; 
 }
.page-footnotes p sup {
   font-size: 0.6rem;
   vertical-align: super; 
 }
 
.desktop-mode{
  overflow-x:hidden;
}

