@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("${slick-loader-path}ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */ }

@font-face {
  .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("${slick-font-path}slick.eot");
    src: url("${slick-font-path}slick.eot?#iefix") format("embedded-opentype"), url("${slick-font-path}slick.woff") format("woff"), url("@{slick-font-path}slick.ttf") format("truetype"), url("${slick-font-path}slick.svg#slick") format("svg"); } }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.big {
  font-size: 1.3em; }

.xsmall {
  font-size: .7em; }

@font-face {
  font-family: 'Luxury Card';
  src: url("../fonts/LuxuryCardRegular.woff2") format("woff2"), url("../fonts/LuxuryCardRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Luxury Card';
  src: url("../fonts/LuxuryCardBlack.woff2") format("woff2"), url("../fonts/LuxuryCardBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Luxury Card';
  src: url("../fonts/LuxuryCardBold.woff2") format("woff2"), url("../fonts/LuxuryCardBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

* {
  border: none;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }
  @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }

body {
  font-family: 'Luxury Card', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }

a:not([class]) {
  color: #A5AF96;
  font-weight: bold;
  text-decoration: none; }
  a:not([class]):hover {
    color: #737f60; }

abbr[title] {
  text-decoration: none; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0 0 .5em; }

h1 {
  font-size: 2.75em; }

h2 {
  font-size: 2.25em;
  letter-spacing: .05em; }

h3 {
  font-size: 2em; }
  h3.subtitle {
    font-size: 1.3em;
    line-height: 1.3em;
    text-transform: uppercase; }

h4 {
  font-size: 1.125em;
  letter-spacing: .025em;
  padding: 0 0 1.25em; }

h5 {
  font-size: 1.2em;
  letter-spacing: .025em; }

h6 {
  font-size: 1.2em;
  padding-bottom: 2em;
  text-align: left; }

p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 1.5em; }
  @media screen and (min-width: 600px) {
    p {
      font-size: 1em; } }

sup {
  top: 0; }

.center {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.bg-gray {
  background: #F7F7F7;
  margin: 3em 0;
  padding-bottom: 2em;
  padding-top: 2em; }

.branded-bonuses {
  background: #e3e3e3;
  margin-top: -3em;
  padding-top: 2em;
  padding-bottom: 2em; }

input {
  font-family: 'Luxury Card'; }

img {
  max-width: 100%; }

button, .button, input[type='submit'] {
  appearance: none;
  background: #A5AF96;
  border: none;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 1.2em;
  font-weight: bold;
  padding: .8em 1.8em;
  text-decoration: none; }
  button.small, .button.small, input[type='submit'].small {
    font-size: 1em;
    padding: .75em 1.3em; }

.text-button {
  align-items: center;
  display: inline-flex;
  color: #000;
  text-decoration: none; }
  .text-button svg {
    margin-right: .5em; }
  .text-button span {
    font-weight: bold;
    text-transform: uppercase; }

dl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding: 1em;
  text-align: center;
  width: 100%; }
  dl dt {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .025em;
    text-transform: uppercase; }
  dl dd {
    font-size: 2.75em;
    font-weight: bold;
    padding-bottom: .25em; }

.container {
  margin: 0 auto;
  max-width: 1600px;
  padding: .5em 1em; }
  @media screen and (min-width: 960px) {
    .container {
      padding: 1em 2em; } }

.magazine-container {
  background: #f7f7f7;
  margin-bottom: -3em; }
  .magazine-container article.card {
    background: none; }

.flex {
  display: flex;
  flex-direction: column; }
  .flex.flex-row {
    flex-direction: row; }
  @media screen and (min-width: 600px) {
    .flex {
      flex-direction: row; } }
  @media screen and (min-width: 600px) {
    .flex.align-items-center {
      align-items: center; } }
  .flex > .content {
    flex: 1; }
  .flex > aside {
    flex: 0 auto; }
    @media screen and (min-width: 600px) {
      .flex > aside {
        margin-left: 2em; } }
    @media screen and (min-width: 960px) {
      .flex > aside {
        margin-left: 5em; } }

header {
  background: #222;
  position: sticky;
  top: 0;
  z-index: 3; }
  header .container {
    align-items: center;
    color: #fff;
    display: flex;
    line-height: normal; }
  header a {
    color: #fff; }
  header .logo {
    flex: 1; }
    header .logo svg {
      fill: currentColor;
      height: 36px;
      width: 192px; }
  header aside {
    display: flex;
    flex: 0 auto;
    justify-content: space-between; }
    header aside a {
      align-items: center;
      display: flex;
      text-decoration: none; }
      header aside a svg {
        margin-right: .5em; }
    header aside > * {
      padding: .25em; }
      header aside > *:not(:first-child) {
        margin-left: .5em; }
    @media screen and (max-width: 959px) {
      header aside .call span,
      header aside .chat,
      header aside .login {
        display: none; } }
    header aside .call svg {
      height: 22px;
      width: 18px; }
    @media screen and (min-width: 600px) {
      header aside .call.mobile {
        display: none; } }
    @media screen and (max-width: 599px) {
      header aside .call:not(.mobile) {
        display: none; } }
    header aside .chat {
      margin: 0 2em; }
      @media screen and (max-width: 599px) {
        header aside .chat {
          display: none; } }
      header aside .chat svg {
        height: 28px;
        width: 20px; }
    @media screen and (max-width: 599px) {
      header aside .login {
        display: none; } }
    header aside .login svg {
      height: 26px;
      width: 20px; }
    header aside .login {
      margin-right: 2em; }
    header aside button.menu {
      background: none;
      border: none;
      color: #fff; }
      header aside button.menu svg {
        fill: currentColor;
        height: 24px;
        width: 24px; }

section.menu-content {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: none;
  margin: 0;
  position: fixed;
  right: 0;
  z-index: 2; }
  @media screen and (max-width: 959px) {
    section.menu-content {
      background: #fff;
      padding: 1em 0; } }
  @media screen and (max-width: 599px) {
    section.menu-content {
      width: 100%; } }
  @media screen and (min-width: 960px) {
    section.menu-content {
      width: 100%; } }
  @media screen and (min-width: 600px) {
    section.menu-content ul {
      display: flex;
      flex-direction: row;
      justify-content: flex-end; } }
  @media screen and (min-width: 960px) {
    section.menu-content ul {
      padding: 1em; } }
  @media screen and (max-width: 959px) {
    section.menu-content ul {
      display: flex;
      flex-direction: column; }
      section.menu-content ul figure {
        display: none; } }
  section.menu-content ul li {
    display: flex;
    font-size: 1.1em;
    justify-content: flex-end; }
    section.menu-content ul li a {
      color: rgba(0, 0, 0, 0.8);
      display: flex;
      font-weight: normal;
      padding: .25em .5em; }
      section.menu-content ul li a:hover {
        color: black; }
    @media screen and (min-width: 960px) {
      section.menu-content ul li.mobile-only {
        display: none; } }
  @media screen and (min-width: 960px) {
    section.menu-content .links {
      background: #fff;
      border-top: solid 1px #eaeaea; } }
  @media screen and (max-width: 959px) {
    section.menu-content .links .container {
      padding-top: 0; } }
  @media screen and (min-width: 960px) {
    section.menu-content .links ul li {
      padding-left: 1em; } }

@media screen and (min-width: 960px) {
  .cards {
    background: #f7f7f7; } }

@media screen and (max-width: 959px) {
  .cards .container {
    padding-bottom: 0; } }

@media screen and (max-width: 959px) {
  .cards ul li br {
    display: none; } }

@media screen and (min-width: 960px) {
  .cards ul li {
    margin-left: 2em; }
    .cards ul li span {
      margin-top: .5em; }
    .cards ul li figure img {
      margin-left: 1em;
      max-height: 200px; } }

.stats {
  display: grid; }
  @media screen and (max-width: 599px) {
    .stats dd {
      flex: 0 0 25% !important; } }
  @media screen and (min-width: 1280px) {
    .stats {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 2em;
      padding: 2em 2em 2em 0; } }
  @media screen and (min-width: 960px) and (max-width: 1279px) {
    .stats {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 3em;
      padding: 2em 2em 2em 0; } }
  @media screen and (max-width: 959px) {
    .stats {
      grid-template-columns: repeat(auto-fit, minmax(1fr, 2fr));
      grid-gap: 0;
      padding-bottom: 1em; }
      .stats dl {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        font-size: .9em; }
        .stats dl dt {
          flex: 1;
          text-align: left; }
        .stats dl dd {
          flex: 0 auto;
          padding-right: .5em;
          text-align: right; } }

figure.new-card {
  text-align: center; }
  @media screen and (min-width: 960px) {
    figure.new-card.float-right {
      display: inline-block;
      float: right;
      padding: 0 0 1em 2em; } }
  figure.new-card img {
    margin: 0 auto 3em;
    max-width: 300px; }

@media screen and (min-width: 960px) {
  .paragraph-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 4em; } }

@media screen and (min-width: 600px) {
  .card-weight-graph span[style="height: 22vh"] {
    height: calc("22vh * 1.5") !important; }
  .card-weight-graph span[style="height: 18vh"] {
    height: calc("18vh * 1.5") !important; }
  .card-weight-graph span[style="height: 15vh"] {
    height: calc("15vh * 1.5") !important; }
  .card-weight-graph span[style="height: 13vh"] {
    height: calc("13vh * 1.5") !important; } }

.card-weight-graph.all-cards .lc {
  flex: 0 0 50% !important; }
  .card-weight-graph.all-cards .lc dd {
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%; }
    .card-weight-graph.all-cards .lc dd strong {
      flex: 1 0 100%; }
    .card-weight-graph.all-cards .lc dd span {
      display: inline-flex;
      flex: 0 0 .5em; }
      @media screen and (min-width: 960px) {
        .card-weight-graph.all-cards .lc dd span {
          flex: 0 0 1em; } }
      .card-weight-graph.all-cards .lc dd span:nth-child(3) {
        background: #B1A67C; }
      .card-weight-graph.all-cards .lc dd span:nth-child(4) {
        background: #505050; }
      .card-weight-graph.all-cards .lc dd span:nth-child(5) {
        background: #7C7D7D; }

.card-weight-graph.all-cards .amex, .card-weight-graph.all-cards .citi, .card-weight-graph.all-cards .chase {
  flex: 1 !important; }
  .card-weight-graph.all-cards .amex span, .card-weight-graph.all-cards .citi span, .card-weight-graph.all-cards .chase span {
    width: .5em; }
    @media screen and (min-width: 960px) {
      .card-weight-graph.all-cards .amex span, .card-weight-graph.all-cards .citi span, .card-weight-graph.all-cards .chase span {
        width: 1em; } }

.card-weight-graph.all-cards .graph-legend .black-card li:nth-child(2) span {
  background: #B1A67C; }

.card-weight-graph.all-cards .graph-legend .black-card li:nth-child(3) span {
  background: #505050; }

.card-weight-graph.all-cards .graph-legend .black-card li:nth-child(4) span {
  background: #7C7D7D; }

.card-weight-graph.all-cards-individual-bars .lc {
  flex: 0 0 50% !important; }
  .card-weight-graph.all-cards-individual-bars .lc dd {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%; }
    .card-weight-graph.all-cards-individual-bars .lc dd strong {
      flex: 1 0 100%; }
    .card-weight-graph.all-cards-individual-bars .lc dd span {
      display: inline-flex;
      flex: 0 0 .5em;
      position: relative; }
      @media screen and (min-width: 600px) {
        .card-weight-graph.all-cards-individual-bars .lc dd span {
          flex: 0 0 .75em; } }
      @media screen and (min-width: 1280px) {
        .card-weight-graph.all-cards-individual-bars .lc dd span {
          flex: 0 0 1em; } }
      .card-weight-graph.all-cards-individual-bars .lc dd span em {
        font-size: .5em;
        font-style: normal;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: -1.5em; }
      .card-weight-graph.all-cards-individual-bars .lc dd span:nth-child(3) {
        background: #B1A67C; }
      .card-weight-graph.all-cards-individual-bars .lc dd span:nth-child(4) {
        background: #505050; }
      .card-weight-graph.all-cards-individual-bars .lc dd span:nth-child(5) {
        background: #7C7D7D; }

.card-weight-graph.all-cards-individual-bars .amex, .card-weight-graph.all-cards-individual-bars .citi, .card-weight-graph.all-cards-individual-bars .chase {
  flex: 1 !important; }
  .card-weight-graph.all-cards-individual-bars .amex span, .card-weight-graph.all-cards-individual-bars .citi span, .card-weight-graph.all-cards-individual-bars .chase span {
    width: .5em; }
    @media screen and (min-width: 600px) {
      .card-weight-graph.all-cards-individual-bars .amex span, .card-weight-graph.all-cards-individual-bars .citi span, .card-weight-graph.all-cards-individual-bars .chase span {
        width: .75em; } }
    @media screen and (min-width: 1280px) {
      .card-weight-graph.all-cards-individual-bars .amex span, .card-weight-graph.all-cards-individual-bars .citi span, .card-weight-graph.all-cards-individual-bars .chase span {
        width: 1em; } }

.card-weight-graph.all-cards-individual-bars .graph-legend .black-card li:nth-child(2) span {
  background: #B1A67C; }

.card-weight-graph.all-cards-individual-bars .graph-legend .black-card li:nth-child(3) span {
  background: #505050; }

.card-weight-graph.all-cards-individual-bars .graph-legend .black-card li:nth-child(4) span {
  background: #7C7D7D; }

.graph-bars .bar-value {
  display: flex; }
  .graph-bars .bar-value dl {
    flex-direction: column;
    padding: 2em 0 0; }
    .graph-bars .bar-value dl dt {
      border-top: solid 1px #707070;
      padding-top: .5em;
      text-transform: none;
      white-space: nowrap; }
      @media screen and (min-width: 600px) and (max-width: 959px) {
        .graph-bars .bar-value dl dt {
          font-size: .875em; } }
      @media screen and (max-width: 599px) {
        .graph-bars .bar-value dl dt {
          font-size: 1em; } }
    .graph-bars .bar-value dl dd {
      display: flex;
      flex-direction: column;
      padding-bottom: 0; }
      .graph-bars .bar-value dl dd strong {
        font-size: .5em;
        margin-bottom: .5em; }
      .graph-bars .bar-value dl dd span {
        margin: 0 auto;
        width: 1em; }
    .graph-bars .bar-value dl.lc {
      flex: 1; }
      .graph-bars .bar-value dl.lc dt {
        padding-right: 1em; }
      .graph-bars .bar-value dl.lc strong, .graph-bars .bar-value dl.lc span {
        border-right: solid 10px #fff; }
      .graph-bars .bar-value dl.lc span {
        background: black; }
    .graph-bars .bar-value dl:not(.lc) {
      flex: 0 auto;
      color: #999; }
      .graph-bars .bar-value dl:not(.lc) span {
        background: #999; }

.graph-bars .graph-legend {
  display: flex;
  padding-top: 2em; }
  @media screen and (max-width: 599px) {
    .graph-bars .graph-legend {
      flex-direction: column; } }
  .graph-bars .graph-legend ul {
    flex: 1;
    padding: 1em 0 0; }
  .graph-bars .graph-legend li {
    align-items: center;
    display: flex;
    padding-top: 1em; }
    .graph-bars .graph-legend li span {
      height: 20px;
      margin-right: .5em;
      width: 20px; }
    .graph-bars .graph-legend li p {
      font-weight: bold;
      line-height: normal;
      padding: 0; }
  .graph-bars .graph-legend .black-card {
    color: #000; }
    @media screen and (min-width: 600px) {
      .graph-bars .graph-legend .black-card {
        margin-right: 1em; } }
    .graph-bars .graph-legend .black-card span {
      background: #000; }
  .graph-bars .graph-legend .the-others {
    color: #999; }
    .graph-bars .graph-legend .the-others span {
      background: #999; }

.graph-bars .disclaimer {
  font-size: .75em;
  padding: 3em 0 0; }

.calculator {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 959px) {
    .calculator {
      flex-direction: column; } }

.slider-container {
  box-sizing: border-box; }
  @media screen and (max-width: 599px) {
    .slider-container {
      align-items: center;
      padding: 0 0 3em; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    .slider-container {
      align-items: center;
      padding: 0 5em 3em; } }
  @media screen and (min-width: 960px) {
    .slider-container {
      flex: 0 0 50%;
      padding: 0 0 1em 1em; } }

.calculator-results {
  align-items: center;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 959px) {
    .calculator-results {
      flex: 1; } }
  @media screen and (min-width: 960px) {
    .calculator-results {
      flex: 0 0 50%; } }
  .calculator-results > div {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .calculator-results .label {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 120%;
    margin: 2rem 0 1rem 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .calculator-results .circle {
    align-items: center;
    border-radius: 50%;
    border: 8px solid #a6a6a6;
    color: #a6a6a6;
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    height: 200px;
    justify-content: center;
    line-height: 120%;
    width: 200px; }
    @media screen and (max-width: 599px) {
      .calculator-results .circle {
        border: solid 4px #a6a6a6;
        font-size: 1.5rem;
        height: 100px;
        width: 100px; } }
  .calculator-results .or {
    align-items: center;
    color: #a6a6a6;
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    justify-content: center;
    padding: 0 2rem;
    text-transform: uppercase; }
    @media screen and (max-width: 599px) {
      .calculator-results .or {
        font-size: 1rem; }
        .calculator-results .or + .label {
          height: 30px;
          margin: 0;
          overflow: hidden; } }
    @media screen and (min-width: 600px) {
      .calculator-results .or {
        height: 200px;
        line-height: 120%; } }

.range-slider {
  display: flex;
  flex-direction: column;
  height: 350px;
  justify-content: flex-end; }
  @media screen and (max-width: 599px) {
    .range-slider {
      margin-top: -2em; } }
  .range-slider .range-slider-bar {
    width: 100%;
    margin: 0 0 1rem 0; }

.slider-legend {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: 400;
  width: 100%; }
  @media screen and (max-width: 599px) {
    .slider-legend {
      flex-wrap: wrap; } }
  .slider-legend div:nth-child(odd) {
    color: #a6a6a6;
    flex: 0 0 25%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 120%;
    text-align: left; }
    @media screen and (max-width: 599px) {
      .slider-legend div:nth-child(odd) {
        flex: 0 0 50%;
        font-size: 1rem; } }
  .slider-legend .slider-label {
    flex: 1;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 600px) {
      .slider-legend .slider-label {
        padding-right: 40px; } }
    @media screen and (max-width: 599px) {
      .slider-legend .slider-label {
        flex: 1 100%;
        order: 3;
        padding-top: 1em; } }
  .slider-legend div:nth-child(3) {
    text-align: right; }

.irs {
  display: block;
  font-size: 12px;
  position: relative;
  user-select: none; }

.irs-line {
  display: block;
  outline: none !important;
  overflow: hidden;
  position: relative; }

.irs-bar {
  display: block;
  left: 0;
  position: absolute;
  width: 0; }

.irs-shadow {
  display: none;
  left: 0;
  position: absolute;
  width: 0; }

.irs-handle {
  box-sizing: border-box;
  cursor: default;
  display: block;
  position: absolute;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  cursor: default;
  display: block;
  position: absolute; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap; }

.irs-grid {
  bottom: 0;
  display: none;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  background: #000;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  bottom: 0;
  color: #000;
  font-size: 9px;
  left: 0;
  line-height: 9px;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  white-space: nowrap; }

.irs-disable-mask {
  background: rgba(0, 0, 0, 0);
  cursor: default;
  display: block;
  height: 100%;
  left: -1%;
  position: absolute;
  top: 0;
  width: 102%;
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: .4; }

.irs-hidden-input {
  background: none !important;
  border-color: transparent !important;
  border-style: solid !important;
  display: block !important;
  font-size: 0 !important;
  height: 0 !important;
  left: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  outline: none !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 0 !important;
  z-index: -9999 !important; }

.irs--flat {
  height: 40px; }
  .irs--flat.irs-with-grid {
    height: 60px; }
  .irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px; }
  .irs--flat .irs-bar {
    background-color: #000;
    height: 12px;
    top: 25px; }
  .irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px; }
  .irs--flat .irs-shadow {
    background-color: #e1e4e9;
    bottom: 16px;
    height: 1px; }
  .irs--flat .irs-handle {
    background-color: transparent;
    height: 18px;
    top: 22px;
    width: 16px; }
    .irs--flat .irs-handle > i:first-child {
      background-color: #da4453;
      cursor: pointer;
      display: block;
      height: 100%;
      left: 50%;
      margin-left: -1px;
      position: absolute;
      top: 0;
      width: 2px;
      top: -257px;
      left: -75px;
      width: 153px;
      height: 290px; }
      @media screen and (max-width: 599px) {
        .irs--flat .irs-handle > i:first-child {
          top: -253px;
          zoom: .75; } }
    .irs--flat .irs-handle.state_hover > i:first-child,
    .irs--flat .irs-handle:hover > i:first-child {
      background-color: transparent; }
  .irs--flat .irs-min,
  .irs--flat .irs-max {
    background-color: #e1e4e9;
    border-radius: 4px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    padding: 1px 3px;
    text-shadow: none;
    top: 0; }
  .irs--flat .irs-from,
  .irs--flat .irs-to,
  .irs--flat .irs-single {
    background-color: #ed5565;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    padding: 1px 5px;
    text-shadow: none; }
    .irs--flat .irs-from:before,
    .irs--flat .irs-to:before,
    .irs--flat .irs-single:before {
      border-top-color: #ed5565;
      border: 3px solid transparent;
      bottom: -6px;
      content: "";
      display: block;
      height: 0;
      left: 50%;
      margin-left: -3px;
      overflow: hidden;
      position: absolute;
      width: 0; }
  .irs--flat .irs-grid-pol {
    background-color: #e1e4e9; }
  .irs--flat .irs-grid-text {
    color: #999; }

.porSliderGoldCard > .irs--flat .irs-handle > i:first-child {
  background: url("//lcus1storage.azureedge.net/web/v4/images/cardpage/cpPoR-SliderHandle-GoldCard-153x294.png?v=0x8D855E15DA31624") no-repeat; }

.porSliderBlackCard > .irs--flat .irs-handle > i:first-child {
  background: url("//lcus1storage.azureedge.net/web/v4/images/cardpage/cpPoR-SliderHandle-BlackCard-152x293.png?v=0x8D855E15DA3B28A") no-repeat; }

.porSliderTitaniumCard > .irs--flat .irs-handle > i:first-child {
  background: url("//lcus1storage.azureedge.net/web/v4/images/cardpage/cpPoR-SliderHandle-TitaniumCard-153x294.png?v=0x8D855E6C401B603") no-repeat; }

.pc {
  display: none !important; }

@media (min-width: 1023px) {
  .pc {
    display: inline-block !important; } }

.sp {
  display: inline-block !important; }

@media (min-width: 1023px) {
  .sp {
    display: none !important; } }

input[type="text"],
input[type="tel"] {
  border: none;
  border-radius: 0;
  outline: none;
  text-align: center; }

.pointCalculator {
  width: 100%;
  padding: 1rem; }

.pointCalculatorTitle {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 120%;
  border-bottom: 2px solid #a6a6a6;
  margin: 0 0 1rem 0; }

section {
  margin-bottom: 2em; }
  section ul.card-hero {
    flex-direction: column;
    text-align: center; }
    @media screen and (min-width: 600px) {
      section ul.card-hero {
        flex-direction: row; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      section ul.card-hero {
        flex-wrap: wrap; }
        section ul.card-hero li {
          flex: 0 50% !important;
          margin-bottom: 2em; }
          section ul.card-hero li img {
            max-width: 30vw; } }
    section ul.card-hero li {
      align-items: center;
      display: flex;
      flex: 1;
      flex-direction: column; }
      @media screen and (max-width: 599px) {
        section ul.card-hero li {
          margin-bottom: 2em; } }
      @media screen and (min-width: 960px) {
        section ul.card-hero li {
          margin: 0 2em; } }
      @media screen and (min-width: 1280px) {
        section ul.card-hero li {
          margin: 0 4em; } }
      section ul.card-hero li figure {
        margin-bottom: 1em; }
        @media screen and (max-width: 599px) {
          section ul.card-hero li figure img {
            max-width: 250px; } }
      section ul.card-hero li a {
        display: inline-block;
        margin-bottom: 1.5em; }
  section.hero {
    background: url(//lcus1storage.azureedge.net/web/v4/images/common/black_bck.jpg?v=0x8D897530FDD8892);
    color: #fff; }
    section.hero h1 {
      padding: 1em 0; }
    section.hero.type-gold {
      background: url(//lcus1storage.azureedge.net/web/v4/images/common/gold_bck.jpg?v=0x8D897530FDA537F); }
      section.hero.type-gold a:not(.button) {
        color: #fff; }
      section.hero.type-gold .button {
        background: #808875; }
    section.hero.type-titanium {
      background: url(//lcus1storage.azureedge.net/web/v4/images/common/titan_bck.jpg?v=0x8D897530FDDAFA5); }
    section.hero .grid {
      width: 100%; }
    section.hero figure img {
      max-height: 60vh; }
    section.hero .secondary-ctas {
      display: flex; }
      @media screen and (max-width: 599px) {
        section.hero .secondary-ctas {
          justify-content: flex-start;
          flex-direction: column; } }
      section.hero .secondary-ctas a {
        padding: .4em .2em; }
        @media screen and (min-width: 600px) {
          section.hero .secondary-ctas a:not(:first-child) {
            margin-left: 1em; } }
    section.hero .content {
      grid-area: content; }
    section.hero .features {
      grid-area: features; }
    section.hero .card {
      grid-area: card; }
    section.hero .card {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 599px) {
        section.hero .card {
          margin-bottom: 2em; } }
      section.hero .card.card-flip {
        background: none;
        box-shadow: none; }
    section.hero .flip-button {
      align-items: center;
      cursor: pointer;
      font-size: 1.15em;
      display: flex;
      margin-top: 2em; }
      section.hero .flip-button svg {
        fill: currentColor;
        margin-right: .5em;
        max-height: 24px;
        max-width: 24px; }
    section.hero .grid {
      display: grid;
      grid-gap: 2em;
      grid-template-areas: "content" "card" "features"; }
      @media screen and (min-width: 1280px) {
        section.hero .grid {
          padding: 3rem;
          grid-template-columns: repeat(3, 1fr);
          grid-template-areas: "content content card" "features features card"; } }
      @media screen and (min-width: 960px) and (max-width: 1279px) {
        section.hero .grid {
          padding: 1rem;
          grid-template-columns: repeat(3, 1fr);
          grid-template-areas: "content content content" "features features card"; } }
      @media screen and (min-width: 600px) and (max-width: 959px) {
        section.hero .grid {
          padding: 1rem;
          grid-template-columns: repeat(2, 1fr);
          grid-template-areas: "content content" "features card"; } }
      @media screen and (max-width: 599px) {
        section.hero .grid {
          padding: 2rem 0;
          grid-template-columns: auto;
          grid-template-areas: "content" "card" "features"; } }
      @media screen and (max-width: 599px) {
        section.hero .grid .a {
          padding: 1rem;
          order: 1; }
        section.hero .grid .b {
          text-align: center;
          width: 100%; }
        section.hero .grid .c {
          order: 2; } }
      section.hero .grid .grid-perks {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5em;
        padding: 0; }
      section.hero .grid article.card {
        color: #000; }
    section.hero.compare {
      margin-bottom: 0; }
      @media screen and (max-width: 599px) {
        section.hero.compare .features {
          display: block;
          width: calc(100vw - 2em); } }
      @media screen and (min-width: 600px) and (max-width: 959px) {
        section.hero.compare .features {
          max-width: 50vw; } }
      section.hero.compare aside.card {
        background: none;
        box-shadow: none;
        justify-content: flex-start; }
        @media screen and (max-width: 599px) {
          section.hero.compare aside.card img {
            max-width: 250px; } }
  section.hero-benefits {
    background: none; }
  section.hero-airport-lounge {
    background: url(//lcus1storage.azureedge.net/web/v4/images/pages/hero-lounge.png);
    min-height: 80vh; }
  section.hero-app {
    background: url(//lcus1storage.azureedge.net/web/v4/images/pages/hero-app.png) top center;
    background-size: cover;
    color: #fff;
    min-height: 80vh; }
  section.hero-concierge {
    background: url(../images/hero-concierge.png); }
  section.hero-assistant {
    background: url(//lcus1storage.azureedge.net/web/v4/images/pages/hero-assistant.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60vh; }
    @media screen and (max-width: 599px) {
      section.hero-assistant {
        background-position: 70% 0;
        min-height: 70vh; } }
  section.hero-press {
    color: #fff; }
    section.hero-press > .container {
      position: absolute; }
    section.hero-press > img {
      width: 100%; }
  section.hero-travel {
    background: url(//lcus1storage.azureedge.net/web/v4/images/pages/hero-travel.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60vh; }
    @media screen and (max-width: 599px) {
      section.hero-travel {
        background-position: 100% 0;
        min-height: 70vh; } }
  section.hero-travel-2 {
    background: url(//lcus1storage.azureedge.net/web/v4/images/pages/hero-travel-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60vh; }
    @media screen and (max-width: 599px) {
      section.hero-travel-2 {
        background-position: center;
        min-height: 50vh; } }
  section.video {
    background: #000;
    margin-top: -2em; }
    @media screen and (min-width: 1280px) {
      section.video {
        margin-bottom: 3em; } }
    section.video video {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      height: calc(.5625 * 100vw);
      min-width: 320px;
      /* min height is .5625 times min width */
      min-height: 180px;
      max-width: 1920px;
      /* max height is .5625 times max width */
      max-height: 1080px; }
  section.categories {
    background: #E6E6E6; }
    @media screen and (max-width: 959px) {
      section.categories {
        display: none; } }
    section.categories ul {
      display: flex;
      justify-content: space-between;
      line-height: normal;
      overflow: auto; }
      section.categories ul li {
        list-style: none;
        text-transform: uppercase; }
        section.categories ul li:not(:first-child) {
          padding-left: 1.5em; }
        section.categories ul li a {
          color: #000; }
  section.categories-mobile {
    background: #E6E6E6;
    padding: 1em;
    margin: 0; }
    @media screen and (min-width: 960px) {
      section.categories-mobile {
        display: none; } }
    section.categories-mobile .select2 {
      width: 100% !important; }
  section.digital-edition-mobile {
    align-items: center;
    background: #E6E6E6;
    color: #000;
    display: flex;
    padding: .5em 1em; }
    @media screen and (min-width: 960px) {
      section.digital-edition-mobile {
        display: none; } }
    section.digital-edition-mobile figure {
      display: flex;
      flex: 0 0 100px;
      justify-content: flex-end; }
      section.digital-edition-mobile figure img {
        max-width: 50px; }
    section.digital-edition-mobile aside {
      flex: 1;
      font-size: 1.2em;
      font-weight: bold;
      padding: 1em;
      text-transform: uppercase; }
  section.main-content {
    margin: 0 0 3em; }
    section.main-content article.box[class*="category-"] .content {
      padding-top: 4em;
      padding-bottom: 4em;
      position: relative; }
      section.main-content article.box[class*="category-"] .content:before {
        font-size: .9em;
        left: 1em;
        position: absolute;
        text-transform: uppercase;
        top: 1em; }
    section.main-content article.card[class*="category-"] {
      position: relative; }
      @media screen and (max-width: 959px) {
        section.main-content article.card[class*="category-"] .content {
          padding-top: 4em;
          padding-bottom: 4em;
          position: relative; }
          section.main-content article.card[class*="category-"] .content:before {
            font-size: .9em;
            left: 1em;
            position: absolute;
            text-transform: uppercase;
            top: 1em; } }
      @media screen and (min-width: 960px) {
        section.main-content article.card[class*="category-"]:before {
          font-size: .9em;
          left: 2em;
          position: absolute;
          text-transform: uppercase;
          top: 2em; } }
    section.main-content article.box.category-culture .content:before {
      content: "Culture"; }
    section.main-content article.box.category-design .content:before {
      content: "Design"; }
    section.main-content article.box.category-fashion .content:before {
      content: "Fashion"; }
    section.main-content article.box.category-tech .content:before {
      content: "Travel"; }
    section.main-content article.box.category-travel .content:before {
      content: "Tech"; }
    @media screen and (max-width: 959px) {
      section.main-content article.card.category-culture .content:before {
        content: "Culture"; } }
    @media screen and (min-width: 960px) {
      section.main-content article.card.category-culture:before {
        content: "Culture"; } }
    @media screen and (max-width: 959px) {
      section.main-content article.card.category-design .content:before {
        content: "Design"; } }
    @media screen and (min-width: 960px) {
      section.main-content article.card.category-design:before {
        content: "Design"; } }
    @media screen and (max-width: 959px) {
      section.main-content article.card.category-fashion .content:before {
        content: "Fashion"; } }
    @media screen and (min-width: 960px) {
      section.main-content article.card.category-fashion:before {
        content: "Fashion"; } }
    @media screen and (max-width: 959px) {
      section.main-content article.card.category-tech .content:before {
        content: "Tech"; } }
    @media screen and (min-width: 960px) {
      section.main-content article.card.category-tech:before {
        content: "Tech"; } }
    @media screen and (max-width: 959px) {
      section.main-content article.card.category-travel .content:before {
        content: "Travel"; } }
    @media screen and (min-width: 960px) {
      section.main-content article.card.category-travel:before {
        content: "Travel"; } }
    section.main-content > article {
      margin-top: 1em;
      margin-bottom: 1em; }
      @media screen and (max-width: 599px) {
        section.main-content > article {
          flex-direction: column; } }
    section.main-content .columns {
      display: flex; }
      @media screen and (min-width: 960px) and (max-width: 1279px) {
        section.main-content .columns {
          padding-left: 0;
          padding-right: 0; } }
      @media screen and (max-width: 599px) {
        section.main-content .columns {
          flex-direction: column; } }
      @media screen and (min-width: 600px) and (max-width: 959px) {
        section.main-content .columns {
          flex-direction: column; } }
      @media screen and (min-width: 960px) {
        section.main-content .columns article:nth-child(odd) {
          margin-right: .5em; }
        section.main-content .columns article:nth-child(even) {
          margin-left: .5em; } }
      section.main-content .columns > * {
        flex: 1 1 50%; }
      section.main-content .columns article {
        height: 100%; }
      section.main-content .columns + .columns {
        margin-top: 1em; }
    section.main-content .graph {
      margin-top: 2em; }
    section.main-content .slick-track {
      display: flex; }
      section.main-content .slick-track .slick-slide {
        height: auto; }
        section.main-content .slick-track .slick-slide > div, section.main-content .slick-track .slick-slide li {
          height: 100%; }
    section.main-content .blocks {
      display: grid; }
      @media screen and (max-width: 599px) {
        section.main-content .blocks {
          border-bottom: solid 2em black;
          grid-template-rows: repeat(4, 1fr);
          margin: 0 -1em -4em; } }
      @media screen and (min-width: 600px) {
        section.main-content .blocks {
          grid-gap: 1em;
          grid-template-columns: repeat(4, 1fr); } }
      section.main-content .blocks li {
        position: relative;
        list-style: none;
        width: 100%; }
        section.main-content .blocks li:before {
          content: "";
          display: inline-block;
          width: 1px;
          height: 0;
          padding-bottom: 100%; }
        section.main-content .blocks li.luxury-magazine a {
          background-image: url(../images/bg-luxury-magazine.png); }
        section.main-content .blocks li.luxury-card-travel a {
          background-image: url(../images/bg-luxury-card-travel.png); }
        section.main-content .blocks li.watch-commercial a {
          background-image: url(../images/bg-watch-commercial.png); }
        section.main-content .blocks li.hashtag a {
          background-image: url(../images/bg-hashtag.png); }
          section.main-content .blocks li.hashtag a:after {
            background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
            bottom: 0;
            content: '';
            height: 100px;
            left: 0;
            position: absolute;
            width: 100%; }
        section.main-content .blocks li a {
          align-items: flex-end;
          background-size: cover;
          box-sizing: border-box;
          color: #fff;
          font-size: 1.25em;
          padding: .5em .5em 1em;
          display: flex;
          height: 100%;
          justify-content: center;
          left: 0;
          position: absolute;
          text-align: center;
          top: 0;
          width: 100%; }
          @media screen and (min-width: 960px) {
            section.main-content .blocks li a {
              padding: 1em; } }
          section.main-content .blocks li a div {
            align-items: center;
            display: flex;
            position: relative;
            z-index: 1; }
            section.main-content .blocks li a div svg {
              flex: 0 auto;
              margin-top: -3px; }
              @media screen and (min-width: 600px) {
                section.main-content .blocks li a div svg {
                  max-width: 2vw; } }
            section.main-content .blocks li a div h4 {
              flex: 1;
              font-weight: normal;
              padding: 0 0 0 .5em; }
              @media screen and (min-width: 600px) {
                section.main-content .blocks li a div h4 {
                  font-size: 1.4vw; } }
    section.main-content .grid-bonuses {
      margin-bottom: 3em; }
      section.main-content .grid-bonuses article {
        height: 100%; }
      section.main-content .grid-bonuses li {
        box-sizing: border-box;
        list-style: none; }
      @media screen and (max-width: 599px) {
        section.main-content .grid-bonuses {
          margin-bottom: 3em; }
          section.main-content .grid-bonuses .slick-slide > div > li {
            padding: 0 1em 2em; } }
      @media screen and (min-width: 600px) and (max-width: 959px) {
        section.main-content .grid-bonuses {
          margin-bottom: 3em; }
          section.main-content .grid-bonuses .slick-slide:nth-child(odd) li {
            padding: 0 .5em 0 1em; }
          section.main-content .grid-bonuses .slick-slide:nth-child(even) li {
            padding: 0 1em 0 .5em; }
          section.main-content .grid-bonuses .slick-slide > div > li {
            padding-bottom: 2em !important; } }
      @media screen and (min-width: 960px) and (max-width: 1279px) {
        section.main-content .grid-bonuses .slick-slide > div > li {
          box-sizing: border-box;
          margin: 0 1em 3em;
          padding: 0 .5em 2em; } }
      @media screen and (min-width: 1280px) {
        section.main-content .grid-bonuses {
          display: grid;
          grid-template-columns: repeat(6, 1fr);
          grid-gap: 1em;
          margin: 0 auto 3em;
          max-width: 1600px;
          padding: 0 1em; } }
      section.main-content .grid-bonuses p {
        padding-bottom: 0; }
  section.instagram-header {
    background: #F7F7F7;
    margin-bottom: 0;
    padding-top: 1em; }
    section.instagram-header .container {
      padding: 1em; }
  section.instagram-grid {
    background: #fff; }
    section.instagram-grid .container {
      display: grid;
      grid-gap: 1em; }
      @media screen and (min-width: 960px) {
        section.instagram-grid .container {
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 3em; } }
    section.instagram-grid figure {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      flex: 0 0 50%;
      line-height: 0; }
      section.instagram-grid figure img {
        width: 100%; }
  section.office-locations {
    background: #F7F7F7;
    margin-bottom: 0;
    padding-top: 1em; }
    section.office-locations ul {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 960px) {
        section.office-locations ul {
          flex-direction: row; } }
      section.office-locations ul li {
        list-style: none;
        margin-bottom: 2em; }
        @media screen and (min-width: 960px) {
          section.office-locations ul li:not(:first-child) {
            margin-left: 1em; } }
        section.office-locations ul li figure {
          margin-bottom: 1em; }
        section.office-locations ul li .vcard {
          line-height: 1.3em; }
          section.office-locations ul li .vcard .country-name {
            font-weight: bold; }
  section.perks-fixed, section.cards-fixed {
    bottom: 0;
    left: 0;
    display: none;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2; }
    @media screen and (min-width: 1280px) {
      section.perks-fixed, section.cards-fixed {
        background: #fff;
        border-top: solid 1px #CBCBCB;
        display: block; } }
    section.perks-fixed .container, section.cards-fixed .container {
      align-items: center;
      background: #fff;
      border-top: solid 1px #CBCBCB;
      display: flex;
      padding-top: .25em;
      padding-bottom: .25em; }
      section.perks-fixed .container dl, section.cards-fixed .container dl {
        align-items: center;
        flex-direction: row-reverse; }
        section.perks-fixed .container dl dt, section.cards-fixed .container dl dt {
          font-size: 1.05em;
          text-align: left;
          text-transform: none; }
        section.perks-fixed .container dl dd, section.cards-fixed .container dl dd {
          font-size: 1.8em;
          margin-right: .5em; }
      section.perks-fixed .container p, section.cards-fixed .container p {
        margin-left: 2em;
        padding: 0;
        white-space: nowrap; }
  section.cards-fixed .cards {
    background: #fff; }
  section.cards-fixed ul {
    justify-content: center;
    padding-left: 0; }
    section.cards-fixed ul li {
      flex: 0 auto;
      list-style: none; }
      section.cards-fixed ul li:first-child {
        flex: 0 auto; }
      section.cards-fixed ul li a {
        align-items: center;
        color: #7E7E7E;
        display: flex;
        flex-direction: row-reverse; }
        section.cards-fixed ul li a figure {
          margin-right: 1em; }
          section.cards-fixed ul li a figure img {
            max-height: 100px; }

.grid-perks {
  margin: 0 auto;
  max-width: 1600px; }
  @media screen and (min-width: 960px) {
    .grid-perks {
      padding: 0 1em 0 2em; } }
  .grid-perks.top-perks {
    padding: 0 0 3em; }
    .grid-perks.top-perks .content {
      padding-bottom: 4em; }
  .grid-perks article {
    height: 100%; }
  @media screen and (min-width: 960px) {
    .grid-perks {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1em; } }
  @media screen and (max-width: 959px) {
    .grid-perks {
      grid-template-columns: 1fr;
      margin-bottom: 3em;
      padding-left: 0em;
      padding-right: 0em; }
      .grid-perks .slick-slide li {
        padding: 0 1em 2em; } }
  .grid-perks li {
    box-sizing: border-box;
    list-style: none; }

article {
  font-size: 1em;
  margin-bottom: 1em; }

.box,
.card {
  background: #fff; }
  .box.type-gold .graph-bars .bar-value dl.lc span,
  .box.type-gold .graph-bars .graph-legend .black-card span,
  .box.type-gold .irs--flat .irs-bar,
  .card.type-gold .graph-bars .bar-value dl.lc span,
  .card.type-gold .graph-bars .graph-legend .black-card span,
  .card.type-gold .irs--flat .irs-bar {
    background-color: #B1A67C; }
  .box.type-gold .irs--flat .irs-handle > i:first-child,
  .card.type-gold .irs--flat .irs-handle > i:first-child {
    background: url("//lcus1storage.azureedge.net/web/v4/images/common/slider-gold-card.png") no-repeat; }
  .box.type-titanium .graph-bars .bar-value dl.lc span,
  .box.type-titanium .graph-bars .graph-legend .black-card span,
  .box.type-titanium .irs--flat .irs-bar,
  .card.type-titanium .graph-bars .bar-value dl.lc span,
  .card.type-titanium .graph-bars .graph-legend .black-card span,
  .card.type-titanium .irs--flat .irs-bar {
    background-color: #7C7D7D; }
  .box.type-titanium .irs--flat .irs-handle > i:first-child,
  .card.type-titanium .irs--flat .irs-handle > i:first-child {
    background: url("//lcus1storage.azureedge.net/web/v4/images/common/slider-titanium-card.png") no-repeat; }
  .box.type-black-diamond .graph-bars .bar-value dl.lc span,
  .box.type-black-diamond .graph-bars .graph-legend .black-card span,
  .box.type-black-diamond .irs--flat .irs-bar,
  .card.type-black-diamond .graph-bars .bar-value dl.lc span,
  .card.type-black-diamond .graph-bars .graph-legend .black-card span,
  .card.type-black-diamond .irs--flat .irs-bar {
    background-color: #7C7D7D; }
  .box.type-black-diamond .irs--flat .irs-handle > i:first-child,
  .card.type-black-diamond .irs--flat .irs-handle > i:first-child {
    background: url("//lcus1storage.azureedge.net/web/v4/images/common/slider-black-diamond-card.png") no-repeat; }
  .box:not(.inline),
  .card:not(.inline) {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
    @media screen and (min-width: 600px) {
      .box:not(.inline),
      .card:not(.inline) {
        margin-bottom: 0; } }
  .box.has-image,
  .card.has-image {
    align-items: center;
    display: flex; }
    @media screen and (max-width: 599px) {
      .box.has-image,
      .card.has-image {
        flex-direction: column-reverse; } }
    @media screen and (max-width: 599px) {
      .box.has-image figure:nth-child(2),
      .card.has-image figure:nth-child(2) {
        display: none; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .box.has-image figure:nth-child(2),
      .card.has-image figure:nth-child(2) {
        display: none; } }
    .box.has-image > div,
    .card.has-image > div {
      flex: 1; }
    .box.has-image > aside,
    .card.has-image > aside {
      display: flex;
      flex: 0 auto;
      max-width: 67vw; }
      .box.has-image > aside figure,
      .card.has-image > aside figure {
        padding: 1em; }

a > article.card:not(.card-inverted),
a > article.box:not(.card-inverted) {
  color: #000; }
  a > article.card:not(.card-inverted) h3, a > article.card:not(.card-inverted) h4,
  a > article.box:not(.card-inverted) h3,
  a > article.box:not(.card-inverted) h4 {
    color: #000; }
  a > article.card:not(.card-inverted) p,
  a > article.box:not(.card-inverted) p {
    color: #000; }

.box figure img {
  width: 100%; }

@media screen and (min-width: 600px) {
  .box .content {
    padding: 2em 4em; } }

@media screen and (max-width: 959px) {
  .box .content {
    padding: 2em; }
    .box .content h3 {
      font-size: 1.5em; } }

.card {
  position: relative; }
  .card.centered {
    text-align: center; }
  .card.big-icon svg {
    max-width: 120px !important; }
  .card figure {
    line-height: 0; }
  .card .content {
    padding: 2em; }
    .card .content h3 {
      font-size: 1.3em;
      line-height: 1.3em;
      text-transform: uppercase; }
    .card .content .icon svg {
      margin-bottom: 1em;
      max-height: 48px;
      max-width: 48px; }
    .card .content .cta {
      bottom: 2em;
      position: absolute; }

.card-columns {
  align-items: center;
  display: flex; }
  @media screen and (max-width: 599px) {
    .card-columns {
      flex-direction: column; } }
  .card-columns figure {
    flex: 0 0 50%; }
  .card-columns .content {
    flex: 0 0 calc(50% - 4em); }
  .card-columns + .grid-perks {
    padding: 2em 5em !important; }
    @media screen and (max-width: 599px) {
      .card-columns + .grid-perks {
        padding: 0 2em !important; } }

.card-inverted {
  background: #000;
  color: #fff; }

.card-flipped {
  flex-direction: row-reverse; }
  @media screen and (max-width: 599px) {
    .card-flipped {
      flex-direction: column; } }

.blog-wrapper {
  background: #F7F7F7;
  margin-bottom: 0 !important;
  padding-bottom: 2em; }
  .blog-wrapper .boxed {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 3em;
    max-width: 1200px;
    position: relative; }
  .blog-wrapper .article-disclaimer {
    font-size: .75em;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1em; }

.blog-wrapper .image {
  line-height: 0; }

@media screen and (min-width: 960px) {
  .blog-wrapper .container.overlay-header-image {
    margin-top: -8em; } }

.blog-wrapper figcaption {
  text-align: right; }

.blog-wrapper .caption {
  font-size: .9em;
  text-align: right; }

.blog-wrapper .two-images {
  display: flex; }
  .blog-wrapper .two-images > div {
    flex: 0 0 50%; }
    @media screen and (min-width: 960px) {
      .blog-wrapper .two-images > div:first-child {
        margin-right: 1em; } }

.blog-wrapper .boxed > figure {
  margin: -1em -1em 1em; }
  @media screen and (min-width: 960px) {
    .blog-wrapper .boxed > figure {
      margin: -1em -2em 1em; } }

@media screen and (min-width: 960px) {
  .blog-wrapper .related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em; } }

.blog {
  padding: 3em 1em 0; }
  @media screen and (min-width: 960px) {
    .blog {
      padding: 3em 3em 0; } }
  .blog ul.social {
    display: flex;
    margin-top: -2em;
    margin-bottom: 2em; }
    .blog ul.social li {
      list-style: none; }
      .blog ul.social li:not(:first-child) {
        margin-left: .75em; }
      .blog ul.social li a svg {
        height: 24px;
        width: 24px; }
  .blog header {
    background: none;
    padding-bottom: 3em;
    position: initial;
    text-align: center; }

.featured-row {
  padding-bottom: 2em; }
  @media screen and (min-width: 960px) {
    .featured-row {
      display: grid;
      grid-template-columns: 3fr 1fr;
      grid-gap: 1em; } }
  @media screen and (max-width: 959px) {
    .featured-row .featured-post a {
      display: flex;
      flex-direction: column-reverse; }
      .featured-row .featured-post a figure {
        min-height: 40vh; } }
  @media screen and (min-width: 960px) {
    .featured-row .featured-post a {
      display: grid;
      grid-template-columns: 1fr 2fr;
      height: 100%; } }
  .featured-row .featured-post figure {
    background-size: cover;
    order: 1; }
  .featured-row .featured-post aside {
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em; }
  .featured-row .featured-post h5 {
    text-transform: uppercase; }
  .featured-row .featured-post h3 {
    padding-top: .5em;
    text-transform: uppercase; }
  @media screen and (max-width: 959px) {
    .featured-row .digital-edition {
      display: none; } }
  .featured-row .digital-edition img {
    width: 100%; }
  .featured-row .digital-edition figure {
    line-height: 0; }
  .featured-row .digital-edition figcaption {
    background: #000;
    color: #fff;
    padding: 1em;
    text-align: center;
    text-transform: uppercase; }

@media screen and (min-width: 960px) {
  .more-features .content {
    box-sizing: border-box;
    padding-right: 4em; } }

.screenshots {
  border-top: solid 2px rgba(112, 112, 112, 0.25);
  text-align: center; }
  @media screen and (max-width: 599px) {
    .screenshots {
      margin: 0 2em 2em;
      padding: 3em 0; } }
  @media screen and (min-width: 600px) {
    .screenshots {
      margin: 2em;
      padding: 3em; } }

footer {
  background: url(//lcus1storage.azureedge.net/web/v4/images/common/footer-brand.png) no-repeat top left #000;
  color: #fff;
  padding: 2em 1em 12em; }
  @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    footer {
      background: url(//lcus1storage.azureedge.net/web/v4/images/common/footer-brand@2x.png) no-repeat top left/50% #000; } }
  @media screen and (max-width: 599px) {
    footer {
      background: url(//lcus1storage.azureedge.net/web/v4/images/common/footer-brand.png) no-repeat top left #000; } }
  @media screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 599px) and (min-resolution: 120dpi) {
    footer {
      background: url(//lcus1storage.azureedge.net/web/v4/images/common/footer-brand@2x.png) no-repeat top left/100% #000; } }
  footer .container > * {
    padding: 0 0 2em !important; }
  footer .container ul:not(.social) li {
    padding-right: 2em; }
  @media screen and (min-width: 600px) {
    footer .container {
      display: flex; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    footer .container {
      flex-wrap: wrap; }
      footer .container > * {
        flex: 0 50% !important; }
      footer .container .brand {
        order: -2; }
      footer .container ul.social {
        order: -1; } }
  @media screen and (min-width: 960px) and (max-width: 1279px) {
    footer .container {
      flex-wrap: wrap; }
      footer .container > * {
        flex: 0 50% !important;
        padding: 0 0 2em !important; }
      footer .container .brand {
        order: -2; }
      footer .container ul.social {
        order: -1; } }
  footer .container.disclaimers {
    flex-direction: column; }
    footer .container.disclaimers p {
      color: rgba(255, 255, 255, 0.75);
      font-size: .8em;
      padding-bottom: 0.3em !important; }
  footer .container p.copyright {
    font-size: .8em;
    margin-top: 2em;
    text-align: center;
    text-transform: uppercase; }
  footer .brand svg {
    max-height: 32px;
    max-width: 41px; }
  @media screen and (min-width: 960px) {
    footer .brand {
      flex: 1; } }
  @media screen and (min-width: 960px) {
    footer ul {
      flex: 0 auto;
      padding-left: 3em; } }
  footer ul li {
    list-style: none;
    padding-bottom: .75em; }
  footer ul.social {
    display: flex;
    padding-left: 4em; }
    footer ul.social li:not(:first-child) {
      padding-left: 1em; }
    footer ul.social svg {
      max-height: 28px;
      max-width: 28px; }
  footer a:not([class]) {
    color: #fff;
    font-weight: normal; }

.slick-arrow {
  border: solid 2px #f00; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  display: flex !important;
  justify-content: center; }
  @media screen and (max-width: 599px) {
    .slick-dots {
      bottom: 0; } }
  @media screen and (max-width: 599px) {
    .slick-dots {
      left: 0; } }
  .slick-dots li {
    height: auto !important;
    width: auto !important; }
    .slick-dots li button {
      height: auto !important;
      width: auto !important; }
      .slick-dots li button:before {
        background: #000;
        border-radius: 100%;
        height: 12px;
        width: 12px;
        content: ''; }
