@import url(../fonts/Lovelo/Lovelo-Black-min.css);
@import url("https://use.typekit.net/wxx4air.css");
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration-skip: ink;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.wrapper {
  background-color: #fcfaeb;
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 1em;
  color: #171a29;
  text-align: center; }
  .wrapper h1, .wrapper h2, .wrapper h3, .wrapper p, .wrapper li, .wrapper a {
    font-family: inherit; }

.header {
  background-image: url(../img/header_bg.png);
  background-size: 100%;
  background-position: center center;
  position: relative;
  overflow: hidden; }
  .header:before {
    content: url("../img/header_bg_l.png");
    position: absolute;
    left: 0;
    top: 0; }
  .header:after {
    content: url("../img/header_bg_r.png");
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (max-width: 950px) {
    .header:before {
      left: -100px; }
    .header:after {
      right: -100px; } }
  @media screen and (max-width: 800px) {
    .header:before {
      left: -150px; }
    .header:after {
      right: -150px; } }
  @media screen and (max-width: 675px) {
    .header:before {
      left: -200px; }
    .header:after {
      right: -200px; } }
  .header .inner {
    margin: 4em auto;
    position: relative;
    z-index: 1;
    padding: 0 20px; }

.main {
  max-width: 1400px;
  margin: 1em auto;
  padding: 0 1em;
  overflow: hidden; }
  .main .intro, .main .outro {
    font-size: 1.1em;
    background-color: #fcfaeb;
    padding: 0.6em;
    max-width: 900px;
    margin: auto;
    font-weight: 400; }
    .main .intro .b, .main .outro .b {
      font-weight: 700;
      font-style: italic; }
    .main .intro .red, .main .outro .red {
      color: #f16b76;
      font-weight: 600; }
  .main .outro {
    margin: 4em auto; }
  .main .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto; }
  .main .card {
    display: flex;
    width: 350px;
    margin: 0.5em;
    padding: 1em;
    border-radius: 10px;
    transition: transform 0.3s ease;
    position: relative; }
    @media screen and (max-width: 800px) {
      .main .card {
        width: 300px; } }
    .main .card .inner {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .main .card h2 {
      font-family: "Lovelo";
      font-size: 2.4em;
      margin: 0;
      text-transform: uppercase; }
    .main .card h3 {
      font-size: 1.5em; }
    .main .card p {
      flex: 1 0 auto; }
    .main .card .icon {
      height: 250px;
      position: relative; }
    .main .card .desc {
      flex: 1 0 auto;
      font-size: 1.1em; }
      .main .card .desc .b {
        font-weight: 700; }
    .main .card:nth-of-type(1), .main .card:nth-of-type(8), .main .card:nth-of-type(10) {
      background-color: #f5d85c; }
    .main .card:nth-of-type(2), .main .card:nth-of-type(7), .main .card:nth-of-type(9), .main .card:nth-of-type(14) {
      background-color: #22679b;
      color: #fff; }
    .main .card:nth-of-type(3), .main .card:nth-of-type(5), .main .card:nth-of-type(11), .main .card:nth-of-type(13) {
      background-color: #8ce5d0; }
    .main .card:nth-of-type(4), .main .card:nth-of-type(6), .main .card:nth-of-type(12), .main .card:nth-of-type(15) {
      background-color: #f16b76;
      color: #fff; }
    .main .card:before {
      content: url(../img/sound_icon.png);
      position: absolute;
      top: 6em;
      z-index: 9; }
    .main .card:hover {
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
      cursor: pointer; }
      .main .card:hover:before {
        transform: rotate(-20deg); }
    .main .card.playing {
      transform: scale(1.02); }
      .main .card.playing:before {
        transform: rotate(-20deg); }
  .main .logo {
    margin: 4em 0 2em; }
  .main .social {
    display: flex;
    justify-content: center;
    margin: 2em 0 4em 0; }
    .main .social li {
      line-height: 10px;
      margin: 0 10px; }

.cc {
  background-color: #fff; }
  .cc .inner {
    display: flex;
    align-items: center;
    max-width: 1100px;
    padding: 10px;
    margin: 0 auto; }
    .cc .inner div {
      text-align: left;
      margin: 0 1em; }
  .cc p {
    font-size: 0.8em; }
  .cc img {
    width: 100%;
    max-width: 100px; }

html.background-blend-mode .card {
  background-size: 110% 110%;
  background-position: center center;
  background-blend-mode: soft-light; }
  html.background-blend-mode .card:nth-of-type(1), html.background-blend-mode .card:nth-of-type(8), html.background-blend-mode .card:nth-of-type(10) {
    background-image: url(../img/texture1.jpg); }
  html.background-blend-mode .card:nth-of-type(2), html.background-blend-mode .card:nth-of-type(7), html.background-blend-mode .card:nth-of-type(9), html.background-blend-mode .card:nth-of-type(14) {
    background-image: url(../img/texture2.jpg); }
  html.background-blend-mode .card:nth-of-type(3), html.background-blend-mode .card:nth-of-type(5), html.background-blend-mode .card:nth-of-type(11), html.background-blend-mode .card:nth-of-type(13) {
    background-image: url(../img/texture3.jpg); }
  html.background-blend-mode .card:nth-of-type(4), html.background-blend-mode .card:nth-of-type(6), html.background-blend-mode .card:nth-of-type(12), html.background-blend-mode .card:nth-of-type(15) {
    background-image: url(../img/texture4.jpg); }
