html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  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;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-m {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-s {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 15px;
}

.text-right {
  text-align: right;
}

html, body {
  font-family: 'Poppins', sans-serif;
}

body {
  font: 62.5%/1.3 'Poppins', Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  font-weight: normal;
  background: url(img/bg.jpeg) no-repeat;
  background-size: cover;
}

iframe {
  display: block;
  margin: 0 auto;
}

.header {
  padding-top: 96px;
  padding-bottom: 152px;
}

@media only screen and (max-width: 1399px) {
  .header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .header {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .header img {
    width: 420px;
  }
}

@media only screen and (max-width: 1199px) {
  .header img {
    width: 320px;
  }
}

@media only screen and (max-width: 1024px) {
  .header img {
    width: 280px;
  }
}

@media only screen and (max-width: 576px) {
  .header img {
    width: 220px;
  }
}

.header h1 {
  font-weight: 600;
  font-size: 5.6em;
  padding: 16px 0;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1399px) {
  .header h1 {
    font-size: 4.8em;
    padding: 16px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .header h1 {
    font-size: 3.8em;
  }
}

@media only screen and (max-width: 576px) {
  .header h1 {
    font-size: 2.8em;
  }
}

.header h2 {
  font-weight: 600;
  font-size: 5em;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1399px) {
  .header h2 {
    font-size: 3.6em;
  }
}

@media only screen and (max-width: 1199px) {
  .header h2 {
    font-size: 2.8em;
  }
}

.content {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .content {
    padding-bottom: 60px;
  }
}

.content p {
  text-align: center;
  font-size: 2.6em;
  padding: 112px 15px 112px 15px;
  max-width: 1090px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 1399px) {
  .content p {
    padding: 80px 15px 80px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .content p {
    font-size: 2.2em;
    padding: 60px 15px 60px 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .content p {
    font-size: 1.8em;
    padding: 40px 15px 40px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .content p {
    padding: 40px 0 40px 0;
  }
}

.footer {
  background: #D3232A;
  padding: 93px 0 71px 0;
}

@media only screen and (max-width: 1199px) {
  .footer {
    padding: 70px 0 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .footer {
    padding: 50px 0 50px 0;
  }
}

.footer .container-m {
  position: relative;
}

.footer img {
  width: 320px;
}

@media only screen and (max-width: 1199px) {
  .footer img {
    width: 280px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer img {
    width: 220px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer img {
    width: 180px;
  }
}

.footer p {
  position: absolute;
  right: 20px;
  top: -19px;
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
}

@media only screen and (max-width: 1199px) {
  .footer p {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 1024px) {
  .footer p {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 576px) {
  .footer p {
    position: static;
    padding: 20px 0 0 0;
  }
}

.footer p a {
  color: #fff;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* The height of the item will now be 56.25% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 576px) {
  .iframe-2 {
    height: 200px;
  }
}
/*# sourceMappingURL=style.css.map */