* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #e5ebee;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #615959;
}

.wrapper {
  max-width: 1440px;
}

.above-the-fold {
  font-family: "Antonio", sans-serif;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(128, 128, 128, 0.5))), url(images/background-large-2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(128, 128, 128, 0.5)), url(images/background-large-2.jpg);
  background-size: cover;
  background-position: top;
  height: 100vh;
}

.nav-container {
  width: 90%;
  margin: auto;
}

nav {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8vh;
  padding-top: 4rem;
}

.nav-links {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-links li {
  list-style-type: none;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-links a:hover {
  border-bottom: 2px solid #fff;
  letter-spacing: 0.2rem;
}

.logo .logo-text {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-family: "Zen Dots", cursive;
}

.logo .logo-subtext {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.icon-shopping svg {
  fill: #fff;
}

.header--text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header--text h1 {
  font-size: 16rem;
  text-transform: uppercase;
  width: 120%;
}

.header--text p {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 2rem;
  width: 85%;
  font-weight: 300;
  line-height: 2.5rem;
}

.btn-shop {
  background-color: #f76846;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 3rem;
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 4rem;
}

.btn-shop a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.btn-shop svg {
  fill: #fff;
}

.illustration-one {
  font-size: 50rem;
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  left: 4%;
  position: absolute;
  z-index: -1;
}

.features {
  padding: 12rem 12rem;
  position: relative;
}

.features .main-header,
.features h2 {
  font-size: 8rem;
  text-transform: uppercase;
  font-family: "Antonio", sans-serif;
  width: 30%;
  color: #181818;
}

.features img {
  width: 100rem;
  position: relative;
  left: 10%;
}

.features .illustration-cross {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  background-color: #f76846;
  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;
  position: absolute;
  top: -1.3rem;
  right: 50%;
}

.features .illustration-indicators {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  background-color: #f76846;
  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;
  position: absolute;
  outline: 1.8rem solid rgba(247, 104, 70, 0.3);
  z-index: 3;
}

.features .one {
  top: 51%;
  left: 31%;
}

.features .two {
  top: 30%;
  left: 47%;
}

.features .three {
  top: 52%;
  left: 49%;
}

.features .card {
  width: 20%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8rem 3rem 5rem 3rem;
  background-color: #fff;
  border-top: 0.5rem solid #f76846;
  position: absolute;
  right: 22%;
  bottom: 45%;
}

.features .card .card__header {
  font-size: 2.5rem;
  width: 100%;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  padding: 0;
  color: #181818;
}

.features .card p {
  font-size: 1.1rem;
  display: inline-block;
  width: 90%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.features .btn-next {
  background-color: #f76846;
  width: 60%;
  padding: 0rem 2.5rem;
  background-color: #f76846;
  color: #fff;
  font-family: "Antonio", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features .btn-next p {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

.features .btn-next svg {
  fill: #fff;
}

.feature-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.feature-details .feature-detail {
  font-size: 1.6rem;
  width: 30%;
}

.feature-details .feature-detail .feature-detail__header {
  font-size: 2.5rem;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 1.5rem;
}

.feature-details .feature-detail .feature-detail__text {
  font-size: 1.3rem;
  width: 90%;
  line-height: 2.3rem;
}

.feature-details .feature-detail .feature-detail__icon {
  position: relative;
  height: 13rem;
  left: -40%;
  top: 15%;
  z-index: -3;
}

.feature-details .feature-detail .feature-detail__icon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}

.reviews {
  background-color: #fff;
  width: 95%;
  position: relative;
  right: -5%;
  padding-bottom: 10rem;
}

.review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.review-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  left: 8rem;
  width: 50%;
}

.review-card img {
  width: 40rem;
  position: relative;
  top: -8rem;
}

.review-card p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  width: 60%;
}

.review-card svg {
  fill: #f76846;
  width: 1.5rem;
  margin-bottom: 1rem;
}

.review-card .quotes {
  position: absolute;
  left: 40rem;
  top: 40rem;
}

.review-card .quotes svg {
  width: 40rem;
}

.review-card .name {
  font-family: "Antonio", sans-serif;
  color: #181818;
  text-transform: uppercase;
  margin-top: 1rem;
}

.review-card .location {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  position: relative;
  top: -0.5rem;
}

.more-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10rem;
}

.more-reviews .btn-more-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Antonio", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.more-reviews .btn-more-reviews a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f76846;
}

.more-reviews .btn-more-reviews svg {
  fill: #f76846;
}

.companies-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  scale: 0.8;
  padding-bottom: 3rem;
}

.products {
  background-color: #fff;
  width: 95%;
  position: relative;
  right: -5%;
  padding-bottom: 10rem;
}

.products__header {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 8rem;
  width: 30%;
  padding-left: 10%;
  z-index: 2;
  position: relative;
  color: #181818;
}

