﻿
.landing-intro-title {
  color: #fff;
}

.landing-intro .right {
  display: flex;
  justify-content: center;
}
.landing-intro .right img {
  /* max-width: 80%; */
}
.landing-intro .row > div.center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.landing-intro .row > div.center a {
  background: #f4762d;
  color: #000 !important;
  font-size: 16px;
  padding: 10px 20px;
  font-size: ;
  font-weight: 500;
  border-radius: 10px;
}


.landing-intro-cta a {
  background: #f4762d;
  color: #000 !important;
  font-size: 16px;
  padding: 10px 20px;
  font-size: ;
  font-weight: 500;
  border-radius: 10px;
}
.landing-intro-cta {
  margin: 40px 0;
}
.landing-intro-content {
  color: #fff;
}
.pan-landing-intro {
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
.screen.pan-landing-intro-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
.col-6.landing-intro-card:hover {
  background: #111b26;
  cursor: pointer;
}
.landing-intro-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
  padding: 1.214285714285714vw 1.428571428571429vw;
}
.section.landing-intro-section {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
}
.landing-intro-card-title {
  color: #fff;
  font-size: 2.714285714285714vw;
  padding: 4.428571428571429vw 1.428571428571429vw;
}
.landing-intro-content {
  margin: 0 0 20px;
}
.landing-intro .row > div {
  width: 50%;
}
@keyframes slide {
  from {
    transform: translate3d(-5200px,0,0);
  }

  to {
    transform: translate3d(0,0,0);
  }
}

@Media (min-width:1400px) {
  .landing-intro-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 20px;
  padding: 17px 20px;
}
.landing-intro-card-title {
  color: #fff;
  font-size: 38px;
  padding: 62px 20px;
}
}

@Media (max-width:576px) {
.pan-landing-intro {
  height: 100vh;
  max-height: unset;
}
}
