@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
.header {
  display: flex;
  justify-content: center;
  height: 10rem;
  width: 100%;
}
.header__box {
  display: flex;
  width: 120rem;
  height: 100%;
  padding: 0 4rem;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: auto;
  height: 4rem;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #222831;
  min-height: 35rem;
  padding: 3rem 0;
}
.footer__heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600 !important;
}
.footer__socialMedia {
  display: flex;
  width: 8rem;
  justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .footer__socialMedia {
    margin-top: 3rem;
  }
}
.footer__socialMedia--icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  fill: #fff;
  transition: all 0.3s;
}
.footer__socialMedia--icon:hover, .footer__socialMedia--icon:active {
  fill: #ec1c24;
}
.footer__socialMedia--link {
  cursor: pointer;
}
.footer__navigation--nav {
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .footer__navigation--nav {
    margin: 4.5rem 0;
  }
}
.footer__navigation--list {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0 10%;
  justify-content: space-between;
  justify-items: center;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .footer__navigation--list {
    flex-direction: column;
    align-items: center;
  }
}
.footer__navigation--item {
  width: 15rem;
}
.footer__navigation--item:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .footer__navigation--item:not(:last-child) {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
.footer__navigation--link {
  text-decoration: none;
  font-size: 1.8rem;
  text-transform: uppercase;
  transition: all 0.3s;
}
.footer__navigation--link:link, .footer__navigation--link:visited {
  color: #fff;
}
.footer__navigation--link:hover:after, .footer__navigation--link:active:after {
  content: "";
  width: 100%;
  color: #ec1c24;
}
.footer__navigation--link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ec1c24;
  transition: all 0.4s;
}
.footer__btw {
  font-size: 1.6rem;
  color: #fff;
}
.footer__copyright {
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (max-width: 37.5em) {
  .footer__copyright {
    margin-top: 1.5rem;
  }
}
.footer__copyright--link {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.footer__copyright--link:link, .footer__copyright--link:visited {
  color: #fff;
}
.footer__copyright--link:hover, .footer__copyright--link:active {
  color: #ec1c24;
}

@media only screen and (max-width: 50em) {
  .navigation__nav {
    display: none;
  }
}
.navigation__list {
  display: flex;
  list-style: none;
}
.navigation__item:not(:last-child) {
  margin-right: 3.5rem;
}
.navigation__link {
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  transition: all 0.2s;
}
.navigation__link:link, .navigation__link:visited {
  color: #363636;
}
.navigation__link:hover::after, .navigation__link:active::after {
  width: 100%;
}
.navigation__link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ec1c24;
  transition: all 0.4s;
}

.active::after {
  width: 100%;
}

.mb-navigation__checkbox {
  display: none;
  position: absolute;
}
.mb-navigation__button {
  display: none;
}
@media only screen and (max-width: 50em) {
  .mb-navigation__button {
    display: block;
  }
}
.mb-navigation__icon {
  position: absolute;
  fill: #363636;
  display: block;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 5000;
  right: 2.5rem;
  top: 2.7rem;
  background-size: contain;
}
.mb-navigation__icon--close {
  display: none;
}
.mb-navigation__nav {
  display: none;
  width: 75%;
  height: 100%;
  right: 0;
  position: fixed;
  z-index: 0;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 50em) {
  .mb-navigation__nav {
    display: none;
    visibility: hidden;
  }
}
.mb-navigation__list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mb-navigation__item {
  width: 100%;
}
.mb-navigation__item:not(:last-child) {
  margin-bottom: 2rem;
}
.mb-navigation__link {
  display: block;
  padding: 2rem;
  color: #363636;
  font-size: 2.5rem;
  display: block;
  transition: all 0.3s;
  text-decoration: none;
  text-transform: uppercase;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.section__introduction {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.section__introduction h1 {
  font-size: 5rem;
  color: #fff;
}

.section__information {
  padding: 10rem 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .section__information {
    padding: 10rem 5rem;
  }
}
@media only screen and (max-width: 25em) {
  .section__information {
    padding: 10rem 2.5rem;
  }
}
.section__information--paragraph {
  text-align: left;
  line-height: 3rem;
}
.section__information--heading--2 {
  text-align: center;
}
@media only screen and (max-width: 68.75em) {
  .section__information--heading--2 {
    font-size: 3.4rem !important;
  }
}
@media only screen and (max-width: 56.25em) {
  .section__information--heading--2 {
    font-size: 3.2rem !important;
  }
}
@media only screen and (max-width: 50em) {
  .section__information--heading--2 {
    font-size: 2.5rem !important;
  }
}
.section__information--heading--3 {
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.section__information--underline {
  display: block;
  height: 0.3rem;
  background-color: #ec1c24;
  width: 2.5rem;
  margin-bottom: 1rem;
  border: none;
  animation-name: moveInBottom;
  animation-duration: 1s;
}
.section__information--textArea {
  max-width: 120rem;
}
.section__information--list {
  margin-left: 3rem;
  margin-top: 2rem;
  line-height: 3rem;
}
.section__information--item:not(:last-child) {
  margin-bottom: 1rem;
}
.section__information--link:link, .section__information--link:visited {
  color: mediumblue;
}
.section__information--link:hover, .section__information--link:active {
  color: #ec1c24;
}

.section__introduction--contact {
  height: 30rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/jpg/contact.jpg");
  background-size: cover;
  background-position: center;
}

.section__contact {
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation-name: moveInBottom;
  animation-duration: 1s;
}
.section__contact--item {
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.15);
  padding: 4rem;
  display: flex;
  width: 80rem;
  justify-content: center;
  animation-name: moveInBottom;
  animation-duration: 1s;
}
.section__contact--item:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 50em) {
  .section__contact--item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 25em) {
  .section__contact--item:not(:last-child) {
    margin-bottom: 1.5rem !important;
  }
}
@media only screen and (max-width: 50em) {
  .section__contact--item {
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
}
.section__contact--item--heading--4 {
  font-size: 3rem !important;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .section__contact--item--heading--4 {
    font-size: 2.7rem !important;
  }
}
@media only screen and (max-width: 25em) {
  .section__contact--item--heading--4 {
    font-size: 2.5rem !important;
  }
}
@media only screen and (max-width: 21.87em) {
  .section__contact--item--heading--4 {
    font-size: 1.8rem !important;
  }
}
.section__contact--item--heading--5 {
  font-size: 2.2rem !important;
  font-weight: 200 !important;
  color: #494949;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 25em) {
  .section__contact--item--heading--5 {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 21.87em) {
  .section__contact--item--heading--5 {
    font-size: 1.7rem !important;
  }
}
.section__contact--item--underline {
  display: block;
  height: 0.3rem;
  width: 5rem;
  border: none;
  background-color: #ec1c24;
  margin-bottom: 3rem;
}
.section__contact--item--left {
  width: 40%;
}
@media only screen and (max-width: 50em) {
  .section__contact--item--left {
    height: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.section__contact--item--right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 50em) {
  .section__contact--item--right {
    margin-top: 3rem;
    height: 60%;
    width: 100%;
  }
}
.section__contact--item img {
  width: 100%;
  border-radius: 50%;
}
@media only screen and (max-width: 50em) {
  .section__contact--item img {
    width: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  .section__contact--item img {
    width: 70%;
  }
}
@media only screen and (max-width: 21.87em) {
  .section__contact--item img {
    width: 90%;
  }
}
.section__contact--item--link {
  text-decoration: none;
  cursor: pointer;
}
.section__contact--item--link:link, .section__contact--item--link:visited {
  color: #ec1c24;
}
.section__contact--item--contact {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 21.87em) {
  .section__contact--item--contact {
    font-size: 1.7rem !important;
  }
}
.section__contact--item--contact--phone {
  font-weight: 400 !important;
  margin-bottom: 2rem;
}
.contact__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 25em) {
  .contact__box {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 21.87em) {
  .contact__box {
    font-size: 1.8rem !important;
  }
}
.contact__address {
  margin-bottom: 2rem;
}
.contact__link {
  text-decoration: none;
}
.contact__link:link, .contact__link:visited {
  color: #ec1c24;
}
.section__introduction--home {
  height: 80rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/jpg/screen networking.jpg");
}
@media only screen and (max-width: 37.5em) {
  .section__introduction--home {
    height: 50rem;
  }
}
.section__introduction--home--heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 10.5rem !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 37.5em) {
  .section__introduction--home--heading {
    font-size: 7rem !important;
  }
}
@media only screen and (max-width: 25em) {
  .section__introduction--home--heading {
    font-size: 6rem !important;
  }
}
@media only screen and (max-width: 21.87em) {
  .section__introduction--home--heading {
    font-size: 5rem !important;
  }
}
.section__introduction--home--subtext {
  color: #fff;
  font-size: 4rem !important;
  animation-name: moveInLeft;
  animation-duration: 1s;
}
@media only screen and (max-width: 37.5em) {
  .section__introduction--home--subtext {
    font-size: 2.5rem !important;
  }
}
@media only screen and (max-width: 25em) {
  .section__introduction--home--subtext {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 21.87em) {
  .section__introduction--home--subtext {
    font-size: 1.5rem !important;
  }
}

.section__about--home {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 10rem 0;
}
@media only screen and (max-width: 75em) {
  .section__about--home {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .section__about--home {
    padding: 5rem 0 !important;
  }
}
@media only screen and (max-width: 37.5em) {
  .section__about--home--heading {
    font-size: 3.4rem !important;
  }
}
@media only screen and (max-width: 21.87em) {
  .section__about--home--heading {
    font-size: 3rem !important;
  }
}
.section__about--home--paragraph {
  width: 65%;
  line-height: 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .section__about--home--paragraph {
    width: 80%;
  }
}
.section__services--home {
  background-image: linear-gradient(to right, rgba(54, 54, 54, 0.9), rgba(0, 0, 0, 0.9)), url("../img/jpg/services-background.jpg");
  background-size: cover;
  background-position: top;
  width: 100%;
  min-height: 65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 50em) {
  .section__services--home {
    padding: 5rem 0;
  }
}
.section__services--home--heading {
  color: #fff !important;
}
@media only screen and (max-width: 37.5em) {
  .section__services--home--heading {
    font-size: 3.4rem !important;
  }
}
@media only screen and (max-width: 21.87em) {
  .section__services--home--heading {
    font-size: 2.7rem !important;
  }
}
.section__services--home--paragraph {
  text-align: center;
}
.section__services--home hr {
  z-index: 10;
}
.section__services--home--box {
  z-index: 1;
  margin-top: 5rem;
  width: max-content;
  display: grid;
  justify-items: center;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3.5rem;
}
@media only screen and (max-width: 87.5em) {
  .section__services--home--box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4.5rem 6rem;
  }
}
@media only screen and (max-width: 50em) {
  .section__services--home--box {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.section__services--home--item {
  display: flex;
  text-decoration: none !important;
  width: 32rem;
  min-height: 30rem;
  background-color: #fff;
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  flex-direction: column;
  transition: all 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 50em) {
  .section__services--home--item {
    width: 34rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section__services--home--item {
    width: 33rem;
  }
}
@media only screen and (max-width: 21.87em) {
  .section__services--home--item {
    width: 90%;
  }
}
.section__services--home--item:active, .section__services--home--item:hover {
  transform: translateY(-4px);
}
.section__services--home--item:visited, .section__services--home--item:link {
  background-color: #fff;
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.15);
  flex-direction: column;
}
.section__services--home--item--heading {
  font-size: 2.4rem !important;
  color: #363636;
  font-weight: 600 !important;
  margin-bottom: 1rem;
}
.section__services--home--item--paragraph {
  width: 85%;
  text-align: center;
  line-height: 2.5rem;
  color: #363636 !important;
}
.section__services--home--item--underline {
  display: block;
  height: 5px;
  width: 5rem;
  background-color: #ec1c24;
  margin-bottom: 1.5rem;
}
.section__services--home--imgBox {
  justify-self: flex-start;
  background-color: orangered;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 20rem;
  border: none;
}
.section__services--home--imgBox--1 {
  background-image: linear-gradient(to right, rgba(54, 54, 54, 0.6), rgba(0, 0, 0, 0.75)), url("../img/jpg/infrastructuur.jpg");
  background-size: cover;
  background-position: center;
}
.section__services--home--imgBox--2 {
  background-image: linear-gradient(to right, rgba(54, 54, 54, 0.6), rgba(0, 0, 0, 0.75)), url("../img/jpg/support2.jpg");
  background-size: cover;
  background-position: center;
}
.section__services--home--imgBox--3 {
  background-image: linear-gradient(to right, rgba(54, 54, 54, 0.6), rgba(0, 0, 0, 0.75)), url("../img/jpg/audit.jpg");
  background-size: cover;
  background-position: center;
}
.section__services--home--imgBox--4 {
  background-image: linear-gradient(to right, rgba(54, 54, 54, 0.6), rgba(0, 0, 0, 0.75)), url("../img/jpg/gdpr.jpg");
  background-size: cover;
  background-position: center;
}
.section__services--home--textBox {
  display: flex;
  width: 100%;
  height: 23rem;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
@media only screen and (max-width: 25em) {
  .section__services--home--textBox {
    height: 26rem;
  }
}
.section__services--home--icon {
  width: 7.5rem;
  height: 7.5rem;
  fill: #fff;
  display: inline-block;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
}

.section__team--home {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 70rem;
  width: 100%;
  padding: 10rem 0;
}
@media only screen and (max-width: 50em) {
  .section__team--home {
    padding: 5rem 0;
  }
}
.section__team--home--box {
  display: grid;
  width: 86%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
  justify-items: center;
}
@media only screen and (max-width: 50em) {
  .section__team--home--box {
    grid-template-columns: 1fr;
  }
}
.section__team--home--item {
  width: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__team--home--item:hover .section__team--home--item--caption {
  opacity: 1;
}
.section__team--home--item:hover .section__team--home--item--img {
  transform: translateX(0) scale(1);
  filter: blur(2px) brightness(60%);
}
.section__team--home--item--shape {
  width: 20rem;
  height: 20rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.section__team--home--item--function {
  font-size: 1.85rem !important;
}
.section__team--home--item--img {
  height: 100%;
  transform: translateX(0) scale(1.1);
  backface-visibility: hidden;
  transition: all 0.3s;
}
.section__team--home--item--caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 15rem;
  height: 5rem;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 100;
  transition: all 0.3s;
  position: absolute;
  font-size: 1.7rem;
  backface-visibility: hidden;
}
.section__team--home--item--heading {
  margin-top: 4rem;
  font-size: 2.2rem !important;
}

.section__reviews--home {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 70rem;
  padding: 10rem 0;
  background-image: linear-gradient(to right, rgba(54, 54, 54, 0.7), rgba(0, 0, 0, 0.8)), url("../img/jpg/reviews.jpg");
}
@media only screen and (max-width: 50em) {
  .section__reviews--home {
    padding: 5rem 0;
  }
}
.section__reviews--home--box {
  width: 100%;
  padding: 0 8%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .section__reviews--home--box {
    grid-template-columns: 1fr;
  }
}
.section__reviews--home--heading {
  color: #fff !important;
}
@media only screen and (max-width: 21.87em) {
  .section__reviews--home--heading {
    font-size: 2.35rem !important;
  }
}
.section__reviews--home--item {
  width: 100%;
  background-color: #fff;
  padding: 2.5rem 1rem;
  display: flex;
  flex-direction: column;
  min-height: 25rem;
}
@media only screen and (max-width: 25em) {
  .section__reviews--home--item {
    padding: 1rem 0.5rem;
  }
}
.section__reviews--home--item--heading--4 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.section__reviews--home--item--heading--5 {
  color: #494949;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 25em) {
  .section__reviews--home--item--heading--5 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 21.87em) {
  .section__reviews--home--item--heading--5 {
    font-size: 1.2rem;
    font-weight: 600 !important;
  }
}
.section__reviews--home--item--score {
  display: flex;
}
.section__reviews--home--item--icon {
  width: 2rem;
  height: 2rem;
  fill: #FFD700;
}
.section__reviews--home--item--quote {
  height: 100%;
  width: 100%;
  line-height: 0;
}
.section__reviews--home--item--review {
  text-align: center;
  font-size: 1.6rem;
}
.section__reviews--home--item--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 50%;
  width: 100%;
}
.section__reviews--home--item--top--left {
  width: 100%;
  height: 100%;
}
.section__reviews--home--item--top--right {
  width: 100%;
  height: 100%;
  font-size: 12rem;
}
.section__reviews--home--item--bottom {
  height: 50%;
  display: block;
  width: 100%;
  padding: 2rem;
}

.section__partners--home {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 0;
  min-height: 70rem;
  width: 100%;
}
@media only screen and (max-width: 50em) {
  .section__partners--home {
    padding: 5rem 0;
  }
}
.section__partners--home--box--1 {
  width: 100%;
  display: grid;
  justify-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
  margin-bottom: 10rem;
}
.section__partners--home--box--2 {
  width: 100%;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10rem;
}
@media only screen and (max-width: 50em) {
  .section__partners--home--box--2 {
    grid-template-columns: 1fr;
    grid-gap: 10rem;
  }
}
.section__partners--home--box--3 {
  width: 100%;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 50em) {
  .section__partners--home--box--3 {
    grid-template-columns: 1fr;
    grid-gap: 10rem;
  }
}
.section__partners--home--img {
  height: 9rem;
  width: auto;
}
@media only screen and (max-width: 37.5em) {
  .section__partners--home--img {
    height: 5rem;
  }
}
.section__introduction--services {
  height: 30rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/jpg/support2.jpg");
  background-size: cover;
  background-position: bottom;
}

.section__introduction--gdpr {
  height: 30rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/jpg/gdpr.jpg");
  background-size: cover;
  background-position: center;
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 62.5em) {
  html {
    font-size: 58%;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.heading-4, .heading-3, .heading-2, .heading-1 {
  font-weight: 400;
}

.heading-1 {
  animation-name: moveInLeft;
  animation-duration: 1s;
  font-size: 4.5rem;
}

.heading-2 {
  animation-name: moveInBottom;
  animation-duration: 1s;
  font-size: 3.7rem;
}
@media only screen and (max-width: 50em) {
  .heading-2 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 21.87em) {
  .heading-2 {
    font-size: 2.8rem;
  }
}

.heading-3 {
  animation-name: moveInBottom;
  animation-duration: 1s;
  font-size: 2.5rem;
}
@media only screen and (max-width: 56.25em) {
  .heading-3 {
    font-size: 2.3rem !important;
  }
}
.heading-4 {
  font-size: 2rem;
}
@media only screen and (max-width: 50em) {
  .heading-4 {
    font-size: 1.8rem;
  }
}
.heading-5 {
  font-weight: 400 !important;
  font-size: 1.8rem;
}

.paragraph-1 {
  font-size: 1.9rem;
  font-weight: 400;
  animation-name: moveInBottom;
  animation-duration: 1s;
  color: #494949;
}
@media only screen and (max-width: 56.25em) {
  .paragraph-1 {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 37.5em) {
  .paragraph-1 {
    font-size: 1.5rem !important;
    line-height: 2.4rem !important;
  }
}
.paragraph-2 {
  animation-name: moveInBottom;
  animation-duration: 1s;
  font-size: 1.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 25em) {
  .paragraph-2 {
    font-size: 1.6rem;
  }
}
.red {
  color: #ec1c24;
}

.underline {
  display: block;
  width: 8rem;
  height: 0.5rem;
  border: none;
  background-color: #ec1c24;
  margin-top: 3rem;
  margin-bottom: 6rem;
  animation-name: moveInBottom;
  animation-duration: 1s;
}

.title {
  color: brown;
  font-weight: 600;
  text-transform: uppercase;
}

.u-margin-top-huge {
  margin-top: 10rem !important;
}

.u-margin-top-large {
  margin-top: 8rem !important;
}

.u-margin-top-medium {
  margin-top: 4rem !important;
}

.u-margin-top-small {
  margin-top: 1.5rem !important;
}

.u-margin-bottom-huge {
  margin-bottom: 10rem !important;
}

.u-margin-bottom-large {
  margin-bottom: 8rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

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