@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

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

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

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

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

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

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

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

.swiper-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 {
  margin-inline-start: 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-block-start: 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, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

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

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

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

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

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

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

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

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

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

.home-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.home-banner__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.home-banner__image-container:before {
  content: "";
  display: block;
  padding-top: 49.7989661114%;
}
.home-banner__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner__image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-banner__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-banner__video img {
  display: none;
}
.home-banner #banner-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner__overlay {
  background: linear-gradient(59.56deg, #172289 0%, rgba(23, 34, 137, 0) 85%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-banner__desc-holder {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}
.home-banner__desc-holder .btn-standard {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600.98px) {
  .home-banner__desc-holder .btn-standard {
    font-size: 1rem;
  }
}
.home-banner__title {
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  width: 60%;
}
@media screen and (max-width: 1600.98px) {
  .home-banner__title {
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .home-banner__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .home-banner__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .home-banner__title {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 320px) {
  .home-banner__title {
    font-size: 2.25rem;
  }
}
.home-banner__desc {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 30px;
  width: 35%;
}
@media screen and (max-width: 1349.98px) {
  .home-banner__desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .home-banner__desc {
    font-size: 1rem;
  }
}
.home-banner .btn-standard:hover {
  background-color: #c56209;
}
.home-banner .marquee {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F38308;
  height: 50px;
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.home-banner .marquee__text {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  vertical-align: middle;
  padding-right: 200px;
}
@media (max-width: 1349.98px) {
  .home-banner__desc {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .home-banner__title {
    width: 70%;
  }
  .home-banner .marquee {
    height: 40px;
  }
  .home-banner .marquee__text {
    font-size: 13px;
    padding-right: 150px;
  }
}
@media (max-width: 575.98px) {
  .home-banner__title {
    top: 60%;
    width: calc(100% - 40px);
  }
  .home-banner__desc {
    top: 60%;
    width: calc(100% - 40px);
  }
  .home-banner__video img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-banner__video video {
    display: none;
  }
}

.total-number .container {
  position: relative;
}
.total-number__holder {
  background-color: #F38308;
  padding: 30px;
  position: absolute;
  width: calc(100% - 24px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.total-number__list {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.total-number__list:last-child {
  border: none;
}
.total-number__title {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600.98px) {
  .total-number__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .total-number__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .total-number__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .total-number__title {
    font-size: 1.875rem;
  }
}
.total-number__title .unit {
  font-size: 24px;
  padding-left: 15px;
}
.total-number__desc {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1349.98px) {
  .total-number__desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .total-number__desc {
    font-size: 1rem;
  }
}
@media (max-width: 1536.98px) {
  .total-number__title {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .total-number__title .unit {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .total-number__title {
    font-size: 26px;
  }
  .total-number__title .unit {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .total-number__holder {
    width: 100%;
    position: static;
    transform: translateY(-50px);
  }
  .total-number__list {
    border: none;
    margin-bottom: 40px;
  }
  .total-number__list:last-child {
    margin-bottom: 0;
  }
  .total-number__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 1600.98px) {
  .total-number__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 1440.98px) {
  .total-number__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 1199.98px) {
  .total-number__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 320px) {
  .total-number__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .total-number__title {
    text-align: left;
  }
  .total-number__desc {
    text-align: left;
  }
}

.home-about {
  padding-top: 400px;
  padding-bottom: 100px;
  position: relative;
}
.home-about::after {
  content: "";
  background-image: url("../../images/icons/sun.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 1000px;
  width: 650px;
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: -1;
}
.home-about__large, .home-about__small {
  position: relative;
}
.home-about__video {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 1;
}
.home-about__video a {
  display: block;
}
.home-about__video a:hover {
  cursor: pointer;
}
.home-about__video img {
  height: 120px;
}
.home-about__image {
  width: calc(85.7142857143% - 16px);
  float: right;
}
.home-about__image::before {
  content: "";
  height: 100%;
  width: 71.4285714286%;
  background-color: #F38308;
  position: absolute;
  left: 12px;
  top: -120px;
  z-index: -1;
}
.home-about__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1600.98px) {
  .home-about__image::before {
    top: -100px;
  }
}
@media (max-width: 991.98px) {
  .home-about__image {
    width: 91.6666666667%;
    padding-left: 50px;
    float: none;
  }
  .home-about__image::before {
    top: -50px;
  }
}
.home-about__text-holder {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: calc(80% - 16px);
}
@media (max-width: 991.98px) {
  .home-about__text-holder {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .home-about__text-holder {
    width: 100%;
  }
}
.home-about__title {
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600.98px) {
  .home-about__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .home-about__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .home-about__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .home-about__title {
    font-size: 1.875rem;
  }
}
.home-about__desc {
  font-size: 1.25rem;
  color: #707070;
  line-height: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1349.98px) {
  .home-about__desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .home-about__desc {
    font-size: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .home-about__desc {
    line-height: 32px;
  }
}
@media (max-width: 1600.98px) {
  .home-about {
    padding-top: 350px;
  }
  .home-about::after {
    width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .home-about {
    padding-top: 300px;
  }
  .home-about::after {
    width: 500px;
  }
  .home-about__video {
    right: -35px;
  }
  .home-about__video img {
    height: 100px;
  }
}
@media (max-width: 991.98px) {
  .home-about {
    padding-top: 250px;
    padding-bottom: 50px;
  }
  .home-about::after {
    display: none;
  }
  .home-about__video {
    right: 25px;
  }
}
@media (max-width: 767.98px) {
  .home-about {
    padding-top: 100px;
  }
  .home-about__video img {
    height: 75px;
  }
}
@media (max-width: 479.98px) {
  .home-about__video {
    top: calc(50% - 50px);
    right: 10px;
  }
}

.why-choose-us {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .why-choose-us {
    padding-bottom: 50px;
  }
}
.why-choose-us__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1600.98px) {
  .why-choose-us__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .why-choose-us__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .why-choose-us__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .why-choose-us__title {
    font-size: 1.875rem;
  }
}
.why-choose-us__list img {
  margin-bottom: 40px;
  height: 60px;
  width: auto;
}
.why-choose-us__list-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600.98px) {
  .why-choose-us__list-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .why-choose-us__list-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .why-choose-us__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .why-choose-us__list-title {
    font-size: 1.375rem;
  }
}
.why-choose-us__list-desc {
  font-size: 1.125rem;
  color: #707070;
}
@media screen and (max-width: 1600.98px) {
  .why-choose-us__list-desc {
    font-size: 1rem;
  }
}
.why-choose-us__list-holder {
  background-color: #F6F6F6;
  padding: 30px 20px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .why-choose-us__list-title {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us__list > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us__list img {
    position: absolute;
    left: 30px;
  }
  .why-choose-us__list-holder {
    position: relative;
    padding-left: 30%;
  }
}
@media (max-width: 479.98px) {
  .why-choose-us__list img {
    left: 15px;
  }
}
@media (max-width: 375.98px) {
  .why-choose-us__list img {
    height: 55px;
  }
}
@media (max-width: 320.98px) {
  .why-choose-us__list img {
    height: 45px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-project {
  background-color: #FEF3E6;
  margin-top: 100px;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}
.recent-project .section-title-holder {
  position: relative;
  margin-bottom: 70px;
}
.recent-project__title {
  font-size: 3rem;
  font-weight: 500;
  width: 40%;
}
@media screen and (max-width: 1600.98px) {
  .recent-project__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .recent-project__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .recent-project__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .recent-project__title {
    font-size: 1.875rem;
  }
}
.recent-project__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.recent-project__list-title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1600.98px) {
  .recent-project__list-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .recent-project__list-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .recent-project__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .recent-project__list-title {
    font-size: 1.375rem;
  }
}
.recent-project__list-desc {
  font-size: 1.125rem;
  color: #707070;
  margin-top: 35px;
  margin-bottom: 35px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1600.98px) {
  .recent-project__list-desc {
    font-size: 1rem;
  }
}
.recent-project__list-btn {
  font-size: 1.125rem;
  background-color: transparent;
  color: #707070;
  padding-left: 0;
  padding-right: 30px;
  opacity: 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.3);
  transition: 0.5s;
}
@media screen and (max-width: 1600.98px) {
  .recent-project__list-btn {
    font-size: 1rem;
  }
}
.recent-project__list-btn::after {
  right: 0;
  filter: brightness(0) saturate(100%) invert(45%) sepia(1%) saturate(2939%) hue-rotate(359deg) brightness(94%) contrast(79%);
}
.recent-project__text-holder {
  position: absolute;
  background-color: #fff;
  width: 90%;
  padding: 40px 35px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  height: 210px;
  overflow: hidden;
  transition: height 1s ease;
  transition: 0.5s;
}
.recent-project__text-holder .logo {
  height: 53px;
  width: auto;
  margin-bottom: 30px;
}
.recent-project .btn-holder-mobile {
  display: none;
}
.recent-project .project-swiper {
  overflow: inherit;
}
.recent-project .swiper-slide {
  height: 650px;
  background-color: transparent;
  align-items: start;
}
.recent-project .swiper-slide__img {
  height: calc(100% - 120px);
}
.recent-project .swiper-slide:hover .recent-project__text-holder {
  bottom: 160px;
  height: 400px;
  transition: height 1s ease;
  transition: 0.5s;
}
.recent-project .swiper-slide:hover .recent-project__list-desc,
.recent-project .swiper-slide:hover .recent-project__list-btn {
  opacity: 1;
  transition: 0.5s;
}
.recent-project .swiper-slide:hover .recent-project__list-btn:hover {
  padding-right: 50px;
}
.recent-project .swiper-button-prev,
.recent-project .swiper-button-next {
  height: 75px;
  width: 75px;
  background-color: #F38308;
  left: auto;
  right: 5px;
}
.recent-project .swiper-button-prev::after,
.recent-project .swiper-button-next::after {
  content: "";
  background-image: url("../../images/icons/slide-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 20px;
}
.recent-project .swiper-button-next {
  right: -70px;
  background-color: #F38308;
}
.recent-project .swiper-button-next::after {
  transform: scale(-1);
}
.recent-project .swiper-pagination {
  display: none;
}
@media (max-width: 1600.98px) {
  .recent-project .swiper-slide {
    height: 600px;
  }
}
@media (max-width: 1536.98px) {
  .recent-project__list-desc {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .recent-project .swiper-slide:hover .recent-project__text-holder {
    height: 350px;
  }
}
@media (max-width: 1440.98px) {
  .recent-project .swiper-button-prev,
  .recent-project .swiper-button-next {
    right: 25px;
  }
  .recent-project .swiper-button-next {
    right: -50px;
  }
}
@media (max-width: 1199.98px) {
  .recent-project {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .recent-project__list-desc {
    display: none;
  }
  .recent-project__list-btn {
    opacity: 1;
  }
  .recent-project__text-holder {
    padding: 20px;
    height: auto;
    bottom: 70px;
  }
  .recent-project__text-holder .logo {
    height: 40px;
  }
  .recent-project .swiper-slide {
    height: 500px;
  }
  .recent-project .swiper-slide:hover .recent-project__text-holder {
    height: auto;
    bottom: 70px;
  }
  .recent-project .swiper-slide:hover .recent-project__list-desc {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .recent-project .swiper-slide {
    height: 350px;
  }
  .recent-project .swiper-button-prev,
  .recent-project .swiper-button-next {
    left: -28px;
    right: auto;
  }
  .recent-project .swiper-button-next {
    left: auto;
    right: -28px;
  }
}
@media (max-width: 767.98px) {
  .recent-project__title {
    width: 100%;
    text-align: center;
  }
  .recent-project__btn {
    display: none;
  }
  .recent-project__list-desc {
    display: block;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .recent-project__text-holder {
    position: static;
    left: 0;
    transform: none;
    width: 100%;
  }
  .recent-project .btn-holder-mobile {
    display: block;
    margin-top: 100px;
    text-align: center;
  }
  .recent-project .swiper-slide {
    height: 100%;
    display: block;
  }
  .recent-project .swiper-slide__img {
    height: 300px;
  }
  .recent-project .swiper-slide:hover .recent-project__list-desc {
    display: block;
    opacity: 1;
  }
  .recent-project .swiper-button-prev,
  .recent-project .swiper-button-next {
    display: none;
  }
  .recent-project .swiper-pagination {
    display: block;
    bottom: -50px;
  }
  .recent-project .swiper-pagination-bullet-active {
    background-color: #F38308;
  }
}
@media (max-width: 479.98px) {
  .recent-project .swiper-slide__img {
    height: 240px;
  }
}

.our-services {
  padding-top: 200px;
  padding-bottom: 150px;
}
.our-services .section-title-holder {
  position: relative;
}
.our-services__section-title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 1600.98px) {
  .our-services__section-title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .our-services__section-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .our-services__section-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .our-services__section-title {
    font-size: 1.875rem;
  }
}
.our-services__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.our-services__img-holder__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.our-services__img-holder__image-container:before {
  content: "";
  display: block;
  padding-top: 116.1741835148%;
}
.our-services__img-holder__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services__img-holder__image-container {
  height: 100%;
}
.our-services__services-image {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.our-services__services-image:first-child {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.our-services__list-services .row > div {
  margin-bottom: 40px;
}
.our-services__list-services .row > div:nth-child(3), .our-services__list-services .row > div:last-child {
  margin-bottom: 0;
}
.our-services__list-services-holder {
  padding: 30px;
  transition: 0.5s;
  height: 100%;
  position: relative;
}
.our-services__list-services-holder:hover {
  background-color: #F38308;
  transition: 0.5s;
}
.our-services__list-services-holder:hover .our-services__list-title,
.our-services__list-services-holder:hover .our-services__list-btn {
  color: #fff;
}
.our-services__list-services-holder:hover .our-services__list-btn {
  border-color: #fff;
}
.our-services__list-services-holder:hover .our-services__list-btn::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(3%) hue-rotate(215deg) brightness(104%) contrast(100%);
}
.our-services__list-title {
  font-size: 2rem;
  padding-bottom: 200px;
}
@media screen and (max-width: 1600.98px) {
  .our-services__list-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .our-services__list-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .our-services__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .our-services__list-title {
    font-size: 1.375rem;
  }
}
.our-services__list-btn {
  color: #707070;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 60px);
}
.our-services__list-btn::after {
  right: 0;
  transition: 0.5s;
  filter: brightness(0) saturate(100%) invert(46%) sepia(2%) saturate(140%) hue-rotate(102deg) brightness(92%) contrast(81%);
}
.our-services__list-btn:hover {
  background-color: transparent;
}
.our-services__list-btn:hover::after {
  right: 20px;
  transition: 0.5s;
}
.our-services .btn-holder-mobile {
  display: none;
}
@media (max-width: 1600.98px) {
  .our-services__list-title {
    padding-bottom: 120px;
  }
}
@media (max-width: 1440.98px) {
  .our-services__list-title {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .our-services {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .our-services__img-holder {
    margin-bottom: 50px;
    height: 400px;
  }
  .our-services__services-image {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .our-services {
    padding-top: 100px;
  }
  .our-services__section-title {
    text-align: center;
  }
  .our-services__btn {
    display: none;
  }
  .our-services__img-holder {
    margin-bottom: 30px;
    height: 300px;
  }
  .our-services__services-image {
    height: 300px;
  }
  .our-services__list-services .row > div {
    margin-bottom: 0;
  }
  .our-services__list-services-holder {
    padding: 20px;
  }
  .our-services__list-title {
    padding-bottom: 100px;
  }
  .our-services .btn-holder-mobile {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
}

/*# sourceMappingURL=home.css.map*/