.products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.product {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__name {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #181818;
  margin-top: 2rem;
}

.product__price {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #f76846;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
}

.large {
  width: 50%;
  position: relative;
  left: 5rem;
  top: 4rem;
}

.large img {
  width: 80%;
  z-index: 4;
  position: relative;
}

.illustration--bikes {
  font-size: 40rem;
  color: #e5ebee;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  left: -4%;
  top: 4rem;
  position: absolute;
}

.other-products {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.other-products img {
  width: 80%;
}

.other-products .last {
  margin-top: 10rem;
}

.other-products .product__name {
  font-size: 2.2rem;
}

.other-products .product__price {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.why-us {
  background-color: #fff;
  width: 95%;
  position: relative;
  right: -5%;
  padding-top: 15rem;
}

.why-us__header {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 8rem;
  width: 30%;
  padding-left: 10%;
  z-index: 2;
  position: relative;
  color: #181818;
}

.why-us .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  margin: auto;
}

.why-us .row .row__content {
  width: 40%;
}

.why-us .row .row__content-text {
  font-size: 1.3rem;
  line-height: 2.4rem;
  width: 90%;
}

.why-us .row .row__content-header {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  color: #181818;
}

.why-us .row .small {
  position: absolute;
  width: 40%;
  top: -55%;
  left: 30%;
  z-index: 1;
}

.why-us .row .large {
  width: 70%;
  position: relative;
  top: -5rem;
}

.why-us .row-small {
  margin-top: 3rem;
  width: 70%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why-us .row-small img {
  width: 60%;
  margin-right: 10%;
}

.why-us .row-small .btn-trial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Antonio", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-top: 3rem;
}

.why-us .row-small .btn-trial a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f76846;
}

.why-us .row-small .btn-trial svg {
  fill: #f76846;
}

.try-us {
  margin-top: 25rem;
}

.try-us .why-us__header {
  width: 80%;
  padding: 0;
  margin-bottom: 2rem;
}

.try-us .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 5%;
}

.try-us .row .large {
  width: 60%;
  position: relative;
  right: 10rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.try-us .row__content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.try-us .row__content-text {
  margin-bottom: 1rem;
}

.try-us .row__content .btn-shop-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Antonio", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.try-us .row__content .btn-shop-now a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f76846;
}

.try-us .row__content .btn-shop-now svg {
  fill: #f76846;
}

.service {
  background-color: #fff;
  width: 95%;
  position: relative;
  right: -5%;
  padding-bottom: 15rem;
  padding-top: 2rem;
}

.service-header {
  margin-bottom: 1.5rem;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  color: #181818;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
}

.row__content {
  width: 50%;
}

.row__content .service-header {
  width: 80%;
  padding: 0;
}

.row__content-text {
  font-size: 1.3rem;
  line-height: 2.4rem;
  width: 75%;
  margin-bottom: 1rem;
}

.row__content .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Antonio", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.row__content .btn-contact a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f76846;
}

.row__content .btn-contact svg {
  fill: #f76846;
}

.row .large {
  width: 35%;
}

.survey {
  height: 140vh;
  width: 100%;
  background-color: #e5ebee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.survey .header {
  font-family: "Antonio", sans-serif;
  font-size: 6rem;
  position: absolute;
  top: 25%;
  left: 40%;
  text-transform: uppercase;
  width: 50%;
  color: #181818;
}

.illustration-one--white {
  font-size: 40rem;
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  left: 10%;
  top: 0;
  position: absolute;
}

.options-container {
  position: relative;
  width: 80%;
  height: 20rem;
  bottom: 15%;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.options li {
  height: 100%;
  width: 24%;
  list-style: none;
  text-transform: uppercase;
  font-family: "Antonio", sans-serif;
  color: #181818;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4rem;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.options li:hover {
  height: 150%;
  background-color: #fff;
  border-bottom: 4px solid #f76846;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.options svg {
  height: 100%;
  width: 30%;
  fill: #615959;
}

footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  -ms-grid-rows: (1fr)[5];
      grid-template-rows: repeat(5, 1fr);
  height: 130vh;
  background-color: #181818;
}

footer li {
  list-style: none;
}

.socials {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  border-right: 1px solid #615959;
}

.socials img {
  width: 1.5rem;
}

.socials .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.socials .contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.socials .label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5rem;
}

.socials .info {
  font-family: "Antonio", sans-serif;
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10rem;
}

.copyright {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  background-color: #181818;
  border-right: 1px solid #615959;
  border-top: 1px solid #615959;
  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;
  padding-left: 8rem;
}

.copyright .logo {
  color: #fff;
}

.copyright .copyright-text {
  font-size: 1.2rem;
  margin-left: 4rem;
}

.form {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background-color: #181818;
  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;
}

.form-header {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.2rem;
  width: 20%;
}

.form input {
  background-color: #262626;
  border: none;
  width: 30rem;
  height: 7rem;
  padding-left: 1.5rem;
}

.form input::-webkit-input-placeholder {
  color: #615959;
}

.form input:-ms-input-placeholder {
  color: #615959;
}

.form input::-ms-input-placeholder {
  color: #615959;
}

.form input::placeholder {
  color: #615959;
}

.sitemap {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3/6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background-color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4rem;
  padding-left: 14rem;
  border-top: 1px solid #615959;
}

.sitemap ul {
  font-size: 1.2rem;
  width: 40%;
}

.sitemap ul li {
  margin-bottom: 1rem;
}

.sitemap ul .list-header {
  font-family: "Antonio", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
/*# sourceMappingURL=styles.css.map */