@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-Bold.woff2") format("woff2"), url("/fonts/HKGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-BoldItalic.woff2") format("woff2"), url("/fonts/HKGrotesk-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-Italic.woff2") format("woff2"), url("/fonts/HKGrotesk-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-Light.woff2") format("woff2"), url("/fonts/HKGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-LightItalic.woff2") format("woff2"), url("/fonts/HKGrotesk-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-Medium.woff2") format("woff2"), url("/fonts/HKGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-MediumItalic.woff2") format("woff2"), url("/fonts/HKGrotesk-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-Regular.woff2") format("woff2"), url("/fonts/HKGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-SemiBold.woff2") format("woff2"), url("/fonts/HKGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HKGrotesk';
  src: url("/fonts/HKGrotesk-SemiBoldItalic.woff2") format("woff2"), url("/fonts/HKGrotesk-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 34px 42px;
  z-index: 10; }
  @media screen and (max-width: 1040px) {
    header {
      padding: 20px; } }
  header a svg * {
    fill: #000 !important;
  }
  header > a svg {
    display: block;
    width: 100%; }
    @media screen and (max-width: 768px) {
      header a {
        width: 180px; } }
  header.meta a svg * {
    fill: #000; }

    header > a {
      display: block;
      padding: 10px;
      background: white;
      width: 200px;
    }

#footer {
  background: #b6afaf; }
  #footer .row {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0; }
    #footer .row a {
      text-decoration: underline; }
    #footer .row .column {
      -ms-flex: 2;
          flex: 2;
      font-size: 19px;
      line-height: 32px;
      position: relative;
      box-sizing: border-box;
      padding-right: 50px; }
      @media screen and (max-width: 1040px) {
        #footer .row .column {
          font-size: 15px;
          line-height: 24px; } }
      #footer .row .column:last-child {
        -ms-flex: 2;
            flex: 2;
        padding-right: 0; }
      #footer .row .column h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.135em;
        text-transform: uppercase;
        font-weight: normal;
        margin: 0 0 1.5em;
        height: 48px; }
      #footer .row .column h6 {
        margin: 0;
        font-weight: 300; }
      #footer .row .column .text {
        margin: 0 0 2em; }
      #footer .row .column span {
        font-size: 24px; }
      #footer .row .column strong {
        font-size: 11px; }
      #footer .row .column a {
        color: black;
        text-decoration: underline;
        transition: color 300ms ease; }
        #footer .row .column a:hover {
          color: #4d4d4d; }
      #footer .row .column .meta {
        display: block;
        margin: 35px 0;
        position: absolute;
        bottom: 0; }
        @media screen and (max-width: 768px) {
          #footer .row .column .meta {
            position: static; } }
      #footer .row .column a.imprint {
        text-transform: uppercase;
        display: inline-block;
        margin-right: 1em;
        font-size: 11px;
        text-decoration: none;
        color: black; }
        #footer .row .column a.imprint:hover {
          text-decoration: underline; }
    @media screen and (max-width: 768px) {
      #footer .row {
        display: block; }
        #footer .row .column {
          margin-bottom: 35px; } }

#stage {
  height: 100vh;
  min-height: 400px;
  overflow: hidden;
  background: url('/images/hero.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 130px; }
  @media screen and (max-width: 768px) {
    #stage {
      height: auto;
      overflow: visible; } }
  #stage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;;
    background: linear-gradient(230deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 100%);
  }
  #stage .virus {
    position: absolute;
    top: 5%;
    right: 19%;
    width: 47.62%; }
    @media screen and (max-width: 768px) {
      #stage .virus {
        width: 100%;
        right: -50%; } }
  #stage .badge {
    position: absolute;
    bottom: 12%;
    right: 35%; }
    @media screen and (max-width: 768px) {
      #stage .badge {
        max-width: 50%;
        left: 20px;
        right: auto;
        bottom: 28%; } }
  #stage .guy {
    position: absolute;
    /*bottom: -20%;*/
    bottom: 0;
    right: -5%;
    height: auto; }
    @media screen and (max-width: 1280px) {
      #stage .guy {
        max-width: 700px;
        right: 0; } }
    @media screen and (max-width: 768px) {
      #stage .guy {
        width: 100%;
        height: auto;
        position: static;
        display: block; } }
  #stage .content {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    #stage .content span.claim {
      font-size: 60px;
      line-height: 86px;
      transform: rotate(-15deg);
      position: absolute;
      top: 200px;
      left: -150px;
      color: black;
      z-index: 0; }
      @media screen and (max-width: 1380px) {
        #stage .content span.claim {
          top: 23vh;
          left: 20px;
          font-size: 60px;
          transform: rotate(-5deg); } }
      @media screen and (max-width: 768px) {
        #stage .content span.claim {
          font-size: 30px;
          top: 80px;
          left: 20px; } }
    #stage .content h1 {
      position: relative;
      z-index: 1;
      font-weight: normal;
      font-size: 42px;
      line-height: 46px;
      margin: 100px 0 40px;
      word-wrap: break-word;
      color: black; }
      @media screen and (max-width: 1380px) {
        #stage .content h1 {
          font-size: 42px;
          line-height: 46px;
          margin-top: 130px; } }
      @media screen and (max-width: 768px) {
        #stage .content h1 {
          font-size: 35px;
          line-height: 40px;
          margin-top: 180px; } }

