@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;

700&family=Poppins:wght@300;400;600&display=swap);.the-content h1,
.the-content h1 *,
.title-h1,
.title-h1 * {
  font-size: 55px;
  line-height: 1.2em;
  margin: 0;
}

.the-content h3,
.the-content h3 *,
.the-content h2,
.the-content h2 *,
.title-h2,
.title-h2 * {
  font-size: 40px;
  line-height: 1.2em;
  margin: 0;
}

.title-h3,
.title-h3 * {
  font-size: 30px;
  line-height: 1.2em;
  margin: 0;
}

.the-content h4,
.the-content h4 *,
.title-h4,
.title-h4 * {
  font-size: 21px;
  line-height: 21px;
  margin: 0;
}

.the-content p,
.the-content span,
p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}

.p--small {
  font-size: 13px;
  line-height: 1.2em;
  margin: 0;
}

.p--xsmall {
  font-size: 11px;
  line-height: 1.2em;
  margin: 0;
}

.p-0 {
  padding: 0rem;
}

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

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

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

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

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.p-1 {
  padding: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-2 {
  padding: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-4 {
  padding: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.m-0 {
  margin: 0rem;
}

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

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

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

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

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.m-1 {
  margin: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-2 {
  margin: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.m-4 {
  margin: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.grid1\/7,
.grid1\/6,
.grid1\/5,
.grid3\/4,
.grid1\/4,
.grid2\/3,
.grid1\/3,
.grid1\/2,
.grid1,
.container--small,
.container,
.container--fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.container--fluid {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1272px;
  display: block;
  margin: 0 auto;
}

.container--small {
  width: 100%;
  max-width: calc(1272px - 60px * 2);
  display: block;
  margin: 0 auto;
}

.container--xxs {
  max-width: 650px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.w-100 {
  width: 100%;
}

.w-80 {
  max-width: 80%;
}

.w-50 {
  max-width: 50%;
}

.h-100 {
  height: 100%;
}

.vh-100 {
  height: 100vh;
}

.mw-100 {
  max-width: 100%;
}

.grid1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.grid1\/2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.grid1\/3 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.grid2\/3 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.grid1\/4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.grid3\/4 {
  flex: 0 0 75%;
  max-width: 75%;
}

.grid1\/5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.grid1\/6 {
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.grid1\/7 {
  flex: 0 0 14.2857%;
  max-width: 14.2857%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  top: 150px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.font-title {
  font-family: "Montserrat", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.extrabold {
  font-weight: 800;
}

.bold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

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

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

.decoration-none {
  text-decoration: none;
}

strong {
  font-weight: 600;
  font-size: inherit;
}

.title-h1,
.title-h1 * {
  font-family: "Poppins", sans-serif;
}

.title-h2,
.title-h2 * {
  font-family: "Poppins", sans-serif;
}

.title-h3,
.title-h3 * {
  font-family: "Poppins", sans-serif;
}

.title-h4,
.title-h4 * {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-primary {
  background-color: #C92E4B;
}

.bg-secondary {
  background-color: #881e32;
}

.bg-tertiary {
  background-color: #0A1C35;
}

.bg-light {
  background-color: #FFF;
}

.bg-dark {
  background-color: #333333;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.primary {
  color: #C92E4B;
}

.secondary {
  color: #881e32;
}

.tertiary {
  color: #0A1C35;
}

.text {
  color: #323232;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.image-container {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.cursor-pointer {
  cursor: pointer;
}

.hidden {
  display: none;
}

.show--mobile {
  display: none;
}

.show--tablet {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

/* __________________________________ */

@media (min-width: 767px) and (max-width: 1023px) {
  .hidden--tablet {
    display: none;
  }

  .show--tablet {
    display: block;
  }

  .grid1--tablet {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid1\/2--tablet {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid1\/3--tablet {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .flex-column--tablet {
    flex-direction: column;
  }

  .mb-2--tablet {
    margin-bottom: 2rem;
  }

  .mb-1--mobile {
    margin-bottom: 1rem;
  }

  .text-right--tablet {
    text-align: right;
  }

  .text-center--tablet {
    text-align: center;
  }

  .text-left--tablet {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-center--mobile {
    text-align: center;
  }

  .mb-2--mobile {
    margin-bottom: 2rem;
  }
}

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

/* THE CONTENT */

.the-content span {
  margin-bottom: 1rem;
}

.the-content p {
  margin: 0 0 1rem 0;
}

.the-content p a {
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
}

.the-content p strong {
  font-size: inherit;
  font-weight: bolder;
  color: inherit;
}

.the-content ul li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1rem;
  padding-left: 30px;
  position: relative;
}

.the-content strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.the-content label {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.the-content img {
  max-width: 100%;
  display: block;
}

.the-content a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-weight: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.main {
  padding-top: 150px;
}

a[href^=tel] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.btn {
  padding: 1rem 2rem;
  transition: all 0.2s ease;
  border: 1px solid;
  text-decoration: none;
}

.btn-primary {
  background-color: #C92E4B;
  border-color: #C92E4B;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}

.btn-primary:hover {
  background-color: #881e32;
  border-color: #881e32;
}

.btn-secondary {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #881e32;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

.btn-secondary:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #C92E4B;
}

.hamburger {
  padding: 0px 0px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 10;
  margin-left: 40px;
}

.hamburger:hover {
  opacity: 0.5;
}

.hamburger.is-active:hover {
  opacity: 0.5;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #C92E4B;
}

.hamburger-box {
  width: 20px;
  height: 16px;
  display: inline-block;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #C92E4B;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

@media (max-width: 1023px) {
  .hamburger {
    display: inline-block;
  }
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__content {
  height: 145px;
}

.logo__img {
  height: 65px;
}

.hero {
  padding: 150px 0 150px 0;
  background-size: cover;
}

.grid-custom1 {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 5rem 0 1rem;
}

.grid-custom2 {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 1rem 0 1rem;
}

.icona {
  height: 80px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.video {
  height: 0;
  padding-bottom: 45%;
  background-size: cover;
}

.video__link {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 215px;
}

footer p,
footer a {
  color: #b3b3b3;
  line-height: 2;
  text-decoration: none;
}

footer a:hover {
  color: #881e32;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-after {
  height: 45px;
  width: 100%;
  background-color: #000000;
}

.popPwa,
#install {
  bottom: 0;
  left: 0;
  background-color: #FFF;
  padding: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0px -2px 15px -5px #000000;
  z-index: 99;
}

@media (max-width: 767px) {
  .title-h1,
  .title-h1 * {
    font-size: 35px;
  }

  .header__content {
    flex-direction: column;
    justify-content: center;
  }

  .logo {
    margin-bottom: 1rem;
  }

  .btn {
    padding: 0.5rem 2.5rem;
  }

  .logo__img {
    height: 45px;
  }

  .grid1--mobile {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid-custom1 {
    padding-right: 1rem;
  }

  .hero__img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }

  .video {
    padding-bottom: 100%;
  }

  footer p,
  footer a,
  footer li {
    text-align: center;
  }

  footer img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
}

.video__img {
  padding-bottom: 56.25%;
}

.video {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video__blur {
  background-color: rgba(84, 84, 84, 0.7);
  top: 0;
  left: 0;
}

.video__play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}

.video__close {
  z-index: 3;
  right: 25px;
  top: 25px;
  display: none;
}

.banner-info-video {
  border-bottom: 2px solid #e9edf2;
}

@media (max-width: 767px) {
  .video__close {
    bottom: 5px;
  }

  .video__close .btn {
    padding: 5px 1rem;
    font-size: 12px;
  }
}

.popup {
  width: 790px;
  max-width: calc(100% - 146px);
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999999;
}

.popup__close {
  background-color: #C92E4B;
  width: 58px;
  height: 58px;
  position: absolute;
  left: -58px;
  top: 0;
  cursor: pointer;
}

.popup__close svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup__content {
  padding: 40px 70px;
}

.popup__content h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.popup__info.popup__info--small {
  max-width: 66.66666%;
}

.popup__info p {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 300;
}

.popup__info p strong {
  opacity: 1;
}

.popup__content {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

@media (max-width: 767px) {
  .popup {
    width: 790px;
    max-width: calc(100% - 30px);
  }

  .col1\/4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .popup__content {
    padding: 30px 20px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }

  .popup__close {
    left: 0;
    top: 0px;
    width: 35px;
    height: 35px;
  }

  .popup__content h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 2rem;
  }
}

