
/*----------------------------------------*/
/*  7.1 Hero Css
/*----------------------------------------*/
.tp-hero-bg::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../img/hero/hero-bg-shape.png) no-repeat;
}
.tp-hero-content {
  padding-top: 250px;
  z-index: 8;
}

.tp-hero-7-content p-relative z-index-1 {
        padding: 240px 120px;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-content {
    padding-top: 200px;
  }
}
@media (max-width: 575px) {
  .tp-hero-content {
    padding-top: 150px;
  }
}
.tp-hero-title {
  font-size: 100px;
  font-weight: 800;
  margin-bottom: 45px;
  line-height: 1.26;
  letter-spacing: -2px;
  color: var(--tp-common-white);
}
.tp-hero-title.home-3 {
  font-size: 110px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title.home-3 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title.home-3 {
    font-size: 66px;
    line-height: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title.home-3 {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tp-hero-title.home-3 {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
.tp-hero-title div {
  display: block;
  overflow: hidden;
}
.tp-hero-title div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .tp-hero-title {
    font-size: 54px;
    margin-bottom: 30px;
  }
}
.tp-hero-title-pre {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}
.tp-hero-title-pre div {
  display: block;
  overflow: hidden;
}
.tp-hero-title-pre div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}
.tp-hero-title-pre img {
  margin-right: 10px;
  margin-top: -5px;
}
.tp-hero-btn:not(:last-of-type) {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .tp-hero-btn:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.tp-hero-btn.style-2 .tp-btn {
  background: var(--tp-common-white);
  color: var(--tp-theme-secondary);
}
.tp-hero-button-wrapper {
  opacity: 0;
  overflow: hidden;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1.5s;
}
@media (max-width: 575px) {
  .tp-hero-button-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .tp-hero-button-2-wrapper .tp-hero-2-btn {
    margin-bottom: 20px;
  }
}
.tp-hero-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-title div span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.slide-wrap.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgba(1, 9, 21, 0.4);
}

.swiper-slide-active .tp-hero-button-wrapper {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.swiper-slide-active .tp-hero-title-pre div span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.swiper-slide-active .tp-hero-7-title div span {
  opacity: 1;
}

.tp-hero-2-bg {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.tp-hero-2-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-hero-2-content {
  padding-top: 110px;
  padding-left: 375px;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-hero-2-content {
    padding-top: 110px;
    padding-left: 260px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-2-content {
    padding-left: 230px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-content {
    padding-left: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-content {
    padding-left: 100px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-2-content {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-top: 0;
  }
}
.tp-hero-2-stock-color {
  position: absolute;
  top: 0px;
  left: 170px;
  z-index: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-stock-color {
    left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-stock-color {
    left: 30px;
  }
}
.tp-hero-2-curve {
  position: absolute;
  top: 15%;
  right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-curve {
    top: 0;
    right: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-curve {
    display: none;
  }
}
.tp-hero-2-text {
  font-size: 180px;
  font-weight: 700;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 3px white;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-text {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-text {
    font-size: 145px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-text {
    font-size: 155px;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-text {
    display: none;
  }
}
.tp-hero-2-title {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -4px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-title {
    font-size: 66px;
    line-height: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-title {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
.tp-hero-2-btn {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-btn {
    margin-right: 15px;
  }
}
.tp-hero-2-btn .tp-btn {
  padding: 18px 44px;
}
.tp-hero-2-wrapper-slider {
  padding-left: 70px;
  margin-right: -700px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-wrapper-slider {
    margin-right: -560px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-wrapper-slider {
    margin-right: -500px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-2-wrapper-slider {
    padding-left: 30px;
    margin-right: 0;
    padding-right: 30px;
  }
}
.tp-hero-2-wrapper-slider .swiper-slide {
  background: #f8f9fd;
}
.tp-hero-2-nav {
  position: absolute;
  bottom: 0;
  left: 70px;
  z-index: 1;
}
.tp-hero-2-nav button {
  width: 82px;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  background: var(--tp-common-white);
}
.tp-hero-2-nav button.hero-2-next {
  margin-left: -20px;
}
.tp-hero-2-nav button:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}

.tp-hero-3-stock-color {
  position: absolute;
  top: 125px;
  left: -102px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-stock-color {
    left: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-stock-color {
    display: none;
  }
}
.tp-hero-3-text {
  font-size: 190px;
  font-weight: 700;
  color: transparent;
  margin: 0;
  -webkit-text-stroke: 1px rgba(244, 245, 247, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-text {
    font-size: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-text {
    font-size: 100px;
  }
}
.tp-hero-3-btn .tp-btn {
  margin-right: 30px;
  background: var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-btn .tp-btn {
    padding: 18px 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-btn .tp-btn {
    margin-bottom: 20px;
  }
}
.tp-hero-3-content {
  padding-top: 240px;
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-content {
    padding-top: 200px;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-content {
    padding-top: 150px;
  }
}
.tp-hero-3-title {
  font-size: 100px;
  font-weight: 800;
  margin-bottom: 35px;
  color: var(--tp-common-white);
}

.tp-hero-4-hight {
  height: 100vh;
}
.tp-hero-4-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.tp-hero-4-sidebar {
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 2;
}
.tp-hero-4-sidebar-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 190px;
  height: 100vh;
}
.tp-hero-4-menu-btn a span {
  cursor: pointer;
}
.tp-hero-4-menu-btn a svg .cls-1, .tp-hero-4-menu-btn a svg .cls-2, .tp-hero-4-menu-btn a svg .cls-3 {
  fill: var(--tp-theme-secondary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-4-menu-btn a:hover svg .cls-1, .tp-hero-4-menu-btn a:hover svg .cls-2, .tp-hero-4-menu-btn a:hover svg .cls-3 {
  fill: var(--tp-theme-primary);
}
.tp-hero-4-menu-btn a:hover svg .cls-2 {
  height: 16px;
}
.tp-hero-4-menu-btn a:hover svg .cls-1, .tp-hero-4-menu-btn a:hover svg .cls-3 {
  height: 26px;
}
.tp-hero-4-wrapper-box {
  padding-top: 100px;
}
.tp-hero-4-wrapper-box::after {
  position: absolute;
  content: "";
  height: 0px;
  width: 0px;
  border-radius: 50%;
  right: -100px;
  bottom: -100px;
  z-index: -1;
  transition: all 0.5s ease-in;
  background: var(--tp-theme-primary);
}
.tp-hero-4-wrap {
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 765px;
}
.tp-hero-4-title {
  font-size: 140px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 0.93;
  margin-bottom: 48px;
  color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-hero-4-title {
    font-size: 120px;
  }
}
.tp-hero-4-title div {
  display: block;
  overflow: hidden;
}
.tp-hero-4-title div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(160px);
  -webkit-transform: translateY(160px);
  transition: 0.7s;
}
.tp-hero-4-title.orange {
  color: var(--tp-theme-primary);
}
.tp-hero-4-title.black {
  color: var(--tp-common-black);
}
.tp-hero-4-white-bg {
  overflow: hidden;
}
.tp-hero-4-style-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-hero-4-text-white {
  font-size: 140px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 0.93;
  margin-bottom: 48px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-hero-4-text-white {
    font-size: 120px;
  }
}
.tp-hero-4-text-white div {
  display: block;
  overflow: hidden;
}
.tp-hero-4-text-white div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(160px);
  -webkit-transform: translateY(160px);
  transition: 0.7s;
}
.tp-hero-4-social a {
  display: table;
}
.tp-hero-4-social a i {
  color: var(--tp-theme-secondary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-4-social a:not(:last-of-type) {
  margin-bottom: 20px;
}
.tp-hero-4-social a:hover i {
  color: var(--tp-theme-primary);
}
.tp-hero-4-btn {
  animation-delay: 0.4s;
  animation-duration: 1s;
}
.tp-hero-4-btn.blue .tp-btn {
  background: var(--tp-theme-secondary);
}
.tp-hero-4-btn.black .tp-btn {
  background: var(--tp-common-black);
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-title div span, .tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-text-white div span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-wrapper-box::after {
  width: 544px;
  height: 544px;
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-wrapper-box.blue::after {
  background: var(--tp-theme-secondary);
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-wrapper-box.black::after {
  background: var(--tp-common-black);
}
.tp-hero-4-pagination {
  position: absolute;
  left: 375px !important;
  z-index: 1;
  bottom: 100px !important;
  width: auto !important;
}
.tp-hero-4-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  opacity: 1;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
.tp-hero-4-pagination .swiper-pagination-bullet-active {
  background: var(--tp-theme-primary);
}

.tp-hero-5-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
}
.tp-hero-5-bg span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  background: var(--tp-common-black);
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}
@media (max-width: 575px) {
  .tp-hero-5-bg span {
    display: none;
  }
}
.tp-hero-5-bg::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 433px;
  width: 232px;
  clip-path: polygon(87.14% -2px, 100.42% -1px, 13px 103.92%, 8.62% 100.69%);
  background: var(--tp-theme-primary);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 31px 106.46%, 17.67% 101.62%);
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 38px 109.23%, 21.98% 101.84%);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 69px 105.31%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 50px 109.23%, 23.27% 107.62%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 79px 110.39%, 37.93% 105.54%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-5-bg::after {
    display: none;
  }
}

.tp-slider-dot.hero-5 {
  left: 60px;
  right: auto;
  top: 46%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-dot.hero-5 {
    left: auto;
    right: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-dot.hero-5 {
    display: none;
  }
}
.tp-slider-dot.hero-5 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: block;
}
.tp-slider-dot.hero-5 .swiper-pagination-bullet:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-slider-dot.hero-5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--tp-theme-primary);
  transform: scale(1);
}

.tp-hero-6-bg {
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-6-bg {
    padding-top: 160px;
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-bg {
    padding-top: 130px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-6-bg {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-6-bg {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
.tp-hero-6-overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(17, 0, 4);
  opacity: 0.702;
}
.tp-hero-6-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.tp-hero-6-shape img {
  width: 100%;
}
.tp-hero-6-content {
  z-index: 2;
}
.tp-hero-6-title {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-6-title {
    font-size: 70px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-6-title {
    font-size: 55px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tp-hero-6-title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-6-thumb {
    position: relative;
  }
}
.tp-hero-6-thumb .main {
  position: absolute;
  top: 60px;
  right: 170px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-6-thumb .main {
    right: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-6-thumb .main {
    right: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-thumb .main {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-thumb .main {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-6-thumb .main {
    position: static;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .tp-hero-6-thumb .main {
    display: none;
  }
}
.tp-hero-6-thumb .shape-1 {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-thumb .shape-1 {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-6-thumb .shape-1 {
    display: none;
  }
}
.tp-hero-6-thumb .shape-2 {
  position: absolute;
  top: 40px;
  right: 250px;
  z-index: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-6-thumb .shape-2 {
    right: 170px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-6-thumb .shape-2 {
    right: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-6-thumb .shape-2 {
    right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-6-thumb .shape-2 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-6-thumb .shape-2 {
    display: none;
  }
}



.tp-hero-7-slider {
        background-color: #eee;

    
}



.tp-hero-7-line {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-hero-7-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.tp-hero-7-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-7-shape {
    right: -140px;
  }
}
.tp-hero-7-title {
  font-size: 35px;
  font-weight: 580;
  margin-bottom: 60px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--tp-theme-secondary);
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-7-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-7-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-7-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-7-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.tp-hero-7-content {
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding: 240px 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-content {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-7-content {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-7-content {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .tp-hero-7-content.p-relative.z-index-1{
      padding: 20px 5px;
  }
  .tp-hero-7-title {
      font-size: 30px;
  }
  
}
.tp-hero-7-thumb {
  opacity: 0;
  transform: translateX(500px);
  -webkit-transform: translateX(500px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-thumb {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-7-thumb {
    margin-left: -160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-7-thumb img {
    width: 100%;
  }
}
.tp-hero-7-wrapper {
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-hero-7-wrapper .tp-hero-2-btn {
    margin-bottom: 20px;
  }
}
.tp-hero-7-arrow-box {
  position: absolute;
  top: 54%;
  left: 60px;
  z-index: 5;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-7-arrow-box {
    display: none;
  }
}
.tp-hero-7-arrow-box button {
  display: block;
  margin-bottom: 10px;
  height: 60px;
  width: 60px;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
  z-index: 2;
}
.tp-hero-7-arrow-box button:hover {
  color: var(--tp-theme-secondary);
  background: var(--tp-common-white);
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-thumb {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-title {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-wrapper {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-content {
  opacity: 1;
}

.tp-line-wrapper {
  position: absolute;
  top: 0;
  left: 40%;
  z-index: 0;
  bottom: 0px;
  margin: auto;
  width: calc(100% - 1000px);
  transform: translateX(-45%);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-line-wrapper {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-line-wrapper {
    width: calc(100% - 80px);
  }
}
.tp-line-wrapper::before {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), transparent);
  animation: line_anim_2 15s ease-out infinite alternate;
  z-index: 1;
}
.tp-line-item {
  width: 30.5%;
  float: left;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-line-item {
    width: 20.5%;
  }
}
.tp-line-item::before {
  width: 1px;
  left: 100%;
  content: "";
  height: 100px;
  position: absolute;
  z-index: 2;
  animation: line_anim 15s ease-out infinite alternate;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), transparent);
}
.tp-line-item:nth-child(even)::before {
  animation: line_anim 15s ease-out infinite alternate;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}

.tp-sidebar-8-left {
  position: fixed;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 98;
  text-align: center;
  background-color: rgb(248, 248, 248);
}
.tp-sidebar-8-content {
  height: 100%;
  padding-top: 40px;
}
.tp-sidebar-8-menu {
  cursor: pointer;
  padding: 40px 0;
  border-top: 1px solid rgb(232, 232, 232);
}
.tp-sidebar-8-menu:hover img {
  filter: brightness(150) invert(2);
}
.tp-sidebar-8-menu .hamburger-btn {
  transform: translateX(-2px);
}
.tp-sidebar-8-social a {
  display: flex;
  justify-content: center;
  color: var(--tp-theme-secondary);
}
.tp-sidebar-8-social a:hover {
  color: var(--tp-theme-primary);
}
.tp-sidebar-8-social a:not(:last-of-type) {
  margin-bottom: 20px;
}

.tp-hero-8-search-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  padding: 33px 70px;
  background-color: rgb(248, 248, 248);
}
.tp-hero-8-search span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #565969;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-8-search span:hover {
  color: var(--tp-theme-primary);
}
.tp-hero-8-search span:hover i {
  color: var(--tp-theme-primary);
}
.tp-hero-8-search span i {
  font-size: 20px;
  margin-right: 5px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-theme-secondary);
}
.tp-hero-8-right {
  overflow: hidden;
}
@media (max-width: 575px) {
  .tp-hero-8-right {
    padding-top: 50px;
  }
  
 .tp-hero-7-title {
  font-size: 30px;
  font-weight: 280;
  margin-bottom: 20px;
  line-height: 1;
  
  }
  
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-8-content {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-8-content {
    margin-bottom: 50px;
    padding-left: 100px;
  }
}
@media (max-width: 575px) {
  .tp-hero-8-content {
    margin-bottom: 40px;
  }
}
.tp-hero-8-content p {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-8-content p br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-8-content p {
    margin-bottom: 30px;
  }
}
.tp-hero-8-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 42px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-8-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-8-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-8-title {
    font-size: 52px;
    margin-bottom: 25px;
  }
}
.tp-hero-8-info {
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media (max-width: 575px) {
  .tp-hero-8-info {
    left: 30px;
  }
}
.tp-hero-8-info p {
  margin-bottom: 6px;
  color: var(--tp-common-white);
}
.tp-hero-8-wrapper {
  margin-right: -500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-8-wrapper {
    margin-right: 0;
    padding-left: 100px;
  }
}
@media (max-width: 575px) {
  .tp-hero-8-wrapper {
    margin-right: 0;
  }
}
.tp-hero-8-thumb img {
  width: 100%;
}
.tp-hero-8-item:hover .tp-hero-8-info {
  opacity: 1;
  bottom: 30px;
}
.tp-hero-8-item:hover::after {
  height: 100%;
}
.tp-hero-8-item-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-common-white);
}
.tp-hero-8-item-title:hover {
  color: var(--tp-theme-primary);
}
.tp-hero-8-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(0, 35, 90) 0%, rgba(0, 35, 90, 0.5) 32%, rgba(0, 35, 90, 0.04) 95%, rgba(0, 35, 90, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 35, 90) 0%, rgba(0, 35, 90, 0.5) 32%, rgba(0, 35, 90, 0.04) 95%, rgba(0, 35, 90, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 35, 90) 0%, rgba(0, 35, 90, 0.5) 32%, rgba(0, 35, 90, 0.04) 95%, rgba(0, 35, 90, 0) 100%);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-8-slider {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-8-slider-btn {
    margin-bottom: 30px;
  }
}
.tp-hero-8-slider-btn a {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-theme-secondary);
  text-decoration: underline;
  margin-right: 160px;
}
.tp-hero-8-slider-btn a:hover {
  color: var(--tp-theme-primary);
}
@media (max-width: 575px) {
  .tp-hero-8-slider-btn a {
    margin-bottom: 20px;
    display: block;
  }
}
.tp-hero-8-slider-btn button {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-theme-secondary);
}
.tp-hero-8-slider-btn button:hover {
  color: var(--tp-theme-primary);
}
.tp-hero-8-slider-btn button:not(:last-of-type) {
  margin-right: 35px;
}

.tp-hero-9-slider {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-slider {
    display: none;
  }
}
.tp-hero-9-wrapper {
  height: 100vh;
}
.tp-hero-9-wrapper.blue {
  background: var(--tp-theme-secondary);
}
.tp-hero-9-box {
  display: flex;
  align-items: center;
  height: 100vh;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-box {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-box {
    height: auto;
  }
}
.tp-hero-9-box::after {
  position: absolute;
  content: "";
  top: 31%;
  left: -60px;
  height: 515px;
  width: 970px;
  z-index: -1;
  background: var(--tp-theme-primary);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-9-box::after {
    top: 30%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-9-box::after {
    top: 23%;
    left: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-9-box::after {
    width: 945px;
    left: 0;
    top: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-box::after {
    content: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-content {
    margin-bottom: 50px;
  }
}
.tp-hero-9-content-box {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-9-content-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-content-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-9-content-box {
    flex-wrap: wrap;
  }
}
.tp-hero-9-content p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 95px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-9-content p {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-9-content p {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-content p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-content p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-thumb img {
    width: 100%;
  }
}
.tp-hero-9-point:not(:last-of-type) {
  margin-right: 60px;
}
@media (max-width: 575px) {
  .tp-hero-9-point:not(:last-of-type) {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.tp-hero-9-point span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}
.tp-hero-9-point p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.tp-hero-9-title {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 80px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-9-title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-9-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-9-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-9-title {
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-9-title {
    font-size: 55px;
    margin-bottom: 30px;
  }
}
.tp-hero-9-title span {
  color: var(--tp-theme-secondary);
}
.tp-hero-9-btn .tp-btn {
  color: var(--tp-theme-secondary);
  background: var(--tp-common-white);
}
.tp-hero-9-active .swiper-slide-active .blue.tp-hero-9-box::after {
  background: var(--tp-theme-secondary);
}

.tp-comming-bg-color::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 44, 0.8);
}
.tp-comming-hight {
  height: 100vh;
  padding-top: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
  .tp-comming-hight {
    padding-top: 150px;
  }
}
.tp-comming-title {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-comming-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-comming-title {
    font-size: 62px;
  }
}
.tp-comming-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 80px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-comming-content p {
    margin-bottom: 30px;
  }
}
.tp-comming-countdown {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-comming-countdown {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-comming-countdown {
    margin-bottom: 50px;
  }
}
.tp-comming-countdown-inner ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 150px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-comming-countdown-inner ul li {
    margin-bottom: 30px;
  }
}
.tp-comming-countdown-inner ul li span {
  display: block;
  font-size: 90px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-comming-countdown-inner ul li span {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .tp-comming-countdown-inner ul li span {
    font-size: 65px;
  }
}
.tp-comming-countdown-inner ul li:not(:last-of-type) {
  margin-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-comming-countdown-inner ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-comming-countdown-inner ul li:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .tp-comming-countdown-inner ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.tp-comming-input {
  margin-bottom: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-comming-input {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-comming-input {
    margin-bottom: 100px;
  }
}
.tp-comming-input input {
  padding-left: 56px;
  padding-right: 170px;
  font-size: 16px;
  font-weight: 500;
  color: #565969;
  font-family: 'Roboto', sans-serif;
}
.tp-comming-input input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #565969;
}
.tp-comming-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-comming-input .icon-1 {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #565969;
}
.tp-comming-input button {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  padding: 18px 41px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}

.tp-swiper-fraction-divide {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 45px;
}
.tp-swiper-fraction-divide::after {
  position: absolute;
  content: "/";
  top: -9px;
  left: 0;
  font-size: 55px;
  color: var(--tp-theme-primary);
}
.tp-swiper-fraction span {
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-white);
}

.tp-slider-pagination {
  position: absolute;
  bottom: 65px;
  left: 90px;
  z-index: 9;
  width: auto;
  right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-pagination {
    bottom: 20px;
  }
}
.tp-slider-pagination .swiper-pagination-total {
  color: var(--tp-theme-primary);
}
.tp-hero-7-arrow-box {
    position: absolute;
    top: 54%;
    left: 60px;
    z-index: 5;
    transform: translateY(-50%);
}
.tp-hero-7-arrow-box button {
    display: block;
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #fff;
    background: rgb(0 35 90);
    z-index: 2;
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-title {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.tp-hero-7-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1.16;
    letter-spacing: -2px;
    color: var(--tp-theme-secondary);
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.tp-hero-title-pre {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: inline-block;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}
.tp-hero-2-btn .tp-btn {
    padding: 18px 44px;
}
.tp-btn {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding: 18px 44px;
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.tp-icon-style {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: unset;
    aspect-ratio: unset;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%;
    background-color: #ff6e2c;
    color: #000;
    stroke-width: 2;
    fill: none;
}
a, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
a {
    text-decoration: none;
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-wrapper {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.tp-hero-7-wrapper {
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.mt-5{margin-top:5px !important}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-5{margin-bottom:5px !important}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-115{margin-left:115px}.ml-120{margin-left:120px}.ml-125{margin-left:125px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-155{margin-left:155px}.ml-160{margin-left:160px}.ml-165{margin-left:165px}.ml-170{margin-left:170px}.ml-175{margin-left:175px}.ml-180{margin-left:180px}.ml-185{margin-left:185px}.ml-190{margin-left:190px}.ml-195{margin-left:195px}.ml-200{margin-left:200px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.pt-5{padding-top:5px !important}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.
.pt-170{padding-top:170px; padding-left:120px;}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pt-245{padding-top:245px}.pt-250{padding-top: 250px;}.pt-305{padding-top:305px}.pb-5{padding-bottom:5px !important}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pb-250{padding-bottom:250px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pl-105{padding-left:105px}.pl-110{padding-left:110px}.pl-115{padding-left:115px}.pl-120{padding-left:120px}.pl-125{padding-left:125px}.pl-130{padding-left:130px}.pl-135{padding-left:135px}.pl-140{padding-left:140px}.pl-145{padding-left:145px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-160{padding-left:160px}.pl-165{padding-left:165px}.pl-170{padding-left:170px}.pl-175{padding-left:175px}.pl-180{padding-left:180px}.pl-185{padding-left:185px}.pl-190{padding-left:190px}.pl-195{padding-left:195px}.pl-200{padding-left:200px}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}.pr-70{padding-right:70px}.pr-75{padding-right:75px}.pr-80{padding-right:80px}.pr-85{padding-right:85px}.pr-90{padding-right:90px}.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pr-105{padding-right:105px}.pr-110{padding-right:110px}.pr-115{padding-right:115px}.pr-120{padding-right:120px}.pr-125{padding-right:125px}.pr-130{padding-right:130px}.pr-135{padding-right:135px}.pr-140{padding-right:140px}.pr-145{padding-right:145px}.pr-150{padding-right:150px}.pr-155{padding-right:155px}.pr-160{padding-right:160px}.pr-165{padding-right:165px}.pr-170{padding-right:170px}.pr-175{padding-right:175px}.pr-180{padding-right:180px}.pr-185{padding-right:185px}.pr-190{padding-right:190px}.pr-195{padding-right:195px}.pr-200{padding-right:200px}
 @font-face{
     font-family:'Roboto', sans-serif ;
     font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}