div.meta.wrapper {
  font-size: 15px;
  line-height: 24px;
  padding: 200px 20px; }
  @media screen and (max-width: 768px) {
    div.meta.wrapper {
      padding: 130px 20px; } }
  div.meta.wrapper h1, div.meta.wrapper h2, div.meta.wrapper h3 {
    font-size: 47px;
    font-weight: normal;
    text-transform: uppercase; }
  div.meta.wrapper h2, div.meta.wrapper h3 {
    font-size: 24px;
    text-transform: none; }
  div.meta.wrapper ul,
  div.meta.wrapper p {
    margin: 0 0 2.5em; }
  div.meta.wrapper a {
    color: #b6afaf;
    text-decoration: none;
    transition: color 500ms ease; }
    div.meta.wrapper a:hover {
      color: #000; }

.button {
  display: inline-block;
  line-height: 74px;
  border-radius: 37px;
  background: #000;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 40px;
  font-family: "HKGrotesk", "Arial", sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
  box-shadow: 0;
  transition: box-shadow 500ms ease, color 500ms ease, background-color 500ms ease; }
  .button--small {
    line-height: 60px; }
  @media screen and (max-width: 1380px) {
    .button {
      line-height: 55px;
      font-size: 12px; } }
  .button:hover {
    box-shadow: 0 0 50px rgba(68, 68, 68, 0.5);
    color: #000;
    background: white; }

.buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 120px; }
  .buttons .button {
    margin: 0 0 20px;
    min-width: 200px; }
    @media screen and (max-width: 1380px) {
      .buttons .button {
        min-width: 150px; } }

.intro {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 165px; }
  @media screen and (max-width: 768px) {
    .intro {
      display: block;
      margin-bottom: 100px; } }
  .introHeadline {
    width: 37%;
    -ms-flex: 1;
        flex: 1; }
    @media screen and (max-width: 768px) {
      .introHeadline {
        width: auto;
        margin-bottom: 1em; } }
    .introHeadline h5 {
      margin: 0 0 0.5em; }
    .introHeadline h3 {
      font-size: 38px;
      line-height: 47px;
      font-weight: 300;
      margin: 0 0 40px; }
      @media screen and (max-width: 1040px) {
        .introHeadline h3 {
          font-size: 30px;
          line-height: 38px; } }
      @media screen and (max-width: 768px) {
        .introHeadline h3 {
          font-size: 25px;
          line-height: 30px; } }
    .introHeadline div.image {
      width: 90%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .introHeadline div.image {
          display: none; } }
      .introHeadline div.image:after {
        content: '';
        display: block;
        padding-top: 90%; }
      .introHeadline div.image img {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%; }
  .introContent {
    width: 63%;
    box-sizing: border-box;
    padding-left: 50px;
    font-size: 18px;
    line-height: 30px; }
    @media screen and (max-width: 768px) {
      .introContent {
        width: auto;
        padding-left: 0; } }
    @media screen and (max-width: 768px) {
      .introContent {
        font-size: 15px;
        line-height: 24px; } }
    .introContent p {
      margin: 0 0 1.5em; }
    .introContent .introLinks a {
      font-size: 15px;
      line-height: 1.2em; }
      @media screen and (max-width: 1040px) {
        .introContent .introLinks a {
          font-size: 15px;
          line-height: 24px;
          margin-bottom: 30px; } }
    .introContent div.image {
      width: 100%; }
      .introContent div.image img {
        width: 100%;
        display: none; }
        @media screen and (max-width: 768px) {
          .introContent div.image img {
            display: block;
            width: auto;
            margin: 40px auto;
            max-width: 100%; } }

