.header-logo {
  position: fixed;
  top: 1.5rem;
  left: 2rem;
  z-index: 100;
  width: 250px;
  height: 67px; }
  .header-logo .img {
    padding-bottom: inherit;
    background-size: contain;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.7)); }

.card-footer .copyright {
  margin-top: unset !important; }

body {
  padding: 0;
  margin: 0;
  height: auto; }

a {
  text-decoration: none;
  transition: .3s ease; }

ul, ol {
  margin: 0; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

h1.title {
  font-size: 3rem;
  letter-spacing: 0.95px;
  font-weight: bold; }

h2.title {
  font-size: 3rem;
  letter-spacing: 0.95px;
  font-weight: bold; }

h3.title {
  font-size: 2.5rem;
  letter-spacing: 0.95px;
  font-weight: bold; }

.category {
  font-size: 2rem;
  font-weight: 500; }

h2 {
  margin-bottom: 1rem; }

p {
  margin-bottom: 0.5rem; }

.container {
  width: 1300px;
  max-width: calc(100% - 40px); }

section {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  padding-left: unset;
  padding-right: unset; }
  @media only screen and (max-width: 1280px) {
    section {
      padding-left: 2rem;
      padding-right: 2rem; } }

*[class^='btn-'] {
  cursor: pointer; }

.btn-primary {
  padding: .8rem 2.5rem;
  background-color: #b3292c;
  color: white;
  border-radius: 5px;
  transition: all .3s; }
  .btn-primary:hover {
    background-color: #f01318; }

.d-flex {
  display: flex;
  flex-direction: column;
  align-items: center; }

.justfiy-center {
  justify-content: center; }

.align-center {
  align-items: center; }

.text-center {
  text-align: center; }

.color-dark {
  background-color: #151515; }
  .color-dark h1, .color-dark h2, .color-dark h3, .color-dark h4, .color-dark h5, .color-dark h6, .color-dark p, .color-dark .title {
    color: white; }

.color-default {
  background-color: white; }
  .color-default h1, .color-default h2, .color-default h3, .color-default h4, .color-default h5, .color-default h6, .color-default p, .color-default .title {
    color: black; }

.show {
  display: block; }

.hide {
  display: none; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mt-6 {
  margin-top: 6rem; }

.mt-7 {
  margin-top: 7rem; }

.mt-8 {
  margin-top: 8rem; }

.mt-9 {
  margin-top: 9rem; }

.mt-10 {
  margin-top: 10rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.mb-6 {
  margin-bottom: 6rem; }

.mb-7 {
  margin-bottom: 7rem; }

.mb-8 {
  margin-bottom: 8rem; }

.mb-9 {
  margin-bottom: 9rem; }

.mb-10 {
  margin-bottom: 10rem; }

.pt-1 {
  padding-top: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pt-6 {
  padding-top: 6rem; }

.pt-7 {
  padding-top: 7rem; }

.pt-8 {
  padding-top: 8rem; }

.pt-9 {
  padding-top: 9rem; }

.pt-10 {
  padding-top: 10rem; }

.pb-1 {
  padding-bottom: 1rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pb-6 {
  padding-bottom: 6rem; }

.pb-7 {
  padding-bottom: 7rem; }

.pb-8 {
  padding-bottom: 8rem; }

.pb-9 {
  padding-bottom: 9rem; }

.pb-10 {
  padding-bottom: 10rem; }

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10; }
  #lightbox iframe {
    width: 100%;
    max-width: 1300px;
    height: calc(100vw /16 * 9);
    max-height: calc(1300px /16 * 9); }

.swiper-backface-hidden {
  overflow-x: visible; }

.swiper-button-prev, .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px; }
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 20px;
    line-height: 2;
    height: 40px;
    color: black; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .6; }

.rect-dot {
  display: block;
  width: 4rem;
  border-top: 0.6rem solid #C30D23; }
  .rect-dot.inactive {
    border-color: rgba(255, 255, 255, 0.5); }
  .rect-dot.x2 {
    width: 8rem; }
  .rect-dot.center {
    margin-left: auto;
    margin-right: auto; }

.menu-icon {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer; }
  .menu-icon .line {
    width: 100%;
    height: 4px;
    background-color: #333;
    margin: 5px 0;
    transition: transform 0.2s ease; }
  .menu-icon.clicked .line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 5px); }
  .menu-icon.clicked .line:nth-child(2) {
    transform: scaleX(0); }
  .menu-icon.clicked .line:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -5px); }
  .menu-icon.clicked + .menu-items {
    display: block; }

.menu-items {
  display: none; }

