body {
  background-color: #ffe700;
  color: #dd0a00;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  margin: 0;
  font-weight: 400;
}
body a {
  text-decoration: none;
  color: inherit;
}
body * {
  box-sizing: border-box;
}

.page {
  padding-top: 4.8828125vw;
  padding-bottom: 5vw;
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  .page {
    transform: scale(2);
  }
}

.heading {
  text-align: center;
}
.heading img {
  height: 9.1796875vw;
  width: auto;
}

.content {
  text-align: center;
  font-size: 5.859375vw;
  line-height: 5.2734375vw;
  padding: 5.859375vw 0;
}
.content p {
  font-weight: 700;
}

.footer {
  text-align: center;
}
.footer .footer_top {
  font-size: 1.46484375vw;
  line-height: 2.34375vw;
  margin-bottom: 1.953125vw;
}
.footer .footer_bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 3.90625vw;
  font-size: 1.025390625vw;
  line-height: 1.46484375vw;
  justify-content: center;
}
.footer .footer_bottom div {
  text-align: left;
}
.footer .footer_bottom a {
  font-weight: 700;
}
.footer .footer_desc {
  position: absolute;
  top: calc(100% + 1.85546875vw);
  right: 0;
  text-align: right;
  font-size: 0.87890625vw p;
  font-size-font-weight: 300;
}

.social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 2.63671875vw;
  position: relative;
}
.social img {
  height: 3.125vw;
  width: auto;
}/*# sourceMappingURL=style.css.map */