/* Reset styles */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a,img, small, strike, strong,
b, u, i, center,
table, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, hgroup,
menu, nav, output {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
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;
}

/* Main styles */
body {
  background: #fff;
  color: #595959;
  font-size: 15px;
  font-family: Ubuntu, arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
h1 {
  margin: 0;
  color: #004788;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
a {
  color: #0055a7;
  text-decoration: underline;
}
header {
  background-image: linear-gradient(to right, #0055a7, #2292eb, #90cdf0);
  padding: 16px 0;
}
header img {
  height: 36px;
  max-width: 100%;
}
.container {
  width: 1240px;
  margin: 0 auto;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.box p {
  padding: 1em 0;
}
.download {
  padding: 20px 0;
  text-align: center;
}

.download  .btn {
  margin: 5px 10px;
  display: inline-block;
  color: #fff;
  border: 0;
  background-color: #f2664f;
  background-image: linear-gradient(to right, #f2664f, #ff1b46, #df4ea1);
  transition: all 250ms ease-in-out;
  display: inline-block;
  padding: 0.6em 20px;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  text-transform: none;
  border: 2px solid currentColor;
  border-radius: 999px;
  cursor: pointer;
}
.download  .btn svg {
  fill: #fff;
}
.download .btn__icon {
  position: relative;
  top: -2px;
  margin-left: 4px;
}

/* Responsive styles */
@media screen and (max-width: 1239px) {
  .container {
      width: auto;
  }
}

@media screen and (max-width: 600px) {
  .container {
    text-align: center;
  }
}
