@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

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

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

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

button, input, select, textarea {
  background-color: transparent;
  outline: none;
  border: 0;
  line-height: inherit;
  font: inherit;
}

input, select, textarea {
  display: inline-block;
}

input:placeholder-shown {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, svg {
  display: inline-block;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

:root {
  font-size: 16px;
}

body, html {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42;
  color: #323232;
}

h1, .h1 {
  font-weight: 900;
}

h2, .h2 {
  font-weight: 900;
}

h3, .h3 {
  font-weight: 700;
}

h4, .h4 {
  font-weight: 700;
}

h5, .h5 {
  font-weight: 700;
}

h6, .h6 {
  font-weight: 700;
}

h1, .h1 {
  line-height: 1.24;
}

h2, .h2 {
  line-height: 1.24;
}

h3, .h3 {
  line-height: 1.24;
}

h4, .h4 {
  line-height: 1.24;
}

h5, .h5 {
  line-height: 1.24;
}

h6, .h6 {
  line-height: 1.24;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

i {
  font-style: italic;
}

strong {
  font-weight: 700;
}

.text-nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.container {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 15px;
}

.header {
  background: #a10000;
  color: #FFF;
  padding-block: 8px;
}
.header ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.header ul a {
  line-height: 1;
  display: flex;
  align-content: center;
  padding: 0.25rem 0.5rem;
  opacity: 0.8;
}
.header ul a:hover {
  opacity: 1;
}
.header ul a i {
  margin-right: 4px;
}
@media (max-width: 860px) {
  .header {
    font-size: 14px;
  }
}

.footer {
  padding: 0;
  background: #0A142F;
  color: #FFF;
}
.footer hr {
  border: 0;
  border-top: 1px solid #FFF;
  opacity: 0.15;
  margin: 0;
}
.footer a {
  opacity: 0.8;
}
.footer a.link-active, .footer a:hover {
  opacity: 1;
}
.footer .footer-copyright {
  padding: 0.5rem 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 860px) {
  .footer .footer-copyright {
    flex-flow: nowrap column;
  }
}
.footer .footer-copyright p {
  padding: 0.5rem 1rem;
  margin: 0;
}
.footer .footer-copyright .sep {
  display: inline-block;
  border-left: 1px solid #FFF;
  opacity: 0.15;
  margin: 0 0.5rem;
}

.home-section {
  padding: 4rem 0;
}
.home-section a {
  display: block;
  max-width: 480px;
  margin-inline: auto;
}
.home-section img {
  display: block;
  width: 100%;
}

.boxes-section {
  background: #F3F3F3;
  padding: 6rem 0;
  overflow: hidden;
}
.boxes-section h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.boxes-section h2::after {
  content: "";
  display: block;
  margin: auto;
  margin-top: 1rem;
  width: 6rem;
  height: 2px;
  background: #a10000;
  border-radius: 2px;
}
.boxes-section .boxes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  position: relative;
}
@media (max-width: 1400px) {
  .boxes-section .boxes-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
}
@media (max-width: 860px) {
  .boxes-section .boxes-grid {
    grid-gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.boxes-section .boxes-grid::after {
  content: "";
  background: rgba(0, 0, 0, 0.12);
  height: 10rem;
  position: absolute;
  left: 50%;
  width: calc(100% + 10rem);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6rem;
}
@media (max-width: 860px) {
  .boxes-section .boxes-grid::after {
    content: none;
  }
}
.boxes-section .box {
  background: #DDD;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.boxes-section .box .box-image {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.boxes-section .box .box-image img {
  display: block;
  transition: 0.34s ease;
  height: 340px;
  object-fit: cover;
  width: 100%;
}
.boxes-section .box .box-content {
  background: #a10000;
  color: #FFF;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  height: 52px;
}
.boxes-section .box .box-wrapper {
  position: absolute;
  inset: 0;
  top: calc(100% - 52px);
  z-index: 3;
  transition: 0.26s ease;
  background: rgba(30, 30, 30, 0.78);
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
.boxes-section .box .box-wrapper hr {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.boxes-section .box .box-wrapper a:hover {
  color: #FFF;
}
.boxes-section .box .box-wrapper .btn {
  display: inline-flex;
  background: #a10000;
  color: #fff;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 100vh;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
}
.boxes-section .box .box-wrapper .btn:hover {
  background: #880000;
}
.boxes-section .box:hover .box-image img {
  transform: scale(1.1);
}
.boxes-section .box:hover .box-wrapper {
  top: 0;
}
.boxes-section .box:hover .box-text {
  padding: 1.5rem;
  padding-bottom: 0;
}

/*# sourceMappingURL=app.css.map */
