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

  50% {
    opacity: 1;
  }

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

.about-secA {
  overflow: hidden;
}

.about-secA:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 38.46%, rgba(0, 0, 0, .55) 100%) !important;
}

@media only screen and (max-width: 1024px) {
  .about-secA .bg {
    height: 80vh;
  }
}

@media only screen and (max-width: 768px) {
  .about-secA .bg {
    height: 60vh;
  }
}

.about-secA .bg figure {
  height: 100% !important;
}

.about-secA .banner-wrapper {
  align-items: center !important;
  height: auto !important;
  bottom: 10% !important;
}

.about-secA .banner-wrapper .heading {
  text-align: center !important;
  width: 100% !important;
  max-width: 570px !important;
  margin: auto !important;
}

@media only screen and (max-width: 1024px) {
  .about-secA .banner-wrapper .heading {
    max-width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .about-secA .banner-wrapper .heading {
    max-width: 100px;
  }
}

.about-secA .banner-wrapper .heading h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

@media only screen and (max-width: 540px) {
  .about-secA .banner-wrapper .heading h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}

.about-secA .banner-wrapper .banner-image {
  width: 52px;
  height: 52px;
  margin: auto;
}

.about-secA .banner-wrapper .banner-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  animation: 1.5s ease-in-out infinite forwards scroll;
}

.about-secB {
  background: #3107ca;
  padding: 83px 0 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .about-secB {
    padding: 70px 0;
  }
}

.about-secB .flex-box {
  margin-top: var(--headerheight);
  justify-content: space-between;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .about-secB .flex-box {
    flex-direction: column;
    gap: 10px;
  }

  .about-secB .flex-box .col:first-child {
    width: 100%;
  }
}