.jumbotron {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 50vh;
  overflow-x: hidden; }
  @media screen and (orientation: portrait) {
    .jumbotron {
      min-height: unset; } }
  .jumbotron .swiper {
    width: 100%;
    height: 100%; }
  .jumbotron .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 100vh; }
    @media only screen and (max-width: 1024px) {
      .jumbotron .swiper-slide {
        height: 100%; } }
    .jumbotron .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .jumbotron .content-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 3rem; }
    .jumbotron .content-wrapper .text-container {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 2rem;
      margin-right: 2rem; }
    .jumbotron .content-wrapper .text {
      width: 60%;
      margin: 3rem auto 2rem;
      pointer-events: none;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 1rem 3rem;
      color: black;
      backdrop-filter: blur(1.5px); }
      @media only screen and (max-width: 800px) {
        .jumbotron .content-wrapper .text {
          width: 90vw; } }
      .jumbotron .content-wrapper .text.transparent {
        visibility: hidden; }
    .jumbotron .content-wrapper .video-container {
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
      width: 60vw;
      height: calc(60vw / 16 * 9);
      margin: auto; }
  .jumbotron .vision-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .jumbotron .vision-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.4;
    backdrop-filter: blur(10px);
    z-index: -1; }
  .jumbotron .swiper-wrapper {
    padding-bottom: 2rem; }
  .jumbotron .swiper-pagination {
    background-color: white;
    bottom: 0 !important;
    padding-right: 2rem;
    text-align: right; }
    .jumbotron .swiper-pagination .swiper-pagination-bullet {
      width: 4rem;
      height: 0.6rem;
      background-color: rgba(115, 110, 111, 0.6); }
    .jumbotron .swiper-pagination .swiper-pagination-bullet-active {
      width: 8rem;
      background-color: #C30D23; }
    .jumbotron .swiper-pagination span {
      border-radius: unset;
      transition: width .5s; }
    @media only screen and (max-width: 800px) {
      .jumbotron .swiper-pagination .swiper-pagination-bullet {
        width: 2rem; }
      .jumbotron .swiper-pagination .swiper-pagination-bullet-active {
        width: 4rem; } }

.jumbotron .swiper-slide.video-left .content-wrapper {
  flex-direction: row-reverse; }

.jumbotron .swiper-slide.video-right .content-wrapper {
  flex-direction: row; }

@media only screen and (max-width: 1024px) {
  .jumbotron .swiper-slide.video-left .content-wrapper,
  .jumbotron .swiper-slide.video-right .content-wrapper,
  .jumbotron .swiper-slide.video-center .content-wrapper {
    flex-direction: column-reverse;
    align-items: center; } }

.jumbotron .swiper-slide.video-left .content-wrapper,
.jumbotron .swiper-slide.video-right .content-wrapper,
.jumbotron .swiper-slide.video-center .content-wrapper {
  width: 100%; }
  .jumbotron .swiper-slide.video-left .content-wrapper .video-container,
  .jumbotron .swiper-slide.video-right .content-wrapper .video-container,
  .jumbotron .swiper-slide.video-center .content-wrapper .video-container {
    width: 60vw;
    height: calc(60vw / 16 * 9); }

.jumbotron .swiper-slide.video-left .content-wrapper .text,
.jumbotron .swiper-slide.video-right .content-wrapper .text {
  width: calc(40vw - 5rem - 8px); }

.jumbotron .swiper-slide.video-center .content-wrapper .text {
  width: 60vw; }

@media only screen and (max-width: 1024px) {
  .jumbotron .swiper-slide.video-left .content-wrapper .text,
  .jumbotron .swiper-slide.video-right .content-wrapper .text,
  .jumbotron .swiper-slide.video-center .content-wrapper .text {
    width: 80vw;
    height: unset; }
  .jumbotron .swiper-slide.video-left .content-wrapper .video-container,
  .jumbotron .swiper-slide.video-right .content-wrapper .video-container,
  .jumbotron .swiper-slide.video-center .content-wrapper .video-container {
    width: 80vw;
    height: calc(80vw / 16 * 9);
    margin: 0 auto; } }

.jumbotron .swiper-slide.video-left .content-wrapper .video-container {
  margin-left: 0;
  margin-right: auto; }

.jumbotron .swiper-slide.video-right .content-wrapper .video-container {
  margin-left: auto;
  margin-right: 0; }

.jumbotron .swiper-slide.video-left .content-wrapper,
.jumbotron .swiper-slide.video-right .content-wrapper {
  margin-top: calc(100vw / 16 * 3.5); }
  @media only screen and (max-width: 1024px) {
    .jumbotron .swiper-slide.video-left .content-wrapper,
    .jumbotron .swiper-slide.video-right .content-wrapper {
      padding-top: 7rem;
      margin-top: 2rem; } }

@media only screen and (max-width: 1024px) {
  .jumbotron .swiper-slide.video-center .content-wrapper {
    padding-top: 7rem;
    margin-top: 2rem; } }

.jumbotron .swiper-slide.video-full .video-container {
  width: 100vw;
  height: calc(100vw / 16 * 9); }

.jumbotron .swiper-slide.video-full .swiper-slide {
  padding-top: unset; }

.jumbotron .swiper-slide.video-full .content-wrapper {
  margin-top: unset;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1024px) {
  .jumbotron .swiper-slide.video-center.vision-bg,
  .jumbotron .swiper-slide.video-full.vision-bg {
    height: auto;
    min-height: 576px; } }

@media only screen and (max-width: 800px) {
  .jumbotron .swiper-slide.video-center.vision-bg,
  .jumbotron .swiper-slide.video-full.vision-bg {
    min-height: 480px; } }

@media only screen and (max-width: 580px) {
  .jumbotron .swiper-slide.video-center.vision-bg,
  .jumbotron .swiper-slide.video-full.vision-bg {
    min-height: 256px; } }

.jumbotron .swiper-slide.video-full .content-wrapper {
  width: 100%;
  height: 100%; }
  .jumbotron .swiper-slide.video-full .content-wrapper .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.header {
  position: relative;
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 3rem; }
  @media only screen and (max-width: 800px) {
    .header .menu-icon {
      display: block !important; }
    .header .nav {
      display: none !important; } }
  .header .menu-icon {
    display: none; }
  .header .menu-items {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10rem;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.95); }
    .header .menu-items .mobile-nav {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      text-align: center; }
  .header .nav {
    height: inherit;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 3rem; }
    @media only screen and (max-width: 800px) {
      .header .nav {
        display: flex;
        justify-content: center; } }
