/* Footer */
.ilmn-footer__messaging {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: messaging; }

.ilmn-footer__regulatory {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: ruo; }

.ilmn-footer__nav {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: nav; }

.ilmn-footer__privacy {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: privacy; }

.ilmn-footer__brand {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: brand; }

.ilmn-footer__copyright {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: copyright; }

@media (max-width: 768px) {
    .ilmn-footer__messaging {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
    .ilmn-footer__regulatory {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .ilmn-footer__nav {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
    .ilmn-footer__privacy {
    -ms-grid-row: 6;
    -ms-grid-column: 1; }
    .ilmn-footer__brand {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .ilmn-footer__copyright {
    -ms-grid-row: 7;
    -ms-grid-column: 1; } }

.ilmn-footer__content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% auto 30%;
  grid-template-columns: 60% auto 30%;
  grid-template-areas: "brand brand brand" "messaging . ruo" "messaging . ." "messaging . nav" "privacy . nav" "copyright . ."; }
  @media (min-width: 576px) {
    .ilmn-footer__content {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .ilmn-footer__content {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .ilmn-footer__content {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .ilmn-footer__content {
      max-width: 1170px; } }
  @media (max-width: 767.98px) {
    .ilmn-footer__content {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .ilmn-footer__content {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      grid-template-areas: "brand" "." "ruo" "nav" "messaging" "privacy" "copyright"; } }

.ilmn-footer__light-trail {
  margin: 0 28px;
  position: relative;
  min-height: 16px;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6; }
  @media (max-width: 768px) {
    .ilmn-footer__light-trail {
      margin: 0 0 24px;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-row: 2;
      grid-row-start: 2;
      -ms-grid-row-span: 1;
      grid-row-end: 3; } }
  .ilmn-footer__light-trail::after {
    content: "";
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 100%;
    width: 4px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 99, 99, 0)), color-stop(50%, rgba(255, 99, 99, 0.12)), to(rgba(9, 78, 255, 0.3)));
    background: -webkit-linear-gradient(bottom, rgba(255, 99, 99, 0) 0%, rgba(255, 99, 99, 0.12) 50%, rgba(9, 78, 255, 0.3) 100%);
    background: -moz- oldlinear-gradient(bottom, rgba(255, 99, 99, 0) 0%, rgba(255, 99, 99, 0.12) 50%, rgba(9, 78, 255, 0.3) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 99, 99, 0) 0%, rgba(255, 99, 99, 0.12) 50%, rgba(9, 78, 255, 0.3) 100%);
    background: linear-gradient(0deg, rgba(255, 99, 99, 0) 0%, rgba(255, 99, 99, 0.12) 50%, rgba(9, 78, 255, 0.3) 100%);
    top: 0;
    bottom: 0;
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px); }
    @media (max-width: 768px) {
      .ilmn-footer__light-trail::after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 99, 99, 0)), color-stop(50%, rgba(255, 99, 99, 0.12)), to(rgba(9, 78, 255, 0.3)));
        background: -webkit-linear-gradient(left, rgba(255, 99, 99, 0) 0%, rgba(255, 99, 99, 0.12) 50%, rgba(9, 78, 255, 0.3) 100%);
        background: -moz- oldlinear-gradient(left, rgba(255, 99, 99, 0) 0%, rgba(255, 99, 99, 0.12) 50%, rgba(9, 78, 255, 0.3) 100%);
        background: -o-linear-gradient(left, rgba(255, 99, 99, 0) 0%, rgba(255, 99, 99, 0.12) 50%, rgba(9, 78, 255, 0.3) 100%);
        background: linear-gradient(90deg, rgba(255, 99, 99, 0) 0%, rgba(255, 99, 99, 0.12) 50%, rgba(9, 78, 255, 0.3) 100%);
        height: 4px;
        width: 90%;
        left: -32px; } }

.ilmn-footer {
  color: #444648;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.011em;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background: #ffffff;
  padding: 84px 0;
  margin-top: 80px;
  position: relative; }
  .ilmn-footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline; }
  .ilmn-footer button:not(:disabled) {
    cursor: pointer; }
  .ilmn-footer__subheading {
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 14px; }
  .ilmn-footer__content p {
    font-size: 14px;
    margin: 0 0 24px; }
  .ilmn-footer__h6 {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 .875rem; }
  .ilmn-footer__address {
    font: inherit;
    line-height: 1.5;
    margin: 0 0 1rem; }
  .ilmn-footer__list--unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0 0 1.5rem; }
    .ilmn-footer__list--unstyled li {
      margin: 0; }
  @media (max-width: 768px) {
    .ilmn-footer {
      padding: 40px 0; } }

.ilmn-footer::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(219, 226, 237, 0.5)), color-stop(15%, rgba(234, 237, 242, 0.5)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(219, 226, 237, 0.5) 0%, rgba(234, 237, 242, 0.5) 15%, rgba(255, 255, 255, 0) 100%);
  background: -moz- oldlinear-gradient(bottom, rgba(219, 226, 237, 0.5) 0%, rgba(234, 237, 242, 0.5) 15%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(219, 226, 237, 0.5) 0%, rgba(234, 237, 242, 0.5) 15%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(219, 226, 237, 0.5) 0%, rgba(234, 237, 242, 0.5) 15%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 80px; }

.ilmn-footer__brand {
  margin-bottom: 32px; }

.ilmn-footer__logo {
  width: 112px;
  display: inline-block;
  vertical-align: middle; }

.ilmn-footer__messaging a {
  color: inherit;
  text-decoration: underline; }
  .ilmn-footer__messaging a:hover {
    color: #4E60EE;
    text-decoration: underline !important; }

.ilmn-footer__regulatory > div {
  border: solid 1px #bbb;
  padding: 16px; }
  .ilmn-footer__regulatory > div > *:last-child {
    margin-bottom: 0; }

.ilmn-footer__regulatory-title {
  margin: 0 0 .875rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; }

p.ilmn-footer__copyright {
  margin: 40px 0 0; }

.ilmn-footer__privacy a, .ilmn-footer__privacy button {
  font-weight: 400 !important;
  font-size: 12px !important;
  display: inline-block;
  margin: 0 16px 0 0;
  color: inherit !important;
  text-decoration: underline !important; }
  .ilmn-footer__privacy a:hover, .ilmn-footer__privacy button:hover {
    color: #4E60EE !important;
    text-decoration: underline !important; }

.ilmn-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  .ilmn-footer__nav a {
    color: #4E60EE;
    text-decoration: none; }
    .ilmn-footer__nav a:hover, .ilmn-footer__nav a:active, .ilmn-footer__nav a:focus, .ilmn-footer__nav a:visited {
      text-decoration: none;
      color: #4E60EE; }
  .ilmn-footer__nav-popular {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .ilmn-footer__nav-popular a {
      font-size: 16px; }
  .ilmn-footer__nav-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .ilmn-footer__nav-social a {
      display: inline-block;
      margin: 0 0 0 8px; }
  @media (max-width: 768px) {
    .ilmn-footer__nav {
      padding: 16px 0; }
      .ilmn-footer__nav-popular, .ilmn-footer__nav-social {
        margin: 16px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .ilmn-footer__nav-popular a, .ilmn-footer__nav-social a {
          margin: 0 16px 0 0; } }

.ilmn-footer__korea-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .ilmn-footer__korea-contact > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 16px 0 0; }

.ilmn-footer__australia {
  margin: 15px 0 15px; }

.ilmn-mt-disclaimer {
  font-size: 14px;
  margin: 24px 0 24px;
  line-height: 1.5; }