.about-secB .flex-box .col:first-child h2 {
  color: var(--white);
  text-transform: uppercase;
  max-width: 439px;
  padding-bottom: 100px;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col:first-child h2 {
    text-align: center;
    max-width: 100%;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col:first-child h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.about-secB .flex-box .col:first-child figure {
  width: 363px;
  height: 299px;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col:first-child figure {
    display: none;
  }
}

.about-secB .flex-box .col:first-child figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.about-secB .flex-box .col:last-child {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col:last-child {
    text-align: center;
    width: 100%;
  }
}

.about-secB .flex-box .col:last-child p {
  color: rgba(255, 255, 255, .698);
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.about-secD {
  background: #3107ca;
  padding: 50px 0;
}

.about-secD .heaidng h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (max-width: 540px) {
  .about-secD .heaidng h2 {
    font-size: 34px;
  }
}

.about-secD .choose-slider .swiper-nav {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 30%;
  margin: auto;
  display: flex;
  position: relative;
  top: 9%;
}

@media only screen and (max-width: 1024px) {
  .about-secD .choose-slider .swiper-nav {
    width: 40%;
  }
}

@media only screen and (max-width: 991px) {
  .about-secD .choose-slider .swiper-nav {
    top: 6px;
  }
}

@media only screen and (max-width: 540px) {
  .about-secD .choose-slider .swiper-nav {
    display: none;
  }
}

.about-secD .choose-slider .swiper-nav button {
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.about-secD .choose-slider .swiper-nav button.swiper-button-disabled {
  opacity: .5;
  cursor: no-drop;
}

.about-secD .choose-slider .swiper-nav button svg {
  vertical-align: middle;
}

.about-secD .choose-slider .swiper-wrapper {
  margin: 50px 0 30px;
}

@media only screen and (max-width: 540px) {
  .about-secD .choose-slider .swiper-wrapper {
    margin: 30px 0;
  }
}

.about-secD .choose-slider .swiper-slide .item-md {
  text-align: center;
  background: rgba(255, 255, 255, .18);
  border-radius: 10px;
  height: 320px;
  padding: 30px 20px;
}

.about-secD .choose-slider .swiper-slide .item-md figure {
  width: 45px;
  height: 45px;
  margin: auto;
}

.about-secD .choose-slider .swiper-slide .item-md figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.about-secD .choose-slider .swiper-slide .item-md h5 {
  color: var(--white);
  margin: 20px 0;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.about-secD .choose-slider .swiper-slide .item-md p {
  text-align: center;
  color: var(--white);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.about-secD .choose-slider .swiper-slide .item-md .user-name {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.about-secD .choose-slider .swiper-slide .item-md .user-name span:first-child {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.about-secD .choose-slider .swiper-slide .item-md .user-name span:last-child {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.about-secD .choose-slider .custom-pagination {
  height: 60px;
  position: relative;
}

.about-secD .choose-slider .custom-pagination .swiper-pagination {
  width: 23%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-secD .choose-slider .custom-pagination .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--white);
}

.about-secE {
  height: 100vh;
}

@media only screen and (max-width: 1024px) {
  .about-secE {
    height: auto;
  }
}

.about-secE img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-secF {
  background: var(--white);
  padding: 70px 0;
}

.about-secF .heading h2 {
  text-transform: uppercase;
  color: #3f24a2;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

.about-secF .heading p {
  text-align: center;
  color: var(--text);
  max-width: 608px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-secG {
  background: #ffa319;
  padding: 70px 0;
}

.about-secG .flex-box {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .about-secG .flex-box {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.about-secG .flex-box .col:first-child figure {
  width: 363px;
  height: 299px;
}

.about-secG .flex-box .col:first-child figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.about-secG .flex-box .col:last-child {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .about-secG .flex-box .col:last-child {
    text-align: center;
    width: 100%;
  }
}

.about-secG .flex-box .col:last-child h2 {
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.about-secG .flex-box .col:last-child p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.about-secC {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.about-secC .heading h2 {
  text-transform: uppercase;
  color: #3f24a2;
  font-size: 36px;
  font-weight: 700;
  line-height: 64px;
}

.about-secC .heading p {
  text-align: center;
  max-width: 726px;
  margin: auto;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 540px) {
  .about-secC .heading p {
    width: 95%;
    margin: auto;
  }
}

.about-secC .heading {
  margin-top: 10px;
}

@media only screen and (max-width: 540px) {
  .about-secC .heading {
    margin-top: 0;
  }
}

.about-secC .heading h2 {
  color: var(--primary);
}

.about-secC .year-swiper-grid {
  flex-direction: column;
  display: flex;
}

.about-secC .swiper-card {
  grid-template-columns: 1fr;
  align-items: center;
  gap: 3rem;
  width: 80%;
  margin: 0 auto;
  display: grid;
}

@media only screen and (max-width: 540px) {
  .about-secC .swiper-card {
    width: 100%;
  }
}

.about-secC .swiper-card .card-body {
  justify-content: center;
  align-items: center;
  gap: 4rem;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .about-secC .swiper-card .card-body {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.about-secC .swiper-card .card-body .card-content {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .about-secC .swiper-card .card-body .card-content {
    text-align: center;
    max-width: 100%;
  }
}

.about-secC .swiper-card .card-body .card-content h5 {
  color: var(--text);
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.about-secC .swiper-card .card-body .card-content p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-secC .year-timeline {
  flex: 1;
  margin: 40px 0 55px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .about-secC .year-timeline {
    flex: -50%;
    margin: 40px 0 15px;
  }
}

.about-secC .year-timeline .container {
  max-width: 80%;
}

@media only screen and (max-width: 1550px) {
  .about-secC .year-timeline .container {
    max-width: 94%;
  }
}

@media only screen and (max-width: 1024px) {
  .about-secC .year-timeline .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .about-secC .year-timeline .container {
    padding: 0 18px;
  }
}

.about-secC .year-timeline .years-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-secC .year-timeline .year-dots {
  z-index: 2;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow-x: auto;
}

@media only screen and (max-width: 540px) {
  .about-secC .year-timeline .year-dots {
    gap: 25px;
  }
}

.about-secC .year-timeline .year-dots::-webkit-scrollbar {
  height: 4px;
}

.about-secC .year-timeline .year-dots::-webkit-scrollbar-track {
  box-shadow: unset;
  background: rgba(102, 102, 102, .17);
}

.about-secC .year-timeline .year-dots::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 10px;
}

.about-secC .year-timeline .year-dot:last-child.fill .timeline-line-right {
  background-color: #ffa319;
}

.about-secC .year-timeline .year-dot {
  cursor: pointer;
  color: #a1a1a1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1250px) {
  .about-secC .year-timeline .year-dot {
    font-size: 12px;
  }
}

.about-secC .year-timeline .year-dot:before {
  content: "";
  background-color: var(--white);
  border: 1px solid #3f24a2;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-bottom: 8px;
  transition: all .3s;
}

@media only screen and (max-width: 768px) {
  .about-secC .year-timeline .year-dot:before {
    width: 16px;
    height: 16px;
  }
}

.about-secC .year-timeline .year-dot:after {
  content: "";
  z-index: -1;
  background: #3f24a2;
  width: 72px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: -50%;
}

@media only screen and (max-width: 540px) {
  .about-secC .year-timeline .year-dot:after {
    left: -140%;
  }
}

.about-secC .year-timeline .year-dot:last-child:after {
  content: "";
  z-index: -1;
  background: #3f24a2;
  width: 72px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: -50%;
}

.about-secC .year-timeline .year-dot.fill {
  color: #ffa319;
}

.about-secC .year-timeline .year-dot.fill:before {
  background-color: #ffa319;
  border: 1px solid #ffa319;
}

.about-secC .year-timeline .year-dot.fill:after {
  background: #ffa319;
}

.about-secC .year-timeline .year-dot.active {
  color: #ffa319;
}

.about-secC .year-timeline .year-dot.active:before {
  background-color: #ffa319;
  border: 1px solid #ffa319;
  width: 18px;
  height: 18px;
}

@media only screen and (max-width: 768px) {
  .about-secC .year-timeline .year-dot.active:before {
    width: 16px;
    height: 16px;
  }
}

.about-secC .year-timeline .timeline-line-left {
  z-index: 1;
  background-color: #ffa319;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 540px) {
  .about-secC .year-timeline .timeline-line-left {
    background: none;
  }
}

.about-secC .year-timeline .timeline-line-right {
  z-index: 1;
  background-color: #3f24a2;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 8px;
  right: 0;
}

@media only screen and (max-width: 540px) {
  .about-secC .year-timeline .timeline-line-right {
    background: none;
  }
}

.about-secC .swiper-parent {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .about-secC .swiper-parent {
    flex: 0 50%;
  }
}

.about-secC .swiper-parent .left-image {
  flex: 0 40%;
}

@media only screen and (max-width: 768px) {
  .about-secC .swiper-parent .left-image {
    align-items: center;
    display: flex;
  }
}

.about-secC .swiper-parent .left-image figure {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .about-secC .swiper-parent .left-image figure {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.about-secC .swiper-parent .left-image figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-secC .swiper-parent .container {
  gap: 20px;
  max-width: 80%;
  display: flex;
}

@media only screen and (max-width: 1550px) {
  .about-secC .swiper-parent .container {
    max-width: 94%;
  }
}

@media only screen and (max-width: 1024px) {
  .about-secC .swiper-parent .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .about-secC .swiper-parent .container {
    flex-direction: column-reverse;
    padding: 0 18px;
  }
}

.about-secC .swiper-parent .container .swiper-wrap {
  flex: 0 60%;
  width: 60%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .about-secC .swiper-parent .container .swiper-wrap {
    width: 100%;
  }
}

.about-secC .swiper-parent .container .swiper-wrap .swiper-wrapper {
  align-items: center;
}

@media only screen and (max-width: 540px) {
  .about-secC .swiper-parent .container .swiper-wrap .swiper-wrapper {
    align-items: start;
  }
}

.about-secC .swiper-parent .container .swiper-wrap .swiper-nav {
  z-index: 999999;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 540px) {
  .about-secC .swiper-parent .container .swiper-wrap .swiper-nav {
    display: none;
  }
}

.about-secC .swiper-parent .container .swiper-wrap .swiper-nav button {
  background-color: var(--white);
  border: 1px solid #3107ca;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.about-secC .swiper-parent .container .swiper-wrap .swiper-nav button.swiper-button-disabled {
  opacity: .5;
  cursor: no-drop;
}

@media only screen and (max-width: 768px) {
  .about-secC .swiper-parent .container .swiper-wrap .swiper-nav button {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (max-width: 540px) {
  .about-secC .swiper-parent .container .swiper-wrap .swiper-nav button {
    box-shadow: none;
    background: none;
  }
}

.about-secC .swiper-parent .container .swiper-wrap .swiper-nav button svg {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .about-secC .swiper-parent .container .swiper-wrap .swiper-nav button svg {
    width: 25px;
    height: 25px;
  }
}

.about-secC .swiper-parent .container .swiper-wrap .swiper-nav button svg path {
  stroke: var(--secondary);
}

.about-secC .swiper-parent .container .swiper-wrap .swiper-nav .specialization-prev {
  transform: rotate(270deg);
}

.about-secC .swiper-parent .container .swiper-wrap .swiper-nav .specialization-next {
  transform: rotate(90deg);
}

/* [project]/public_html/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]/public_html/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]/public_html/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;
}

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