:root {
  font-size: 16px;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-justify: auto;
  line-height: 1;
  border: 0;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  overflow: auto;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
top 50% {
  left: 50%;
  transfrom: translate(-50%, -50%);
}
::-moz-selection {
  color: #fff;
  background: #2196f3;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #2196f3;
  text-shadow: none;
}
@media only screen and (-webkit-device-pixel-ratio: 1), screen and (min-width: 1920px) {
  body {
    scrollbar-base-color: #bdbdbd;
    scrollbar-track-color: #f5f5f5;
  }
  body::-webkit-scrollbar,
  body *::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.3125rem;
  }
  body::-webkit-scrollbar-thumb,
  body *::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 0;
  }
  body::-webkit-scrollbar-track,
  body *::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  color: rgba(0,0,0,0.87);
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
h5,
h6 {
  font-weight: 700;
}
h1 {
  font-size: 2.75rem;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  color: #2196f3;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
p {
  font-size: 1.125rem;
  line-height: 2;
}
a {
  color: inherit;
  text-decoration: none;
}
kbd {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
  border: 0.0625rem solid rgba(0,0,0,0.12);
}
.show-mobile {
  display: none;
}
.show-ie {
  display: none;
}
.fancy-anchor {
  position: relative;
  color: #2196f3;
}
.fancy-anchor::after {
  transition: transform 0.1s ease-out;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #2196f3;
  transform: scale3d(0, 1, 1);
  transform-origin: left top;
}
.fancy-anchor:hover::after {
  transform: scale3d(1, 1, 1);
}
[gps-ux-title] {
  position: relative;
}
[gps-ux-title]::after {
  transition: all 0.2s ease-out;
  transform: scale(0.1);
  transform-origin: right center;
  content: attr(gps-ux-title);
  position: absolute;
  top: 100%;
  right: 0;
  margin-right: 0.5rem;
  display: block;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
  background-color: rgba(0,0,0,0.54);
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
[gps-ux-title]:hover::after,
[gps-ux-title].hover::after {
  transform: scale(1);
  opacity: 1;
}
.download-container {
  position: relative;
  padding: 1rem;
}
.download-container img {
  width: 100%;
  max-width: 28.125rem;
  padding: 1rem;
}
.download-container .download-icon-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
}
.download-container .download-icon-mobile svg path {
  fill: rgba(0,0,0,0.87);
}
.download-container .download-icon-mobile.dark svg path {
  fill: rgba(255,255,255,0.87);
}
.download-container .download-icons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0.625rem;
  z-index: 100;
}
.download-container .download-icons .download-icon {
  display: none;
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
  padding: 0 0.5rem;
  font-size: 0;
  background-color: rgba(0,0,0,0);
  border-radius: 0.3125rem;
  cursor: pointer;
}
.download-container .download-icons .download-icon .icon {
  padding-right: 1rem;
}
.download-container .download-icons .download-icon .icon path {
  fill: #fff;
}
.download-container .download-icons .download-icon .text {
  font-size: 1.5rem;
  color: #fff;
}
.download-container .download-icons .download-icon:not(:last-child) {
  margin-bottom: 0.5rem;
}
.download-container .download-icons.light {
  background-color: rgba(0,0,0,0);
}
.download-container .download-icons.light .download-icon:hover {
  background-color: rgba(0,0,0,0.87);
}
.download-container .download-icons.light:hover {
  background-color: rgba(0,0,0,0.54);
}
.download-container .download-icons.light:hover .download-icon {
  display: -ms-flexbox;
  display: flex;
}
.download-container .download-icons.dark {
  background-color: rgba(255,255,255,0);
}
.download-container .download-icons.dark .download-icon .icon path {
  fill: #000;
}
.download-container .download-icons.dark .download-icon .text {
  color: #000;
}
.download-container .download-icons.dark .download-icon:hover {
  background-color: rgba(255,255,255,0.87);
}
.download-container .download-icons.dark:hover {
  background-color: rgba(255,255,255,0.54);
}
.download-container .download-icons.dark:hover .download-icon {
  display: -ms-flexbox;
  display: flex;
}
.email-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 60.625rem;
  border-radius: 0.1875rem;
  background-color: #fff;
  box-shadow: 0 0 0.125rem rgba(0,0,0,0.12), 0 0.125rem 0.25rem rgba(0,0,0,0.24);
}
.email-wrapper .email-input {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #212121;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.email-wrapper .email-input .email-inputs {
  padding: 1rem;
  border-bottom: 0.0625rem solid rgba(255,255,255,0.7);
}
.email-wrapper .email-input .controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 1rem;
}
.email-wrapper .email-input .controls .social {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.email-wrapper .email-input .controls .social .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.email-wrapper .email-input .controls .social .icon input[type="checkbox"] {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
  clip: rect(0 0 0 0);
}
.email-wrapper .email-input .controls .social .icon input[type="checkbox"]:checked ~ .item::after {
  content: 'Remove\00a0';
  color: rgba(255,255,255,0.7);
}
.email-wrapper .email-input .controls .social .icon input[type="checkbox"]:checked ~ .item svg path {
  fill: #ffc107;
}
.email-wrapper .email-input .controls .social .icon input[type="checkbox"]:checked ~ .label {
  color: rgba(255,255,255,0.7);
}
.email-wrapper .email-input .controls .social .icon .item {
  display: -ms-flexbox;
  display: flex;
}
.email-wrapper .email-input .controls .social .icon .item::after {
  content: 'Add\00a0';
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
}
.email-wrapper .email-input .controls .social .icon .item svg path {
  fill: rgba(255,255,255,0.3);
}
.email-wrapper .email-input .controls .social .icon .label {
  color: rgba(255,255,255,0.3);
  font-size: 0.75rem;
}
.email-wrapper .email-input .controls .social .icon:not(:last-child) {
  margin-bottom: 0.5rem;
}
.email-wrapper .email-input .controls .social .icon:hover .item::after {
  color: rgba(255,255,255,0.7);
}
.email-wrapper .email-input .controls .social .icon:hover .item svg path {
  fill: rgba(255,255,255,0.7);
}
.email-wrapper .email-input .controls .social .icon:hover .label {
  color: rgba(255,255,255,0.7);
}
.email-wrapper .email-input .controls .add-input {
  font-size: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.email-wrapper .email-input .controls .add-input svg path {
  fill: rgba(255,255,255,0.7);
}
.email-wrapper .email-input .controls .add-input:hover svg path {
  fill: #fff;
}
.email-wrapper .email-output {
  position: relative;
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem;
}
.email-wrapper .email-output .copy-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  cursor: pointer;
}
.email-wrapper .email-output .copy-btn .msg {
  transition: all 0.2s ease-out;
  transform-origin: top right;
  transform: scale(0.1);
  position: absolute;
  right: 0;
  top: 100%;
  display: block;
  padding: 0.125rem 0.25rem;
  margin-right: 0.5rem;
  color: rgba(255,255,255,0.87);
  white-space: nowrap;
  background-color: rgba(0,0,0,0.54);
  border-radius: 0.1875rem;
  opacity: 0;
  z-index: 2;
}
.email-wrapper .email-output .copy-btn svg {
  transform: scale3d(1, 1, 1) rotate(0deg);
}
.email-wrapper .email-output .copy-btn svg path {
  fill: rgba(0,0,0,0.26);
}
.email-wrapper .email-output .copy-btn:hover svg path {
  fill: rgba(0,0,0,0.56);
}
.email-wrapper .email-output .copy-btn:active svg {
  transform: scale3d(1.1, 1.1, 1) rotate(2deg);
}
.email-wrapper .email-output .copy-btn.success .success {
  transform: scale(1);
  opacity: 1;
}
.email-wrapper .email-output .copy-btn.error .error {
  transform: scale(1);
  background-color: rgba(244,67,54,0.87);
  opacity: 1;
}
.toggle-container {
  display: inline-block;
}
.toggle-container .label {
  color: rgba(255,255,255,0.7);
}
.toggle-container label.toggle-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.toggle-container label.toggle-wrapper input[type="checkbox"] {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
  clip: rect(0 0 0 0);
}
.toggle-container label.toggle-wrapper input[type="checkbox"]:checked ~ .toggle::after {
  left: 0.9375rem;
}
.toggle-container label.toggle-wrapper input[type="checkbox"]:checked ~ .icon.ttb svg .line {
  fill: #ffc107;
}
.toggle-container label.toggle-wrapper input[type="checkbox"]:checked ~ .icon.ttb svg .box {
  fill: rgba(255,255,255,0.7);
}
.toggle-container label.toggle-wrapper input[type="checkbox"]:not(:checked) ~ .icon.sbs svg .line {
  fill: #ffc107;
}
.toggle-container label.toggle-wrapper input[type="checkbox"]:not(:checked) ~ .icon.sbs svg .box {
  fill: rgba(255,255,255,0.7);
}
.toggle-container label.toggle-wrapper .icon {
  padding: 0 0.25rem;
}
.toggle-container label.toggle-wrapper .icon svg .box,
.toggle-container label.toggle-wrapper .icon svg .line {
  transition: all 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
  fill: rgba(255,255,255,0.3);
}
.toggle-container label.toggle-wrapper .toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 0.875rem;
  width: 2rem;
  background-color: #ffecb3;
  border-radius: 0.875rem;
}
.toggle-container label.toggle-wrapper .toggle::after {
  content: '';
  transition: left 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  position: absolute;
  top: -0.1875rem;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #ffb300;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.26);
  border-radius: 50%;
}
.input-container {
  width: auto;
}
.input-container .input-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  min-height: 4.5rem;
}
.input-container .input-wrap .input {
  position: relative;
  margin-top: 1rem;
}
.input-container .input-wrap .input label {
  transition: all 0.2s ease-in-out, color 0s linear;
  position: absolute;
  transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  transform-origin: 0 0;
  top: 50%;
  left: 0;
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  color: rgba(255,255,255,0.54);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.input-container .input-wrap .input input {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  color: rgba(255,255,255,0.87);
  border: none;
  background: transparent;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-container .input-wrap .input input:focus,
.input-container .input-wrap .input input:active {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-container .input-wrap .indicator {
  width: 100%;
  margin-top: 0.4375rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.0625rem solid rgba(255,255,255,0.12);
}
.input-container .input-wrap .indicator::after {
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0.0625rem;
  content: '';
  display: block;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 0;
  width: 100%;
  height: 0.125rem;
  background-color: #ffc107;
}
.input-container .input-wrap .errors-wrap {
  font-size: 0;
  min-height: 1.25rem;
}
.input-container .input-wrap .errors-wrap .error {
  display: block;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(244,67,54,0.87);
  line-height: 1;
}
.input-container .input-wrap .remove-wrap {
  font-size: 0;
  min-height: 1.25rem;
}
.input-container .input-wrap .remove-wrap .remove {
  display: block;
  text-transform: uppercase;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(244,67,54,0.87);
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.input-container .input-wrap .remove-wrap .remove:hover {
  color: #f44336;
}
.input-container.has-value .input-wrap .input label,
.input-container.active .input-wrap .input label {
  top: -1.25rem;
  transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
}
.input-container.active .input-wrap .input label {
  color: rgba(255,193,7,0.87);
}
.input-container.active .input-wrap .indicator::after {
  transform: scale3d(1, 1, 1);
}
.input-container.error .input-wrap .input label {
  color: rgba(244,67,54,0.87);
}
.input-container.error .indicator::after {
  transform: scale3d(1, 1, 1);
  background-color: #f44336;
}
.table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0.1875rem;
  background-color: #fff;
  box-shadow: 0 0 0.125rem rgba(0,0,0,0.12), 0 0.125rem 0.25rem rgba(0,0,0,0.24);
}
.table .table-column .table-head {
  font-size: 1.5rem;
}
.table .table-column .table-row * {
  white-space: nowrap;
}
.table .table-column .table-row .text {
  display: block;
  padding: 0.5rem 1rem;
}
.table .table-column .table-row:nth-child(2) {
  background-color: #fafafa;
}
.table .table-column .table-row:nth-child(3) {
  background-color: #ffc107;
}
.table .table-column .table-row:nth-child(4) {
  color: #fff;
  background-color: #2196f3;
}
.table .table-column .table-row:nth-child(5) {
  color: #fff;
  background-color: #424242;
}
.table .table-column:nth-child(1) {
  min-width: 18.75rem;
}
.table .table-column:nth-child(2) {
  min-width: 12.5rem;
}
.table .table-column:nth-child(2) .table-row:nth-child(2) .text {
  background-color: rgba(255,255,255,0.4);
}
.table .table-column:nth-child(2) .table-row:nth-child(3) .text {
  background-color: rgba(255,255,255,0.2);
}
.table .table-column:nth-child(2) .table-row:nth-child(4) .text {
  background-color: rgba(255,255,255,0.2);
}
.table .table-column:nth-child(2) .table-row:nth-child(5) .text {
  background-color: rgba(255,255,255,0.2);
}
.table .table-column:nth-child(3) {
  min-width: 12.5rem;
}
.table .table-column:nth-child(3) .table-row:nth-child(2) .text {
  background-color: rgba(66,66,66,0.1);
}
.table .table-column:nth-child(3) .table-row:nth-child(3) .text {
  background-color: rgba(191,54,12,0.2);
}
.table .table-column:nth-child(3) .table-row:nth-child(4) .text {
  background-color: rgba(38,50,56,0.2);
}
.table .table-column:nth-child(3) .table-row:nth-child(5) .text {
  background-color: rgba(33,33,33,0.2);
}
.font {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 1rem;
  padding: 0.5rem;
  border-radius: 0.1875rem;
  background-color: #fff;
  box-shadow: 0 0 0.125rem rgba(0,0,0,0.12), 0 0.125rem 0.25rem rgba(0,0,0,0.24);
}
.font .alpha {
  margin-right: 1rem;
  font-size: 7rem;
}
.font .alphabet > * {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
}
.font .alphabet .name {
  font-size: 1.5rem;
}
.font.roboto-slab {
  font-family: 'Roboto Slab';
}
.font.roboto-mono {
  font-family: 'Roboto Mono';
}
.main-nav {
  transition: box-shadow 0.2s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 0.0625rem solid rgba(0,0,0,0.12);
  box-shadow: 0 0.125rem 0.25rem -0.0625rem rgba(0,0,0,0.06), 0 0.25rem 0.3125rem 0 rgba(0,0,0,0.06), 0 0.0625rem 0.625rem 0 rgba(0,0,0,0.08);
  z-index: 1600;
}
.main-nav .suite-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 0.0625rem solid rgba(0,0,0,0.12);
}
.main-nav .suite-nav .development {
  padding: 0.5rem 1rem;
}
.main-nav .suite-nav .development > svg path {
  fill: rgba(0,0,0,0.87);
}
.main-nav .suite-nav .development > svg:not(.show) {
  display: none;
  visibility: none;
}
.main-nav .suite-nav .controls {
  display: -ms-flexbox;
  display: flex;
}
.main-nav .suite-nav .controls .control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0;
  padding: 0.5rem;
  background-color: rgba(0,0,0,0);
}
.main-nav .suite-nav .controls .control svg path {
  fill: rgba(0,0,0,0.87);
}
.main-nav .suite-nav .controls .control:last-child {
  margin-right: 1rem;
}
.main-nav .suite-nav .controls .control:hover {
  background-color: rgba(0,0,0,0.08);
}
.main-nav .suite-nav .controls .control:active {
  background-color: rgba(0,0,0,0.1);
}
.main-nav .site-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.main-nav .site-nav .title {
  padding: 0.5rem 1rem;
}
.main-nav .site-nav .controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.5rem 1rem;
  font-size: 0;
}
.main-nav .site-nav .controls .control {
  cursor: default;
}
.main-nav .site-nav .controls .control svg {
  transition: transform 0.1s;
  transform: scale3d(1, 1, 1) rotate(0deg);
}
.main-nav .site-nav .controls .control svg path {
  fill: rgba(0,0,0,0.26);
}
.main-nav .site-nav .controls .control:not(:last-child) {
  margin-right: 0.5rem;
}
.main-nav .site-nav .controls .control:hover,
.main-nav .site-nav .controls .control.hover {
  cursor: pointer;
}
.main-nav .site-nav .controls .control:hover svg path,
.main-nav .site-nav .controls .control.hover svg path {
  fill: rgba(0,0,0,0.54);
}
.main-nav .site-nav .controls .control:active svg {
  transform: scale3d(1.1, 1.1, 1) rotate(2deg);
}
.hero .background {
  position: relative;
  height: 27.5rem;
  background-color: #2196f3;
  background-image: url("../../images/backgrounds/hero.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 -0.125rem 0.25rem -0.0625rem rgba(0,0,0,0.06), inset 0 -0.25rem 0.3125rem 0 rgba(0,0,0,0.06), inset 0 -0.0625rem 0.625rem 0 rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}
.hero .background::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  bottom: 0;
  border-top: 3.125rem solid transparent;
  border-right: 100vw solid #fff;
}
.hero .hero-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2rem 1rem;
}
.hero .hero-quote .quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.hero .hero-quote .quote blockquote {
  position: relative;
  margin-right: 2rem;
  text-align: right;
}
.hero .hero-quote .quote blockquote .mark {
  position: absolute;
  top: 0;
  left: -1.5rem;
}
.hero .hero-quote .quote blockquote .mark svg path {
  fill: rgba(0,0,0,0.12);
}
.hero .hero-quote .quote blockquote span,
.hero .hero-quote .quote blockquote cite {
  display: block;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.hero .hero-quote .quote blockquote cite {
  font-weight: 400;
}
.hero .hero-quote .quote blockquote cite::before {
  content: '-';
}
.hero .hero-quote .quote .img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hero .hero-quote .quote .img img {
  display: block;
  width: 100%;
  max-width: 6.25rem;
  height: auto;
  border-radius: 50%;
}
.hero .hero-quote .quote .img .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transform: rotate(-45deg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0;
  background-color: rgba(0,0,0,0.26);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
.hero .hero-quote .quote .img .link svg {
  transition: transform 0.2s ease-in-out;
  transform: scale(0.1);
}
.hero .hero-quote .quote .img .link svg path {
  fill: #fff;
}
.hero .hero-quote .quote .img:hover .link {
  transform: rotate(45deg);
  opacity: 1;
}
.hero .hero-quote .quote .img:hover .link svg {
  transform: scale(1);
}
.container .description {
  width: 100%;
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 1rem;
}
.container .description .header {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.container .description .header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.3125rem;
  width: 3.125rem;
  background-color: #ffc107;
}
.container .description p {
  text-align: justify;
  margin-bottom: 1rem;
}
.container .content-wrapper .content .icons-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem 1rem;
}
.container .content-wrapper .content .table-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem 1rem;
}
.container .content-wrapper .content .font-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem 1rem;
}
.container .content-wrapper .content .img-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem 1rem;
}
.container .content-wrapper .content .img-container .image {
  padding: 0.5rem 1rem;
}
.container .content-wrapper .content .img-container .image img {
  border: 0.0625rem solid rgba(0,0,0,0.12);
  box-shadow: 0 0 0.125rem rgba(0,0,0,0.12), 0 0.125rem 0.25rem rgba(0,0,0,0.24);
}
.container .content-wrapper .content .img-container .image figcaption {
  font-size: 0.875rem;
  padding: 0.5rem 0;
}
.container .content-wrapper .content .email-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2rem 1rem;
}
.container .content-wrapper .content.light {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.container .content-wrapper .content.light::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  border-bottom: 3.125rem solid transparent;
  border-right: 100vw solid #fff;
}
.container .content-wrapper .content.light::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  bottom: 0;
  border-top: 3.125rem solid transparent;
  border-right: 100vw solid #e3f2fd;
}
.container .content-wrapper .content.black {
  padding-bottom: 3.125rem;
  background-color: #e3f2fd;
  position: relative;
  overflow: hidden;
}
.container .content-wrapper .content.black::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  bottom: 0;
  border-top: 3.125rem solid transparent;
  border-right: 100vw solid #424242;
}
.container .content-wrapper .content.dark {
  padding-bottom: 3.125rem;
  background-color: #424242;
  position: relative;
  overflow: hidden;
}
.container .content-wrapper .content.dark::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  bottom: 0;
  border-top: 3.125rem solid transparent;
  border-left: 100vw solid #0d47a1;
}
.container .content-wrapper .content.white {
  padding-bottom: 3.125rem;
  background-color: #0d47a1;
  position: relative;
  overflow: hidden;
}
.container .content-wrapper .content.white::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  bottom: 0;
  border-top: 3.125rem solid transparent;
  border-left: 100vw solid #fff;
}
.container .content-wrapper .content.grey {
  padding-top: 3.125rem;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
.container .content-wrapper .content.grey::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  border-bottom: 3.125rem solid transparent;
  border-right: 100vw solid #fff;
}
.container .content-wrapper .content.grey:not(.last) {
  padding-bottom: 3.125rem;
  position: relative;
  overflow: hidden;
}
.container .content-wrapper .content.grey:not(.last)::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  bottom: 0;
  border-top: 3.125rem solid transparent;
  border-left: 100vw solid #fff;
}
footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eee;
  box-shadow: 0 -0.125rem 0.25rem -0.0625rem rgba(0,0,0,0.06), 0 -0.25rem 0.3125rem 0 rgba(0,0,0,0.06), 0 -0.0625rem 0.625rem 0 rgba(0,0,0,0.08);
}
footer p {
  padding: 0.25rem 0.5rem;
  text-align: center;
  color: rgba(244,67,54,0.87);
}
@media (max-width: 60rem) {
  .table {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
  .table .table-column {
    width: 100%;
  }
  .table .table-column:nth-child(1) {
    min-width: 0;
  }
}
@media (max-width: 37.5rem) {
  .main-nav .suite-nav .development {
    padding: 0.25rem 0.5rem;
  }
  .main-nav .suite-nav .controls .control {
    padding: 0.25rem 0.5rem;
  }
  .main-nav .suite-nav .controls .control:last-child {
    margin-right: 0.5rem;
  }
  .main-nav .site-nav .title {
    padding: 0.25rem 0.5rem;
    font-size: 2rem;
  }
  .main-nav .site-nav .controls {
    padding: 0.25rem 0.5rem;
  }
  .main-nav .site-nav .controls .control svg {
    width: 2rem;
    height: 2rem;
  }
  .font {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%;
  }
  .font .alphabet {
    overflow: hidden;
  }
  .font .alphabet span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 30rem) {
  .main-nav .site-nav {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
  }
  .main-nav .site-nav .controls {
    width: 100%;
  }
}
.is-mobile .hide-mobile {
  display: none !important;
}
.is-mobile .show-mobile {
  color: rgba(244,67,54,0.87);
  display: block !important;
}
.is-mobile #email-generator,
.is-mobile .email-generator {
  display: none;
}
.is-mobile .download-container .download-icons {
  display: none;
}
.is-mobile [gps-ux-title]::after {
  display: none;
}
.is-mobile footer {
  display: block;
}
.is-ie .copy-btn {
  display: none;
}
.is-ie .show-ie {
  color: rgba(244,67,54,0.87);
  display: block !important;
}