.layer {
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  transform: translate(0, -100%);
  transition: transform 500ms ease, opacity 500ms ease; }
  .layer.active {
    opacity: 1;
    transform: translate(0, 0); }
  .layer .content {
    background: white;
    padding: 50px 45px;
    box-sizing: border-box;
    max-width: 595px;
    max-height: 95vh;
    overflow-y: auto;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .layer .content {
        padding: 60px 30px;
        max-height: 80vh; } }
    .layer .content a.close {
      width: 50px;
      height: 50px;
      display: block;
      position: absolute;
      top: 15px;
      right: 15px; }
      .layer .content a.close:before, .layer .content a.close:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 6px;
        background: #000;
        transition: background-color 500ms ease; }
      .layer .content a.close:before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .layer .content a.close:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .layer .content a.close:hover:before, .layer .content a.close:hover:after {
        background: #b6afaf; }
    .layer .content h2 {
      font-size: 43px;
      line-height: 47px;
      font-weight: normal;
      margin: 0 0 1em; }
      .layer .content h2 strong {
        color: #b6afaf; }

form {
  text-align: left; }
  form.hide {
    display: none; }
  form div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    form div .field {
      width: 50%;
      padding: 0 10px;
      box-sizing: border-box;
      margin: 0 0 20px; }
      form div .field--full {
        width: 100%; }
      @media screen and (max-width: 768px) {
        form div .field {
          width: 100%; } }
      form div .field textarea,
      form div .field input {
        outline: none;
        box-sizing: border-box;
        width: 100%;
        padding: 10px 10px;
        border-radius: none;
        border: 1px solid black;
        font-size: 15px;
        font-family: "HKGrotesk", "Arial", sans-serif;
        border-radius: 6px; }
      form div .field__checkbox, form div .field__radio {
        display: -ms-flexbox;
        display: flex;
        width: auto; }
        @media screen and (max-width: 768px) {
          form div .field__checkbox, form div .field__radio {
            width: auto; } }
        form div .field__checkbox input, form div .field__radio input {
          position: absolute;
          left: -999em;
          opacity: 0; }
        form div .field__checkbox label, form div .field__radio label {
          padding-left: 30px;
          padding-right: 20px;
          position: relative;
          cursor: pointer; }
          form div .field__checkbox label:after, form div .field__radio label:after {
            width: 20px;
            height: 20px;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            border-radius: 50%;
            left: 0;
            border: 1px solid black;
            box-sizing: border-box; }
          form div .field__checkbox label:before, form div .field__radio label:before {
            width: 10px;
            height: 10px;
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            border-radius: 50%;
            left: 5px;
            background: #b6afaf;
            border: 1px solid black;
            box-sizing: border-box;
            opacity: 0;
            transform: scale(0.5);
            transition: opacity 500ms ease, transform 500ms ease; }
        form div .field__checkbox input:checked + label:before, form div .field__radio input:checked + label:before {
          opacity: 1;
          transform: scale(1); }
      form div .field__checkbox {
        width: auto; }
        form div .field__checkbox label a {
          color: #000; }
        form div .field__checkbox label:before, form div .field__checkbox label:after {
          border-radius: 0; }
      form div .field .button {
        margin: 40px auto 0; }
  form .error textarea,
  form .error input {
    border: 1px solid red !important; }
  form .error label {
    color: red; }

.successMessage {
  display: none; }
  .successMessage.active {
    display: block; }

html,
body {
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: "HKGrotesk", "Arial", sans-serif;
  background: white;
  color: black;
  overflow: hidden;
  max-width: 100vw; }

main {
  position: relative;
  max-width: 100%;
  overflow-x: hidden; }

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  padding: 0 20px; }
  @media screen and (max-width: 1040px) {
    .wrapper {
      overflow-x: hidden; } }
  @media screen and (max-width: 768px) {
    .wrapper p {
      width: 95%; } }

h5 {
  color: #b6afaf;
  letter-spacing: 0.135em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px; }
  h5.white {
    color: white; }
  .academy h5 {
    color: #001986; }
  @media screen and (max-width: 1040px) {
    h5 {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    h5 {
      font-size: 11px;
      margin: 0 0 10px; } }

.deco-virus-footer,
.deco-virus {
  position: absolute;
  width: 150px;
  transform: translate(-50%, -200px);
  left: 50%; }

.deco-virus-footer {
  left: 33.33%;
  width: 100px;
  transform: translate(-50%, -50px); }

/*# sourceMappingURL=app.css.map */
