html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 'Noto', sans-serif;
  height: 100%;
  min-height: 100%;
  background: #ececec;
}

@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("node_modules/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.eot");
  src: url("node_modules/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("node_modules/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.woff2") format("woff2"), url("node_modules/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.woff") format("woff"), url("node_modules/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.ttf") format("truetype"), url("node_modules/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.svg#fontawesome") format("svg");
}

a {
  text-decoration: none;
  color: white;
  border: none;
}

img {
  border: none;
}

.browser-upgrade {
  background: linear-gradient(to left, #1a79b0, #6bbbb3);
  height: 100%;
  color: white;
}

html.lt-ie9 .browser-upgrade-app {
  background: #1a79b0;
}

.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
  display: flex;
}

.content > div {
  flex: 1;
}

.title {
  font-size: 31px;
  margin-bottom: 32px;
}

.subtitle1 {
  font-style: italic;
  font-size: 20px;
}

.subtitle2 {
  font-size: 24px;
  margin-bottom: 64px;
}

.left {
  display: flex;
  align-items: center;
  padding: 0 32px;
}

html.lt-ie9 .left {
  display: none;
}

.right {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 32px;
}

.right > div {
  flex: 1;
}

.right > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
}

.right > div:nth-child(3) {
  flex: 2;
}

.browsers {
  margin: auto;
}

html.lt-ie9 .browsers {
  margin-bottom: 32px;
}

.browsers div {
  padding: 0 16px;
}

.browsers img {
  margin-bottom: 16px;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

html.lt-ie9 .logo {
  margin: 32px 0;
}

.footer {
  padding-top: 32px;
  border-top: 1px solid white;
  font-size: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.footer > .contact {
  margin: 32px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer > .contact td {
  padding: 0 32px;
}

.footer > .contact i {
  margin-right: 8px;
}

@media (max-width: 1300px) {
  .left {
    display: none;
  }
}
