<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  background: linear-gradient(#434343, #212121);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body * {
  box-sizing: border-box;
  text-align: center;
}

section {
  display: flex;
  flex: 0 500px;
}

.wrapper {
  position: relative;
  display: flex;
  flex-flow: column;
  flex: 1;
  padding: 40px;
  margin: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s linear;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
  margin-top: 15px;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

p {
  line-height: 1.5;
  margin-bottom: 40px;
}

.installButton {
  display: flex;
  justify-content: center;
  text-decoration: none;
  background: #004e9e;
  color: white;
  border: none;
  margin-bottom: 15px;
  padding: 15px;
  font-weight: 900;
  font-size: 20px;
  border-radius: 5px;
  transition: all 0.4s linear;
  cursor: pointer;
  text-shadow: #000 0 1px;
}

.email-capture {
  display: flex;
}
.email-capture a {
  padding: 0px 20px;
}
.email-capture input {
  flex: 1;
  padding: 0 0 0 20px;
  margin: 0;
  border: none;
  height: 40px;
  background: #eee;
  border-radius: 2px;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opaticy: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opaticy: 1;
  }
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInShort {
  from {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInShort {
  from {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes blink {
  0% {
    box-shadow: 0 0 25px #00adee;
  }
  50% {
    box-shadow: none;
  }
}
@keyframes blink {
  0% {
    box-shadow: 0 0 25px #00adee;
  }
  50% {
    box-shadow: none;
  }
}
section {
  -webkit-animation: slideIn 0.65s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both, fadeIn 0.25s 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: slideIn 0.65s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both, fadeIn 0.25s 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

h1, h2 {
  -webkit-animation: slideInShort 0.25s 1.05s cubic-bezier(0.03, 0.16, 0.39, 0.99) both, fadeIn 0.1s 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: slideInShort 0.25s 1.05s cubic-bezier(0.03, 0.16, 0.39, 0.99) both, fadeIn 0.1s 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

p, .email-capture, .close {
  -webkit-animation: slideInShort 0.25s 1.1s cubic-bezier(0.03, 0.16, 0.39, 0.99) both, fadeIn 0.1s 1.05s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: slideInShort 0.25s 1.1s cubic-bezier(0.03, 0.16, 0.39, 0.99) both, fadeIn 0.1s 1.05s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}

.cd-breadcrumb.custom-separator li::after, 
.cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li &gt; *::before, 
.cd-multi-steps.custom-icons li &gt; *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) &gt; *::before, 
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) &gt; *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) &gt; *::before, 
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) &gt; *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) &gt; *::before, 
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) &gt; *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type &gt; *::before, 
.cd-multi-steps.custom-icons li.current:first-of-type &gt; *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) &gt; *::before, 
.cd-multi-steps.custom-icons li.current:nth-of-type(2) &gt; *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) &gt; *::before, 
.cd-multi-steps.custom-icons li.current:nth-of-type(3) &gt; *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) &gt; *::before, 
.cd-multi-steps.custom-icons li.current:nth-of-type(4) &gt; *::before {
  background-position: -60px -20px;
}

.cd-breadcrumb.triangle li::after, 
  .cd-breadcrumb.triangle li &gt; *::after {
    /* 
      li &gt; *::after is the colored triangle after each item
      li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the &lt;a&gt; element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li &gt; *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, 
  .cd-breadcrumb.triangle li:last-of-type &gt; *::after {
    /* hide the triangle after the last step */
    display: none;
  }</pre></body></html>