
.container,
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

body {
  background-color: #f7f7f7;
  color: #000;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  overflow-x: hidden;
  padding-top: 0px !important;
  margin: 0px auto !important;
  padding-bottom: 0px !important;
 /*  min-height: calc(100vh - 115px); */
}

.site-header {
  background-color: #fff;
  border-bottom: 2px solid #b2b2b2;
  padding: 25px 15px 20px;
  transition: background-color 0.3s ease-in-out;
}
.site-header__heading {
  color: #e12726;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  padding-left: 10px;
  transition: color 0.3s ease-in-out;
  vertical-align: baseline;
}
.site-header__link-ln {
  background-image: url(../images/logo-lexisnexis-powered.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  display: inline-block;
  max-width: 150px;
  min-height: 57px;
  position: relative;
  top: -3px;
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered@2x.png);
    background-size: 150px 57px;
  }
}
.site-header__logo-link {
  display: inline-block;
  max-width: 133px;
  min-height: 31px;
  vertical-align: middle;
  width: 100%;
}
.site-header__logo-link:focus {
  outline: 1px dotted #e12726;
}
.site-header__logo-image {
  background-image: url(../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 133px;
  min-height: 31px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-header__logo-image {
    background-image: url(../images/logo@2x.png);
    background-size: 133px 31px;
  }
}
.site-header--cobranded {
  padding: 25px;
}
.site-header__logo-link--cobranded {
  max-width: 70px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example@2x.png);
    background-size: 67px 52px;
  }
}
.site-header--night {
  background-color: #26252b;
}
.site-header__heading--night {
  color: #fff;
}
.site-header__logo-image--night {
  background-image: url(../images/logo-light.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-header__logo-image--night {
    background-image: url(../images/logo-light@2x.png);
    background-size: 133px 31px;
  }
}
.site-header__logo-image--cobranded {
  background-image: url(../images/logo-placeholder-example.png);
  max-width: 67px;
  min-height: 52px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example@2x.png);
    background-size: 67px 52px;
  }
}
.site-header--slim {
  padding: 20px 15px 10px;
}
.site-header__logo-image--slim {
  background-image: url(../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 103px;
  min-height: 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-header__logo-image--slim {
    background-image: url(../images/logo@2x.png);
    background-size: 103px 24px;
  }
}
.site-header__logo-link--slim {
  max-width: 103px;
  min-height: 24px;
}
@media screen and (min-width: 414px) {
  .site-header {
    padding: 25px 25px 20px;
  }
  .site-header__heading {
    font-size: 16px;
    padding-left: 20px;
  }
  .site-header--cobranded {
    padding: 25px;
  }
  .site-header--slim {
    padding: 20px 15px 10px;
  }
}
@media (min-width: 768px) {
  .site-header {
    padding: 35px 50px 20px;
  }
  .site-header__heading {
    font-size: 20px;
    padding-left: 30px;
    vertical-align: top;
  }
  .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered-lg.png);
    max-width: 178px;
    min-height: 27px;
    top: 24px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered-lg@2x.png);
    background-size: 178px 27px;
  }
}
@media (min-width: 768px) {
  .site-header__logo-image {
    background-image: url(../images/logo.png);
    max-width: 155px;
    min-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .site-header__logo-image {
    background-image: url(../images/logo@2x.png);
    background-size: 155px 36px;
  }
}
@media (min-width: 768px) {
  .site-header__logo-link {
    max-width: 155px;
    vertical-align: unset;
  }
}
@media (min-width: 768px) {
  .site-header__logo-link--cobranded {
    max-width: 70px;
  }
}
@media (min-width: 768px) {
  .site-header__logo-image--night {
    background-image: url(../images/logo-light.png);
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .site-header__logo-image--night {
    background-image: url(../images/logo-light@2x.png);
    background-size: 155px 36px;
  }
}
@media (min-width: 768px) {
  .site-header--cobranded {
    padding: 25px 50px 20px;
  }
}
@media (min-width: 768px) {
  .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example.png);
    max-width: 67px;
    min-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example@2x.png);
    background-size: 67px 52px;
  }
}
@media (min-width: 768px) {
  .site-header--slim {
    padding: 20px 50px 10px;
  }
}
@media (min-width: 768px) {
  .site-header__logo-image--slim {
    background-image: url(../images/logo.png);
    max-width: 103px;
    min-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .site-header__logo-image--slim {
    background-image: url(../images/logo@2x.png);
    background-size: 103px 24px;
  }
}
@media (min-width: 768px) {
  .site-header__logo-link--slim {
    max-width: 103px;
  }
}
@media (min-width: 768px) {
  .site-header__heading--slim {
    font-size: 16px;
  }
}

body[data-theme="dark"] .site-header {
  background-color: #26252b;
}
body[data-theme="dark"] .site-header__heading {
  color: #fff;
}
body[data-theme="dark"] .site-header__link-ln {
  background-image: url(../images/logo-lexisnexis-powered-light.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  max-width: 150px;
  min-height: 57px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body[data-theme="dark"] .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered-light@2x.png);
    background-size: 150px 57px;
  }
}
body[data-theme="dark"] .site-header__logo-image {
  background-image: url(../images/logo-light.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 133px;
  min-height: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body[data-theme="dark"] .site-header__logo-image {
    background-image: url(../images/logo-light@2x.png);
    background-size: 133px 40px;
  }
}
body[data-theme="dark"] .site-header--slim {
  padding: 20px 15px 10px;
}
body[data-theme="dark"] .site-header__logo-image--slim {
  background-image: url(../images/logo-light.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 103px;
  min-height: 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body[data-theme="dark"] .site-header__logo-image--slim {
    background-image: url(../images/logo-light@2x.png);
    background-size: 103px 31px;
  }
}
body[data-theme="dark"] .site-header__logo-link--slim {
  max-width: 103px;
  min-height: 24px;
}

body[data-theme="dark"] .site-header__logo-image--cobranded {
  background-image: url(../images/logo-placeholder-example-light.png);
  max-width: 67px;
  min-height: 52px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body[data-theme="dark"] .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example-light@2x.png);
    background-size: 67px 52px;
  }
}
body[data-theme="dark"] .form__headline--secondary {
  background-color: #666;
}
body[data-theme="dark"] .card__columns--first {
  border-top: none;
}
@media (min-width: 768px) {
  body[data-theme="dark"] .card__columns {
    border-top: none;
  }
  body[data-theme="dark"] .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered-light-lg.png);
    max-width: 178px;
    min-height: 27px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  body[data-theme="dark"] .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered-light-lg@2x.png);
    background-size: 178px 27px;
  }
}
@media (min-width: 768px) {
  body[data-theme="dark"] .site-header__logo-image {
    background-image: url(../images/logo-light.png);
    max-width: 155px;
    min-height: 47px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  body[data-theme="dark"] .site-header__logo-image {
    background-image: url(../images/logo-light@2x.png);
    background-size: 155px 47px;
  }
}
@media (min-width: 768px) {
  body[data-theme="dark"] .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example-light.png);
    max-width: 67px;
    min-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  body[data-theme="dark"] .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example-light@2x.png);
    background-size: 67px 52px;
  }
}
@media (min-width: 768px) {
  body[data-theme="dark"] .site-header--slim {
    padding: 20px 50px 10px;
  }
}
@media (min-width: 768px) {
  body[data-theme="dark"] .site-header__logo-image--slim {
    background-image: url(../images/logo-light.png);
    max-width: 103px;
    min-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  body[data-theme="dark"] .site-header__logo-image--slim {
    background-image: url(../images/logo-light@2x.png);
    background-size: 103px 31px;
  }
}
@media (min-width: 768px) {
  body[data-theme="dark"] .site-header__logo-link--slim {
    max-width: 103px;
  }
}
@media (min-width: 768px) {
  body[data-theme="dark"] .site-header__heading--slim {
    font-size: 16px;
  }
}

body[data-theme="light"] .site-header {
  background-color: #fff;
}
body[data-theme="light"] .site-header__heading {
  color: #e12726;
}
body[data-theme="light"] .site-header__link-ln {
  background-image: url(../images/logo-lexisnexis-powered.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  max-width: 150px;
  min-height: 57px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body[data-theme="light"] .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered@2x.png);
    background-size: 150px 57px;
  }
}
body[data-theme="light"] .site-header__logo-image {
  background-image: url(../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 133px;
  min-height: 31px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body[data-theme="light"] .site-header__logo-image {
    background-image: url(../images/logo@2x.png);
    background-size: 133px 31px;
  }
}
body[data-theme="light"] .site-header--slim {
  padding: 20px 15px 10px;
}
body[data-theme="light"] .site-header__logo-image--slim {
  background-image: url(../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 103px;
  min-height: 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body[data-theme="light"] .site-header__logo-image--slim {
    background-image: url(../images/logo@2x.png);
    background-size: 103px 24px;
  }
}
body[data-theme="light"] .site-header__logo-link--slim {
  max-width: 103px;
  min-height: 24px;
}

body[data-theme="light"] .site-header__logo-image--cobranded {
  background-image: url(../images/logo-placeholder-example.png);
  max-width: 67px;
  min-height: 52px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body[data-theme="light"] .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example@2x.png);
    background-size: 67px 52px;
  }
}
body[data-theme="light"] .form__headline--secondary {
  background-color: #666;
}
body[data-theme="light"] .card__columns--first {
  border-top: none;
}
@media (min-width: 768px) {
  body[data-theme="light"] .card__columns {
    border-top: none;
  }
  body[data-theme="light"] .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered-lg.png);
    max-width: 178px;
    min-height: 27px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  body[data-theme="light"] .site-header__link-ln {
    background-image: url(../images/logo-lexisnexis-powered-lg@2x.png);
    background-size: 178px 27px;
  }
}
@media (min-width: 768px) {
  body[data-theme="light"] .site-header__logo-image {
    background-image: url(../images/logo.png);
    max-width: 155px;
    min-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  body[data-theme="light"] .site-header__logo-image {
    background-image: url(../images/logo@2x.png);
    background-size: 155px 36px;
  }
}
@media (min-width: 768px) {
  body[data-theme="light"] .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example.png);
    max-width: 67px;
    min-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  body[data-theme="light"] .site-header__logo-image--cobranded {
    background-image: url(../images/logo-placeholder-example@2x.png);
    background-size: 67px 52px;
  }
}
@media (min-width: 768px) {
  body[data-theme="light"] .card__columns--divider-right {
    border-right: 0.25px solid rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  body[data-theme="light"] .card__columns--divider-top {
    border-top: 0.25px solid rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  body[data-theme="light"] .site-header--slim {
    padding: 20px 50px 10px;
  }
}
@media (min-width: 768px) {
  body[data-theme="light"] .site-header__logo-image--slim {
    background-image: url(../images/logo.png);
    max-width: 103px;
    min-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi),
  only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  body[data-theme="light"] .site-header__logo-image--slim {
    background-image: url(../images/logo@2x.png);
    background-size: 103px 24px;
  }
}
@media (min-width: 768px) {
  body[data-theme="light"] .site-header__logo-link--slim {
    max-width: 103px;
  }
}
@media (min-width: 768px) {
  body[data-theme="light"] .site-header__heading--slim {
    font-size: 16px;
  }
}