/* [project]/uploads/styles/home/home.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.banner.home-banner {
  position: relative;
  overflow: hidden;
}

.banner.home-banner:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  background: var(--gradient-a);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner.home-banner .bg {
  height: auto;
}

.banner.home-banner .bg .banner-wrapper {
  translate: initial;
  margin: 200px auto 70px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper {
    margin: 120px auto 30px;
  }
}

.banner.home-banner .bg .banner-wrapper .banner-heading {
  position: relative;
  bottom: 40px;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .banner-heading {
    bottom: 20px;
  }
}

.banner.home-banner .bg .banner-wrapper .banner-heading ul {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .banner-heading ul {
    justify-content: center;
  }
}

.banner.home-banner .bg .banner-wrapper .banner-heading ul li a {
  color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 25px;
  justify-content: center;
  gap: 10px;
  padding: 11px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .5s;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .banner-heading ul li a {
    padding: 8px 13px;
  }
}

.banner.home-banner .bg .banner-wrapper .banner-heading ul li a figure {
  background: var(--white);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  transition: all .5s;
  display: flex;
  scale: 0;
}

.banner.home-banner .bg .banner-wrapper .banner-heading ul li a figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 2px;
}

.banner.home-banner .bg .banner-wrapper .banner-heading ul li a.active {
  border: 1px solid var(--white);
  border-radius: 25px;
  padding: 11px 17px;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .banner-heading ul li a.active {
    padding: 8px 13px;
  }
}

.banner.home-banner .bg .banner-wrapper .banner-heading ul li a.active figure {
  opacity: 1;
  scale: 1;
}

.banner.home-banner .bg .banner-wrapper .flex-box {
  justify-content: center;
  gap: 40px;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .flex-box {
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .flex-box {
    flex-direction: column;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col {
  background: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 50%;
  height: 347px;
}

@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col {
    max-width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child {
  padding: 15px;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row {
  border: 1px solid #e0dede;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  height: 118px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row {
    margin-bottom: 10px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .switch-location {
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .switch-location figure {
  background: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 6px;
  transition: all .5s;
  display: flex;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .switch-location figure {
    width: 34px;
    height: 34px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .switch-location figure img {
  width: 100%;
  height: 100%;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section {
  cursor: pointer;
  flex: 0 45%;
  padding: 20px;
  transition: all .3s;
  position: relative;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section:hover {
  background: rgba(241, 228, 255, .99);
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section {
    padding: 10px 20px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section .location-label {
  color: var(--text);
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section .location-name {
  color: var(--black);
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section .location-name {
    font-size: 20px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section .location-code {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section .location-code {
    font-size: 12px;
    line-height: 1.2;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section:last-child {
  border-left: 1px solid #e0dede;
  flex: 0 55%;
  padding: 20px 20px 20px 60px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .location-row .location-section:last-child {
    padding: 10px 10px 10px 30px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row {
  border: 1px solid #e0dede;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  height: 118px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row {
    grid-template-columns: repeat(2, 1fr);
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
  }

  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row a:nth-child(3) {
    border-top: 1px solid #e0dede;
    grid-column: span 2;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section {
  padding: 20px;
  transition: all .3s;
}

@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section {
    padding: 10px 10px 20px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:hover {
  background: rgba(241, 228, 255, .99);
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(2) .detail-label:before {
  right: 38px;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(3) .detail-label:before {
  right: 100px;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section .detail-label {
  color: var(--text);
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section .detail-label {
    padding-bottom: 10px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section .detail-label:before {
  content: "";
  border: solid var(--primary);
  vertical-align: top;
  border-width: 0 2px 2px 0;
  margin: 3px 0 0 8px;
  padding: 3px;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section .detail-label:before {
    right: 0% !important;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section .detail-value {
  padding-bottom: 10px;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section .detail-value b {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section .detail-value span {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section .detail-value span {
    font-size: 16px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section .detail-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:first-child {
  flex: 0 30%;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(2) {
  border-left: 1px solid #e0dede;
  flex: 0 30%;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(2) .detail-text {
  color: #afafaf;
  font-size: 12px;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(2) .hide {
  display: none;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(2) .calendar-return {
  position: relative;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(2) .calendar-return .cross-icon {
  color: var(--white);
  z-index: 1;
  cursor: pointer;
  background: rgba(153, 153, 153, .737);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all .4s;
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(2) .calendar-return .cross-icon {
    top: 10%;
    left: 80%;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(2) .calendar-return .cross-icon:hover {
  background: #999;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(2) .calendar-return .cross-icon:before {
  content: "x";
  line-height: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .flight-search-container .details-row .detail-section:nth-child(3) {
  border-left: 1px solid #e0dede;
  flex: 0 60%;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .search-button {
  color: var(--black);
  text-transform: uppercase;
  background: #e7b806;
  border: 1px solid #e7b806;
  border-radius: 5px;
  gap: 10px;
  padding: 6px 35px;
  font-size: 18px;
  font-weight: 700;
  transition: all .5s;
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .search-button:hover {
  background: #f6e7ad;
  border: 1px solid #f6e7ad;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:first-child .search-button {
    width: 100%;
    padding: 2px 35px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:last-child {
  background: #8e41dc;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:last-child {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-wrapper .swiper-slide .slide-box {
  height: 310px;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-wrapper .swiper-slide .slide-box {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-wrapper .swiper-slide .slide-box img {
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-wrapper .swiper-slide .slide-box img {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-wrapper .swiper-slide .slide-box img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-pagination {
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-pagination {
    height: 40px;
    top: 2px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-pagination span {
  opacity: 1;
  background: rgba(255, 255, 255, .5);
  width: 10px;
  height: 10px;
  transition: all .5s;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-pagination span {
    width: 10px;
    height: 10px;
  }
}

.banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-pagination .swiper-pagination-bullet-active, .banner.home-banner .bg .banner-wrapper .flex-box .col:last-child .swiper .swiper-pagination .fill {
  background: var(--white);
  transition: all .5s;
}

.home-secA .flex-box {
  justify-content: space-between;
  padding: 40px 0;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .home-secA .flex-box {
    flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secA .flex-box {
    padding: 20px 0 10px;
  }
}

.home-secA .flex-box .col:first-child {
  flex: 0 40%;
  justify-content: start;
  align-items: center;
  gap: 30px;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .home-secA .flex-box .col:first-child {
    flex: 0 70%;
    gap: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secA .flex-box .col:first-child {
    justify-content: center;
  }
}

@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:first-child {
    flex-direction: column;
    gap: 0;
  }
}

.home-secA .flex-box .col:first-child p:first-child {
  color: rgba(102, 102, 102, .52);
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .home-secA .flex-box .col:first-child p:first-child {
    color: rgba(102, 102, 102, .52);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }
}

.home-secA .flex-box .col:first-child p:nth-child(2) {
  color: var(--black);
  font-size: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:first-child p:nth-child(2) {
    font-size: 30px;
  }
}

.home-secA .flex-box .col:first-child p:nth-child(3) {
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:first-child p:nth-child(3) {
    font-size: 16px;
  }
}

.home-secA .flex-box .col:last-child {
  flex: 0 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .home-secA .flex-box .col:last-child {
    flex: 0 50%;
  }
}

.home-secA .flex-box .col:last-child .swiper .swiper-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  transition-timing-function: linear !important;
}

.home-secA .flex-box .col:last-child .swiper .swiper-wrapper .swiper-slide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-secA .flex-box .col:last-child .swiper .swiper-wrapper .swiper-slide figure {
  width: 96px;
  overflow: hidden;
}

.home-secA .flex-box .col:last-child .swiper .swiper-wrapper .swiper-slide figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-secB {
  background: #f4eefa;
  padding: 30px 0;
}

.home-secB .heading {
  justify-content: space-between;
  align-items: end;
  display: flex;
}

.home-secB .heading .col:first-child h2 {
  color: var(--primary);
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.home-secB .heading .col:first-child p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}

.home-secB .heading .col:last-child .swiper-nav {
  gap: 10px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secB .heading .col:last-child .swiper-nav {
    display: none;
  }
}

.home-secB .heading .col:last-child .swiper-nav button {
  border: 1px solid var(--secondary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  transition: all .5s;
  display: flex;
}

.home-secB .heading .col:last-child .swiper-nav button:hover {
  background: var(--secondary);
}

.home-secB .heading .col:last-child .swiper-nav button:hover svg path {
  fill: var(--white);
}

.home-secB .heading .col:last-child .swiper-nav button svg path {
  fill: var(--secondary);
}

.home-secB .heading .col:last-child .swiper-nav .homesecB-nav-next svg {
  rotate: -180deg;
}

.home-secB .swiper .swiper-wrapper {
  padding: 40px 0;
}

@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper {
    padding: 20px 0 10px;
  }
}

.home-secB .swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.home-secB .swiper .swiper-wrapper .swiper-slide:hover figure img {
  scale: 1.1;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figure {
  height: 248px;
  position: relative;
  overflow: hidden;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figure:before {
  content: " ";
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 38.46%, rgba(0, 0, 0, .65) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figure img {
  transition: all .5s;
}

.home-secB .swiper .swiper-wrapper .swiper-slide .content {
  z-index: 2;
  padding: 25px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-secB .swiper .swiper-wrapper .swiper-slide .content p:first-child {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.home-secB .swiper .swiper-wrapper .swiper-slide .content p:last-child {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, .17);
  justify-content: space-between;
  padding: 35px 20px 20px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child {
    padding: 15px 10px 10px;
  }
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left {
    gap: 10px;
  }
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left figure {
  border-radius: 5px;
  width: 44px;
  height: 35px;
  overflow: hidden;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left figure:before {
  content: none;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left figure:hover img {
  scale: none;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left .info p:first-child {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left .info p:last-child {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left .info p:last-child {
    font-size: 12px;
    line-height: 1.2;
  }
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) {
  justify-content: space-between;
  padding: 20px 20px 25px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) {
    padding: 15px 10px 10px;
  }
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left {
    gap: 10px;
  }
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left figure {
  border-radius: 5px;
  width: 44px;
  height: 35px;
  overflow: hidden;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left figure:before {
  content: none;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left figure:hover img {
  scale: none;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left .info p:first-child {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left .info p:last-child {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left .info p:last-child {
    font-size: 12px;
    line-height: 1.2;
  }
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(3) {
  justify-content: right;
  align-items: center;
  gap: 9px;
  padding: 0 25px 35px 0;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(3) {
    padding: 10px 15px 20px;
  }
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(3) p {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 700;
}

.home-secB .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(3) img {
  width: 15px;
  height: 15px;
}

.home-secC {
  padding: 50px 0;
}

@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 30px 0 50px;
  }
}

.home-secC .heading {
  justify-content: space-between;
  align-items: end;
  padding-bottom: 50px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secC .heading {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
  }
}

.home-secC .heading .col:first-child h2 {
  color: var(--primary);
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.home-secC .heading .col:first-child p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}

.home-secC .heading .col:last-child {
  gap: 40px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secC .heading .col:last-child {
    width: 100%;
  }
}

.home-secC .heading .col:last-child li {
  color: var(--text);
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .5s;
  position: relative;
}

.home-secC .heading .col:last-child li.active {
  color: var(--secondary);
}

.home-secC .heading .col:last-child li.active:before {
  width: 100%;
}

.home-secC .heading .col:last-child li:before {
  content: "";
  background: var(--secondary);
  width: 0%;
  height: 2px;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-secC .tab-nav-content .tabs {
  opacity: 0;
  transition: all 1s;
  transform: translateY(30%);
}

.home-secC .tab-nav-content .tabs.active {
  opacity: 1;
  transform: translateY(0%);
}

.home-secC .grid-box {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .home-secC .grid-box {
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secC .grid-box {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 540px) {
  .home-secC .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-secC .grid-box .col {
  border-radius: 10px;
  height: 219px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .home-secC .grid-box .col {
    height: 260px;
  }
}

.home-secC .grid-box .col:hover img {
  scale: 1.04;
}

.home-secC .grid-box .col:before {
  content: "";
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 36.06%, rgba(0, 0, 0, .65) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-secC .grid-box .col img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.home-secC .grid-box .col figcaption {
  z-index: 2;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 540px) {
  .home-secC .grid-box .col figcaption {
    padding: 0 10px 19px 15px;
  }
}

.home-secC .grid-box .col figcaption h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.home-secC .grid-box .col figcaption p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.home-secC .grid-box .col figcaption p span {
  font-size: 12px;
  font-weight: 500;
}

.home-secC .grid-box .col:nth-child(3) {
  grid-row: span 2;
  height: 100%;
}

@media only screen and (max-width: 540px) {
  .home-secC .grid-box .col:nth-child(3) {
    grid-column: span 2;
  }
}

.home-secC .grid-box .col:nth-child(4), .home-secC .grid-box .col:nth-child(5) {
  grid-column: span 2;
}

.home-secD {
  background: #fdeccd;
  padding: 50px 0 70px;
}

@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 50px 0 40px;
  }
}

.home-secD h2 {
  text-align: center;
  color: var(--primary);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

@media only screen and (max-width: 540px) {
  .home-secD h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.home-secD .grid-box {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  display: grid;
}

@media only screen and (max-width: 768px) {
  .home-secD .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-secD .grid-box .col {
  background: #fff;
  border-radius: 10px;
  height: auto;
  padding: 20px;
  transition: all .5s;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .home-secD .grid-box .col {
    height: auto;
  }
}

.home-secD .grid-box .col .flex-box {
  justify-content: space-between;
  display: flex;
}

.home-secD .grid-box .col .flex-box h4 {
  color: var(--primary);
  max-width: 80%;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all .5s;
}

.home-secD .grid-box .col .flex-box p {
  color: var(--primary);
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  transition: all .5s;
}

.home-secD .grid-box .col p {
  color: rgba(102, 102, 102, .698);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: all .5s;
}

@media only screen and (max-width: 768px) {
  .home-secD .grid-box .col p {
    max-width: 90%;
  }
}

.home-secD .grid-box .col.active {
  background: var(--primary);
}

.home-secD .grid-box .col.active .flex-box h4, .home-secD .grid-box .col.active .flex-box p {
  color: var(--white);
}

.home-secD .grid-box .col.active p {
  color: rgba(255, 255, 255, .698);
}

.home-secD .btn2 {
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto auto;
  display: flex;
}

.home-secE {
  padding: 40px 0 10px;
}

.home-secE .heading {
  justify-content: space-between;
  align-items: end;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .home-secE .heading {
    flex-direction: column;
    gap: 10px;
  }

  .home-secE .heading .col:first-child {
    text-align: left;
    width: 100%;
  }
}

.home-secE .heading .col:first-child h2 {
  color: var(--primary);
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.home-secE .heading .col:first-child p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}

.home-secE .heading .col:last-child {
  justify-content: end;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .home-secE .heading .col:last-child {
    justify-content: space-between;
    width: 100%;
  }
}

.home-secE .heading .col:last-child .tab-nav {
  gap: 30px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secE .heading .col:last-child .tab-nav {
    overflow: auto;
  }
}

.home-secE .heading .col:last-child .tab-nav li {
  color: var(--text);
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .home-secE .heading .col:last-child .tab-nav li {
    white-space: nowrap;
  }
}

.home-secE .heading .col:last-child .tab-nav li:before {
  content: "";
  background: var(--secondary);
  width: 0%;
  height: 2px;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-secE .heading .col:last-child .tab-nav li.active {
  color: var(--secondary);
}

.home-secE .heading .col:last-child .tab-nav li.active:before {
  width: 100%;
}

.home-secE .heading .col:last-child .tab-nav li:last-child {
  margin-right: 50px;
}

.home-secE .heading .col:last-child .swiper-nav {
  gap: 10px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secE .heading .col:last-child .swiper-nav {
    display: none;
  }
}

.home-secE .heading .col:last-child .swiper-nav button {
  border: 1px solid var(--secondary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  transition: all .5s;
  display: flex;
}

.home-secE .heading .col:last-child .swiper-nav button:hover {
  background: var(--secondary);
}

.home-secE .heading .col:last-child .swiper-nav button:hover svg path {
  fill: var(--white);
}

.home-secE .heading .col:last-child .swiper-nav button svg path {
  fill: var(--secondary);
}

.home-secE .heading .col:last-child .swiper-nav .homesecE-nav-next svg {
  rotate: -180deg;
}

.home-secE .tab-nav-content .tabs {
  opacity: 0;
  transition: all 1s;
  transform: translateY(30%);
}

.home-secE .tab-nav-content .tabs.active {
  opacity: 1;
  transform: translateY(0%);
}

.home-secE .swiper .swiper-wrapper {
  padding: 40px 0;
}

.home-secE .swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.home-secE .swiper .swiper-wrapper .swiper-slide:hover figure img {
  scale: 1.1;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figure {
  height: 248px;
  position: relative;
  overflow: hidden;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figure:before {
  content: " ";
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 38.46%, rgba(0, 0, 0, .65) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figure img {
  transition: all .5s;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption {
  padding: 20px 20px 30px;
}

@media only screen and (max-width: 540px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figcaption {
    padding: 20px;
  }
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption h4 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 40px;
  display: grid;
}

@media only screen and (max-width: 540px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 14px;
    margin-top: 20px;
  }
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box .col {
  align-items: center;
  display: flex;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box .col:first-child {
  background: var(--secondary);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box .col:first-child span {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box .col:first-child img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 15px;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box .col:nth-child(2) {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box .col:nth-child(3) {
  color: #666;
  white-space: nowrap;
  margin-left: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box .col:nth-child(3):before {
  content: "";
  background: #d2d2d2;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translate(-50%, -50%);
}

.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box .col:nth-child(4) {
  color: var(--secondary);
  grid-column: span 2;
  justify-content: right;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 540px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figcaption .grid-box .col:nth-child(4) {
    font-size: 20px;
  }
}

.home-secF {
  background: #f4eefa;
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
}

.home-secF:before {
  content: "";
  background: var(--white);
  border-radius: 50%;
  width: 160%;
  height: 170%;
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 540px) {
  .home-secF .heading {
    text-align: center;
  }
}

.home-secF .heading h2 {
  color: var(--primary);
  max-width: 730px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

@media only screen and (max-width: 540px) {
  .home-secF .heading h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.home-secF .heading p {
  color: var(--text);
  max-width: 971px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.home-secF .grid-box {
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  display: grid;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home-secF .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-secF .grid-box .col {
  background: var(--white);
  border-radius: 10px;
  height: 433px;
  box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
}

@media only screen and (max-width: 1024px) {
  .home-secF .grid-box .col {
    height: auto;
  }
}

.home-secF .grid-box .col .flex-box {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 20px 15px;
  display: flex;
}

.home-secF .grid-box .col .flex-box h4 {
  color: var(--secondary);
  max-width: 60%;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

@media only screen and (max-width: 1024px) {
  .home-secF .grid-box .col .flex-box h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secF .grid-box .col .flex-box h4 {
    line-height: 1.2;
  }
}

.home-secF .grid-box .col .flex-box figure {
  width: 66px;
  height: 66px;
  overflow: hidden;
}

.home-secF .grid-box .col .flex-box figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-secF .grid-box .col ul {
  padding: 20px 40px 10px;
}

@media only screen and (max-width: 1024px) {
  .home-secF .grid-box .col ul {
    padding: 20px 10px 10px 40px;
  }
}

.home-secF .grid-box .col ul li {
  color: var(--text);
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.home-secF .grid-box .col ul li:before {
  content: "";
  background: url("/assets/images/home/first-slider/right-arrow.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20%;
  left: -5%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .home-secF .grid-box .col ul li:before {
    top: 25%;
    left: -2%;
  }
}

@media only screen and (max-width: 540px) {
  .home-secF .grid-box .col ul li:before {
    top: 14%;
    left: -7%;
  }
}

.home-secF .grid-box .col button {
  margin: 0 10px 30px 40px;
}

.home-secG {
  padding: 50px 0;
  position: relative;
}

.home-secG:before {
  content: "";
  z-index: -1;
  background: linear-gradient(360deg, #fff 0%, #f4eefa 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-secG .heading {
  justify-content: center;
  display: flex;
  position: relative;
}

.home-secG .heading .col:first-child h2 {
  color: var(--primary);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

@media only screen and (max-width: 540px) {
  .home-secG .heading .col:first-child h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.home-secG .heading .col:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-secG .heading .col:last-child .swiper-nav {
  gap: 10px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secG .heading .col:last-child .swiper-nav {
    display: none;
  }
}

.home-secG .heading .col:last-child .swiper-nav button {
  border: 1px solid var(--secondary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  transition: all .5s;
  display: flex;
}

.home-secG .heading .col:last-child .swiper-nav button:hover {
  background: var(--secondary);
}

.home-secG .heading .col:last-child .swiper-nav button:hover svg path {
  fill: var(--white);
}

.home-secG .heading .col:last-child .swiper-nav button svg path {
  fill: var(--secondary);
}

.home-secG .heading .col:last-child .swiper-nav .homesecG-nav-next svg {
  rotate: -180deg;
}

.home-secG .swiper .swiper-wrapper {
  padding: 50px 0 20px;
}

@media only screen and (max-width: 540px) {
  .home-secG .swiper .swiper-wrapper {
    padding: 20px 0 0;
  }
}

.home-secG .swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.home-secG .swiper .swiper-wrapper .swiper-slide:hover figure img {
  scale: 1.1;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figure {
  height: 313px;
  position: relative;
  overflow: hidden;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figure:before {
  content: " ";
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 38.46%, rgba(0, 0, 0, .65) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.home-secG .swiper .swiper-wrapper .swiper-slide .content {
  z-index: 2;
  width: 100%;
  padding: 25px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-secG .swiper .swiper-wrapper .swiper-slide .content .flex-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-secG .swiper .swiper-wrapper .swiper-slide .content .flex-box .col:first-child p:first-child {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.home-secG .swiper .swiper-wrapper .swiper-slide .content .flex-box .col:first-child p:last-child {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, .17);
  justify-content: space-between;
  padding: 35px 20px 20px;
  display: flex;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left {
  align-items: center;
  gap: 20px;
  display: flex;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left figure {
  border-radius: 5px;
  width: 44px;
  height: 35px;
  overflow: hidden;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left figure:before {
  content: none;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left figure:hover img {
  scale: none;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left .info p:first-child {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:first-child .left .info p:last-child {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) {
  justify-content: space-between;
  padding: 20px 20px 25px;
  display: flex;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left {
  align-items: center;
  gap: 20px;
  display: flex;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left figure {
  border-radius: 5px;
  width: 44px;
  height: 35px;
  overflow: hidden;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left figure:before {
  content: none;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left figure:hover img {
  scale: none;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left .info p:first-child {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(2) .left .info p:last-child {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(3) {
  justify-content: right;
  align-items: center;
  gap: 9px;
  padding: 0 25px 35px 0;
  display: flex;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(3) p {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 700;
}

.home-secG .swiper .swiper-wrapper .swiper-slide figcaption .flex-box .col:nth-child(3) img {
  width: 15px;
  height: 15px;
}

.home-secH {
  background: #eee;
  padding: 50px 0;
}

@media only screen and (max-width: 1024px) {
  .home-secH {
    padding: 50px 0 100px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secH {
    padding: 50px 0 150px;
  }
}

.home-secH .col {
  margin: 0 0 30px;
}

.home-secH .col h4 {
  color: #000;
  padding: 0 0 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.home-secH .col p, .home-secH .col a {
  font-weight: h4;
  color: var(--text);
  font-size: 13px;
  line-height: 18px;
}

.home-secH .flex-box {
  justify-content: space-between;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .home-secH .flex-box {
    display: initial;
  }
}

.home-secH .flex-box .col {
  flex: 0 45%;
}

.home-secH .flex-box .col .heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-secH .flex-box .col .heading h4 {
  white-space: nowrap;
  padding: 0;
}

.home-secH .flex-box .col .heading p {
  width: 77%;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .home-secH .flex-box .col .heading p {
    width: 66%;
  }
}

.home-secH .flex-box .col .heading p:before {
  content: "";
  background: rgba(0, 0, 0, .26);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.home-secH .flex-box .col .grid-box {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 40px 0 0;
  display: grid;
}

@media only screen and (max-width: 540px) {
  .home-secH .flex-box .col .grid-box {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-secH .flex-box .col .grid-box .col {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  padding: .5rem .8rem;
  display: flex;
}

.home-secH .flex-box .col .grid-box .col figure {
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.home-secH .flex-box .col .grid-box .col figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-secH .flex-box .col:last-child figure {
  margin: 40px 0 0;
}

@media only screen and (max-width: 540px) {
  .home-secH .flex-box .col:last-child figure {
    margin: 20px 0 50px;
  }
}

.home-secH .flex-box .col:last-child figure img {
  -o-object-fit: contain;
  object-fit: contain;
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.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(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.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));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.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-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) svg {
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal ~ .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal ~ .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal ~ .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/node_modules/swiper/modules/autoplay.css [app-client] (css) */


/*# sourceMappingURL=_0dee9d73._.css.map*/