@media (max-width: 991px) {
  .main.mobile {
    display: block;
  }
  .main {
    display: none;
  }
  .main h1 {
    font-size: 42px;
    padding-top: 120px;
  }
  .main h1 span {
    color: rgb(225, 29, 72);
  }
  .main img {
    position: absolute;
    max-width: 450px;
    left: calc(50% - 225px);
    bottom: 200px;
  }
  .about h2 {
    font-size: 42px;
    margin-top: 0;
  }
  .about .digits h3 {
    font-size: 28px;
  }
  .about .digits p {
    font-size: 14px;
  }
  .about svg {
    bottom: 0;
  }
  .main .bottom-container .red-btn {
    margin-bottom: 20px;
  }
  .about {
    padding-top: 0;
    margin-top: -20px;
    background-repeat: repeat;
    background-size: 200% 50%;
  }
  .show-type h2, .partners h2, footer h2 {
    font-size: 48px;
  }
  .main .bottom-container {
    padding-bottom: 0;
  }
  .show-type svg {
    margin-bottom: 0px;
  }
  footer {
    padding-top: 0;
  }
  .partners svg {
    margin-bottom: -30px;
  }
  .show-type {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .show-type .card {
    margin-bottom: 20px;
  }
  .show-type .card .mobile-arrow {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 100px;
    border: 1px solid #fff;
    transform: rotate(270deg);
    display: block;
    padding: 5px;
  }
  .show-type .card .mobile-arrow svg {
    margin: 0;
  }
  footer .socials {
    padding-bottom: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
    top: 15px;
  }
  footer img {
    display: none;
  }
  .modal-dialog .modal-content {
    padding: 20px;
  }
  .modal-dialog .modal-content svg.close {
    z-index: 2;
  }
  .video-play img {
    width: 100%;
  }
  .modal-dialog .btn-container {
    margin-top: 32px;
    display: block;
    align-items: center;
  }
  .modal-dialog .red-btn {
    margin-bottom: 15px;
  }
  .menu {
    display: block;
  }
  .logo {
    display: none;
  }
  .header-container ul {
    padding-left: 0;
  }
  .header-container .menu a {
    margin-left: 15px;
  }
  footer button {
    margin-left: auto;
    margin-right: auto;
  }
  .location {
    display: none;
  }
  .location.bottom {
    display: flex;
    justify-content: space-between;
  }
  .location.bottom span {
    margin-left: 0;
  }
  .footer-img {
    display: none;
  }
  #copy {
    margin-top: -60px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 33;
    position: relative;
  }
  #copy a {
    color: #fafafa;
    font-family: Inter Tight;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

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