@charset "UTF-8";

/*
 * 1024px footer lock
 * The supplied tablet comp is the source of truth for this breakpoint.
 */
@media (min-width: 900px) and (max-width: 1100px) {
  .ew-footer.ew-footer--full {
    width: calc(100% - 6px);
    height: 413px;
    min-height: 413px;
    margin-inline: 3px;
    border-radius: 13px;
    background:
      radial-gradient(ellipse 430px 205px at 84% 88%, rgba(15, 50, 86, 0.34) 0 58%, transparent 59%),
      radial-gradient(ellipse 560px 205px at 29% 105%, rgba(0, 9, 24, 0.42) 0 58%, transparent 59%),
      linear-gradient(145deg, #03142a 0%, #031a35 51%, #02152d 100%);
  }

  .ew-footer.ew-footer--full::before {
    right: -116px;
    bottom: 58px;
    width: 520px;
    height: 242px;
    border-radius: 62% 0 0 0 / 78% 0 0 0;
    background: linear-gradient(145deg, rgba(17, 51, 82, 0.22), rgba(7, 22, 42, 0.04) 74%);
  }

  .ew-footer.ew-footer--full::after {
    display: block;
    right: 0;
    bottom: 58px;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }

  .ew-footer--full > .ew-footer__inner {
    display: grid;
    grid-template-columns: 26.7% 53.4% 19.9%;
    align-items: start;
    gap: 0;
    width: 100%;
    min-height: 354px;
    margin: 0;
    padding: 44px 0 0;
  }

  .ew-footer__brand {
    display: block;
    padding: 14px 10px 0 39px;
  }

  .ew-footer--full .ew-wordmark {
    display: inline-block;
    color: #fff;
    font-size: 20.5px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.075em;
    white-space: nowrap;
  }

  .ew-footer--full .ew-wordmark span {
    font-size: 32.5px;
  }

  .ew-footer__brand p {
    margin: 34px 0 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 400;
    line-height: 2.2;
    white-space: nowrap;
  }

  .ew-footer__social {
    gap: 20px;
    margin: 45px 0 0;
  }

  .ew-footer__sns,
  .ew-footer__sns img {
    width: 36px;
    height: 36px;
  }

  .ew-footer__sns {
    border-radius: 8px;
  }

  .ew-footer__sns--x {
    padding: 8px;
  }

  .ew-footer__columns {
    display: grid;
    grid-template-columns: 21.1% 21.2% 28.6% 29.1%;
    gap: 0;
    width: 100%;
  }

  .ew-footer__column,
  .ew-footer__column--tablet-only {
    display: block;
    grid-column: auto;
    min-width: 0;
    min-height: 269px;
    padding: 11px 5px 0 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }

  .ew-footer__column h2,
  .ew-footer__company h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
  }

  .ew-footer__column a {
    display: block;
    width: fit-content;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    white-space: nowrap;
  }

  .ew-footer__column a:first-of-type {
    margin-top: 0;
  }

  .ew-footer__column span {
    font-size: 9.5px;
  }

  .ew-footer__company {
    position: relative;
    min-width: 0;
    min-height: 269px;
    padding: 11px 12px 0 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }

  .ew-footer__company h2 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .ew-footer__company p {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .ew-footer__tablet-break {
    display: block;
  }

  .ew-footer__contact {
    gap: 10px;
    width: 143px;
    min-height: 36px;
    margin-top: 17px;
    font-size: 13px;
    font-weight: 600;
  }

  .ew-footer__mail-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }

  .ew-footer__company::before {
    top: 196px;
    right: auto;
    left: 29px;
    width: 24px;
    height: 24px;
  }

  .ew-footer__company::after {
    top: 177px;
    right: auto;
    left: 53px;
    width: 10px;
    height: 10px;
  }

  .ew-footer__character {
    position: absolute;
    z-index: 3;
    top: 145px;
    right: 10px;
    bottom: auto;
    left: auto;
    display: block;
    width: 180px;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
  }

  .ew-footer__copyright {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: grid;
    place-items: center;
    height: 58px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.035em;
    text-align: center;
  }
}
