@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body {
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    font-size: calc(0.825rem + 0.1em + 0.15vw);
    font-family: "Domaine";
    font-weight: 400;
    line-height: 1.66;
    background-color: white;
    -webkit-font-smoothing: antialiased;
  }

  .old-browsers .extra-logo {
    display: none;
  }

  .old-browsers {
    font-weight: 400;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: "#fff";
    z-index: 9999;
    color: #fff;
    display: flex;
    background-position: bottom center;
    background-size: cover;
  }

  .old-browsers .inner {
    margin: auto;
    max-width: 1100px;
    padding: 50px;
  }

  .old-browsers .content {
    margin: auto;
    max-width: 850px;
    margin-top: 75px;
    text-align: center;
  }

  .old-browsers .slogan {
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
  }

  .old-browsers h3 a {
    color: #fff;
  }

  .old-browsers h1 {
    font-size: 4.5rem;
    font-weight: 500;
    margin-bottom: -0.33em;
  }

  .old-browsers h3 {
    font-size: 1.66rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .old-browsers .copybox {
    font-weight: 400;
    background: #fff;
    color: #707070;
    border-radius: 80px;
    padding: 12px 12px;
    display: inline-block;
    min-width: 500px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5em;
  }

  .old-browsers .copyboxtext {
    margin: 0 12px;
  }

  .old-browsers button {
    outline: 0;
    border: 0;
    background: #f16c1d;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    white-space: nowrap;
    font-family: "Domaine";
  }

  .old-browsers .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .old-browsers .buttons {
    margin: 50px 0;
  }

  .old-browsers .headerWrapper {
    display: flex;
    align-items: center;
  }

  .old-browsers .header img {
    width: 245px;
    height: 75px;
  }

  .old-browsers .headerWrapper p {
    font-size: 1.3em;
    margin-left: 12px;
  }

  .old-browsers .button {
    background: #fff;
    color: #707070;
    border-radius: 80px;
    padding: 12px 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);
    margin: auto;
    white-space: nowrap;
    text-decoration: none;
  }

  .old-browsers .button img {
    margin-right: 24px;
    margin-left: -12px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .ie-fix {
    column-width: 480px;
  }

  *::-ms-backdrop,
  .ie-fix span.MuiButton-label span {
    top: 11px;
  }
}
