@font-face {
  font-family: 'National-Book';
  src: url("National-Book.woff2") format("woff2"), url("National-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

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

@font-face {
  font-family: 'CA-Oskar';
  src: url("38CEEE_1_0.woff2") format("woff2"), url("38CEEE_1_0.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

/* ==========================================================================
   Mixins
   ========================================================================== */
/*
  Fluid Type
  @site https://madebymike.com.au/writing/precise-control-responsive-typography/
*/
/*
  Object fit
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* ==========================================================================
   Reset classes
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

input[type], [contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400; }

a {
  text-decoration: none;
  color: inherit; }

a:focus, button:focus {
  outline: 0; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0; }

input, fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  font-size: 1rem;
  font-family: inherit; }

input::-ms-clear {
  display: none; }

input:focus {
  outline: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none; }

svg {
  display: block; }

img {
  max-width: 100%;
  display: block;
  height: auto; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.ag-main {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 700px;
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

  .ag-main strong {
    font-family: "National-Medium", sans-serif; font-weight: 500;
  }

.ag-main h1 {
  font-family: "CA-Oskar", sans-serif;
  font-size: calc(54px + 32 * ( (100vw - 600px) / 600));
  line-height: 1;
  color: #FCF4EE;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .ag-main h1 {
      font-size: 54px; } }
  @media screen and (min-width: 1200px) {
    .ag-main h1 {
      font-size: 86px; } }

.ag-main p {
  font-family: "National-Book", sans-serif;
  font-size: calc(13px + 5 * ( (100vw - 600px) / 600));
  line-height: 1.2;
  color: #FCF4EE;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .ag-main p {
      font-size: 13px; } }
  @media screen and (min-width: 1200px) {
    .ag-main p {
      font-size: 18px; } }

.ag-main .num {
  font-style: normal;
  font-variant: small-caps; }

.ag-main .button {
  display: inline-block;
  border-radius: 16px;
  height: 32px;
  padding: 0 30px;
  font-family: "National-Medium", sans-serif;
  font-size: calc(16px + 2 * ( (100vw - 600px) / 600));
  line-height: 32px;
  color: #EA7482;
  text-align: center;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  background: #FCF4EE;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media screen and (max-width: 600px) {
    .ag-main .button {
      font-size: 16px; }
    .button.bigger {
      font-size: 20px;
    }
  }
  @media screen and (min-width: 1200px) {
    .ag-main .button {
      font-size: 18px; }
    .button.bigger {
      font-size: 24px;
    } 
  }
  .ag-main .button:hover {
    background: #E9DBCE;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.ag-main .download-button-text {
  display: inline-block;
  height: 32px;
  font-family: "National-Medium", sans-serif;
  font-size: calc(16px + 2 * ( (100vw - 600px) / 600));
  line-height: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-variant: small-caps;
}

@media screen and (max-width: 600px) {
  .ag-main .download-button-text {
    font-size: 16px; }
}
@media screen and (min-width: 1200px) {
  .ag-main .download-button-text {
    font-size: 18px; }
}

.button.bigger {
  margin-bottom: 0;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  font-size: calc(24px + 2 * ( (100vw - 600px) / 600));
}

.fadeOut {
  display: none;
  opacity: 0;
  transition: all 1s;
}

#supriseme {
  margin-bottom: 30px;
}

#supriseme.fadeIn {
  display: inline-block;
  opacity: 1;
  transition: all 1s;
}

#preview {
  opacity: 0;
  transition: all 1s;
}

#preview.fadeIn {
  opacity: 1;
  transition: all 1s;
}

.ag-header {
  padding-top: 5vh; }
  .ag-header p {
    margin-top: 20px; }

.ag-section {
  text-align: center;
  padding: 30px 0; }

.ag-section .download {
  position: relative; 
  display: none;
  opacity: 0;
  transition: all 1s;
}
.ag-section .download.fadeIn {
  opacity: 1;
  display: block;
  transition: all 1s;
}
  .ag-section .download .download-button {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .ag-section .download:hover .download-button {
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.ag-section .social {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  
  display: none;
  opacity: 0;
  transition: all 1s;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px; 
}

.ag-section .social.fadeIn {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 1s;
}

  .ag-section .social div, .ag-section .social a {
    margin: 0 6px;
    cursor: pointer; }
    .ag-section .social div svg path, .ag-section .social a svg path {
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .ag-section .social div:hover svg path:first-child, .ag-section .social a:hover svg path:first-child {
      fill: #FCF4EE;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .ag-section .social div:hover svg path:last-child, .ag-section .social a:hover svg path:last-child {
      fill: #EA7482;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }

.ag-footer {
  padding-bottom: 5vh; }
  .ag-footer p:first-child {
    font-family: "National-Medium", sans-serif;
    font-size: calc(13px + 1 * ( (100vw - 600px) / 600)); }
    @media screen and (max-width: 600px) {
      .ag-footer p:first-child {
        font-size: 13px; } }
    @media screen and (min-width: 1200px) {
      .ag-footer p:first-child {
        font-size: 15px; } }
  .ag-footer p:last-child {
    font-family: "National-Book", sans-serif;
    font-size: calc(13px + 0 * ( (100vw - 600px) / 600)); }
    @media screen and (max-width: 600px) {
      .ag-footer p:last-child {
        font-size: 13px; } }
    @media screen and (min-width: 1200px) {
      .ag-footer p:last-child {
        font-size: 13px; } }

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