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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 43.75%;
  }
}

body {
  font-family: "Inter", sans-serif;
  color: #222222;
}

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

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
}

input::-webkit-input-placeholder {
  font: inherit;
}

input::-moz-placeholder {
  font: inherit;
}

input:-ms-input-placeholder {
  font: inherit;
}

input::-ms-input-placeholder {
  font: inherit;
}

input, button, select, textarea, input::placeholder {
  font: inherit;
}

iframe {
  max-width: 100% !important;
}

.ca--container {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 30px;
}

.ca--heading {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.4;
}

.ca--heading-1 {
  font-size: 4.6rem;
  font-weight: 800;
}

.ca--heading-2 {
  font-size: 3.5rem;
  font-weight: 700;
}

.ca--heading-3 {
  font-size: 2.6rem;
  font-weight: 600;
}

.ca--heading-4 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
}

.ca--heading-primary {
  color: #cc2e32;
}

.ca--heading-main {
  color: #222222;
}

.ca--heading-muted {
  color: #666666;
}

.ca--heading-light {
  color: #999999;
}

.ca--heading-inverse {
  color: #fdf4f4;
}

.ca--heading-white {
  color: #ffffff;
}

.ca--heading-complement {
  color: #2eccca;
}

.ca--btn {
  padding: 11px 27px 11px 27px;
  font-size: 1.6rem;
  border-radius: 100px;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ca--btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

.ca--btn-lg {
  font-size: 2rem;
  padding: 14px 33px 14px 33px;
}

.ca--btn-primary {
  background-color: #cc2e32;
  color: #ffffff;
}
.ca--btn-primary:hover {
  background-color: #e75a5e;
}
.ca--btn-primary:active {
  background-color: #991d1f;
  outline: 2px solid #991d1f;
  outline-offset: 2px;
}

.ca--btn-primary-highlighted {
  outline: 2px solid #cc2e32;
  outline-offset: 2px;
}
.ca--btn-primary-highlighted:hover {
  outline-offset: 0;
}

.ca--btn-outlined {
  border: 1px solid #b82427;
  color: #cc2e32;
  background-color: #fff6f7;
}
.ca--btn-outlined:hover {
  background-color: #cc2e32;
  color: #ffffff;
}

.ca--btn-outlined-highlighted {
  outline: 2px solid #cc2e32;
  outline-offset: 2px;
}
.ca--btn-outlined-highlighted:hover {
  outline-offset: 0;
}

.ca--btn-complement-primary {
  background-color: #2eccca;
  border: 1px solid #2eccca;
  color: #000;
}
.ca--btn-complement-primary:hover {
  background-color: transparent;
}
.ca--btn-complement-primary:active {
  background-color: transparent;
  outline: 2px solid #2eccca;
  outline-offset: 2px;
}

.ca--btn-complement-highlighted {
  outline: 2px solid #2eccca;
  outline-offset: 2px;
}
.ca--btn-complement-highlighted:hover {
  outline-offset: 0;
}

.ca--btn-complement-outlined {
  border: 1px solid #2eccca;
  color: #222222;
  background-color: #fff;
}
.ca--btn-complement-outlined:hover {
  background-color: #222222;
  color: #ffffff;
}

.ca--btn-complement-outlined-highlighted {
  outline: 2px solid #222222;
  outline-offset: 2px;
}
.ca--btn-complement-outlined-highlighted:hover {
  outline-offset: 0;
}

.ca--btn-white {
  border: 1px solid #222222;
  color: #222222;
  background-color: #fdf4f4;
}
.ca--btn-white:hover {
  background-color: #222222;
  color: #ffffff;
}

.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 50;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header__wrapper {
  border-bottom: 1px solid #b6b6b6;
  padding: 1.5rem 3rem;
  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;
}
.header__logo img {
  width: 20rem;
}
@media only screen and (max-width: 37.5em) {
  .header__logo img {
    width: 15rem;
  }
}
.header__default--logo-white {
  display: none;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 81.25em) {
  .header__menu--item {
    display: none;
  }
}
.header__menu--item--divider {
  height: 100%;
  width: 1px;
  background-color: #2eccca;
}
.header__menu--item--toggle {
  font-size: 2.5rem;
}
@media only screen and (max-width: 81.25em) {
  .header__menu--item--divider, .header__menu--item--toggle {
    display: block;
  }
}
.header__menu--link {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.header__menu--link:hover {
  color: #cc2e32;
}
.header__main--ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .header__main--cta--call {
    display: none;
  }
}

.message {
  padding: 2rem;
  text-align: center;
  background-color: #2eccca;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.reserve {
  padding-block: 4rem;
}
.reserve__img img {
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.reserve__content--box {
  max-width: 60%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 75em) {
  .reserve__content--box {
    max-width: 70%;
  }
}
@media only screen and (max-width: 56.25em) {
  .reserve__content--box {
    max-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .reserve__content--box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .reserve__content--title {
    font-size: 3.5rem !important;
  }
}
.welcome__wrapper {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 30px;
}
@media only screen and (max-width: 37.5em) {
  .welcome__wrapper {
    padding-inline: 0;
    max-width: 100%;
  }
}
.welcome__box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 37.5em) {
  .welcome__box {
    border-radius: 0;
  }
}
.welcome__img img {
  width: 100%;
  height: 75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 37.5em) {
  .welcome__img img {
    height: 50rem;
  }
}
.welcome__content {
  padding: 8rem;
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(to top, #000, transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .welcome__content {
    padding: 8rem 4rem;
  }
}

.style {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 8rem;
}
.style__wrapper {
  height: 100%;
}
.style__grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
.style__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-column: 5/9;
  grid-row: 2/6;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .style__content {
    grid-column: 1/7;
    grid-row: 2/6;
  }
}
.style__title {
  margin-bottom: 1rem;
}
.style__text {
  margin-bottom: 4rem;
}
.style__text span {
  color: #666666;
}
.style__cta {
  -ms-flex-item-align: center;
      align-self: center;
}
.style__cars--box {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.style__cars--box img {
  width: 30rem;
}
.style__cars--box--1 {
  grid-column: 1/5;
  grid-row: 1/7;
}
@media only screen and (max-width: 56.25em) {
  .style__cars--box--1 {
    display: none;
  }
}
.style__cars--box--2 {
  grid-column: 9/13;
  grid-row: 1/7;
}
@media only screen and (max-width: 56.25em) {
  .style__cars--box--2 {
    grid-column: 9/12;
  }
}
@media only screen and (max-width: 37.5em) {
  .style__cars--box--2 {
    grid-column: 7/13;
  }
}

.cars {
  padding-bottom: 8rem;
}
.cars__title {
  text-align: center;
}
.cars__view {
  padding-block: 8rem;
  padding-inline: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  overflow: hidden;
}
.cars__car {
  width: 400px;
  min-width: 400px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  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;
  gap: 4rem;
  background-color: #f5f5f7;
  border-radius: 20px;
  padding: 3rem;
  cursor: pointer;
}
@media only screen and (max-width: 37.5em) {
  .cars__car {
    width: 300px;
    min-width: 300px;
  }
}
.cars__car:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.cars__car:hover .cars__category--title {
  color: #cc2e32;
}
.cars__img {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cars__category--title {
  font-weight: 700;
  font-size: 2rem;
  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;
  gap: 1rem;
}
.cars__category--title i {
  font-size: 1.8rem;
}
.cars__navigations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cars__navigations--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.cars__navigations--prev, .cars__navigations--next {
  font-size: 2rem;
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  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;
  border-radius: 50%;
}
.cars__navigations--prev:hover, .cars__navigations--next:hover {
  background-color: #2eccca;
}

.locations {
  padding-bottom: 8rem;
}
.locations__wrapper {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#2eccca), to(#222222));
  background-image: linear-gradient(to right bottom, #2eccca, #222222);
  border-radius: 20px;
  padding: 4rem;
}
.locations__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 68.75em) {
  .locations__title {
    margin-bottom: 4rem;
  }
}
.locations__text {
  font-size: 1.6rem;
  max-width: 70%;
  color: #fdf4f4;
}
@media only screen and (max-width: 68.75em) {
  .locations__text {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .locations__text {
    font-size: 1.8rem;
    max-width: 100%;
  }
}
.locations__boxes {
  height: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 68.75em) {
  .locations__boxes {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .locations__boxes {
    gap: 4rem;
  }
}
.locations__box {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.locations__box--1 {
  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;
}
@media only screen and (max-width: 68.75em) {
  .locations__box--1 {
    text-align: center;
  }
}
@media only screen and (max-width: 37.5em) {
  .locations__box--1 {
    text-align: left;
  }
}
.locations__box--cities {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 68.75em) {
  .locations__box--cities {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 37.5em) {
  .locations__box--cities {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.locations__box--city {
  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: 11px 27px 11px 27px;
  font-size: 2rem;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.6;
  color: #ffffff;
}
@media only screen and (max-width: 37.5em) {
  .locations__box--city {
    font-size: 1.6rem;
  }
}
.locations__box--city:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.locations__cta--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
}
.faq {
  padding-bottom: 8rem;
}
.faq__wrapper {
  max-width: 60%;
  margin-inline: auto;
}
@media only screen and (max-width: 56.25em) {
  .faq__wrapper {
    max-width: 80%;
  }
}
@media only screen and (max-width: 37.5em) {
  .faq__wrapper {
    max-width: 100%;
  }
}
.faq__title {
  margin-bottom: 4rem;
}
.faq__box {
  cursor: pointer;
}
.faq__box:nth-child(odd) {
  border-block: 1px solid #999999;
}
.faq__box:last-child {
  border-bottom: 1px solid #999999;
}
.faq__box--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 3rem 0;
}
.faq__box--number {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 4px solid #222222;
  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;
  font-size: 2.5rem;
  font-weight: 800;
}
.faq__box--title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.faq__box--icon {
  font-size: 4rem;
  color: #666666;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.faq__box--body {
  padding: 2rem 0 5rem 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.faq__box--body--q {
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 1.8rem;
}
.faq__box--body--a {
  font-size: 1.8rem;
}

.faq__box.faq__box--active .faq__box {
  outline: 2px solid #cc2e32;
}
.faq__box.faq__box--active .faq__box--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__box.faq__box--active .faq__box--icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.quotes {
  color: #fdf4f4;
  padding-block: 8rem;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#cc2e32), color-stop(#cc2e60), to(#991d1f));
  background-image: linear-gradient(to right bottom, #cc2e32, #cc2e60, #991d1f);
}
.quotes__container {
  padding-inline: 3rem;
}
.quotes__title {
  padding-inline: 3rem;
}
.quotes__boxes {
  margin-block: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  overflow: hidden;
}
.quotes__box {
  width: 400px;
  min-width: 400px;
  background-color: #222222;
  border-radius: 20px;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 37.5em) {
  .quotes__box {
    width: 300px;
    min-width: 300px;
  }
}
.quotes__box--stars {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #2eccca;
}
.quotes__box--body {
  height: 100%;
  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;
  gap: 4rem;
}
.quotes__box--quote {
  font-size: 1.6rem;
  line-height: 1.6;
}
.quotes__box--name {
  font-size: 1.8rem;
  font-weight: 700;
}
.quotes__navigations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotes__navigations--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.quotes__navigations--prev, .quotes__navigations--next {
  font-size: 2rem;
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  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;
  border-radius: 50%;
}
.quotes__navigations--prev:hover, .quotes__navigations--next:hover {
  background-color: #2eccca;
}

.carousel__navigations--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.whyus {
  padding-block: 8rem;
}
.whyus__title {
  text-align: center;
  margin-bottom: 4rem;
}
.whyus__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .whyus__boxes {
    -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;
  }
}
.whyus__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 56.25em) {
  .whyus__box {
    width: 100%;
    text-align: center;
  }
}
.whyus__icon {
  margin-bottom: 2rem;
  font-size: 4rem;
  color: #2eccca;
}
.whyus__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.whyus__content--text {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 80%;
}
@media only screen and (max-width: 56.25em) {
  .whyus__content--text {
    max-width: 100%;
  }
}

.footer {
  padding-block: 8rem;
  background-color: #f5f5f7;
  font-family: "Poppins", sans-serif;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.footer__head {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media only screen and (max-width: 37.5em) {
  .footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__contact {
  font-size: 1.6rem;
  font-weight: 400;
}
.footer__contact a {
  font-weight: 700;
  text-decoration: underline;
  color: #991d1f;
  margin-inline: 4px;
}
.footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .footer__menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 37.5em) {
  .footer__menus {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__menu {
  -ms-flex-preferred-size: 35rem;
      flex-basis: 35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .footer__menu {
    -ms-flex-preferred-size: none;
        flex-basis: none;
  }
  .footer__menu:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.footer__menu--title {
  font-size: 1.8rem;
  font-weight: 700;
}
.footer__menu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.footer__menu--item--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.footer__menu--item--badge {
  background-color: #2eccca;
  padding: 5px 10px;
  border-radius: 100px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.2rem;
}
.footer__menu--link {
  font-size: 1.4rem;
  font-weight: 500;
}
.footer__menu--link:hover {
  text-decoration: underline;
}
.footer__foot {
  border-top: 1px solid #b6b6b6;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__copyright {
  font-size: 1.3rem;
}
.footer__socials--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.footer__socials--link {
  font-size: 3rem;
}