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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  color: #fff;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  background: -webkit-gradient(linear, left top, right bottom, from(#399BEC), to(#256CA7));
  background: linear-gradient(to right bottom, #399BEC, #256CA7);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
p,
ul {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p,
  ul {
    font-size: 18px;
  }
}
p:last-child,
ul:last-child {
  margin: 0;
}
p strong,
ul strong {
  font-weight: 500;
}
p a,
ul a {
  color: inherit;
}

header {
  padding: 20px 0;
}
@media (min-width: 768px) {
  header {
    padding: 30px 0;
  }
}
header .logo {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 540px) {
  header .logo {
    margin-bottom: 10px;
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  header .logo {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  header .logo {
    margin-bottom: 10px;
    max-width: 400px;
  }
}

footer {
  padding: 20px 0;
}
@media (min-width: 768px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
}
footer .footer_icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
@media (min-width: 768px) {
  footer .footer_icon_container {
    margin-top: 20px;
  }
}
footer .footer_icon_container img {
  width: 100px;
}
@media (min-width: 540px) {
  footer .footer_icon_container img {
    width: 120px;
  }
}
footer .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin-right: 15px;
}
footer .footer_links a {
  padding: 0 12px 0 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
footer .footer_links a:last-child {
  padding: 0 0 0 12px;
}
footer .footer_links span {
  position: relative;
}
footer .footer_links span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: calc(100% - 8px);
  background: #fff;
}
footer .footer_sponsor {
  margin-left: 15px;
}
footer .footer_sponsor img {
  width: 125px;
}
@media (min-width: 540px) {
  footer .footer_sponsor img {
    width: 141px;
  }
}
footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 540px) {
  footer .footer_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  footer .footer_bottom {
    margin-top: 25px;
  }
}