@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-var.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-var-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Suisse Intl";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/suisse-intl-400.woff2") format("woff2");
}
@font-face {
  font-family: "Suisse Intl";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/suisse-intl-700.woff2") format("woff2");
}
body {
  word-break: break-word;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
  color: #2B2E34;
}

a {
  text-decoration: none;
  color: #EB5F64;
}
a:hover {
  text-decoration: underline;
}

.cursive-font {
  font-family: "Suisse Intl";
}

h1, h2, h3 {
  font-weight: 800;
  color: #EB5F64;
  font-size: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  h1, h2, h3 {
    font-size: 50px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 20px;
}

p {
  line-height: 1.6em;
  font-size: 18px;
}

.btn {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}

.btn-primary {
  background-color: #EB5F64;
  border-color: #EB5F64;
  color: white;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: rgb(229.3333333333, 49.6666666667, 56.0833333333) !important;
  border-color: rgb(229.3333333333, 49.6666666667, 56.0833333333) !important;
  text-decoration: none !important;
  color: white;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #EB5F64;
  color: #EB5F64;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #EB5F64 !important;
  border-color: #EB5F64 !important;
  text-decoration: none !important;
  color: white;
}

.line-separator {
  height: 30px;
  border: none;
  border-top: 10px solid #E9A9AA;
  border-bottom: 10px solid #E9A9AA;
}

.ancora {
  margin-top: -60px;
  padding-top: 60px;
}

.bg-white {
  background: white;
}

.bg-light-gray {
  background: #F4F4F4;
}

.bg-gray {
  background: #959595;
}

.bg-red {
  background: #EB5F64;
}

.bg-light-red {
  background: #FFE3E4;
}

.bg-mid-red {
  background: #E9A9AA;
}

form input, form .form-control {
  border-radius: 50px;
  border: none;
  height: 50px;
  padding-left: 20px;
}
form input[type=checkbox], form .form-control[type=checkbox] {
  padding: 0;
}
form .form-select {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  height: 50px;
  border: none;
  padding-left: 20px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet-active {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  background-color: #EB5F64;
}

.swiper-button-next, .swiper-button-prev {
  color: #EB5F64;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  border: none;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: #F4F4F4;
  box-shadow: none;
  border-radius: 10px;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  width: 22px;
  background-size: 100%;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
}
header.stickyHeader {
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.22);
}
header .navbar {
  display: block;
}
header .navbar .topbar-nav {
  display: flex;
  list-style: none;
  padding: 5px;
  margin: 0;
  justify-content: end;
}
header .navbar .topbar-nav .nav-item {
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
header .navbar .topbar-nav .nav-item:hover a {
  text-decoration: none;
  color: #EB5F64;
}
header .navbar .topbar-nav .active {
  font-weight: 700;
}
header .header-logo {
  position: relative;
  width: 160px;
}
@media only screen and (min-width: 576px) {
  header .header-logo {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  header .header-logo {
    width: 240px;
  }
}
header .menu .menu-toggle {
  position: absolute;
  right: 12px;
  top: 4px;
  z-index: 810;
}
@media only screen and (min-width: 576px) {
  header .menu .menu-toggle {
    top: 12px;
  }
}
@media only screen and (min-width: 992px) {
  header .menu .menu-toggle {
    display: none;
  }
}
header .menu .menu-toggle .hamburger-inner, header .menu .menu-toggle .hamburger-inner::before, header .menu .menu-toggle .hamburger-inner::after {
  background-color: #2B2E34;
}
header .menu .menu-container {
  padding: 5%;
  background: white;
  z-index: 800;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media only screen and (min-width: 576px) {
  header .menu .menu-container {
    padding: 0;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  header .menu .menu-container {
    position: sticky;
    height: auto;
    width: auto;
    background: transparent;
    display: block;
    transform: translateX(0);
    transition: none;
    top: 0;
    overflow: visible;
  }
}
header .menu .menu-container .nav-container {
  overflow: auto;
  padding: 0px 0 60px;
}
@media only screen and (min-width: 992px) {
  header .menu .menu-container .nav-container {
    padding: 0;
    overflow: visible;
  }
}
header .menu .menu-container .menu-logo {
  width: 300px;
  max-width: 80%;
  margin-bottom: 3em;
}
@media only screen and (min-width: 992px) {
  header .menu .menu-container .menu-logo {
    display: none;
  }
}
header .menu .menu-container .navbar-nav {
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  header .menu .menu-container .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 0;
  }
}
header .menu .menu-container .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2B2E34;
}
header .menu .menu-container .navbar-nav .nav-item .nav-link.active {
  color: #EB5F64;
}
@media only screen and (min-width: 576px) {
  header .menu .menu-container .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    text-align: center;
  }
}
header .menu .menu-container .navbar-nav .nav-item .nav-link .btn {
  font-size: 14px;
}
header .menu.show .menu-container {
  transform: translateX(0);
}
@media only screen and (min-width: 992px) {
  header .menu.show .menu-container {
    transition: none;
  }
}

.section-hero {
  background: #EB5F64;
  padding: 5em 2em;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.section-hero .hero-bg-img {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 0;
}
.section-hero .container-fluid {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .section-hero .container-fluid .hero-img {
    width: 70%;
  }
}

.section-cta {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section-cta.is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease;
  }
}
.section-cta .bg-image {
  position: absolute;
  top: -10%;
  right: 20%;
  z-index: 0;
  opacity: 0.2;
}
.section-cta .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-cta .container {
    text-align: left;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
}
.section-cta .container h3 {
  color: white;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .section-cta .container h3 {
    margin-bottom: 0;
    font-size: 36px;
  }
}
.section-cta .container .btn {
  white-space: nowrap;
}
.section-cta .container .btn-lg {
  font-size: 18px;
}

.section-numbers .number-box {
  border-left: 10px solid #FFE3E4;
  padding: 0px 30px;
}
.section-numbers .number-box h3 {
  font-size: 70px;
  font-weight: 800;
  color: #EB5F64;
  margin-bottom: 0;
}
.section-numbers .number-box p {
  font-size: 16px;
  color: #EB5F64;
}

.section-quote .quote-text p {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 30px;
}
.section-quote .quote-text h4 {
  font-weight: 800;
  margin-bottom: 0;
}
.section-quote .quote-text h5 {
  font-weight: 800;
  font-size: 16px;
}
.section-quote .quote-side {
  position: relative;
  overflow: hidden;
}
.section-quote .quote-side p {
  position: relative;
  z-index: 2;
}
.section-quote .quote-side .bg-image {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
}

.section-voice .card {
  border: none;
  border-radius: 0;
}
.section-voice .card .card-header {
  padding: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.section-voice .card .card-header img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section-voice .card .card-body p {
  font-family: "Suisse Intl";
  font-size: 24px;
  font-style: italic;
  margin-bottom: 0.3em;
  line-height: 1.2em;
}
.section-voice .card .card-body h5 {
  font-size: 16px;
  font-family: "Suisse Intl";
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .section-voice .card {
    display: flex;
    flex-direction: row;
  }
  .section-voice .card .card-header {
    width: 40%;
  }
}
.section-voice .voiceSwiper .swiper-wrapper {
  align-items: stretch;
}
.section-voice .voiceSwiper .swiper-slide {
  height: auto;
  display: flex;
}
.section-voice .voiceSwiper .swiper-slide .card {
  width: 100%;
}
.section-voice .voiceSwiper .swiper-pagination {
  position: relative;
  margin-top: 2em;
  text-align: center;
}
.section-voice .voiceSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #EB5F64;
  opacity: 0.5;
}
.section-voice .voiceSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.section-offer .card {
  border: none;
  border-radius: 0;
}
.section-offer .card .card-header {
  border-radius: 0;
}
.section-offer .card .card-header h4 {
  margin-bottom: 0;
}
.section-offer .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

footer {
  font-size: 15px;
  background: #EB5F64;
  color: white;
  font-weight: 300;
}
footer b, footer strong {
  font-weight: 600;
}
footer a {
  color: white;
  text-decoration: underline;
}
footer a:hover {
  opacity: 0.75;
  color: white;
}
