/* Slider */
/*rtl:begin:ignore*/
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*rtl:end:ignore*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}

.vjs-svg-icon:before {
  content: none !important;
}

.vjs-control:focus .vjs-svg-icon, .vjs-svg-icon:hover {
  -webkit-filter: drop-shadow(0 0 0.25em #fff);
          filter: drop-shadow(0 0 0.25em #fff);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10a";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
  content: "\f10b";
}

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f115";
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-repeat:before {
  content: "\f11a";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
  content: "\f11b";
}

.video-js .vjs-skip-backward-5 .vjs-icon-placeholder, .vjs-icon-replay-5 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before, .vjs-icon-replay-5:before {
  content: "\f11c";
}

.video-js .vjs-skip-backward-10 .vjs-icon-placeholder, .vjs-icon-replay-10 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before, .vjs-icon-replay-10:before {
  content: "\f11d";
}

.video-js .vjs-skip-backward-30 .vjs-icon-placeholder, .vjs-icon-replay-30 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before, .vjs-icon-replay-30:before {
  content: "\f11e";
}

.video-js .vjs-skip-forward-5 .vjs-icon-placeholder, .vjs-icon-forward-5 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before, .vjs-icon-forward-5:before {
  content: "\f11f";
}

.video-js .vjs-skip-forward-10 .vjs-icon-placeholder, .vjs-icon-forward-10 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before, .vjs-icon-forward-10:before {
  content: "\f120";
}

.video-js .vjs-skip-forward-30 .vjs-icon-placeholder, .vjs-icon-forward-30 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before, .vjs-icon-forward-30:before {
  content: "\f121";
}

.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cast:before {
  content: "\f126";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
  content: "\f127";
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-exit:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f12d";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

.video-js *, .video-js :after, .video-js :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-1-1, .video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-9-16, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode), .video-js.vjs-16-9:not(.vjs-audio-only-mode), .video-js.vjs-4-3:not(.vjs-audio-only-mode), .video-js.vjs-9-16:not(.vjs-audio-only-mode), .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window, body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen, body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs), body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-small.vjs-pip-container .vjs-pip-text, .vjs-layout-tiny.vjs-pip-container .vjs-pip-text, .vjs-layout-x-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
  outline: 0.0625em solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover, .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover, .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon, .vjs-menu li.vjs-selected .vjs-svg-icon, .vjs-menu li.vjs-selected:focus .vjs-svg-icon, .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000;
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible), .video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: 0 0;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js.vjs-spatial-navigation-enabled .vjs-control-bar {
  gap: 1px;
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.vjs-audio-only-mode .vjs-control-bar, .vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar, .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js :not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}

.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus {
  outline: 0.0625em solid #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster, .vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster, .vjs-has-started.vjs-audio-poster-mode .vjs-poster, .vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js.vjs-liveui .vjs-live-control, .video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-normalise-time-controls:not(.vjs-live) .vjs-time-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display, .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display, .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}

.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
  text-align: center !important;
  width: 80% !important;
}

@supports not (inset: 10px) {
  .video-js .vjs-text-track-display > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control, .vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control, .vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
          animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder, .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before, .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time, .video-js.vjs-layout-small .vjs-duration, .video-js.vjs-layout-small .vjs-playback-rate, .video-js.vjs-layout-small .vjs-remaining-time, .video-js.vjs-layout-small .vjs-time-divider, .video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time, .video-js.vjs-layout-tiny .vjs-duration, .video-js.vjs-layout-tiny .vjs-playback-rate, .video-js.vjs-layout-tiny .vjs-remaining-time, .video-js.vjs-layout-tiny .vjs-time-divider, .video-js.vjs-layout-tiny .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time, .video-js.vjs-layout-x-small .vjs-duration, .video-js.vjs-layout-x-small .vjs-playback-rate, .video-js.vjs-layout-x-small .vjs-remaining-time, .video-js.vjs-layout-x-small .vjs-time-divider, .video-js.vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-tiny .vjs-progress-control, .video-js.vjs-layout-x-small .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings {
  height: 80%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.9)), color-stop(60%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-description, .vjs-title-bar-title {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: 700;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}

.video-js .vjs-transient-button {
  position: absolute;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(50, 50, 50, 0.5);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.video-js:not(.vjs-has-started) .vjs-transient-button {
  display: none;
}

.video-js.not-hover .vjs-transient-button:not(.force-display), .video-js.vjs-user-inactive .vjs-transient-button:not(.force-display) {
  opacity: 0;
}

.video-js .vjs-transient-button span {
  padding: 0 0.5em;
}

.video-js .vjs-transient-button.vjs-left {
  left: 1em;
}

.video-js .vjs-transient-button.vjs-right {
  right: 1em;
}

.video-js .vjs-transient-button.vjs-top {
  top: 1em;
}

.video-js .vjs-transient-button.vjs-near-top {
  top: 4em;
}

.video-js .vjs-transient-button.vjs-bottom {
  bottom: 4em;
}

.video-js .vjs-transient-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
}

.video-js :focus:not(:focus-visible) {
  outline: 0;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      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: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          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;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next: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";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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;
}

/* Common Styles */
.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);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          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;
  -webkit-box-shadow: none;
          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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*rtl:begin:ignore*/
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  margin-top: -10px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*rtl:end:ignore*/
.niceCountryInputMenu {
  background: white !important;
  color: black !important;
  border: 1px solid #a8a8a8;
  cursor: pointer;
  /*
  font-family: Arial;
  font-size: 12px;
  */
}

.niceCountryInputMenuDefaultText {
  width: 270px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.niceCountryInputMenuDefaultText a:hover {
  text-decoration: none;
}

.niceCountryInputMenu a {
  color: black !important;
}

.niceCountryInputMenuDropdown {
  /*border-left: 1px solid #a8a8a8;*/
  height: 25px;
  width: 21px;
  float: right;
  line-height: 25px;
  text-align: center;
  position: relative;
  right: 0;
  color: black;
}

.niceCountryInputMenuDropdownContent {
  border: 1px solid #a8a8a8;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.niceCountryInputMenuDropdownContent a {
  height: 25px;
  line-height: 25px;
  display: block;
  width: 100%;
  color: black !important;
  overflow: hidden;
  text-decoration: none;
  /*
  font-family: Arial;
  font-size: 12px;
  */
}

.niceCountryInputMenuDropdownContent a:hover {
  background-color: gray !important;
  color: white !important;
  text-decoration: none;
}

.niceCountryInputMenuFilter {
  border: 1px solid #a8a8a8;
  border-top: 0;
  border-bottom: 0;
}

.niceCountryInputMenuFilter input {
  width: 100%;
  width: calc(100% - 10px);
  margin: 5px;
  padding: 5px;
}

.niceCountryInputMenuCountryFlag {
  border: 1px solid #d3d3d3;
  width: 18px;
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
}

.niceCountryInputMenuCountryNoFlag {
  display: inline-block;
  border: 1px solid black;
  background: white;
  color: black;
  line-height: 15px;
  text-align: center;
  width: 22px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
}

:root {
  --legacy-active-slide-width: 57.43rem;
  --legacy-slide-width: 9.25rem;
  --legacy-slider-height: 11.25rem;
  --legacy-inner-width: 20.63rem;
  --legacy-transition-duration: 1.25s;
}

@media (max-width: 1199px) {
  :root {
    --legacy-active-slide-width: 50rem;
  }
}
@media (max-width: 600px) {
  :root {
    --legacy-slide-width: 7.73rem;
    --legacy-slider-height: 12.78rem;
    --legacy-active-slide-width: 18.35921rem;
  }
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
}
p {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 160%;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
  margin: 0;
  font-weight: 300;
  color: #ffffff;
}

h1,
.heading1 {
  font-size: 6.25rem;
  line-height: 110%;
}
h1.white,
.heading1.white {
  color: #ffffff;
}
@media (max-width:600px) {
  h1,
  .heading1 {
    font-size: 2.86rem;
    line-height: 110%;
  }
}

h2,
.heading2 {
  font-size: 5rem;
  line-height: 110%;
}
h2.white,
.heading2.white {
  color: #ffffff;
}
@media (max-width:600px) {
  h2,
  .heading2 {
    font-size: 2.57rem;
  }
}

h3,
.heading3 {
  font-size: 3.5rem;
  line-height: 130%;
}
@media (max-width:600px) {
  h3,
  .heading3 {
    font-size: 2.29rem;
    line-height: 130%;
  }
}

h4,
.heading4 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width:600px) {
  h4,
  .heading4 {
    font-size: 1.7142857143rem;
  }
}

h5,
.heading5 {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width:600px) {
  h5,
  .heading5 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.cta-txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.04rem;
  text-decoration: none;
}
@media (max-width:600px) {
  .cta-txt {
    font-size: 2.16667rem;
    line-height: 1.15;
    letter-spacing: 0.05333rem;
  }
}

.label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.07rem;
}
@media (max-width:600px) {
  .label {
    font-size: 0.75rem;
    line-height: 1.35;
    letter-spacing: 0.08rem;
  }
}

.caption {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.225rem */
  color: #8BBE4C;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}
.caption span {
  margin-right: 0.6rem;
}
.caption.white {
  color: #ffffff;
}
@media (max-width:600px) {
  .caption {
    font-size: 1rem;
  }
}

.superscript {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}

.body1 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width:600px) {
  .body1 {
    font-size: 1.2857142857rem;
    line-height: 150%;
  }
}

.body2 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 160%;
}
@media (max-width:600px) {
  .body2 {
    font-size: 0.875rem;
  }
}

.body3 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 160%;
}
@media (max-width:600px) {
  .body3 {
    font-size: 1rem;
  }
}

.btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4375rem 1.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 12rem;
  background: #ffffff;
  border: 0.063rem solid #ffffff;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
@media (max-width:600px) {
  .btn-primary {
    padding: 1.5rem 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.btn-primary span {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  color: #002B64;
  text-transform: uppercase;
  line-height: 1.05rem;
}
@media (max-width:1280px) {
  .btn-primary span {
    font-size: 1.2rem;
  }
}
@media (max-width:600px) {
  .btn-primary span {
    font-size: 1rem;
  }
}
.btn-primary svg, .btn-primary img {
  width: 1.25rem;
  height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.btn-primary svg.pre-icon, .btn-primary img.pre-icon {
  margin-left: 0;
  margin-right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
}
@media (max-width:600px) {
  .btn-primary svg.pre-icon, .btn-primary img.pre-icon {
    width: 1.6667rem;
    height: 1.6667rem;
    max-width: 1.6667rem;
    max-height: 1.6667rem;
  }
}
.btn-primary.sty1 {
  background: #D9232A;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(241, 62, 69, 0.2);
          box-shadow: 0px 0px 0px 4px rgba(241, 62, 69, 0.2);
}
.btn-primary.sty1 span {
  color: #ffffff;
}
.btn-primary.sty1 svg path {
  fill: #ffffff;
}
@media (min-width:1200px) {
  .btn-primary:hover {
    background: #8BBE4C;
    border: 0.063rem solid #8BBE4C;
  }
}
@media (min-width:1200px) and (max-width:600px) {
  .btn-primary:hover {
    background: #ffffff;
  }
}
@media (min-width:1200px) {
  .btn-primary:hover span {
    color: #ffffff;
  }
  .btn-primary:hover img path,
  .btn-primary:hover svg path {
    fill: #ffffff;
  }
}
@media (max-width:600px) {
  .btn-primary.mobile-full-width {
    width: 100%;
  }
}
@media (max-width:600px) {
  .btn-primary {
    padding: 1.6428571429rem 2rem;
  }
}

.btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 12rem;
  border: 0.063rem solid #ffffff;
  background: transparent;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.btn-secondary span {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  color: #ffffff;
  line-height: 1.2;
}
@media (max-width:1280px) {
  .btn-secondary span {
    font-size: 1.2rem;
  }
}
@media (max-width:600px) {
  .btn-secondary span {
    font-size: 1rem;
  }
}
.btn-secondary svg path {
  stroke: #8BBE4C;
}
.btn-secondary svg, .btn-secondary img {
  width: 1.25rem;
  height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.btn-secondary svg.pre-icon, .btn-secondary img.pre-icon {
  margin-left: 0;
  margin-right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
}
@media (max-width:600px) {
  .btn-secondary svg.pre-icon, .btn-secondary img.pre-icon {
    width: 1.6667rem;
    height: 1.6667rem;
    max-width: 1.6667rem;
    max-height: 1.6667rem;
  }
}
@media (min-width:1200px) {
  .btn-secondary:hover {
    border: 0.063rem solid #ffffff;
    background: #ffffff;
  }
  .btn-secondary:hover span {
    color: #002B64;
  }
  .btn-secondary:hover img path,
  .btn-secondary:hover svg path {
    stroke: #8BBE4C;
  }
}
@media (max-width:600px) {
  .btn-secondary {
    padding: 1.6428571429rem 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

:root {
  --vh-unit: 1vh;
  --vw-unit: 1vw;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Noto Sans";
  font-size: 0.8333333333vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #002b64;
}
@media (max-width:1280px) {
  html,
  body {
    font-size: 1.09375vw;
  }
}
@media (max-width:600px) {
  html,
  body {
    font-size: 3.58974359vw;
  }
}
html.tooltipVisible .custom-cursor2, html.tooltipVisible .custom-cursor3,
body.tooltipVisible .custom-cursor2,
body.tooltipVisible .custom-cursor3 {
  display: none;
}
html.popup-open,
body.popup-open {
  overflow: hidden;
}
html.popup-open .custom-cursor2, html.popup-open .custom-cursor3,
body.popup-open .custom-cursor2,
body.popup-open .custom-cursor3 {
  opacity: 0;
}
html.open,
body.open {
  overflow: hidden;
}
html.open .custom-cursor2, html.open .custom-cursor3,
body.open .custom-cursor2,
body.open .custom-cursor3 {
  opacity: 0;
}
html.withoutAnimate .sec-header .header-wrapper .top--sec .postBox .logo-box a,
body.withoutAnimate .sec-header .header-wrapper .top--sec .postBox .logo-box a {
  opacity: 1;
}
html.withoutAnimate .sec-header .header-wrapper .top--sec .postBox .menu-box ul li,
body.withoutAnimate .sec-header .header-wrapper .top--sec .postBox .menu-box ul li {
  opacity: 1;
}

.container {
  padding: 0 7.5rem;
  margin: 0 auto;
  width: 100%;
}
@media (max-width:1199px) {
  .container {
    padding: 0 3.5rem;
  }
}
@media (max-width:600px) {
  .container {
    padding: 0 1.429rem;
  }
}
.container--left {
  padding-left: 6.25rem;
}
@media (max-width:600px) {
  .container--left {
    padding-left: 1.5rem;
  }
}
.container--right {
  padding-right: 6.25rem;
}
@media (max-width:600px) {
  .container--right {
    padding-right: 1.5rem;
  }
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #ffffff;
}
a.undeline {
  text-decoration: underline;
}

.sec-padded {
  padding: 9.375rem 0;
}
@media (max-width:600px) {
  .sec-padded {
    padding: 2.5rem 0;
  }
}
.sec-padded--top {
  padding-top: 3.625rem;
}
@media (max-width:600px) {
  .sec-padded--top {
    padding-top: 1.75rem;
  }
}
.sec-padded--bottom {
  padding-bottom: 3.625rem;
}
@media (max-width:600px) {
  .sec-padded--bottom {
    padding-bottom: 1.75rem;
  }
}

.slider-navigation .slidenumbers .slick-dots li {
  display: none;
}
.slider-navigation .slidenumbers .slick-dots li.slick-active {
  display: block;
}

.grid-view li {
  color: blue;
}

.list-view li {
  color: red;
}

.tab-container {
  width: 100%;
}

.nav-tabs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.tab-item {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ddd;
  margin-right: 5px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.text-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.tab-item {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ddd;
  margin-right: 5px;
}

.tab-item.active {
  background-color: #007bff;
  color: #fff;
}

.tab-pane {
  display: none;
}
.tab-pane.show {
  display: block;
}

.tab-pane.active {
  display: block;
}

.text-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.sec-heading span {
  display: block;
  -webkit-transform: translateX(7.81rem);
      -ms-transform: translateX(7.81rem);
          transform: translateX(7.81rem);
}
@media (max-width:1199px) {
  .sec-heading span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    display: inline;
  }
}

.txt-dark {
  color: #1C1C1C;
}

.txt-darker {
  color: #1A1919;
}

.txt-white-light {
  color: rgba(255, 255, 255, 0.8);
}

img {
  max-width: 100%;
}

.video-js {
  width: 100%;
}

.video-js .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-list .slick-track .slick-slide {
  outline: none !important;
}

b,
strong {
  font-weight: 700;
}

U {
  text-decoration: underline;
}

ul.c_listing {
  padding-left: 2rem;
  list-style-type: disc;
  list-style-position: outside;
}

.txt-blueDark {
  color: #4E5784;
}

.visibility_none {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dottedBg {
  position: relative;
}
.dottedBg::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  z-index: 1;
  opacity: 1;
  background-repeat: repeat;
  mix-blend-mode: overlay;
  background-image: url(../../assets/img/bg/dotted-bg.png);
  pointer-events: none;
}

.custom-cursor2, .customCursor, .custom-cursor3 {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  font-weight: 500;
  border-radius: 9999px;
  color: white;
  text-align: center;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  line-height: 1;
  font-size: 0.875rem;
  background: rgba(7, 48, 104, 0.8);
  border-radius: 100px;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border: 1px solid white;
  width: 6.94vw;
  height: 6.94vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  display: flex;
  opacity: 0;
}
.custom-cursor2 .arrow-left, .customCursor .arrow-left, .custom-cursor3 .arrow-left {
  width: 1rem;
  height: 1rem;
  background-image: url(../../assets/img/icon/arow-right.png);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-cursor2 .arrow-right, .customCursor .arrow-right, .custom-cursor3 .arrow-right {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background-image: url(../../assets/img/icon/arow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-cursor2.visible, .customCursor.visible, .custom-cursor3.visible {
  opacity: 1;
}
.popup-open .custom-cursor2, .popup-open .customCursor, .popup-open .custom-cursor3 {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sectionTitle {
  position: relative;
}
.sectionTitle p {
  color: #8BBE4C;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 140%; /* 1.225rem */
  letter-spacing: 0.0875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
@media (max-width:600px) {
  .sectionTitle p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.sectionTitle p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
}
.sectionTitle p span svg, .sectionTitle p span img {
  width: 1rem;
  height: 1rem;
}
@media (max-width:767px) {
  .sectionTitle p span svg, .sectionTitle p span img {
    width: 1.143rem;
    height: 1.143rem;
  }
}

.select2-container .select2-selection {
  background-color: transparent;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.5rem;
  border: 1px solid #4464ac;
}
.select2-container .select2-selection .select2-selection__rendered {
  padding: 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
  line-height: 140%;
}
.select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
  line-height: 140%;
}
@media (max-width:600px) {
  .select2-container .select2-selection .select2-selection__rendered {
    padding: 1rem;
  }
}
.select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 1rem;
  width: 1rem;
}
.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-selection .select2-selection__arrow::after {
  background-image: url(/assets/img/svg/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.select2-container .select2-dropdown {
  background-color: #002B64 !important;
  border: 1px solid #4464ac !important;
  overflow: hidden;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.75rem 1rem !important;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
  line-height: 140%;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(0, 43, 100, 0.5) !important;
}
.select2-container .select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 0.5rem 0.5rem;
  border-top: unset;
}
.select2-container .select2-dropdown.select2-dropdown--below .select2-results__options {
  padding-bottom: 0.75rem;
  margin-top: 0 !important;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: unset;
}
.select2-container .select2-dropdown.select2-dropdown--above .select2-results__options {
  margin: 0;
  padding-top: 0.75rem;
}
.select2-container.select2-container--open .select2-selection .select2-selection__arrow::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select2-container.select2-container--open.select2-container--below .select2-selection {
  border-bottom-color: transparent;
}
.select2-container.select2-container--open.select2-container--above .select2-selection {
  border-top-color: transparent;
}

.niceCountryInputSelector {
  position: relative;
  z-index: 1;
}
.niceCountryInputSelector .niceCountryInputMenu {
  position: relative;
  background: transparent !important;
  border-radius: 0.5rem;
  border: none;
  padding: 1.5rem 1rem;
}
.niceCountryInputSelector .niceCountryInputMenu .niceCountryInputMenuDefaultText {
  width: 100%;
}
.niceCountryInputSelector .niceCountryInputMenu .niceCountryInputMenuDefaultText a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff !important;
  line-height: 140%;
}
.niceCountryInputSelector .niceCountryInputMenu .niceCountryInputMenuDefaultText a .niceCountryInputMenuCountryFlag {
  margin: 0 0.5rem 0 0;
}
.niceCountryInputSelector .niceCountryInputMenu .niceCountryInputMenuDefaultText .niceCountryInputMenuCountryNoFlag {
  display: none;
}
@media (max-width:600px) {
  .niceCountryInputSelector .niceCountryInputMenu .niceCountryInputMenuDefaultText {
    margin-right: 1.5rem;
  }
}
.niceCountryInputSelector .niceCountryInputMenu .niceCountryInputMenuDropdown {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 1rem;
  width: 1rem;
}
.niceCountryInputSelector .niceCountryInputMenu .niceCountryInputMenuDropdown span {
  display: none;
}
.niceCountryInputSelector .niceCountryInputMenu .niceCountryInputMenuDropdown::after {
  background-image: url(/assets/img/svg/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width:600px) {
  .niceCountryInputSelector .niceCountryInputMenu {
    padding: 1rem;
    height: 4rem;
  }
}
.niceCountryInputSelector .niceCountryInputMenuFilter {
  position: absolute;
  width: calc(100% + 2px);
  margin-left: -1px;
  background: #002b64;
  border: 1px solid #4464ac;
}
.niceCountryInputSelector .niceCountryInputMenuFilter input {
  padding: 0.75rem 1rem;
  margin: 0;
  border: unset;
  width: 100%;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff !important;
  line-height: 140%;
}
.niceCountryInputSelector .niceCountryInputMenuFilter input::-webkit-input-placeholder {
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff !important;
  line-height: 140%;
  opacity: 1;
}
.niceCountryInputSelector .niceCountryInputMenuFilter input::-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff !important;
  line-height: 140%;
  opacity: 1;
}
.niceCountryInputSelector .niceCountryInputMenuFilter input:-ms-input-placeholder {
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff !important;
  line-height: 140%;
  opacity: 1;
}
.niceCountryInputSelector .niceCountryInputMenuFilter input::-ms-input-placeholder {
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff !important;
  line-height: 140%;
  opacity: 1;
}
.niceCountryInputSelector .niceCountryInputMenuFilter input::placeholder {
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff !important;
  line-height: 140%;
  opacity: 1;
}
.niceCountryInputSelector .niceCountryInputMenuFilter input:focus-visible {
  outline: unset;
}
.niceCountryInputSelector .niceCountryInputMenuDropdownContent {
  position: absolute;
  width: calc(100% + 2px);
  margin-left: -1px;
  background: #002b64;
  border: 1px solid #4464ac;
  border-top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  scrollbar-width: thin; /* options: auto | thin | none */
  scrollbar-color: #888 transparent;
  /* === WebKit Browsers (Chrome, Safari, Edge) === */
}
.niceCountryInputSelector .niceCountryInputMenuDropdownContent::-webkit-scrollbar {
  width: 8px;
}
.niceCountryInputSelector .niceCountryInputMenuDropdownContent::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.niceCountryInputSelector .niceCountryInputMenuDropdownContent::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.niceCountryInputSelector .niceCountryInputMenuDropdownContent::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.niceCountryInputSelector .niceCountryInputMenuDropdownContent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff !important;
  line-height: 140%;
}
.niceCountryInputSelector .niceCountryInputMenuDropdownContent a .niceCountryInputMenuCountryFlag {
  margin: 0 0.5rem 0 0;
}
.niceCountryInputSelector .niceCountryInputMenuDropdownContent a .niceCountryInputMenuCountryNoFlag {
  display: none;
}
@media (max-width:600px) {
  .niceCountryInputSelector .niceCountryInputMenuDropdownContent {
    max-height: 120px;
  }
}
.niceCountryInputSelector.menu--open .niceCountryInputMenu {
  border-bottom-color: transparent;
  border-radius: 0.5rem 0.5rem 0 0;
}
.niceCountryInputSelector.menu--open .niceCountryInputMenu .niceCountryInputMenuDropdown::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.animate-heading {
  opacity: 0;
}

.line {
  overflow: hidden;
}

.animationWrapper {
  width: 40%;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

input:-webkit-autofill {
  -webkit-transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff !important;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
}
input:-webkit-autofill:focus, input:-webkit-autofill:hover, input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff !important;
}

.niceCountryInputMenuDefaultText a a .niceCountryInputMenuCountryFlag {
  display: none;
}

.select2-results__options li:first-child {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 270px;
}

.slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-indent: -9999px;
  border: 1px solid rgba(26, 25, 25, 0.4);
  background: rgba(26, 25, 25, 0.01);
  cursor: pointer;
  /*rtl:raw:transform: scale(-1);*/
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width:600px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow.slick-prev {
  right: 3.375rem;
  background-image: url("../img/icon/ic-left.svg");
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-arrow.slick-next {
  background-image: url("../img/icon/ic-right.svg");
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-arrow::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  border-radius: 50%;
  border: 1px dashed rgba(0, 0, 0, 0.3);
}

.arrow-small .slick-arrow {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 2rem;
  height: 2rem;
}
@media (max-width:600px) {
  .arrow-small .slick-arrow {
    width: 2.33rem;
    height: 2.33rem;
  }
}
.arrow-small .slick-arrow.slick-prev {
  background-image: url("../img/icon/ic-left-white.svg");
}
.arrow-small .slick-arrow.slick-next {
  background-image: url("../img/icon/ic-right-white.svg");
}
.arrow-small .slick-arrow::after {
  content: none;
}

.caption-wrapper {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.caption-wrapper .cp-txt {
  color: #ffffff;
  border-radius: 1.75rem;
  padding: 0.5rem 0.75rem;
  background: transparent;
  text-transform: uppercase;
}
@media (max-width:600px) {
  .caption-wrapper .cp-txt {
    padding: 0.67rem 1rem;
    border-radius: 2.33rem;
  }
}
.caption-wrapper .cp-txt.cp-label {
  margin-right: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.caption-wrapper .cp-txt.cp-label.ticket {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.caption-wrapper .cp-txt.cp-date.ticket {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.card-postBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-postBox.slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.card-postBox .boxImg {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.card-postBox .boxImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card-postBox .boxImg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.card-postBox .box-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
  padding: 1.25rem;
  border-radius: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media (max-width:600px) {
  .card-postBox .box-detail {
    padding: 1.67rem;
  }
}
.card-postBox .box-detail .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width:600px) {
  .card-postBox .box-detail .date {
    margin-bottom: 0.67rem;
  }
}
.card-postBox .box-detail .date svg {
  width: 1rem;
  height: 1rem;
}
@media (max-width:600px) {
  .card-postBox .box-detail .date svg {
    width: 1.3333rem;
    height: 1.3333rem;
  }
}
.card-postBox .box-detail .date span {
  margin-left: 0.63rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: -0.3rem;
}
.card-postBox .box-detail .card-label {
  margin-bottom: 0.5rem;
}
@media (max-width:600px) {
  .card-postBox .box-detail .card-label {
    margin-bottom: 0.33rem;
  }
}
.card-postBox .box-detail .card-label p {
  color: #D9232A;
}
.card-postBox .box-detail .box-info {
  max-width: 90%;
  margin-bottom: 0.5rem;
}
@media (max-width:600px) {
  .card-postBox .box-detail .box-info {
    margin-bottom: 2.67rem;
  }
}
.card-postBox .box-detail .box-info .body2 {
  color: rgba(0, 0, 0, 0.6);
}
.card-postBox .box-detail .btn-arrow {
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}
@media (max-width:600px) {
  .card-postBox .box-detail .btn-arrow {
    padding: 0.67rem;
  }
}
.card-postBox .box-detail .btn-arrow .icon-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-postBox .box-detail .btn-arrow .icon-style svg {
  /*rtl:raw: transform: scale(-1); */
}
.card-postBox:hover .boxImg img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width:1199px) {
  .card-postBox:hover .boxImg img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.content-style {
  position: relative;
  z-index: 2;
}
.content-style h5 {
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
  color: #1C1C1C;
}
@media (max-width:600px) {
  .content-style h5 {
    margin-bottom: 1.33rem;
  }
}
.content-style p {
  z-index: 2;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 1rem;
  color: #1C1C1C;
}
@media (max-width:600px) {
  .content-style p {
    font-size: 1.3333rem;
    margin-bottom: 1.33rem;
  }
}
.content-style ul {
  z-index: 2;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
  list-style-type: disc;
  list-style-position: outside;
}
@media (max-width:600px) {
  .content-style ul {
    margin-bottom: 1.33rem;
  }
}
.content-style ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  color: #1C1C1C;
}
@media (max-width:600px) {
  .content-style ul li {
    font-size: 1.3333rem;
  }
}

.sec-error {
  position: relative;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.04%, #DF672E), to(#ffffff));
  background: linear-gradient(180deg, #DF672E 53.04%, #ffffff 100%);
}
@media (max-width:600px) {
  .sec-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-error .error-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 2.88rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width:600px) {
  .sec-error .error-bg {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 16.58333rem;
    height: 6.41667rem;
    margin-bottom: 4rem;
  }
}
.sec-error .error-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-error .error-wrap {
  width: 42.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width:600px) {
  .sec-error .error-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.sec-error .error-wrap .heading2 {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width:600px) {
  .sec-error .error-wrap .body2 {
    width: 22rem;
    text-align: center;
  }
}
.sec-error .error-wrap .btn-wrapper {
  margin-top: 2.5rem;
}
.sec-error .error-wrap .btn-wrapper svg {
  width: 1.3333rem;
  height: 1.3333rem;
}

html.noScroll {
  overflow: hidden;
}

.sec-banner {
  position: relative;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}
.sec-banner .banner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-banner .banner-wrapper .banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-banner .banner-wrapper .banner_img .video-desktop {
  display: block;
}
@media (max-width:767px) {
  .sec-banner .banner-wrapper .banner_img .video-desktop {
    display: none;
  }
}
.sec-banner .banner-wrapper .banner_img .video-mobile {
  display: none;
  width: 100%;
}
@media (max-width:767px) {
  .sec-banner .banner-wrapper .banner_img .video-mobile {
    display: block;
  }
}
.sec-banner .banner-wrapper .banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-banner .banner-wrapper .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 63, 140, 0.7); /* blue with transparency */
  z-index: 2;
}
.sec-banner .banner-wrapper .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.sec-banner .banner-wrapper .bg-pattern img,
.sec-banner .banner-wrapper .bg-pattern svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:1199px) {
  .sec-banner .banner-wrapper .bg-pattern img,
  .sec-banner .banner-wrapper .bg-pattern svg {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.sec-banner .banner-wrapper .bg-pattern img g path,
.sec-banner .banner-wrapper .bg-pattern svg g path {
  fill: none;
}
.sec-banner .banner-wrapper .video-banner {
  height: 100vh;
}
.sec-banner .banner-wrapper .video-banner .my-video-js {
  height: 100%;
}
.sec-banner .banner-wrapper .banner-info {
  opacity: 0;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0rem 0rem 1.5rem 7.5rem;
}
.sec-banner .banner-wrapper .banner-info.sty1 {
  padding: 1.5rem 0 0.5rem;
}
@media (max-width:600px) {
  .sec-banner .banner-wrapper .banner-info.sty1 {
    padding: 1.5rem 0 0rem;
  }
}
.sec-banner .banner-wrapper .banner-info .postBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 60.25rem;
}
.sec-banner .banner-wrapper .banner-info .postBox .post-content {
  z-index: 2;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.sec-banner .banner-wrapper .banner-info .postBox .post-content.sty1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
}
@media (max-width:1199px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content.sty1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width:600px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content.sty1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.sec-banner .banner-wrapper .banner-info .postBox .post-content .date-box {
  padding: 0.59rem 0.75rem;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sec-banner .banner-wrapper .banner-info .postBox .post-content .banner-txt {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.1875rem;
  line-height: 7.85714rem;
}
@media (max-width:600px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content .banner-txt {
    letter-spacing: -0.075rem;
    font-size: 2.85rem;
    line-height: 3.14286rem;
  }
}
.sec-banner .banner-wrapper .banner-info .postBox .post-content .para_sec {
  max-width: 42.75rem;
}
.sec-banner .banner-wrapper .banner-info .postBox .post-content .para_sec p span {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width:1280px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content .para_sec p {
    font-size: 1.4rem;
  }
}
@media (max-width:600px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content .para_sec p {
    font-size: 1.2857142857rem;
  }
}
.sec-banner .banner-wrapper .banner-info .postBox .post-content .btn-wrapper {
  overflow: hidden;
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width:767px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content .btn-wrapper {
    margin-top: 0;
  }
}
@media (max-width:600px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width:1280px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content .btn-wrapper a span {
    font-size: 1.2rem;
  }
}
@media (max-width:600px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content .btn-wrapper a span {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1.12px;
  }
}
@media (max-width:767px) {
  .sec-banner .banner-wrapper .banner-info .postBox .post-content {
    gap: 2rem;
  }
}
.sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox {
  padding: 0 0.31rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox:first-child {
  padding-left: 0;
}
.sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox:last-child {
  padding-right: 0;
}
.sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox .box-title {
  margin-bottom: 1rem;
}
.sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox .box-title span {
  color: rgba(255, 255, 255, 0.6);
}
.sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox .box-thumb {
  border-radius: 0.25rem;
  height: 13.5rem;
  width: 11.875rem;
  overflow: hidden;
}
.sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox .box-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox:hover .box-thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width:1199px) {
  .sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox:hover .box-thumb img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width:600px) {
  .sec-banner .banner-wrapper .banner-info .postBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec-banner .banner-wrapper .banner-info .postBox .post-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 7.3rem;
  }
  .sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox {
    padding: 0 0.31rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec-banner .banner-wrapper .banner-info .postBox .banner-thumbs .postBox .box-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width:767px) {
  .sec-banner .banner-wrapper .banner-info {
    padding: 0 1.34rem 1.5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sec-banner .banner-wrapper .scrollTo_wrapper {
  opacity: 0 !important;
  position: absolute;
  bottom: 3.44rem;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
  width: 12.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.38rem;
}
.sec-banner .banner-wrapper .scrollTo_wrapper.animation-complete {
  opacity: 1 !important;
}
.sec-banner .banner-wrapper .scrollTo_wrapper.animation-complete::before {
  width: 100%;
  left: 0;
}
.sec-banner .banner-wrapper .scrollTo_wrapper::before {
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  left: 50%;
  background-color: #8bbe4c;
  height: 1px;
  content: "";
}
.sec-banner .banner-wrapper .scrollTo_wrapper span {
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.225rem;
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
}
@media (max-width:767px) {
  .sec-banner .banner-wrapper .scrollTo_wrapper {
    display: none;
  }
}
.sec-banner.animation-complete::after {
  opacity: 1;
}
.sec-banner::after {
  content: "";
  position: absolute;
  bottom: -3.3rem;
  opacity: 0;
  left: 50%;
  width: 1px;
  height: 3.3rem;
  pointer-events: none;
  background: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0.5) 2px, transparent 0, transparent 4px);
  z-index: 3;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width:767px) {
  .sec-banner::after {
    display: none;
  }
}
@media (max-width:767px) {
  .sec-banner {
    height: 100dvh;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
  }
}
.sec-banner.inner_banner {
  height: 100%;
}
.sec-banner.inner_banner .banner-wrapper .banner-overlay {
  background-color: rgb(0, 43, 100);
}
.sec-banner.inner_banner .banner-wrapper .heading_wrapper {
  position: relative;
  padding-top: 15rem;
  z-index: 9;
  padding-bottom: 2rem;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.3);
}
@media (max-width:600px) {
  .sec-banner.inner_banner .banner-wrapper .heading_wrapper {
    padding-top: 9rem;
  }
}
.sec-banner.inner_banner .banner-wrapper h2 {
  line-height: 130%;
}
.sec-banner.inner_banner::after {
  display: none;
}
@media (max-width:600px) {
  .sec-banner.inner_banner {
    height: 28svh;
  }
}

.vd-bgoverlay.purple {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(79, 88, 132, 0)), to(#4F5884)), radial-gradient(52.25% 63.72% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(79, 88, 132, 0) 50%, #4F5884 100%), radial-gradient(52.25% 63.72% at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vd-bgoverlay.darkGreen {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.8%, rgba(63, 59, 29, 0)), to(#3F3A1D)), rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(63, 59, 29, 0) 58.8%, #3F3A1D 100%), rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vd-bgoverlay.orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42.32%, rgba(219, 102, 44, 0)), to(#DB662C)), rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, rgba(219, 102, 44, 0) 42.32%, #DB662C 100%), rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vd-bgoverlay.blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(79.44%, rgba(85, 94, 148, 0.67)), to(#555E94));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(85, 94, 148, 0.67) 79.44%, #555E94 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sec-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11111;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width:600px) {
  .sec-header {
    top: 0;
  }
}
@media (max-width:600px) {
  .sec-header .header-wrapper {
    padding: 1.1428571429rem 1.4285714286rem;
  }
}
@media (max-width:600px) {
  .sec-header .header-wrapper .top--sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-margin-after: 1.1428571429rem;
            margin-block-end: 1.1428571429rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec-header .header-wrapper .top--sec .postBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 3.75rem;
}
@media (max-width:600px) {
  .sec-header .header-wrapper .top--sec .postBox {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec-header .header-wrapper .top--sec .postBox .logo-box {
  width: 10.5625rem;
  height: 4rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:600px) {
  .sec-header .header-wrapper .top--sec .postBox .logo-box {
    width: 7.5rem;
    height: 2.8571428571rem;
  }
}
.sec-header .header-wrapper .top--sec .postBox .logo-box a {
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (max-width:767px) {
  .sec-header .header-wrapper .top--sec .postBox .logo-box a {
    opacity: 1;
  }
}
.sec-header .header-wrapper .top--sec .postBox .logo-box svg {
  width: 100%;
  height: 100%;
}
.sec-header .header-wrapper .top--sec .postBox .menu-box {
  overflow: hidden;
}
.sec-header .header-wrapper .top--sec .postBox .menu-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-header .header-wrapper .top--sec .postBox .menu-box ul li {
  opacity: 0;
  padding: 0 1rem;
}
@media (max-width:991px) {
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li {
    padding: 1rem;
  }
}
@media (max-width:767px) {
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li {
    opacity: 1;
  }
}
.sec-header .header-wrapper .top--sec .postBox .menu-box ul li a {
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 1.125rem;
  line-height: 1.575rem;
  font-weight: 400;
}
@media (max-width:1280px) {
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width:600px) {
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li a {
    font-size: 1.14rem;
  }
}
.sec-header .header-wrapper .top--sec .postBox .menu-box ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width:1280px) {
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li a:after {
    bottom: 0.1rem;
  }
}
@media (max-width:1199px) {
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li a:after {
    bottom: -0.05rem;
  }
}
@media (min-width:1200px) {
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width:1200px) {
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li a:hover:after {
    width: 100%;
  }
}
.sec-header .header-wrapper .top--sec .postBox .menu-box ul li a.active:after {
  width: 100%;
}
@media (max-width:600px) {
  .sec-header .header-wrapper .top--sec .postBox .menu-box {
    visibility: hidden;
    width: 0;
    height: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li {
    padding: 1rem 0;
    opacity: 0;
    -webkit-transform: translateX(-5rem);
        -ms-transform: translateX(-5rem);
            transform: translateX(-5rem);
  }
  .sec-header .header-wrapper .top--sec .postBox .menu-box ul li a {
    font-size: 2.16667rem;
    line-height: 1.2;
    font-weight: 300;
  }
}
.sec-header .header-wrapper .top--sec .postBox .download-btn {
  padding: 0.63rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.sec-header .header-wrapper .top--sec .postBox .download-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-header .header-wrapper .top--sec .postBox .download-btn a span {
  padding-right: 1.33rem;
  display: none;
}
.sec-header .header-wrapper .top--sec .postBox .download-btn a svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width:600px) {
  .sec-header .header-wrapper .top--sec .postBox .download-btn {
    border-radius: 8.33333rem;
    padding: 0.5rem 1.1rem;
    display: none;
  }
  .sec-header .header-wrapper .top--sec .postBox .download-btn.mbl {
    display: block;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 2.67rem;
    opacity: 0;
    -webkit-transform: translateY(3rem);
        -ms-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  .sec-header .header-wrapper .top--sec .postBox .download-btn a span {
    display: block;
  }
}
.sec-header .header-wrapper .top--sec .postBox .download-btn.mbl {
  display: none;
}
@media (max-width:600px) {
  .sec-header .header-wrapper .top--sec .postBox .download-btn.mbl {
    display: block;
  }
}
.sec-header .header-wrapper .top--sec .postBox .lag-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-header .header-wrapper .top--sec .postBox .lag-switch .download-btn {
  margin-right: 0.73rem;
}
@media (max-width:600px) {
  .sec-header .header-wrapper .top--sec .postBox .lag-switch {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 3.83rem 0 2.67rem 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec-header .header-wrapper .header_mob_links {
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.sec-header .header-wrapper .header_mob_links .navlinksMob ul li a {
  -webkit-transform: translateX(-5rem);
      -ms-transform: translateX(-5rem);
          transform: translateX(-5rem);
  opacity: 0;
  width: 100%;
  display: block;
  font-size: 1.7142857143rem;
  font-weight: 300;
  line-height: 130%;
}
.sec-header .header-wrapper .header_mob_links .navlinksMob ul li a.active {
  text-decoration: underline;
}
.sec-header .header-wrapper .header_mob_links .navlinksMob .btn_wrapper {
  padding-top: 0.75rem;
  -webkit-transform: translateX(-30rem);
      -ms-transform: translateX(-30rem);
          transform: translateX(-30rem);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.5rem;
  padding: 0 1.43rem;
}
.header-dark .sec-header {
  background: #1A1919;
}

.hamburger {
  position: relative;
  display: none;
  width: 2.14286rem;
  height: 2.14286rem;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 0.15rem;
  background-color: #ffffff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.hamburger span:nth-child(2) {
  margin-top: 0.5rem;
}
.hamburger span:nth-child(3) {
  margin-top: 0.5rem;
}
@media (max-width:600px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.menu--footer {
  display: none;
}
@media (max-width:600px) {
  .menu--footer {
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
.menu--footer .sec-linking ul li {
  -webkit-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.menu--footer .sec-linking p {
  opacity: 0;
}

html {
  position: relative;
}
html:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.31%, #4464ac), color-stop(48.3%, rgba(68, 100, 172, 0))), var(--Color-6, #002b64);
  background: linear-gradient(0deg, #4464ac 9.31%, rgba(68, 100, 172, 0) 48.3%), var(--Color-6, #002b64);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
html.menu--open {
  overflow: hidden;
}
html.menu--open:after {
  opacity: 1;
  visibility: visible;
}
html.menu--open .hamburger span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
html.menu--open .hamburger span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
}
html.menu--open .hamburger span:nth-child(2) {
  display: none;
}
html.menu--open .sec-header {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: scroll;
  position: relative;
  height: 100dvh !important;
}
html.menu--open .sec-header .header-wrapper {
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html.menu--open .sec-header .header-wrapper .postBox {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html.menu--open .sec-header .header-wrapper .postBox .menu-box ul li {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html.menu--open .sec-header .header-wrapper .postBox .menu-box ul li:nth-child(2) {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
html.menu--open .sec-header .header-wrapper .postBox .menu-box ul li:nth-child(3) {
  -webkit-transition: all 1.1s ease;
  transition: all 1.1s ease;
}
html.menu--open .sec-header .header-wrapper .postBox .lag-switch {
  opacity: 1;
  visibility: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
html.menu--open .sec-header .header-wrapper .postBox .download-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
@media (max-width:600px) {
  html.menu--open .sec-header .header-wrapper .header_mob_links {
    visibility: visible;
    width: 100%;
    height: auto;
  }
  html.menu--open .sec-header .header-wrapper .header_mob_links .navlinksMob ul li {
    padding: 1.0714285714rem 0;
    border-bottom: 1px solid #4464AC;
  }
  html.menu--open .sec-header .header-wrapper .header_mob_links .navlinksMob ul li a {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
  }
  html.menu--open .sec-header .header-wrapper .header_mob_links .navlinksMob ul li:nth-child(2) a {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  html.menu--open .sec-header .header-wrapper .header_mob_links .navlinksMob ul li:nth-child(3) a {
    -webkit-transition: all 1.1s ease;
    transition: all 1.1s ease;
  }
  html.menu--open .sec-header .header-wrapper .header_mob_links .navlinksMob ul li:last-child {
    border-bottom: 0;
  }
  html.menu--open .sec-header .header-wrapper .header_mob_links .navlinksMob .btn_wrapper {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
html.menu--open .sec-header::after {
  background: #002B64 !important;
}
html.menu--open .menu--footer {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  padding: 1.33rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
html.menu--open .menu--footer .sec-linking ul li {
  padding: 0.665rem 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
html.menu--open .menu--footer .sec-linking ul li a {
  font-weight: 300;
}
html.menu--open .menu--footer .sec-linking p {
  margin-top: 3.66rem;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0.6;
}
html.menu--open .menu--footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html.menu--open .menu--footer .social-links a {
  margin-bottom: 1.67rem;
}
html.menu--open .menu--footer .social-links a:last-child {
  margin-bottom: 0;
}
html.menu--open .sec-alertBar .alertbar-wrapper {
  top: -15rem;
}

body.scrollTop .sec-header {
  position: fixed;
  width: 100%;
  top: 0;
}
body.scrollTop .sec-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 43, 100, 0)), color-stop(36.64%, rgba(0, 43, 100, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 43, 100, 0)), color-stop(37.02%, rgba(0, 43, 100, 0)), to(#002B64));
  background: linear-gradient(0deg, rgba(0, 43, 100, 0) 0%, rgba(0, 43, 100, 0.3) 36.64%), linear-gradient(0deg, rgba(0, 43, 100, 0) 0%, rgba(0, 43, 100, 0) 37.02%, #002B64 100%);
  height: 100%;
  z-index: -1;
}
body.bodyScrolled .sec-header {
  top: -7rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: fixed;
}
body.bodyScrolled.alert--closed .sec-header {
  top: -7rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.sec-faq {
  padding-block: 6.25rem;
}
.sec-faq h2 {
  margin-block: 2rem 4rem;
  letter-spacing: -1.6px;
}
.sec-faq h2 span {
  color: #8BBE4C;
}
@media (max-width:767px) {
  .sec-faq h2 {
    margin-block: 1.7142857143rem 2.8571428571rem;
  }
}
.sec-faq .faq-cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.sec-faq .faq-cta-wrap .heading4 {
  max-width: 59.875rem;
}
@media (max-width:767px) {
  .sec-faq .faq-cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.8571428571rem;
    padding-top: 2.8571428571rem;
    gap: 1.7142857143rem;
  }
}
@media (max-width:767px) {
  .sec-faq {
    padding-block: 5.7142857143rem;
  }
}

.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  width: calc(100% - 1.5rem);
}
@media (max-width:767px) {
  .faq-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width:767px) {
  .faq-item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    gap: 1.1428571429rem;
  }
}

.faq-item {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #ffffff;
}
.faq-item .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem; /* p-5 px-6 */
  cursor: pointer;
  font-weight: 600; /* font-semibold */
  color: #1a2a4b; /* text-gray-900 or custom dark blue */
}
.faq-item .faq-question h4 {
  color: #002B64;
  max-width: 41.375rem;
}
@media (max-width:767px) {
  .faq-item .faq-question h4 {
    max-width: 17.4285714286rem;
  }
}
.faq-item .faq-question .icon {
  font-size: 1.5rem; /* text-2xl */
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 2.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.875rem;
          flex: 0 0 2.875rem;
  height: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12.5rem;
  border: 1px solid #8BBE4C;
}
@media (max-width:767px) {
  .faq-item .faq-question .icon {
    min-width: 3.2857142857rem;
    min-height: 3.2857142857rem;
  }
}
.faq-item .faq-question .icon.minus {
  display: none; /* Hidden by default */
}
@media (max-width:767px) {
  .faq-item .faq-question {
    padding: 1.4285714286rem;
  }
}
.faq-item .faq-answer {
  padding: 0 2.5rem; /* px-6 */
  color: #4a5568; /* text-gray-700 */
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-top: 0rem;
}
.faq-item .faq-answer p {
  color: #002B64;
  padding-bottom: 2.5rem;
}
@media (max-width:767px) {
  .faq-item .faq-answer p {
    padding-bottom: 1.4285714286rem;
    font-size: 1rem;
  }
}
.faq-item .faq-answer a {
  color: #002B64;
}
@media (max-width:767px) {
  .faq-item .faq-answer {
    padding: 0 1.4285714286rem;
  }
}
.faq-item.active .faq-answer {
  max-height: 500px; /* A default large enough value, adjusted by scrollHeight */
  padding-top: 0;
}
.faq-item.active .faq-question {
  padding-bottom: 2rem;
}
.faq-item.active .faq-question .icon.plus {
  display: none;
}
.faq-item.active .faq-question .icon.minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:767px) {
  .faq-item.active .faq-question {
    padding-bottom: 1.7142857143rem;
  }
}
@media (max-width:767px) {
  .faq-item {
    border-radius: 1.1428571429rem;
  }
}

.footer {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.31%, #4464AC), color-stop(48.3%, rgba(68, 100, 172, 0))), var(--Color-6, #002B64);
  background: linear-gradient(0deg, #4464AC 9.31%, rgba(68, 100, 172, 0) 48.3%), var(--Color-6, #002B64);
  padding: 6.25rem 0;
  position: relative;
  z-index: 1;
}
.footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer-wrapper .f-leftBox {
  max-width: 12.625rem;
  height: 5.375rem;
}
.footer .footer-wrapper .f-leftBox .img-wrap svg,
.footer .footer-wrapper .f-leftBox .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:767px) {
  .footer .footer-wrapper .f-leftBox {
    max-width: 13.65rem;
    height: auto;
  }
}
.footer .footer-wrapper .f-leftBox .img-wrap svg {
  width: 12.625rem;
}
@media (max-width:767px) {
  .footer .footer-wrapper .f-leftBox .img-wrap svg {
    width: 13.714rem;
  }
}
.footer .footer-wrapper .f-rightBox {
  -webkit-margin-start: 5rem;
          margin-inline-start: 5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width:767px) {
  .footer .footer-wrapper .f-rightBox {
    padding-top: 0;
    -webkit-margin-start: 0rem;
            margin-inline-start: 0rem;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}
.footer .footer-wrapper .f-rightBox .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
@media (max-width:767px) {
  .footer .footer-wrapper .f-rightBox .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
.footer .footer-wrapper .f-rightBox .sec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width:767px) {
  .footer .footer-wrapper .f-rightBox .sec-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer-wrapper .f-rightBox .sec-wrap .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  gap: 2.5rem;
}
@media (max-width:767px) {
  .footer .footer-wrapper .f-rightBox .sec-wrap .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.143rem;
    width: 100%;
    padding-top: 1.714rem;
  }
}
.footer .footer-wrapper .f-rightBox .sec-wrap .bottom a {
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer .footer-wrapper .f-rightBox .sec-wrap .bottom a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width:1280px) {
  .footer .footer-wrapper .f-rightBox .sec-wrap .bottom a:after {
    bottom: 0.1rem;
  }
}
@media (max-width:1199px) {
  .footer .footer-wrapper .f-rightBox .sec-wrap .bottom a:after {
    bottom: -0.05rem;
  }
}
@media (min-width:1200px) {
  .footer .footer-wrapper .f-rightBox .sec-wrap .bottom a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width:1200px) {
  .footer .footer-wrapper .f-rightBox .sec-wrap .bottom a:hover:after {
    width: 100%;
  }
}
.footer .footer-wrapper .f-rightBox .contact_info .linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width:767px) {
  .footer .footer-wrapper .f-rightBox .contact_info .linkWrap {
    padding-bottom: 1.71rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.footer .footer-wrapper .f-rightBox .contact_info .linkWrap strong {
  font-weight: 500;
}
.footer .footer-wrapper .f-rightBox .contact_info .linkWrap .iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-wrapper .f-rightBox .contact_info .linkWrap .iconWrap svg, .footer .footer-wrapper .f-rightBox .contact_info .linkWrap .iconWrap img {
  padding: 0.12rem 0.22rem;
  width: 1.5rem;
  margin-right: 0.63rem;
  height: 1.5rem;
}
.footer .footer-wrapper .f-rightBox .contact_info .linkWrap .iconWrap a {
  text-decoration: underline;
}
@media (min-width:1200px) {
  .footer .footer-wrapper .f-rightBox .contact_info .linkWrap .iconWrap a:hover {
    color: hsla(0, 0%, 100%, 0.5);
  }
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:600px) {
  .footer .footer-wrapper .f-rightBox .contact_info .info_wrap {
    gap: 1.14rem;
  }
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap .icon-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap .icon-label img,
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap .icon-label svg {
  width: 1rem;
  height: 1rem;
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap .icon-label .contact-label {
  margin-left: 0.62rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4rem;
}
@media (max-width:600px) {
  .footer .footer-wrapper .f-rightBox .contact_info .info_wrap .icon-label .contact-label {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap .contact-detail a {
  font-weight: 300;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.875rem;
  line-height: 1.4rem;
}
@media (max-width:600px) {
  .footer .footer-wrapper .f-rightBox .contact_info .info_wrap .contact-detail a {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap .contact-detail a:hover {
  opacity: 0.6;
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap.call_wrap {
  width: 8.75rem;
}
@media (max-width:600px) {
  .footer .footer-wrapper .f-rightBox .contact_info .info_wrap.call_wrap {
    width: 10.65rem;
  }
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap.mail_wrap {
  width: 14.687rem;
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap.mail_wrap a {
  text-decoration: underline;
}
@media (max-width:600px) {
  .footer .footer-wrapper .f-rightBox .contact_info .info_wrap.mail_wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.footer .footer-wrapper .f-rightBox .contact_info .info_wrap.location_wrap {
  width: 13.875rem;
}
@media (max-width:600px) {
  .footer .footer-wrapper .f-rightBox .contact_info .info_wrap.location_wrap {
    width: 17rem;
  }
}
.footer .footer-wrapper .f-rightBox .terms_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ccc;
}
@media (max-width:767px) {
  .footer .footer-wrapper .f-rightBox .terms_wrap {
    display: none;
    padding-top: 1.71rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
  }
}
.footer .footer-wrapper .f-rightBox .terms_wrap .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  display: none;
}
@media (max-width:600px) {
  .footer .footer-wrapper .f-rightBox .terms_wrap .footer-links {
    gap: 2.86rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer-wrapper .f-rightBox .terms_wrap .footer-links a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
}
@media (max-width:600px) {
  .footer .footer-wrapper .f-rightBox .terms_wrap .footer-links a {
    font-size: 1.14286rem;
  }
}
.footer .footer-wrapper .f-rightBox .terms_wrap .footer-links a:hover {
  opacity: 0.6;
}
.footer .footer-wrapper .f-rightBox .terms_wrap .footer-copy {
  color: #ffffff;
  opacity: 0.6;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
}
@media (max-width:600px) {
  .footer .footer-wrapper .f-rightBox .terms_wrap {
    gap: 2.5rem;
  }
}
@media (max-width:767px) {
  .footer .footer-wrapper .f-rightBox .copyright {
    font-size: 1rem;
    opacity: 0.6;
    padding-top: 2.857rem;
    width: 100%;
  }
}
@media (max-width:767px) {
  .footer .footer-wrapper {
    gap: 4.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width:600px) {
  .footer .footer-wrapper {
    gap: 2.86rem;
  }
}
@media (max-width:767px) {
  .footer {
    padding: 4rem 0;
  }
}

.sec-festival-events {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 100, 172, 0.25)), color-stop(37.87%, rgba(68, 100, 172, 0))), var(--Color-8, #FFF);
  background: linear-gradient(180deg, rgba(68, 100, 172, 0.25) 0%, rgba(68, 100, 172, 0) 37.87%), var(--Color-8, #FFF);
  z-index: 2;
}
.sec-festival-events .sec-wrapper {
  z-index: 1;
  position: relative;
}
.sec-festival-events .sec-wrapper .dropdown {
  position: relative;
  margin-top: 1.33rem;
}
.sec-festival-events .sec-wrapper .dropdown.nav--mbl {
  display: none;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .dropdown.nav--mbl {
    display: block;
  }
}
.sec-festival-events .sec-wrapper .dropdown .dropdown-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-festival-events .sec-wrapper .dropdown .dropdown-wrap .nav-link {
  padding-right: 0.83rem;
  padding-left: 2.3367rem;
}
.sec-festival-events .sec-wrapper .dropdown .dropdown-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.313rem;
  width: 0.66667rem;
  height: 0.66667rem;
  border-radius: 50%;
  margin-top: -0.5rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
}
.sec-festival-events .sec-wrapper .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  border: 0;
  z-index: 3;
  width: 100%;
  padding: 1.67rem;
  margin-top: 1.17rem;
  border-radius: 0.66667rem;
  background: #ffffff;
  display: none;
}
.sec-festival-events .sec-wrapper .dropdown-menu .dropdown-item {
  display: block;
  margin-bottom: 2rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: rgba(0, 0, 0, 0.6);
}
.sec-festival-events .sec-wrapper .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.sec-festival-events .sec-wrapper .dropdown-menu .dropdown-item.active {
  color: #000000;
}
.sec-festival-events .sec-wrapper .dropdown-menu.current {
  display: block;
}
.sec-festival-events .sec-wrapper .items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.79%;
          flex: 0 0 48.79%;
  max-width: 48.79%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper {
    z-index: 1;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap {
  padding-bottom: 6.5rem;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap {
    padding-bottom: 4rem;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  left: auto;
  top: auto;
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item {
  padding-left: 0;
  padding-top: 1rem;
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item::before {
  display: none;
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item .nav-link {
  white-space: normal;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item .nav-link.active, .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item .nav-link.last-item, .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item .nav-link:hover {
  position: relative;
  padding-left: 1.5rem;
  color: #ffffff;
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item .nav-link.active::after, .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item .nav-link.last-item::after, .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .nav-title-wrap .nav .nav-item.nav--desktop {
    display: none;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .content-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1.5rem;
}
@media (max-width:991px) {
  .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .content-box-inner {
    width: 20.625rem;
  }
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .content-box-inner {
    width: 100%;
    max-width: 100%;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .content-box-inner .btn-wrapper {
  margin-top: 2.5rem;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .content-wrapper .content-box-inner .btn-wrapper {
    margin-top: 2rem;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.21%;
          flex: 0 0 51.21%;
  max-width: 51.21%;
}
@media (max-width:991px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper {
    width: 28.625rem;
  }
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2.5rem;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper {
  height: auto;
  width: 100%;
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  max-height: 23.69rem;
  min-height: 23.69rem;
}
@media (max-width:991px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items img {
    max-height: 15.313rem;
    min-height: 15.313rem;
  }
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items img {
    max-height: 18.91rem;
    min-height: 18.91rem;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5rem 2.125rem 1.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items .content-box {
    padding: 1.25rem;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items .content-box .heading4 {
  z-index: 3;
  max-width: 70%;
  margin-right: auto;
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items .content-box .heading4.white {
  color: #ffffff;
}
@media (max-width:1440px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items .content-box .heading4 {
    max-width: 50%;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items .content-box .main-primary-btn {
  z-index: 2;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items .content-box .main-primary-btn {
    width: auto;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items .content-box .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .carousel-wrapper .carousel-items .content-box h5 {
  z-index: 2;
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .slick-list {
  padding-left: 2.5rem;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .slick-list {
    padding-top: 2.5rem;
    padding-left: 0;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .slick-list .slick-slide {
  opacity: 0.6 !important;
  -webkit-transform: scale(0.85) translateX(-2.5rem);
      -ms-transform: scale(0.85) translateX(-2.5rem);
          transform: scale(0.85) translateX(-2.5rem);
  z-index: 1;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 0.4s ease 0s !important;
  transition: -webkit-transform 0.4s ease 0s !important;
  transition: transform 0.4s ease 0s !important;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s !important;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .slick-list .slick-slide {
    -webkit-transform: scale(0.85) translateY(-2.5rem);
        -ms-transform: scale(0.85) translateY(-2.5rem);
            transform: scale(0.85) translateY(-2.5rem);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .slick-list .slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .slick-list .slick-slide.slick-active {
  opacity: 1 !important;
  z-index: 3;
  -webkit-transform: scale(1) translateX(0);
      -ms-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .slick-list .slick-next-slide {
  -webkit-transform: scale(0.95) translateX(-1.25rem);
      -ms-transform: scale(0.95) translateX(-1.25rem);
          transform: scale(0.95) translateX(-1.25rem);
  z-index: 2 !important;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .tab-content .tab-pane .sec-slider1 .slick-list .slick-next-slide {
    -webkit-transform: scale(0.95) translateY(-1.25rem);
        -ms-transform: scale(0.95) translateY(-1.25rem);
            transform: scale(0.95) translateY(-1.25rem);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination {
  padding-top: 3rem;
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.625rem;
  padding-right: 8.875rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width:600px) {
  .sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .pagination-wrap {
    padding-top: 0;
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .pagination-wrap .custom-pagination-label .current-slide,
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .pagination-wrap .custom-pagination-label .separator,
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .pagination-wrap .custom-pagination-label .total-slides {
  color: #ffffff;
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .pagination-wrap .custom-pagination-label .separator {
  margin: 0 0.15rem;
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .slide-arrow .slick-arrow {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .slide-arrow .slick-arrow.slick-prev {
  background-image: url("../img/icon/ic-left-white.svg");
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .slide-arrow .slick-arrow.slick-next {
  background-image: url("../img/icon/ic-right-white.svg");
}
.sec-festival-events .sec-wrapper .items-wrapper .tab-content-wrapper .slider-arrow-pagination .arrow-wrap .slide-arrow .slick-arrow:after {
  border: 1px dashed rgba(255, 255, 255, 0.3);
}
.sec-festival-events.masterplan-InitiativesDetail {
  background-color: #ffffff;
}

.dropdown-open .sec-festival-events .sec-wrapper .dropdown-menu {
  z-index: 2;
}
.dropdown-open .sec-festival-events .sec-wrapper .items-wrapper {
  z-index: -1;
  position: relative;
}

.founder-legacy {
  position: relative;
  width: 100vw;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.31%, #4464AC), color-stop(48.3%, rgba(68, 100, 172, 0))), #002B64;
  background: linear-gradient(0deg, #4464AC 9.31%, rgba(68, 100, 172, 0) 48.3%), #002B64;
}
@media (max-width:600px) {
  .founder-legacy {
    padding: 5rem 0 4.5rem;
  }
}
.founder-legacy .wrapper {
  overflow: hidden;
}
.founder-legacy .decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 600px) {
  .founder-legacy .decorations {
    display: none;
  }
}
.founder-legacy .decorations .orbit {
  position: absolute;
  top: 0rem;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 600px) {
  .founder-legacy .decorations .orbit {
    top: 6.5rem;
  }
}
.founder-legacy .decorations .orbit svg {
  width: 100%;
  height: 100%;
}
.founder-legacy .decorations .orbit::after {
  content: "";
  position: absolute;
  top: 6.5rem;
  left: 50%;
  width: 1px;
  height: 6.375rem;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px);
  z-index: 0;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 600px) {
  .founder-legacy .decorations .orbit::after {
    top: 0;
  }
}
.founder-legacy .decorations .star {
  position: absolute;
  top: 6.38rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.founder-legacy .decorations .star svg {
  width: 0.75rem;
  height: 0.75rem;
}
.founder-legacy .decorations .star svg path {
  fill: #8BBE4C;
}
.founder-legacy .content-wrapper {
  margin-bottom: 9.875rem;
}
.founder-legacy .content-wrapper .title-wrapper h3 {
  max-width: 57.5rem;
  margin: 0 auto;
  text-align: center;
}
.founder-legacy .content-wrapper .title-wrapper h3 span {
  color: #8BBE4C;
}
@media (max-width: 1199px) {
  .founder-legacy .content-wrapper .title-wrapper h3 {
    max-width: 75%;
  }
}
@media (max-width: 600px) {
  .founder-legacy .content-wrapper .title-wrapper h3 {
    max-width: 100%;
    letter-spacing: -0.02rem;
  }
}
.founder-legacy .content-wrapper .title-wrapper p {
  padding-top: 2rem;
  text-align: center;
  max-width: 57.5rem;
  margin: 0 auto;
  color: #fff;
}
@media (max-width:1280px) {
  .founder-legacy .content-wrapper .title-wrapper p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .founder-legacy .content-wrapper .title-wrapper p {
    max-width: 75%;
  }
}
@media (max-width: 600px) {
  .founder-legacy .content-wrapper .title-wrapper p {
    max-width: 100%;
    padding: 0 1.4285714286rem;
    padding-top: 1.7142857143rem;
    font-size: 1rem;
  }
}
.founder-legacy .content-wrapper .title-wrapper a {
  z-index: 2;
  position: relative;
  margin: 0 auto;
}
.founder-legacy .content-wrapper .title-wrapper a .arrow svg path {
  fill: orange;
}
@media (max-width: 600px) {
  .founder-legacy .content-wrapper {
    margin-bottom: 2.86rem;
  }
}
.founder-legacy .legacy-slider-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 22rem;
}
.founder-legacy .legacy-slider-wrap .deco {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 42.69663rem;
  height: 0.063rem;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 0;
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .deco {
    top: 5.875rem;
    left: 50%;
    width: 31.69663rem;
  }
}
.founder-legacy .legacy-slider-wrap .deco::before, .founder-legacy .legacy-slider-wrap .deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/svg/star-bullet-white.svg);
  border-radius: 50%;
  z-index: -1;
}
.founder-legacy .legacy-slider-wrap .deco::before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.founder-legacy .legacy-slider-wrap .deco::after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.founder-legacy .legacy-slider-wrap .deco2 {
  display: none;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0.063rem;
  height: 7.3125rem;
  background: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0.5) 2px, transparent 0, transparent 4px);
  z-index: 0;
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .deco2 {
    bottom: unset;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 23.5rem;
    height: 5.5625rem;
  }
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper {
  min-width: 46rem;
  height: 17.6875rem;
  position: absolute;
  top: 80%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  bottom: -2.5rem;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  left: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: var(--legacy-transition-duration);
  transition: var(--legacy-transition-duration);
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content.visible {
  opacity: 1;
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content.visible .para-wrapper .paragraph, .founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content.visible .year-wrapper .year {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content.previous .para-wrapper .paragraph, .founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content.previous .year-wrapper .year {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .para-wrapper {
  overflow: hidden;
  min-width: 20rem;
  width: 20rem;
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .para-wrapper .paragraph {
  text-align: left;
  color: var(--white-opacities-white-100, #FFF);
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: var(--legacy-transition-duration);
  transition: var(--legacy-transition-duration);
}
@media (max-width:1280px) {
  .founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .para-wrapper .paragraph {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .para-wrapper .paragraph {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .para-wrapper {
    position: absolute;
    width: 100%;
    bottom: unset;
    top: 16.24rem;
    right: 50%;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
    width: min(15.5rem, 100%);
  }
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .year-wrapper {
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 6rem;
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .year-wrapper .year {
  color: #fff;
  text-align: center;
  letter-spacing: -0.1rem;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: var(--legacy-transition-duration);
  transition: var(--legacy-transition-duration);
}
.founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .year-wrapper .year span {
  color: #8BBE4C;
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .year-wrapper .year {
    color: #fff;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content .year-wrapper {
    position: absolute;
    width: calc(100% + 40px);
    top: 12.24rem;
    right: 50%;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .fixed-content-wrapper .content {
    display: block;
    width: var(--legacy-inner-width);
    height: 100%;
    bottom: unset;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .fixed-content-wrapper {
    width: 100%;
    height: 100%;
    top: 60%;
  }
}
.founder-legacy .legacy-slider-wrap .legacy-swiper {
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
  opacity: 0;
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper {
  height: var(--legacy-slider-height);
  -webkit-margin-start: calc((-1 * var(--legacy-active-slide-width) + var(--legacy-slide-width)) / 2);
          margin-inline-start: calc((-1 * var(--legacy-active-slide-width) + var(--legacy-slide-width)) / 2);
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--legacy-slide-width);
  height: 112%;
  -webkit-transition: var(--legacy-transition-duration);
  transition: var(--legacy-transition-duration);
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide .inner-wrap {
  position: relative;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.25rem;
  height: 112%;
  border-radius: 0.375rem;
  -webkit-transition: var(--legacy-transition-duration);
  transition: var(--legacy-transition-duration);
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide .inner-wrap::before, .founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide .inner-wrap::after {
  -webkit-transition: var(--legacy-transition-duration);
  transition: var(--legacy-transition-duration);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#002B64), to(#002B64)), url(<path-to-image>) lightgray -19.244px 0px/186.864% 100% no-repeat;
  background: linear-gradient(0deg, #002B64 0%, #002B64 100%), url(<path-to-image>) lightgray -19.244px 0px/186.864% 100% no-repeat;
  border-radius: 0.2rem;
  opacity: 0.8;
  mix-blend-mode: color;
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide .inner-wrap:before {
  background: radial-gradient(circle, #000 0, transparent 80%);
  height: 120%;
  left: 0;
  mix-blend-mode: normal;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  opacity: 0.4;
  -webkit-transition: all var(--legacy-transition-duration) ease;
  transition: all var(--legacy-transition-duration) ease;
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide .inner-wrap:before {
    display: none;
  }
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide .inner-wrap img {
  -webkit-transition: ease 1s all;
  transition: ease 1s all;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide .inner-wrap {
    width: 100%;
    height: 99%;
    border-radius: 0.47rem;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide {
    scale: 0.675;
    height: 94%;
  }
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide-active {
  width: var(--legacy-active-slide-width);
  scale: 1.5725;
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide-active .inner-wrap {
  width: var(--legacy-inner-width);
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide-active .inner-wrap::after {
  opacity: 0;
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide-active .inner-wrap::before {
  background: radial-gradient(circle, #000 0, transparent 80%);
  height: 120%;
  left: 0;
  mix-blend-mode: normal;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  opacity: 0;
  -webkit-transition: all var(--legacy-transition-duration) ease;
  transition: all var(--legacy-transition-duration) ease;
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide-active .inner-wrap::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide-active .inner-wrap {
    width: 100%;
  }
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide-active .inner-wrap img {
  opacity: 1;
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap .legacy-swiper .legacy-wrapper .swiper-slide-active {
    height: 98.5%;
    scale: 1;
  }
}
.founder-legacy .legacy-slider-wrap .legacy-swiper.swiper-initialized {
  opacity: 1;
}
.founder-legacy .legacy-slider-wrap .legacy-swiper .swiper-button-next, .founder-legacy .legacy-slider-wrap .legacy-swiper .swiper-button-prev {
  display: none;
}
@media (max-width: 1280px) {
  .founder-legacy .legacy-slider-wrap {
    margin-bottom: 15rem;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacy-slider-wrap {
    height: 21.56rem;
    margin-bottom: 6rem;
  }
}
.founder-legacy .legacyCard {
  margin-bottom: 9.5rem;
}
.founder-legacy .legacyCard .cardWrapper {
  padding: 1.688rem 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.62rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper {
    padding: 0.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i {
  position: absolute;
  width: 1.25rem;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .focus-brackets > i {
    width: 0.75rem;
  }
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i.top {
  top: 0;
  border-top: 1px solid #ddd;
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i.bottom {
  bottom: 0;
  border-bottom: 1px solid #ddd;
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i.right {
  right: 0;
  border-right: 1px solid #ddd;
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i.left {
  left: 0;
  border-left: 1px solid #ddd;
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i.top.left {
  border-radius: 0.21vw 0 0 0;
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i.top.right {
  border-radius: 0 0.21vw 0 0;
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i.bottom.left {
  border-radius: 0 0 0 0.21vw;
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i.bottom.right {
  border-radius: 0 0 0.21vw 0;
}
.founder-legacy .legacyCard .cardWrapper .focus-brackets > i:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap {
  width: 29.8125rem;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.8125rem;
          flex: 0 0 29.8125rem;
  max-width: 29.8125rem;
}
@media (max-width: 1280px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23rem;
            flex: 0 0 23rem;
    max-width: 23rem;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .playCta {
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(6.0784311295px);
          backdrop-filter: blur(6.0784311295px);
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .playCta::before {
  width: 3.875rem;
  height: 3.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  border-radius: 1000px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .playCta::before {
    border: 0.5px solid rgb(255, 255, 255);
    width: 4.688rem;
    height: 4.688rem;
  }
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .playCta img, .founder-legacy .legacyCard .cardWrapper .imgWrap .playCta svg {
  width: 1.21569rem;
  height: 1.21569rem;
  -webkit-transition: ease 0.5s all 0s;
  transition: ease 0.5s all 0s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .playCta img, .founder-legacy .legacyCard .cardWrapper .imgWrap .playCta svg {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .playCta {
    top: 1.125rem;
    right: 0.563 rem;
    width: 4.063rem;
    height: 4.063rem;
  }
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA {
  position: absolute;
  bottom: 1.12rem;
  left: 1.12rem;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.5rem;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .selected-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.93613rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.62406rem;
  border-radius: 0.25rem;
  background: red;
  cursor: pointer;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .selected-language .text {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .selected-language .dropdown-icon {
  width: 1rem;
  aspect-ratio: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .language-option-wrap {
  border-radius: 0.375rem;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .language-option-wrap .language-options {
  list-style: none;
  padding: 0.375rem 0;
  height: 0;
  overflow: scroll;
  scrollbar-width: none; /* Firefox */
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .language-option-wrap .language-options::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .language-option-wrap .language-options .language-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.375rem 1rem;
  cursor: pointer;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .language-option-wrap .language-options .language-option .text {
  color: red;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .language-option-wrap .language-options .language-option .item-icon {
  width: 0.75rem;
  aspect-ratio: 1;
  display: none;
}
@media (min-width: 1281px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .language-option-wrap .language-options .language-option:hover .text {
    color: orange;
  }
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .language-option-wrap .language-options .language-option.selected .text {
  font-weight: 500;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap .language-option-wrap .language-options .language-option.selected .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap.open .selected-language .dropdown-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap.open .language-option-wrap {
  opacity: 1;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA .language-select-wrap.open .language-option-wrap .language-options {
  height: 12.375rem;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA {
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA a {
  color: #0F2643;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA a .arrow svg path {
  fill: none;
}
@media (max-width: 1024px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA a .arrow svg path {
    stroke: orange;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA a .arrow svg {
    width: 0.87369rem;
    height: 0.87369rem;
  }
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA a:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA a:hover {
    color: #0F2643;
  }
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA a:hover .arrow svg path {
  fill: none;
  stroke: #fff;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA a:hover .arrow svg path {
    stroke: orange;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA a {
    padding: 0.94rem 1.87rem;
    height: 2.995rem;
  }
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA p {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.62rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA p img, .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA p svg {
  width: 0.75rem;
  height: 0.75rem;
}
.founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA p img path, .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA p svg path {
  fill: orange;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap .translateCTA p {
    margin-bottom: 1.44rem;
  }
}
.founder-legacy .legacyCard .cardWrapper .imgWrap img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .imgWrap img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 427px;
  }
}
.founder-legacy .legacyCard .cardWrapper .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: calc(50% + 1.625rem);
  opacity: 0;
  position: absolute;
  height: calc(100% - 3rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .content {
    left: 0;
    gap: 4.875rem;
    position: relative;
  }
}
.founder-legacy .legacyCard .cardWrapper .content h4 {
  width: 33rem;
  padding-top: 2.5rem;
  text-align: left;
  color: #fff;
}
@media (max-width: 1280px) {
  .founder-legacy .legacyCard .cardWrapper .content h4 {
    font-size: 2rem;
    width: 20rem;
  }
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .content h4 {
    font-size: 1.5rem;
    padding-top: 4rem;
    width: 100%;
  }
}
.founder-legacy .legacyCard .cardWrapper .content h4 span {
  color: orange;
}
.founder-legacy .legacyCard .cardWrapper .content .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.44rem;
}
.founder-legacy .legacyCard .cardWrapper .content .labels .designation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard .cardWrapper .content .labels .designation {
    padding-bottom: 1.313rem;
  }
}
.founder-legacy .legacyCard .cardWrapper .content .labels .designation p {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  color: #fff;
}
.founder-legacy .legacyCard .cardWrapper .content .labels .ai-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.founder-legacy .legacyCard .cardWrapper .content .labels .ai-label .text {
  color: rgba(255, 255, 255, 0.5019607843);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.07rem;
}
@media (max-width: 600px) {
  .founder-legacy .legacyCard {
    margin-bottom: 13.25rem;
  }
}
.founder-legacy .dottedline {
  background: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0.5) 2px, transparent 0, transparent 4px);
  bottom: 4.5rem;
  height: 4.5rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0.063rem;
  z-index: 0;
}
@media (max-width: 600px) {
  .founder-legacy .dottedline {
    height: 3.8125rem;
    bottom: 3.8125rem;
  }
}
@media (max-width: 600px) {
  .founder-legacy {
    padding-bottom: 0rem;
  }
}

:root {
  --_support-slider-duration: 1s ;
}

.support-section {
  padding-block: 0 3.125rem;
  background: #002B64;
}
.support-section .contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support-section .contentWrapper .sectionTitle {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-bottom: 2rem;
}
@media (max-width:767px) {
  .support-section .contentWrapper .sectionTitle {
    margin-bottom: 1.7142857143rem;
  }
}
.support-section .contentWrapper .paragraph {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  font-weight: 300;
  color: #fff;
  margin-top: 1rem;
  -webkit-padding-start: 5rem;
          padding-inline-start: 5rem;
}
@media (max-width:767px) {
  .support-section .contentWrapper .paragraph {
    font-size: 1.4285714286rem;
    line-height: 1.4;
    margin-top: 1.7142857143rem;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.support-section .contentWrapper .heading {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  color: #FFF;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.support-section .contentWrapper .heading span {
  color: #8BBE4C;
}
@media (max-width:767px) {
  .support-section .contentWrapper .heading {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.support-section .swiper {
  margin-top: 5rem;
  height: 39rem;
  padding: 0px 30.8rem 9rem;
  -webkit-padding-start: 7.5rem;
          padding-inline-start: 7.5rem;
}
.support-section .swiper .swiper-pagination {
  color: #8BBE4C;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 140%;
  bottom: 1.125rem;
  right: 0;
  text-align: end;
  -webkit-padding-end: 15.25rem;
          padding-inline-end: 15.25rem;
}
.support-section .swiper .swiper-pagination .swiper-pagination-current, .support-section .swiper .swiper-pagination .white {
  color: #ffffff;
}
.support-section .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border: 0.0714285714rem solid #8BBE4C;
  background-color: transparent;
  opacity: 1;
  margin-inline: 0.1785714286rem;
}
.support-section .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8BBE4C;
}
@media (max-width:991px) {
  .support-section .swiper .swiper-pagination {
    padding: 0;
    text-align: center;
  }
}
.support-section .swiper .swiper-button-prev, .support-section .swiper .swiper-button-next {
  margin: 0;
  top: unset;
  left: unset;
  bottom: 0.5625rem;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  padding: 0.9375rem;
  border: 0.0625rem solid #8BBE4C;
}
.support-section .swiper .swiper-button-prev svg, .support-section .swiper .swiper-button-next svg {
  width: 1.08125rem;
  height: 1.0625rem;
}
.support-section .swiper .swiper-button-prev:after, .support-section .swiper .swiper-button-next:after {
  display: none;
}
@media (max-width:991px) {
  .support-section .swiper .swiper-button-prev, .support-section .swiper .swiper-button-next {
    display: none;
  }
}
.support-section .swiper .swiper-button-next {
  right: 7.5rem;
}
.support-section .swiper .swiper-button-prev {
  right: 11.375rem;
}
.support-section .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: var(--_support-slider-duration) ease;
  transition: var(--_support-slider-duration) ease;
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 43, 100, 0.4);
  -webkit-transition: var(--_support-slider-duration) ease;
  transition: var(--_support-slider-duration) ease;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content::before {
    display: none;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .image-wrapper {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -webkit-transition: var(--_support-slider-duration) ease;
  transition: var(--_support-slider-duration) ease;
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .image-wrapper img {
  width: 101%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .image-wrapper img {
    height: 13.7142857143rem;
    min-height: 13.7142857143rem;
    max-height: 13.7142857143rem;
    display: block;
  }
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .image-wrapper {
    position: relative;
    width: 100%;
    height: 13.7142857143rem;
    min-height: 13.7142857143rem;
    max-height: 13.7142857143rem;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 2rem;
  z-index: 2;
  -webkit-transition: var(--_support-slider-duration) ease;
  transition: var(--_support-slider-duration) ease;
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay .iconsvg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  opacity: 0;
  -webkit-transform: translateX(4rem);
      -ms-transform: translateX(4rem);
          transform: translateX(4rem);
  -webkit-transition: var(--_support-slider-duration) ease;
  transition: var(--_support-slider-duration) ease;
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay .iconsvg path {
  stroke: #002B64;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay .iconsvg {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.2857142857rem;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4375rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  -webkit-transform: translateX(4rem);
      -ms-transform: translateX(4rem);
          transform: translateX(4rem);
  border: 0.0625rem solid #002B64;
  border-radius: 31.3rem;
  color: #002B64;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%; /* 1.05rem */
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  -webkit-transition: var(--_support-slider-duration) ease;
  transition: var(--_support-slider-duration) ease;
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay a img, .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay a svg {
  margin-left: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay a img, .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay a svg {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
  }
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay a {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay h4 {
  color: #FFF;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-transition: var(--_support-slider-duration) ease;
  transition: var(--_support-slider-duration) ease;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay h4 {
    color: var(--Color-6, #002B64);
    -webkit-line-clamp: 1;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay p {
  display: -webkit-box;
  color: var(--Color-6, #002B64);
  opacity: 0;
  line-height: 160%;
  text-overflow: ellipsis;
  max-height: 0;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-transition: var(--_support-slider-duration) ease;
  transition: var(--_support-slider-duration) ease;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay p {
    font-size: 1.1428571429rem;
    line-height: 140%;
    display: -webkit-box;
    max-height: 100%;
    opacity: 1;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay .content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 28.3125rem;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 0;
  left: 0;
  gap: 0.875rem;
  -webkit-transition: var(--_support-slider-duration) ease;
  transition: var(--_support-slider-duration) ease;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay .content {
    gap: 1.1428571429rem;
    padding: 1.7142857143rem;
    bottom: 6.25rem;
    max-width: 100%;
  }
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content .overlay {
    padding: 1.7142857143rem;
    position: relative;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 60.625rem !important;
}
@media (max-width:1199px) {
  .support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 60.625rem !important;
  }
}
@media (max-width:991px) {
  .support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 54rem !important;
  }
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .image-wrapper {
  width: 50%;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .image-wrapper {
    width: 100%;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .overlay {
  width: 50%;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .overlay {
    width: 100%;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .overlay .iconsvg {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .overlay a {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .overlay h4 {
  color: var(--Color-6, #002B64);
}
.support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .overlay p {
  max-height: 4.875rem;
  opacity: 1;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .overlay p {
    max-height: 100%;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .overlay .content {
  padding: 2rem 2rem 2.5rem;
  bottom: 6.25rem;
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content .overlay .content {
    padding: 1.7142857143rem;
  }
}
.support-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content::before {
  background: transparent;
}
@media (min-width:1281px) {
  .support-section .swiper .swiper-wrapper .swiper-slide {
    width: 30.3125rem !important;
  }
}
@media (max-width:767px) {
  .support-section .swiper .swiper-wrapper .swiper-slide {
    border-radius: 0.8571428571rem;
    min-height: 21.5rem;
  }
}
@media (max-width:1440px) {
  .support-section .swiper {
    height: 44rem;
  }
}
@media (max-width:1199px) {
  .support-section .swiper {
    padding: 0px 3.5rem 5.9375rem;
    -webkit-padding-start: 3.5rem;
            padding-inline-start: 3.5rem;
    height: 41.1517857143rem;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width:767px) {
  .support-section .swiper {
    padding: 0px 1.5rem 5.9375rem;
    -webkit-padding-start: 1.429rem;
            padding-inline-start: 1.429rem;
    min-height: 27.4375rem;
    margin-top: 3.4285714286rem;
  }
}
@media (max-width:767px) {
  .support-section {
    padding-block: 5.7142857143rem;
  }
}

.sec-stay-us {
  background: -webkit-gradient(linear, left top, left bottom, from(#4464AC), color-stop(52.22%, rgba(68, 100, 172, 0)));
  background: linear-gradient(180deg, #4464AC 0%, rgba(68, 100, 172, 0) 52.22%);
  background-color: #002b64;
  position: relative;
  overflow: visible;
}

.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width:767px) {
  .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-wrap .content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.8%;
          flex: 0 0 41.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width:767px) {
  .content-wrap .content-box .sectionTitle p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.content-wrap .content-box .title {
  margin-top: 2rem;
}
@media (max-width:767px) {
  .content-wrap .content-box .title {
    margin-top: 1.714rem;
    text-align: center;
  }
}
@media (max-width:767px) {
  .content-wrap .content-box .title h2 {
    text-align: left;
    font-size: 2.857rem;
    letter-spacing: -0.057rem;
  }
}
.content-wrap .content-box .txt {
  margin-top: 8.4375rem;
}
@media (max-width:1440px) {
  .content-wrap .content-box .txt {
    margin-top: 3.5rem;
  }
}
@media (max-width:767px) {
  .content-wrap .content-box .txt {
    margin-top: 2.857rem;
    text-align: left;
  }
}
.content-wrap .content-box .txt p {
  margin-bottom: 1.625rem;
}
.content-wrap .content-box .txt p:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .content-wrap .content-box .txt p {
    margin-bottom: 3.8571428571rem;
  }
}
.content-wrap .img-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.55%;
          flex: 0 0 44.55%;
  border-radius: 0.375rem;
}
.content-wrap .img-wrap .sectionImage {
  overflow: hidden;
  margin-left: auto;
  width: 35%;
}
.content-wrap .img-wrap .sectionImage img {
  display: block;
  width: 47.4375rem;
  height: 31.1875rem;
}
@media (max-width:767px) {
  .content-wrap .img-wrap .sectionImage img {
    height: 16.471rem;
  }
}
.content-wrap .img-wrap .bgImg {
  position: absolute;
  top: -9.9rem;
  display: block;
  left: -16.4rem;
}
@media (max-width:1440px) {
  .content-wrap .img-wrap .bgImg {
    width: 45rem;
  }
}
@media (max-width:1280px) {
  .content-wrap .img-wrap .bgImg {
    width: 42rem;
  }
}
@media (max-width:767px) {
  .content-wrap .img-wrap .bgImg {
    width: 30rem;
    position: absolute;
    top: -22.5rem;
    display: block;
    left: -4rem;
  }
}
@media (max-width:767px) {
  .content-wrap .img-wrap {
    margin-top: 5.143rem;
  }
}
.content-wrap .img-wrap img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

.operating-model--section {
  background-color: #002B64;
  position: relative;
}
.operating-model--section .bgCircle {
  position: absolute;
  left: 50%;
  border-radius: 81.25rem;
  width: 81.25rem;
  height: 81.25rem;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #4464AC 0%, rgba(68, 100, 172, 0) 100%);
}
@media (max-width:767px) {
  .operating-model--section .bgCircle {
    display: none;
  }
}
.operating-model--section .sectionTitle {
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width:991px) {
  .operating-model--section .sectionTitle {
    padding-bottom: 2.5rem;
  }
}
.operating-model--section .sectionTitle p {
  color: #8BBE4C;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 140%; /* 1.225rem */
  letter-spacing: 0.0875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.operating-model--section .sectionTitle p span {
  margin-right: 1rem;
}
.operating-model--section .sectionTitle p span svg, .operating-model--section .sectionTitle p span img {
  width: 1rem;
  height: 1rem;
}
@media (max-width:600px) {
  .operating-model--section .sectionTitle > p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.operating-model--section .sectionTitle .flexBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:991px) {
  .operating-model--section .sectionTitle .flexBox {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width:600px) {
  .operating-model--section .sectionTitle .flexBox {
    margin-top: 1.71rem;
  }
}
.operating-model--section .sectionTitle .flexBox .description {
  padding-left: 5rem;
}
@media (max-width:991px) {
  .operating-model--section .sectionTitle .flexBox .description {
    padding-left: 0rem;
  }
}
.operating-model--section .sectionTitle .flexBox .description p {
  color: #fff;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  text-transform: none;
  display: block;
}
@media (max-width:991px) {
  .operating-model--section .sectionTitle .flexBox .description p {
    font-size: 1.125rem;
    margin-bottom: 0;
    margin-top: 2.5rem;
  }
}
@media (max-width:600px) {
  .operating-model--section .sectionTitle .flexBox .description p {
    font-size: 1.286rem;
    line-height: 150%;
  }
}
@media (max-width:991px) {
  .operating-model--section .sectionTitle .flexBox .description a {
    display: none;
  }
}
.operating-model--section .sectionTitle h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50rem;
          flex: 0 0 50rem;
  max-width: 50rem;
  max-width: 100%;
  color: #FFF;
  letter-spacing: -0.1rem;
}
.operating-model--section .sectionTitle h3 br {
  display: none;
}
@media (max-width:600px) {
  .operating-model--section .sectionTitle h3 br {
    display: block;
  }
}
@media (max-width:1199px) {
  .operating-model--section .sectionTitle h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
    max-width: 30rem;
  }
}
@media (max-width:991px) {
  .operating-model--section .sectionTitle h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:600px) {
  .operating-model--section .sectionTitle h3 {
    max-width: 100%;
    font-size: 2.571rem;
    line-height: 130%;
  }
}
.operating-model--section .sectionTitle h3 span {
  color: #8BBE4C;
}
.operating-model--section .boxWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.63rem;
  gap: 0.63rem;
}
@media (max-width:1199px) {
  .operating-model--section .boxWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.operating-model--section .boxWrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width:1199px) {
  .operating-model--section .boxWrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.operating-model--section .boxWrapper .leftPanel {
  height: auto;
  width: 100%;
  gap: 0.63rem;
  min-height: 26.986rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
}
.operating-model--section .boxWrapper .leftPanel:hover .bgImg {
  opacity: 1;
}
@media (max-width:1199px) {
  .operating-model--section .boxWrapper .leftPanel {
    min-height: 24.986rem;
  }
}
.operating-model--section .boxWrapper .leftPanel.withoutBG {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .leftPanel.withoutBG {
    min-height: auto;
  }
  .operating-model--section .boxWrapper .leftPanel.withoutBG .animationWrapper {
    min-height: auto;
  }
}
.operating-model--section .boxWrapper .leftPanel.withoutBG:hover .bgImg {
  opacity: 1;
}
.operating-model--section .boxWrapper .leftPanel.withoutBG .bgImg {
  opacity: 0;
}
@media (max-width:1024px) {
  .operating-model--section .boxWrapper .leftPanel.withoutBG .bgImg {
    opacity: 1;
  }
}
.operating-model--section .boxWrapper .leftPanel .animationWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 24.25rem;
}
@media (max-width:1199px) {
  .operating-model--section .boxWrapper .leftPanel .animationWrapper {
    min-height: 24.986rem;
  }
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .leftPanel .animationWrapper {
    min-height: 24.857rem;
  }
}
.operating-model--section .boxWrapper .leftPanel .bgImg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-transition: ease 0.75s all 0s;
  transition: ease 0.75s all 0s;
}
@media (max-width:1024px) {
  .operating-model--section .boxWrapper .leftPanel .bgImg {
    opacity: 1;
  }
}
.operating-model--section .boxWrapper .leftPanel .bgImg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, color-stop(38.02%, rgba(0, 0, 0, 0)), color-stop(76.93%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0) 38.02%, rgba(0, 0, 0, 0.6) 76.93%);
  content: "";
}
.operating-model--section .boxWrapper .leftPanel .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.operating-model--section .boxWrapper .leftPanel .alphabet {
  position: relative;
  padding: 2rem 2rem 0;
  text-align: left;
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .leftPanel .alphabet {
    padding: 1.714rem 1.714rem 1.071rem;
    text-align: left;
  }
}
.operating-model--section .boxWrapper .leftPanel .alphabet svg, .operating-model--section .boxWrapper .leftPanel .alphabet img {
  height: 3.5rem;
  width: auto;
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .leftPanel .alphabet svg, .operating-model--section .boxWrapper .leftPanel .alphabet img {
    height: 2.85714rem;
  }
}
.operating-model--section .boxWrapper .leftPanel .content {
  padding: 2rem;
  padding-top: 0;
  position: absolute;
  bottom: 0;
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .leftPanel .content {
    padding: 0 1.714rem 1.714rem;
    position: relative;
    bottom: 0;
  }
}
.operating-model--section .boxWrapper .leftPanel .content h4 {
  color: #FFF;
  letter-spacing: -0.04rem;
  font-size: 1.5rem;
}
@media (max-width:1440px) {
  .operating-model--section .boxWrapper .leftPanel .content h4 {
    font-size: 2rem;
  }
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .leftPanel .content h4 {
    font-size: 1.71429rem;
  }
}
.operating-model--section .boxWrapper .leftPanel .content p {
  margin-top: 1.5rem;
  max-width: 27.1875rem;
  color: #FFF;
  font-style: normal;
  font-size: 1rem;
}
@media (max-width:1440px) {
  .operating-model--section .boxWrapper .leftPanel .content p {
    font-size: 1.25rem;
    max-width: 80%;
  }
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .leftPanel .content p {
    max-width: 100%;
    font-size: 1rem;
    margin-top: 1.714rem;
  }
}
.operating-model--section .boxWrapper .rightPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0.63rem;
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .rightPanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.operating-model--section .boxWrapper .rightPanel .animationWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 24.25rem;
}
.operating-model--section .boxWrapper .rightPanel .animationWrapper:hover .bgImg {
  opacity: 1;
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .rightPanel .animationWrapper {
    min-height: auto;
  }
}
.operating-model--section .boxWrapper .rightPanel .animationWrapper .bgImg {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-transition: ease 0.75s all 0s;
  transition: ease 0.75s all 0s;
}
@media (max-width:1024px) {
  .operating-model--section .boxWrapper .rightPanel .animationWrapper .bgImg {
    opacity: 1;
  }
}
.operating-model--section .boxWrapper .rightPanel .animationWrapper .bgImg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, color-stop(38.02%, rgba(0, 0, 0, 0)), color-stop(76.93%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0) 38.02%, rgba(0, 0, 0, 0.6) 76.93%);
  content: "";
}
.operating-model--section .boxWrapper .rightPanel .animationWrapper .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.operating-model--section .boxWrapper .rightPanel .innerBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.operating-model--section .boxWrapper .rightPanel .innerBox .alphabet {
  position: relative;
  padding: 2rem 2rem 0;
  text-align: left;
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .rightPanel .innerBox .alphabet {
    text-align: left;
    padding: 1.714rem 1.714rem 1.071rem;
  }
}
.operating-model--section .boxWrapper .rightPanel .innerBox .alphabet svg, .operating-model--section .boxWrapper .rightPanel .innerBox .alphabet img {
  height: 3.5rem;
  width: auto;
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .rightPanel .innerBox .alphabet svg, .operating-model--section .boxWrapper .rightPanel .innerBox .alphabet img {
    height: 3.5rem;
  }
}
.operating-model--section .boxWrapper .rightPanel .innerBox .content {
  padding: 2rem;
  padding-top: 0;
  position: absolute;
  bottom: 0;
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .rightPanel .innerBox .content {
    position: relative;
    padding: 0 1.714rem 1.714rem;
  }
}
.operating-model--section .boxWrapper .rightPanel .innerBox .content h4 {
  color: #FFF;
  letter-spacing: -0.04rem;
  padding-top: 1rem;
  font-size: 1.5rem;
}
@media (max-width:1440px) {
  .operating-model--section .boxWrapper .rightPanel .innerBox .content h4 {
    font-size: 2rem;
  }
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .rightPanel .innerBox .content h4 {
    font-size: 1.71429rem;
  }
}
.operating-model--section .boxWrapper .rightPanel .innerBox .content p {
  margin-top: 1.5rem;
  max-width: 27.1875rem;
  font-size: 1rem;
  color: #FFF;
  font-style: normal;
}
@media (max-width:1440px) {
  .operating-model--section .boxWrapper .rightPanel .innerBox .content p {
    font-size: 1.25rem;
  }
}
@media (max-width:600px) {
  .operating-model--section .boxWrapper .rightPanel .innerBox .content p {
    max-width: 100%;
    font-size: 1rem;
    margin-top: 1.714rem;
  }
}
.operating-model--section .btn_wrapper_mob {
  display: none;
  position: relative;
}
@media (max-width:600px) {
  .operating-model--section .btn_wrapper_mob::before {
    position: absolute;
    left: 50%;
    bottom: -2.5rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: red;
    height: 2.5rem;
    background: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0.3) 0, hsla(0, 0%, 100%, 0.3) 2px, transparent 0, transparent 4px);
    width: 1px;
    content: "";
  }
}
@media (max-width:991px) {
  .operating-model--section .btn_wrapper_mob {
    display: block;
    margin-top: 2.5rem;
  }
  .operating-model--section .btn_wrapper_mob .mobile-full-width {
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }
}

.start-conversation-section {
  padding-top: 17.5rem;
  background: #002B64;
}
.start-conversation-section .decorations {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 12.5rem;
  height: 10rem;
  z-index: 1;
  pointer-events: none;
}
.start-conversation-section .decorations .dottedLine {
  position: absolute;
  top: 0rem;
  left: 50%;
  width: 0.0625rem;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px);
}
@media (max-width: 600px) {
  .start-conversation-section .decorations .dottedLine {
    top: 0;
  }
}
.start-conversation-section .decorations .solidLine {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
  background-color: #8BBE4C;
}
@media (max-width: 600px) {
  .start-conversation-section .decorations {
    display: none;
    width: 7.5rem;
    height: 6rem;
  }
}
.start-conversation-section .bg-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: calc(100% + 1px);
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.start-conversation-section .bg-image video {
  position: absolute;
  z-index: 0;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.start-conversation-section .bg-image img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 43, 100, 0.4)), to(rgba(0, 43, 100, 0.6))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 43, 100, 0.6)), to(rgba(0, 43, 100, 0.4)));
  background: linear-gradient(0deg, rgba(0, 43, 100, 0.4) 0%, rgba(0, 43, 100, 0.6) 100%), linear-gradient(0deg, rgba(0, 43, 100, 0.6) 0%, rgba(0, 43, 100, 0.4) 100%);
  background-blend-mode: color, normal;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.start-conversation-section .bg-image .mask {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.99%, #002B64), color-stop(37.84%, rgba(0, 43, 100, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(65.3%, rgba(0, 43, 100, 0)), color-stop(87.02%, #002B64));
  background: linear-gradient(180deg, #002B64 5.99%, rgba(0, 43, 100, 0) 37.84%), linear-gradient(180deg, rgba(0, 43, 100, 0) 65.3%, #002B64 87.02%);
}
.start-conversation-section .contentWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.start-conversation-section .contentWrapper .title {
  text-align: center;
  max-width: 55rem;
  margin-top: 5.75rem;
}
@media (max-width: 600px) {
  .start-conversation-section .contentWrapper .title {
    margin-top: 2.8571428571rem;
  }
}
.start-conversation-section .contentWrapper .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 5.75rem;
  overflow: hidden;
}
@media (max-width: 600px) {
  .start-conversation-section .contentWrapper .btn-wrapper {
    gap: 1.1428571429rem;
    margin-top: 4.5714285714rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.143rem;
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 600px) {
  .start-conversation-section .contentWrapper > p span {
    margin-right: 1.143rem;
    position: relative;
    top: 0.143rem;
  }
}
@media (max-width: 600px) {
  .start-conversation-section .contentWrapper > p span svg {
    width: 1.143rem;
    height: 1.143rem;
  }
}
@media (max-width: 600px) {
  .start-conversation-section {
    padding: 10.714rem 0 10.714rem;
  }
}

.sec-quote {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/partner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:767px) {
  .sec-quote {
    background-image: url("../img/bg/partner-mobile-bg.png");
  }
}
.sec-quote::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60.37%, rgba(0, 43, 100, 0)), to(#002B64)), -webkit-gradient(linear, left bottom, left top, color-stop(37.51%, rgba(0, 43, 100, 0)), color-stop(92.24%, #002B64));
  background: linear-gradient(180deg, rgba(0, 43, 100, 0) 60.37%, #002B64 100%), linear-gradient(0deg, rgba(0, 43, 100, 0) 37.51%, #002B64 92.24%);
}
@media (max-width:767px) {
  .sec-quote::before {
    background: none;
  }
}
.sec-quote .quote-wrap-padding {
  padding-block: 0;
  position: relative;
  width: 100%;
}
.sec-quote .quote-wrap-padding .qouteTop {
  position: absolute;
  top: 16.75rem;
  left: 24.75rem;
}
@media (max-width:1280px) {
  .sec-quote .quote-wrap-padding .qouteTop {
    left: 19.75rem;
  }
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .qouteTop {
    top: 8.5714285714rem;
    left: 1.25rem;
  }
}
.sec-quote .quote-wrap-padding .qouteTop img {
  width: 10.375rem;
  height: 100%;
}
@media (max-width:1280px) {
  .sec-quote .quote-wrap-padding .qouteTop img {
    width: 8.2rem;
  }
}
@media (max-width:991px) {
  .sec-quote .quote-wrap-padding .qouteTop img {
    width: 7.6rem;
  }
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .qouteTop img {
    width: 5.788rem;
  }
}
.sec-quote .quote-wrap-padding .qouteBottom {
  position: absolute;
  bottom: 12.625rem;
  right: 7.5rem;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .qouteBottom {
    bottom: 5.714rem;
    right: 1.25rem;
  }
}
.sec-quote .quote-wrap-padding .qouteBottom img {
  width: 10.375rem;
  height: 100%;
}
@media (max-width:1280px) {
  .sec-quote .quote-wrap-padding .qouteBottom img {
    width: 8.2rem;
  }
}
@media (max-width:991px) {
  .sec-quote .quote-wrap-padding .qouteBottom img {
    width: 7.6rem;
  }
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .qouteBottom img {
    width: 5.788rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider {
  padding-top: 16.75rem;
  padding-bottom: 12.625rem;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider {
    padding-top: 8.5714285714rem;
    padding-bottom: 13.1428571429rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.143rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.3375%;
          flex: 0 0 22.3375%;
  max-width: 22.3375%;
  position: relative;
  -webkit-margin-start: 0.1rem;
          margin-inline-start: 0.1rem;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box {
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.9375%;
            flex: 0 0 15.9375%;
    max-width: 15.9375%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}
@media (max-width:600px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.8375%;
            flex: 0 0 39.8375%;
    max-width: 39.8375%;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box img:not(.quote-right) {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 19.21106rem;
  border: 0.188rem solid #ffffff;
  width: 100%;
  height: 23.438rem;
}
@media (max-width:1280px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box img:not(.quote-right) {
    height: 17.138rem;
  }
}
@media (max-width:1199px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box img:not(.quote-right) {
    height: 18.838rem;
  }
}
@media (max-width:991px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box img:not(.quote-right) {
    height: 18.838rem;
  }
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box img:not(.quote-right) {
    height: 9.938rem;
    border-radius: 19.11106rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .quote-right {
  position: absolute;
  top: 0;
  right: -4.275rem;
  z-index: -1;
  width: 10.375rem;
}
@media (max-width:1199px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .quote-right {
    width: 8.2rem;
  }
}
@media (max-width:991px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .quote-right {
    width: 7.6rem;
  }
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .quote-right {
    width: 5.788rem;
    right: auto;
    left: 0;
    top: 0;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .decorations {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .decorations {
    display: none;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .decorations .orbit {
  position: absolute;
  top: -10rem;
  left: 0;
  width: 1px;
  height: 10rem;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0rem, rgba(255, 255, 255, 0.3) 0.125rem, transparent 0.125rem, transparent 0.188rem);
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .decorations .star {
  position: absolute;
  top: -13.138rem;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 1px));
      -ms-transform: translateX(calc(-50% + 1px));
          transform: translateX(calc(-50% + 1px));
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .decorations .star svg {
  width: 0.75rem;
  height: 0.688rem;
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .img-box .decorations .star svg path {
  fill: #8BBE4C;
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.3%;
          flex: 0 0 66.3%;
  max-width: 66.3%;
  position: relative;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .description {
  color: #fff;
  margin-bottom: 1.5rem;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .description {
    margin-bottom: 1.714rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box p, .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box span {
  font-size: 1.5rem;
  line-height: 140%;
  color: #ffffff;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box p, .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box span {
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 300;
  }
}
@media (max-width:600px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box p, .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box span {
    font-size: 1rem;
    line-height: 1.71rem;
    font-weight: 300 !important;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box p {
  font-weight: 300;
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box span {
  font-weight: 300;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box span {
    font-weight: 400;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .quote-left {
  position: absolute;
  bottom: -7.2rem;
  right: 0;
  width: 10.375rem;
}
@media (max-width:1199px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .quote-left {
    width: 8.2rem;
  }
}
@media (max-width:991px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .quote-left {
    width: 7.6rem;
  }
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .quote-left {
    width: 5.788rem;
    right: 1px;
    bottom: auto;
    top: calc(100% + 6rem);
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap {
    position: relative;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap {
  display: none !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap {
    position: static;
    display: none;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap .tooltip-box {
  width: 37.5rem;
  background-color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  position: absolute;
  top: calc(100% + 1.188rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
  z-index: 1;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap .tooltip-box {
    width: 100%;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap .tooltip-box.upward {
  bottom: calc(100% + 1.188rem);
  top: auto;
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap .tooltip-box.upward::before {
  top: 100%;
  bottom: auto;
  border-color: #ffffff transparent transparent transparent;
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap .tooltip-box::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 0.313rem;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap .tooltip-box .tooltip-txt {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #002B64;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sec-quote .quote-wrap-padding .quote-slider .swiper-wrapper .swiper-slide .quote-box .txt-box .designation-wrap .tooltip-wrap:hover .tooltip-box {
  visibility: visible;
  opacity: 1;
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  max-width: 66.3%;
  margin-left: auto;
  margin-top: 5.75rem;
  position: relative;
  z-index: 0;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap {
    max-width: 100%;
    margin-top: 2.286rem;
  }
}
@media (max-width:600px) {
  .sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap {
    gap: 0.5714285714rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars .progress-bar {
  position: relative;
  width: 14.438rem;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width:1199px) {
  .sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars .progress-bar {
    overflow-y: hidden;
  }
}
@media (max-width:600px) {
  .sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars .progress-bar {
    width: 16.5rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars .progress-bar .swiper-pagination-progressbar-fill {
  background-color: #8BBE4C;
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars .stars-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars .stars-box {
    gap: 0.01rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars .stars-box svg {
  width: 0.75rem;
  height: 0.688rem;
}
@media (max-width:767px) {
  .sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars .stars-box svg {
    width: 1rem;
    height: 1rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars .stars-box.current-stars svg path {
  fill: #8BBE4C;
}
@media (max-width:600px) {
  .sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .progress-with-stars {
    gap: 0.5714285714rem;
  }
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .swiper-pagination.fraction {
  position: relative;
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .swiper-pagination.fraction span {
  font-size: 1.14rem;
  font-weight: 500;
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .swiper-pagination.fraction .current-slide {
  color: #8BBE4C;
}
.sec-quote .quote-wrap-padding .quote-slider .progress-pagination-wrap .swiper-pagination.fraction .total-slides {
  color: #ffffff;
}
.sec-quote.not-slider {
  background-image: unset;
}
.sec-quote.not-slider::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62.49%, rgba(68, 100, 172, 0)), to(#4464AC));
  background: linear-gradient(180deg, rgba(68, 100, 172, 0) 62.49%, #4464AC 100%);
}
.sec-quote.not-slider .quote-wrap-padding .quote-slider .progress-pagination-wrap {
  display: none;
}

.sec-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12.5rem 0 8.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #002B64;
  min-height: 100vh;
  z-index: 0;
}
.sec-contact .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.sec-contact .bg-pattern .mobile-only {
  display: none;
}
@media (max-width:600px) {
  .sec-contact .bg-pattern {
    top: 6%;
    left: -4%;
    width: 110%;
  }
  .sec-contact .bg-pattern img {
    width: 100%;
    max-width: unset;
    height: auto;
    display: none;
  }
  .sec-contact .bg-pattern img.mobile-only {
    display: block;
  }
}
.sec-contact .bg-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.sec-contact .bg-image video {
  position: absolute;
  z-index: 0;
  height: 100%;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}
.sec-contact .bg-image img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 43, 100, 0)), to(rgba(0, 43, 100, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 43, 100, 0.6)), to(rgba(0, 43, 100, 0.1)));
  background: linear-gradient(0deg, rgba(0, 43, 100, 0), rgba(0, 43, 100, 0)), linear-gradient(0deg, rgba(0, 43, 100, 0.6), rgba(0, 43, 100, 0.1));
  background-blend-mode: color, normal;
}
@media (max-width: 600px) {
  .sec-contact .bg-image img {
    height: 100%;
  }
}
.sec-contact .bg-image .mask {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.99%, #002B64), color-stop(37.84%, rgba(0, 43, 100, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(65.3%, rgba(0, 43, 100, 0)), color-stop(87.02%, #002B64));
  background: linear-gradient(180deg, #002B64 5.99%, rgba(0, 43, 100, 0) 37.84%), linear-gradient(180deg, rgba(0, 43, 100, 0) 65.3%, #002B64 87.02%);
}
.sec-contact .contact_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  z-index: 1;
}
.sec-contact .contact_wrapper .wrapper-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10.86rem;
}
@media (max-width:600px) {
  .sec-contact .contact_wrapper .wrapper-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.sec-contact .contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 43.75rem;
}
.sec-contact .contact-left .title {
  margin-top: 3rem;
}
@media (max-width:600px) {
  .sec-contact .contact-left .title {
    margin-top: 1.71rem;
    text-align: center;
    font-size: 2.857rem;
    line-height: 3.14286rem;
  }
}
.sec-contact .contact-left .para {
  max-width: 38.9375rem;
  margin-top: 2rem;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media (max-width:600px) {
  .sec-contact .contact-left .para {
    display: none;
  }
}
@media (max-width:600px) {
  .sec-contact .contact-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width:600px) {
  .sec-contact {
    padding: 9.5rem 0 5rem;
  }
}

.contact-form-wrapper {
  padding: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.3%;
          flex: 0 0 48.3%;
  max-width: 48.3%;
  border-radius: 1rem;
  background: #002B64;
  border: 1px solid #4464AC;
}
@media (max-width:600px) {
  .contact-form-wrapper {
    margin-top: 2.29rem;
    padding: 1.7142857143rem 1.1428571429rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: 100%;
    border-radius: 1.14286rem;
  }
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-form .two-col {
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .two-col .form-group {
  padding: 0 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.contact-form .two-col .form-group.has-error label.error {
  color: #f00;
  position: absolute;
  bottom: -1.5rem;
  width: 100%;
  left: 1rem;
}
@media (max-width:600px) {
  .contact-form .two-col .form-group.has-error label.error {
    left: 0;
    bottom: -1.3rem;
  }
}
.contact-form .two-col .form-group.has-error .form-control {
  border-color: #f00;
}
@media (max-width:600px) {
  .contact-form .two-col .form-group {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
@media (max-width:600px) {
  .contact-form .two-col {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form .form-group {
  margin-bottom: 2rem;
  position: relative;
}
.contact-form .form-group .error-message {
  display: none;
}
.contact-form .form-group.has-error .error-message {
  display: block;
  color: #f00;
  position: absolute;
  bottom: -1.5rem;
  width: 100%;
  left: 0;
}
@media (max-width:600px) {
  .contact-form .form-group.has-error .error-message {
    left: 0;
    bottom: -1.3rem;
  }
}
.contact-form .form-group.has-error label.error {
  color: #f00;
  position: absolute;
  bottom: -1.5rem;
  width: 100%;
  left: 0;
}
@media (max-width:600px) {
  .contact-form .form-group.has-error label.error {
    left: 0;
    bottom: -1.3rem;
  }
}
.contact-form .form-group.has-error .select2-container .select2-selection {
  border-color: #f00;
}
.contact-form .form-group.has-error .form-control {
  border-color: #f00;
}
@media (max-width:600px) {
  .contact-form .form-group {
    margin-bottom: 2rem;
  }
}
.contact-form .form-group .placeholder {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  padding: 0 5px;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width:600px) {
  .contact-form .form-group .placeholder {
    left: 1.14rem;
    padding: 0;
  }
}
.contact-form .form-group.companyFeild .placeholder {
  left: 1.5rem;
}
@media (max-width:600px) {
  .contact-form .form-group.companyFeild .placeholder {
    left: 1.14rem;
  }
}
.contact-form .form-group.country-select .placeholder {
  left: 1.5rem;
}
@media (max-width:600px) {
  .contact-form .form-group.country-select .placeholder {
    left: 1.14rem;
  }
}
.contact-form .form-group.designation-select {
  height: 5rem;
  padding-bottom: 0.5rem;
}
@media (max-width:600px) {
  .contact-form .form-group.designation-select {
    height: 4rem;
    padding-bottom: 0;
  }
}
.contact-form .form-group.designation-select .select2-container {
  height: 100%;
}
.contact-form .form-group.designation-select .select2-container .select2-selection {
  height: 100%;
}
.contact-form .form-group.designation-select .placeholder {
  left: 1.5rem;
  top: 45%;
}
@media (max-width:600px) {
  .contact-form .form-group.designation-select .placeholder {
    left: 1.14rem;
  }
}
.contact-form .form-group.designation-select select:focus ~ .placeholder, .contact-form .form-group.designation-select select.has-value ~ .placeholder {
  top: 0;
  font-size: 1rem;
  background-color: #002b64;
}
@media (max-width:600px) {
  .contact-form .form-group.designation-select select:focus ~ .placeholder, .contact-form .form-group.designation-select select.has-value ~ .placeholder {
    padding: 0 3px;
  }
}
.contact-form .submit-btn:disabled {
  opacity: 0.3;
}
.contact-form .submit-btn:disabled:hover {
  background-color: transparent;
}
.contact-form .submit-btn:disabled:hover span {
  color: #fff;
}
@media (max-width:600px) {
  .contact-form .submit-btn {
    margin-top: 1.1428571429rem;
  }
}

.form-control, .fake-select {
  width: 100%;
  line-height: 140%;
  padding: 1.47rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 300;
  border-radius: 0.5rem;
  color: #ffffff;
  background: transparent;
  border: 1px solid #4464AC;
  outline: unset;
  z-index: 1;
}
.form-control:has(.menu--open), .fake-select:has(.menu--open) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-control::-webkit-input-placeholder, .fake-select::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: #ffffff;
}
.form-control::-moz-placeholder, .fake-select::-moz-placeholder {
  font-size: 1.125rem;
  color: #ffffff;
}
.form-control:-ms-input-placeholder, .fake-select:-ms-input-placeholder {
  font-size: 1.125rem;
  color: #ffffff;
}
.form-control::-ms-input-placeholder, .fake-select::-ms-input-placeholder {
  font-size: 1.125rem;
  color: #ffffff;
}
.form-control::placeholder, .fake-select::placeholder {
  font-size: 1.125rem;
  color: #ffffff;
}
.form-control:focus-visible, .fake-select:focus-visible {
  border-color: #fff;
}
.form-control.fake-select, .fake-select.fake-select {
  padding: 0;
}
.form-control.has-value .niceCountryInputMenuDefaultText a a .niceCountryInputMenuCountryFlag, .fake-select.has-value .niceCountryInputMenuDefaultText a a .niceCountryInputMenuCountryFlag {
  display: block;
}
.form-control:focus ~ .placeholder, .form-control.has-value ~ .placeholder, .form-control:valid ~ .placeholder, .fake-select:focus ~ .placeholder, .fake-select.has-value ~ .placeholder, .fake-select:valid ~ .placeholder {
  top: 0;
  font-size: 1rem;
  background-color: #002b64;
}
@media (max-width:600px) {
  .form-control:focus ~ .placeholder, .form-control.has-value ~ .placeholder, .form-control:valid ~ .placeholder, .fake-select:focus ~ .placeholder, .fake-select.has-value ~ .placeholder, .fake-select:valid ~ .placeholder {
    padding: 0 3px;
  }
}
@media (max-width:600px) {
  .form-control, .fake-select {
    padding: 1.14rem;
    border-radius: 0.57143rem;
  }
}

.form-message {
  margin-top: 2rem;
  font-size: 14px;
  padding: 20px;
  border-radius: 6px;
  display: none;
}
.form-message h5 {
  margin-bottom: 1rem;
}
.form-message p {
  font-size: 1rem;
}
.form-message.success {
  color: #0f0;
  border: 1px solid #fff;
}
.form-message.error {
  color: #f00;
  background-color: rgba(255, 0, 0, 0.1);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.31%, #4464ac), color-stop(48.3%, rgba(68, 100, 172, 0))), #002b64;
  background: linear-gradient(0deg, #4464ac 5.31%, rgba(68, 100, 172, 0) 48.3%), #002b64;
  color: white;
  padding: 2rem;
  z-index: 9999;
  display: none;
  max-width: 70%;
  left: 50%;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  -webkit-box-shadow: 0 -2px 10px rgba(255, 255, 255, 0.15);
          box-shadow: 0 -2px 10px rgba(255, 255, 255, 0.15);
}
@media (max-width:991px) {
  .cookie-banner {
    max-width: 90%;
  }
}
.cookie-banner .cookie-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:767px) {
  .cookie-banner .cookie-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
}
@media (max-width:767px) {
  .cookie-banner .cookie-content .content {
    width: 100%;
  }
}
.cookie-banner .cookie-content p {
  margin: 0;
  color: #fff;
}
@media (max-width:991px) {
  .cookie-banner .cookie-content p {
    font-size: 1.5rem;
  }
}
@media (max-width:767px) {
  .cookie-banner .cookie-content p {
    font-size: 0.875rem;
  }
}
.cookie-banner .cookie-content p a {
  color: #fff;
  text-decoration: underline !important;
  font-weight: 600;
}
@media (max-width:991px) {
  .cookie-banner .cookie-content p a {
    max-width: 90%;
  }
}
.cookie-banner .cookie-content p a:hover {
  text-decoration: none;
}
.cookie-banner .cookie-content .cookie-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width:767px) {
  .cookie-banner .cookie-content .cookie-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media (max-width:767px) {
  .cookie-banner .cookie-content .cookie-buttons button {
    width: 100%;
  }
}
@media (max-width:991px) {
  .cookie-banner .cookie-content .cookie-buttons button span {
    font-size: 1.5rem;
  }
}
@media (max-width:767px) {
  .cookie-banner .cookie-content .cookie-buttons button span {
    font-size: 0.875rem;
  }
}

.inner_content_page {
  background-color: rgb(0, 43, 100);
}
.inner_content_page .content_page {
  padding: 3rem 0 0;
}
.inner_content_page .content_page h1,
.inner_content_page .content_page h2,
.inner_content_page .content_page h3,
.inner_content_page .content_page h4,
.inner_content_page .content_page h5,
.inner_content_page .content_page h6 {
  padding: 1rem 0;
}
.inner_content_page .content_page p {
  font-weight: 300;
  line-height: 140%;
  padding: 0.5rem 0;
  font-size: 1.25rem;
}
@media (max-width:600px) {
  .inner_content_page .content_page p {
    font-size: 1.286rem;
    line-height: 150%;
  }
}
.inner_content_page .content_page ul, .inner_content_page .content_page ol {
  padding: 1rem 0;
  padding-left: 1rem;
}
.inner_content_page .content_page ul li, .inner_content_page .content_page ol li {
  color: #ffffff;
  padding: 0.5rem 0;
  list-style: initial;
}
.inner_content_page .content_page ol {
  padding-left: 1rem;
}
.inner_content_page .content_page ol li {
  list-style: auto;
  padding-left: 0.5rem;
}
.inner_content_page .content_page a {
  position: relative;
  font-weight: 300;
  line-height: 160%;
  font-size: 1.125rem;
}
@media (max-width:600px) {
  .inner_content_page .content_page a {
    font-size: 1rem;
  }
}
.inner_content_page .content_page a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width:600px) {
  .inner_content_page .content_page {
    padding: 0;
  }
}

.c-excellence, .faculty-carousel {
  overflow: hidden;
  width: 100vw;
  background-color: #002B64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17.69rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.c-excellence .dotted-circle, .faculty-carousel .dotted-circle {
  position: absolute;
  top: 0;
  left: 10%;
  pointer-events: none;
}
.c-excellence .dotted-line, .faculty-carousel .dotted-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 1px;
  /* Line thickness */
  height: 12.4375rem;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.3) 2px, transparent 2px, transparent 4px);
}
.c-excellence .dotted-line.sty2, .faculty-carousel .dotted-line.sty2 {
  display: none;
}
@media (max-width: 600px) {
  .c-excellence .dotted-line.sty2, .faculty-carousel .dotted-line.sty2 {
    display: block;
    top: auto;
    bottom: 0;
    height: 3.71429rem;
  }
}
.c-excellence .dotted-line:before, .faculty-carousel .dotted-line:before {
  content: "";
  position: absolute;
  width: 6.625rem;
  height: 1px;
  background-color: #8BBE4C;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 600px) {
  .c-excellence .dotted-line:before, .faculty-carousel .dotted-line:before {
    width: 3.5rem;
  }
}
@media (max-width: 600px) {
  .c-excellence .dotted-line, .faculty-carousel .dotted-line {
    height: 5.5rem;
  }
}
.c-excellence .dotted-line-bot, .faculty-carousel .dotted-line-bot {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  /* Line thickness */
  height: 22.01vw;
  /* Line height */
  background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.3) 2px, transparent 2px, transparent 4px);
}
@media (max-width: 600px) {
  .c-excellence .dotted-line-bot, .faculty-carousel .dotted-line-bot {
    z-index: 0;
    height: 3.25rem;
  }
  .c-excellence .dotted-line-bot::before, .faculty-carousel .dotted-line-bot::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    width: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.c-excellence .bg-overlay, .faculty-carousel .bg-overlay {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 99.29719rem;
  left: 10.813rem;
  position: absolute;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 600px) {
  .c-excellence .bg-overlay, .faculty-carousel .bg-overlay {
    display: none;
  }
}
.c-excellence .bg-overlay img, .faculty-carousel .bg-overlay img {
  border-radius: 106.29719rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 99.29719rem;
  height: 80%;
  left: -12.187rem;
  pointer-events: none;
  position: absolute;
  top: -18.25rem;
  -webkit-transform: rotate(-182.29deg);
      -ms-transform: rotate(-182.29deg);
          transform: rotate(-182.29deg);
  width: 67.28975rem;
  width: 100%;
}

.faculty-carousel .js-swiper {
  cursor: pointer;
}
@media (max-width: 600px) {
  .faculty-carousel .body2 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .faculty-carousel {
    padding-top: 8rem;
    padding-bottom: 8.29rem;
  }
}
.faculty-carousel .container--custom {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .faculty-carousel .container--custom {
    margin-bottom: 32px;
  }
}
.faculty-carousel .swiper-button-prev, .faculty-carousel .swiper-button-next, .faculty-carousel .swiper-scrollbar {
  display: none;
}
.faculty-carousel .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
}
.faculty-carousel .content-wrapper .caption {
  margin-top: 2px;
  line-height: 1em;
}
.faculty-carousel .content-wrapper .caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 920px) {
  .faculty-carousel .content-wrapper .caption-wrapper {
    margin-bottom: 1.74vw;
  }
}
@media (max-width: 600px) {
  .faculty-carousel .content-wrapper .caption-wrapper {
    gap: 0.5rem;
    margin-bottom: 25px;
  }
}
.faculty-carousel .content-wrapper .caption-wrapper .star-bullet-point {
  width: 0.625rem;
  height: 0.625rem;
}
.faculty-carousel .content-wrapper .title-wrapper {
  margin-bottom: 3rem;
  width: 27.43vw;
  min-width: 343px;
}
@media (max-width: 600px) {
  .faculty-carousel .content-wrapper .title-wrapper {
    margin-bottom: 16px;
  }
}
.faculty-carousel .content-wrapper .title-wrapper .heading2 {
  font-size: 3.5rem;
}
@media (max-width: 600px) {
  .faculty-carousel .content-wrapper .title-wrapper .heading2 {
    font-size: 32px;
  }
}
.faculty-carousel .content-wrapper .para-wrapper {
  width: 26.67vw;
  min-width: 343px;
}
.faculty-carousel .carousel-wrapper {
  width: 140vw;
  margin-left: -20vw;
}
@media (max-width: 550px) {
  .faculty-carousel .carousel-wrapper {
    margin-left: -30vw;
    width: 160vw;
  }
}
@media (max-width: 600px) {
  .faculty-carousel .carousel-wrapper {
    margin-left: -60vw;
    opacity: 1;
    width: 220vw;
  }
}
.faculty-carousel .carousel-wrapper .swiper-slide {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover.is--centered .focus-brackets > i {
  -webkit-transition: border-color 0.6s;
  transition: border-color 0.6s;
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover.is--centered .focus-brackets > i.right {
  -webkit-transition: right 0.6s;
  transition: right 0.6s;
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover.is--centered .focus-brackets > i.left {
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover.is--centered .info {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.faculty-carousel .carousel-wrapper .swiper-slide.swiper-slide-active, .faculty-carousel .carousel-wrapper .swiper-slide.swiper-slide-next, .faculty-carousel .carousel-wrapper .swiper-slide.is--prev-2, .faculty-carousel .carousel-wrapper .swiper-slide.swiper-slide-prev, .faculty-carousel .carousel-wrapper .swiper-slide.is--center-1, .faculty-carousel .carousel-wrapper .swiper-slide.is--center-2 {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.faculty-carousel .carousel-wrapper .swiper-slide.swiper-slide-active {
  z-index: 0;
}
.faculty-carousel .carousel-wrapper .swiper-slide.swiper-slide-next {
  z-index: 1;
}
.faculty-carousel .carousel-wrapper .swiper-slide.is--centered {
  z-index: 2;
}
.faculty-carousel .carousel-wrapper .swiper-slide.is--center-1 {
  z-index: 1;
}
.faculty-carousel .carousel-wrapper .swiper-slide.is--center-2 {
  z-index: 0;
}
.faculty-carousel .carousel-wrapper .swiper-slide .title {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.faculty-carousel .carousel-wrapper .swiper-slide .faculty-img {
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
  opacity: 1;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-initialized {
  pointer-events: none;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide {
  opacity: 0;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered {
  opacity: 1;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .bg::after {
  opacity: 1;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .focus-brackets .top.left,
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .focus-brackets .top.right,
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .focus-brackets .bottom.left,
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .focus-brackets .bottom.right {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .focus-brackets > i {
  border-color: rgba(67, 150, 201, 0.6);
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .focus-brackets > i.right {
  right: 0;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .focus-brackets > i.left {
  left: 0;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .info {
  opacity: 0;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--centered .faculty-img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (min-width: 768px) {
  .faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transform: translate(145%, 0) scale(0.75) rotate(-4deg);
        -ms-transform: translate(145%, 0) scale(0.75) rotate(-4deg);
            transform: translate(145%, 0) scale(0.75) rotate(-4deg);
  }
}
@media (max-width: 767px) {
  .faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--prev-2 {
    opacity: 1;
    -webkit-transform: translate(150%, 0) scale(0.65) rotate(-5deg);
        -ms-transform: translate(150%, 0) scale(0.65) rotate(-5deg);
            transform: translate(150%, 0) scale(0.65) rotate(-5deg);
  }
}
@media (max-width: 767px) {
  .faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.swiper-slide-prev {
    opacity: 1;
    -webkit-transform: translate(75%, 0) scale(0.75) rotate(-4deg);
        -ms-transform: translate(75%, 0) scale(0.75) rotate(-4deg);
            transform: translate(75%, 0) scale(0.75) rotate(-4deg);
  }
}
@media (min-width: 768px) {
  .faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.swiper-slide-next {
    opacity: 1;
    -webkit-transform: translate(70%, 0) scale(0.9) rotate(-3deg);
        -ms-transform: translate(70%, 0) scale(0.9) rotate(-3deg);
            transform: translate(70%, 0) scale(0.9) rotate(-3deg);
  }
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--center-1 {
  opacity: 1;
  -webkit-transform: translate(-75%, 0) scale(0.75) rotate(4deg);
      -ms-transform: translate(-75%, 0) scale(0.75) rotate(4deg);
          transform: translate(-75%, 0) scale(0.75) rotate(4deg);
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--center-1 .faculty-img {
  -webkit-transform: scale(0.9) translate(7%, 5.5%);
      -ms-transform: scale(0.9) translate(7%, 5.5%);
          transform: scale(0.9) translate(7%, 5.5%);
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--center-2 {
  opacity: 1;
  -webkit-transform: translate(-150%, 0) scale(0.65) rotate(5deg);
      -ms-transform: translate(-150%, 0) scale(0.65) rotate(5deg);
          transform: translate(-150%, 0) scale(0.65) rotate(5deg);
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide.is--center-2 .faculty-img {
  -webkit-transform: scale(0.9) translate(7%, 5.5%);
      -ms-transform: scale(0.9) translate(7%, 5.5%);
          transform: scale(0.9) translate(7%, 5.5%);
}
.faculty-carousel .carousel-wrapper.state--collapsed .swiper-slide .faculty-img {
  -webkit-transform: scale(0.9) translate(-5.5%, 5.5%);
      -ms-transform: scale(0.9) translate(-5.5%, 5.5%);
          transform: scale(0.9) translate(-5.5%, 5.5%);
  opacity: 0.6;
}
.faculty-carousel .carousel-wrapper.state--collapsed .title {
  opacity: 0;
}
.faculty-carousel .carousel-wrapper .title {
  line-height: 1em;
  width: 75%;
  color: blue;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 90%;
  padding-right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .faculty-carousel .carousel-wrapper .title {
    width: 90%;
  }
}
.faculty-carousel .carousel-wrapper .info {
  position: relative;
  z-index: 3;
  color: #000;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1440px) {
  .faculty-carousel .carousel-wrapper .info {
    max-width: 60%;
  }
}
@media (max-width: 1300px) {
  .faculty-carousel .carousel-wrapper .info {
    max-width: 70%;
  }
}
@media (max-width: 1200px) {
  .faculty-carousel .carousel-wrapper .info {
    max-width: 80%;
  }
}
.faculty-carousel .carousel-wrapper .info .name {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .faculty-carousel .carousel-wrapper .info .name {
    margin-bottom: 0.5rem;
    font-size: 1.71429rem;
    line-height: 1.3;
  }
}
.faculty-carousel .carousel-wrapper .info .designation {
  font-weight: 300;
  font-size: 1.25rem;
}
@media (max-width: 600px) {
  .faculty-carousel .carousel-wrapper .info .designation {
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }
}
.faculty-carousel .carousel-wrapper .bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95.74%;
  height: 89.1%;
  top: 9.9%;
  right: 4.26%;
  background-color: #dedede;
  border-radius: 0.32vw;
  z-index: 1;
}
@media (max-width: 1366px) {
  .faculty-carousel .carousel-wrapper .bg {
    border-radius: 6px;
  }
}
.faculty-carousel .carousel-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faculty-carousel .carousel-wrapper .swiper-slide .bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#EBEEEF), to(#EBEEEF));
  background: linear-gradient(0deg, #EBEEEF 0%, #EBEEEF 100%);
  overflow: hidden;
}
.faculty-carousel .carousel-wrapper .swiper-slide .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(215deg, #2E8ACA -9.03%, #000E59 35.12%, #46C4CA 115.6%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (max-width: 600px) {
  .faculty-carousel .carousel-wrapper .swiper-slide .bg::after {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
}
.faculty-carousel .carousel-wrapper .swiper-slide .c-title-inner {
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.faculty-carousel .carousel-wrapper .swiper-slide .info {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faculty-carousel .carousel-wrapper .swiper-slide .info .name {
  -webkit-transform: translateY(0.9vw);
      -ms-transform: translateY(0.9vw);
          transform: translateY(0.9vw);
}
.faculty-carousel .carousel-wrapper .swiper-slide .info .designation {
  -webkit-transform: translateY(1.11vw);
      -ms-transform: translateY(1.11vw);
          transform: translateY(1.11vw);
}
.faculty-carousel .carousel-wrapper .swiper-slide .info .name,
.faculty-carousel .carousel-wrapper .swiper-slide .info .designation {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faculty-carousel .carousel-wrapper .swiper-slide .focus-brackets .top.left,
.faculty-carousel .carousel-wrapper .swiper-slide .focus-brackets .top.right,
.faculty-carousel .carousel-wrapper .swiper-slide .focus-brackets .bottom.left,
.faculty-carousel .carousel-wrapper .swiper-slide .focus-brackets .bottom.right {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.faculty-carousel .carousel-wrapper .swiper-slide .focus-brackets .top.left {
  -webkit-transform: translate(50%, 100%);
      -ms-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
}
.faculty-carousel .carousel-wrapper .swiper-slide .focus-brackets .top.right {
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}
.faculty-carousel .carousel-wrapper .swiper-slide .focus-brackets .bottom.left {
  -webkit-transform: translate(50%, -100%);
      -ms-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}
.faculty-carousel .carousel-wrapper .swiper-slide .focus-brackets .bottom.right {
  -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover .bg {
  background: linear-gradient(215deg, #2e8aca -9.03%, #000e59 35.12%, #46c4ca 115.6%);
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover .bg::after {
  opacity: 1;
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover .c-title-inner {
  background: blue;
  color: #fff;
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover .info {
  opacity: 1;
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover .info .name,
.faculty-carousel .carousel-wrapper .swiper-slide.hover .info .designation {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.faculty-carousel .carousel-wrapper .swiper-slide.hover .focus-brackets .top.left,
.faculty-carousel .carousel-wrapper .swiper-slide.hover .focus-brackets .top.right,
.faculty-carousel .carousel-wrapper .swiper-slide.hover .focus-brackets .bottom.left,
.faculty-carousel .carousel-wrapper .swiper-slide.hover .focus-brackets .bottom.right {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.faculty-carousel .carousel-wrapper .faculty-image {
  position: relative;
  margin: 0;
  -webkit-transform: translateX(2.13%);
      -ms-transform: translateX(2.13%);
          transform: translateX(2.13%);
}
.faculty-carousel .carousel-wrapper .slide-inner-wrap {
  width: 22.85vw;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .faculty-carousel .carousel-wrapper .slide-inner-wrap {
    width: 30vw;
  }
}
@media (max-width: 600px) {
  .faculty-carousel .carousel-wrapper .slide-inner-wrap {
    width: 40vw;
  }
}
@media (max-width: 550px) {
  .faculty-carousel .carousel-wrapper .slide-inner-wrap {
    width: 46vw;
  }
}
@media (max-width: 600px) {
  .faculty-carousel .carousel-wrapper .slide-inner-wrap {
    width: 66vw;
    margin-bottom: 2rem;
  }
}
.faculty-carousel .carousel-wrapper .faculty-img {
  position: relative;
  z-index: 2;
  width: calc(95.74% + 2px);
  margin-left: -1px;
  border-radius: 0.32vw;
}
@media (max-width: 1199px) {
  .faculty-carousel .carousel-wrapper .faculty-img {
    width: calc(95.74% + 2px);
    margin-bottom: -3px;
  }
}
.faculty-carousel .carousel-wrapper .focus-brackets {
  position: absolute;
  left: -5.17%;
  top: 4.12%;
  width: 110.33%;
  height: 102.66%;
}
@media (max-width: 601px) {
  .faculty-carousel .carousel-wrapper .focus-brackets {
    display: none;
  }
}
.faculty-carousel .carousel-wrapper .focus-brackets > i {
  position: absolute;
  width: 5.51%;
}
.faculty-carousel .carousel-wrapper .focus-brackets > i.top {
  top: 0;
  border-top: 1px solid transparent;
}
.faculty-carousel .carousel-wrapper .focus-brackets > i.bottom {
  bottom: 0;
  border-bottom: 1px solid transparent;
}
.faculty-carousel .carousel-wrapper .focus-brackets > i.right {
  right: 0;
  border-right: 1px solid transparent;
}
.faculty-carousel .carousel-wrapper .focus-brackets > i.left {
  left: 0;
  border-left: 1px solid transparent;
}
.faculty-carousel .carousel-wrapper .focus-brackets > i.top.left {
  border-radius: 0.21vw 0 0 0;
}
.faculty-carousel .carousel-wrapper .focus-brackets > i.top.right {
  border-radius: 0 0.21vw 0 0;
}
.faculty-carousel .carousel-wrapper .focus-brackets > i.bottom.left {
  border-radius: 0 0 0 0.21vw;
}
.faculty-carousel .carousel-wrapper .focus-brackets > i.bottom.right {
  border-radius: 0 0 0.21vw 0;
}
.faculty-carousel .carousel-wrapper .focus-brackets > i:after {
  content: "";
  padding-top: 100%;
  display: block;
}

.cursor-close,
.custom-cursor {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  font-weight: 500;
  border-radius: 9999px;
  color: white;
  text-align: center;
  font-size: 0.875rem;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  line-height: 1.2;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border: 1px solid white;
  background: rgba(7, 48, 104, 0.8) !important;
  backdrop-filter: blur(2.5px);
  width: 6.94vw;
  height: 6.94vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  display: none;
}
.cursor-close .arrow-left,
.custom-cursor .arrow-left {
  width: 1rem;
  height: 1rem;
  background-image: url(../../assets/img/icon/arow-right.png);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.cursor-close .arrow-right,
.custom-cursor .arrow-right {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background-image: url(../../assets/img/icon/arow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.popup-open .cursor-close,
.popup-open .custom-cursor {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .popup--faculty .body2 {
    font-size: 14px;
  }
}
.popup--faculty .img-wrap {
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .popup--faculty .img-wrap {
    border-radius: 8px;
    margin-bottom: 20px;
  }
}
.popup--faculty .img-wrap img {
  width: 100%;
  display: block;
  margin: 0;
}
@media (max-width: 600px) {
  .popup--faculty .img-wrap img {
    min-height: 257px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.popup--faculty .img-wrap .video-icon {
  cursor: pointer;
  display: block;
  width: 4.31vw;
  height: 4.31vw;
  border: 0.608px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  position: absolute;
  top: 1.39vw;
  right: 1.39vw;
}
@media (max-width: 1440px) {
  .popup--faculty .img-wrap .video-icon {
    width: 62px;
    height: 62px;
    top: 20px;
    right: 20px;
    background-size: 13px auto;
  }
}
@media (max-width: 600px) {
  .popup--faculty .img-wrap .video-icon {
    top: auto;
    bottom: 20px;
  }
}
.popup--faculty .img-wrap .video-icon:after {
  content: "";
  background: url("../img/faculty/icon-play.svg") no-repeat center center;
  background-size: 18% auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.popup--faculty .img-wrap .video-icon:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(calc(10% + 1px), calc(10% + 1px));
      -ms-transform: translate(calc(10% + 1px), calc(10% + 1px));
          transform: translate(calc(10% + 1px), calc(10% + 1px));
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media (max-width: 600px) {
  .popup--faculty .c-title-inner {
    font-size: 12px;
  }
}
.popup--faculty .c-title-inner.title-inner--blue {
  padding: 0.69vw 1.1vw;
  background-color: transparent;
  border: 1px solid blue;
  color: blue;
}
@media (max-width: 600px) {
  .popup--faculty .c-title-inner.title-inner--blue {
    padding: 10px 12px 8px;
  }
}
.popup--faculty .title {
  font-weight: 300;
  color: #002B64;
  margin-bottom: 0.75rem;
}
@media (max-width: 600px) {
  .popup--faculty .title {
    margin-bottom: 8px;
  }
}
.popup--faculty .designation {
  margin-bottom: 1.39vw;
  color: #0F2643;
}
@media (max-width: 600px) {
  .popup--faculty .designation {
    margin-bottom: 17px;
  }
}
.popup--faculty .main-info {
  margin-bottom: 1.5rem;
  font-size: 0;
}
@media (max-width: 600px) {
  .popup--faculty .main-info {
    margin-bottom: 20px;
  }
}
.popup--faculty .info-list {
  color: #000;
  margin-bottom: clamp(20px, 1.94vw, 1.94vw);
  font-size: clamp(14px, 0.875rem, 0.875rem);
}
.popup--faculty .info-list li {
  margin-bottom: clamp(12px, 1.11vw, 1.11vw);
  padding-left: clamp(30px, 2.22vw, 2.22vw);
}
.popup--faculty .info-list li:last-child {
  margin-bottom: 0;
}
.popup--faculty .info-list li.has-icon--edu, .popup--faculty .info-list li.has-icon--loc {
  background: url("../img/faculty/icon-edu.svg") no-repeat left center;
  background-size: clamp(20px, 1.39vw, 1.39vw) auto;
}
.popup--faculty .info-list li.has-icon--loc {
  background-image: url("../img/svg/experience.svg");
}
.popup--faculty .details {
  color: #000;
}
@media (max-width: 600px) {
  .popup--faculty .details {
    font-size: 1rem;
    line-height: 160%;
  }
}
.popup--faculty .details h5 {
  color: #002B64;
  margin-bottom: 1.5rem;
}
.popup--faculty .details p {
  margin: 0;
  color: #002B64;
  /*rtl:raw:line-height: 1.6; */
}
.designation-title {
  color: #002B64;
  font-weight: 300;
  letter-spacing: -0.01125rem;
}
.c-title-inner {
  background: #fff;
  border-radius: 0.28vw;
  padding: 0.69vw;
  display: block;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 500;
  line-height: 1.2;
  font-size: clamp(12px, 0.75rem, 0.75rem);
}
@media (max-width: 1366px) {
  .c-title-inner {
    border-radius: 4px;
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .c-title-inner {
    letter-spacing: 0.06rem;
    padding: 10.5px 14px;
    line-height: 1.2;
  }
}
.c-title-inner.title-inner--blue {
  background: blue;
  color: #fff;
}
@media (max-width: 600px) {
  .c-title-inner.title-inner--blue {
    background: #fff;
    color: #000;
  }
}

body.no-scroll {
  overflow: hidden;
}

/* Keep the popup always in the DOM, but hidden */
.popup {
  display: none;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.loaded .popup {
  z-index: 99999;
}
.popup .popup-close-btn {
  display: none;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.popup .popup-close-btn svg path {
  stroke: #0f2643;
}
@media (max-width: 1366px) {
  .popup .popup-close-btn {
    display: block;
  }
}
@media (max-width:600px) {
  .popup .popup-close-btn {
    margin-bottom: 0.75rem;
  }
}
.popup .popup-close-btn span {
  display: none;
}

.popup.active {
  display: block;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* Overlay fades in */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  cursor: none;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup.post-active .popup-overlay {
  opacity: 1;
  width: 58.33vw;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

/* Content slides in from the right */
.popup-content {
  background: #fff;
  padding: 2.5vw 2.78vw;
  position: fixed;
  top: 0;
  right: 0;
  width: 41.67vw;
  height: 100%;
  z-index: 1010;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url(../../assets/img/bg/form-bg.jpg);
}
.popup-content.select-open {
  overflow: hidden;
}
.popup-content.dottedBg::before {
  opacity: 0;
}
@media (max-width: 1200px) {
  .popup-content {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  .popup-content {
    width: 100vw;
    padding: 16px;
  }
}
@media (max-width: 600px) {
  .popup-content {
    background: #E5E6E6;
  }
  .popup-content.dottedBg::before {
    opacity: 0.1;
  }
}
.popup-content .form-close-btn {
  display: none;
}
@media (max-width:600px) {
  .popup-content .form-close-btn {
    display: block;
  }
}

.popup.post-active .popup-content {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.cursor-close {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width:1280px) {
  .cursor-close {
    display: none !important;
  }
}

.form-content .modal-form-heading {
  color: #0f2643;
}
@media (max-width:600px) {
  .form-content .modal-form-heading {
    font-size: 2rem;
  }
}
.form-content .form-description {
  color: #0f2643;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.form-content #webToLeadForm {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width:600px) {
  .form-content #webToLeadForm {
    gap: 0.5rem;
  }
}
.form-content #webToLeadForm .form-group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  width: 100%;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group-wrapper {
    gap: 0.5rem;
  }
}
.form-content #webToLeadForm .form-group {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content #webToLeadForm .form-group .input-label {
  position: absolute;
  top: 50%;
  color: #0f2643;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  z-index: 9;
  pointer-events: none;
}
.form-content #webToLeadForm .form-group .input-txt-field {
  width: 100%;
  padding: 2.25rem 1rem 0.75rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(15, 38, 67, 0.12);
  background: transparent !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 4.125rem;
  /* Target autofill styles for Chrome, Safari, Edge */
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group .input-txt-field {
    background: #fff !important;
    padding: 1.88rem 1rem 0.63rem 1rem;
    max-height: 3.625rem;
  }
}
.form-content #webToLeadForm .form-group .input-txt-field::-webkit-input-placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group .input-txt-field::-moz-placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group .input-txt-field:-ms-input-placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group .input-txt-field::-ms-input-placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group .input-txt-field::placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group .input-txt-field:focus {
  outline: none;
  background-color: transparent;
}
.form-content #webToLeadForm .form-group .input-txt-field:active {
  background-color: transparent;
}
.form-content #webToLeadForm .form-group .input-txt-field.error {
  border-color: #ca382f;
}
.form-content #webToLeadForm .form-group .input-txt-field:-webkit-autofill, .form-content #webToLeadForm .form-group .input-txt-field:-webkit-autofill:hover, .form-content #webToLeadForm .form-group .input-txt-field:-webkit-autofill:focus, .form-content #webToLeadForm .form-group .input-txt-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form-content #webToLeadForm .form-group.active .input-label {
  top: 0.75rem;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.75rem !important;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group.active .input-label {
    top: 0.63rem;
  }
}
.form-content #webToLeadForm .iti-form-group {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: transparent;
  border: 1px solid rgba(15, 38, 67, 0.12);
  border-radius: 0.25rem;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .iti-form-group {
    background: #fff;
  }
}
.form-content #webToLeadForm .iti-form-group .input-label {
  position: absolute;
  left: 1rem;
  z-index: 9;
  top: 0.75rem;
  pointer-events: none;
  color: #0f2643;
  font-size: 0.75rem !important;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .iti-form-group .input-label {
    top: 0.63rem;
  }
}
.form-content #webToLeadForm .iti-form-group .flag-container {
  padding: 2.2rem 1rem 0.75rem 1rem;
  max-height: 4.125rem;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .iti-form-group .flag-container {
    padding: 1.82rem 1rem 0.63rem 1rem;
    max-height: 3.625rem;
  }
}
.form-content #webToLeadForm .iti-form-group .iti {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-content #webToLeadForm .iti-form-group .iti .iti__flag-container {
  right: 0;
  left: auto;
}
.form-content #webToLeadForm .iti-form-group .iti .iti__flag-container::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 1.5rem);
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #dce1e4;
  margin: 0.75rem 0;
}
.form-content #webToLeadForm .iti-form-group .iti .iti__flag-container .iti__selected-flag {
  background: transparent;
  padding: 0 1rem 0 1rem;
}
.form-content #webToLeadForm .iti-form-group .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  opacity: 0;
  width: 0;
  margin: 0;
}
.form-content #webToLeadForm .iti-form-group .iti .iti__flag-container .iti__selected-flag .iti__arrow {
  background-image: url(../../../assets/img/svg/chevron-down.svg);
  background-color: transparent;
  background-size: contain;
  border: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 0.75rem;
}
.form-content #webToLeadForm .iti-form-group .iti .iti__flag-container .iti__selected-flag .iti__arrow.iti__arrow--up {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form-content #webToLeadForm .iti-form-group .iti .iti__flag-container .iti__country-list {
  right: 0;
  z-index: 100000000000000000;
  white-space: normal;
  border-radius: 0.25rem;
}
.form-content #webToLeadForm .iti-form-group .iti .number-txt-field {
  width: 100%;
  padding: 2.25rem 6rem 0.75rem 1rem;
  padding-left: 0rem !important;
  max-height: 4.125rem;
  border: none;
  background-color: transparent;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .iti-form-group .iti .number-txt-field {
    padding: 1.88rem 5.5rem 0.63rem 1rem;
    max-height: 3.625rem;
  }
}
.form-content #webToLeadForm .iti-form-group.error {
  border-color: #ca382f;
}
.form-content #webToLeadForm .iti-form-group.active .input-label {
  font-size: 0.75rem !important;
}
.form-content #webToLeadForm .form-group-select {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content #webToLeadForm .form-group-select .input-label {
  position: absolute;
  top: 50%;
  color: #0f2643;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  z-index: 99999;
  pointer-events: none;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group-select .input-label {
    z-index: 99999999;
  }
}
.form-content #webToLeadForm .form-group-select .select2-container--default {
  width: 100% !important;
}
.form-content #webToLeadForm .form-group-select .select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.125rem;
  padding: 2.25rem 1rem 0.75rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(15, 38, 67, 0.12);
  background: transparent !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  max-height: 4.125rem;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group-select .select2-container--default .select2-selection--single {
    background: #fff !important;
    max-height: 3.625rem;
    padding: 1.88rem 1rem 0.63rem 1rem;
  }
}
.form-content #webToLeadForm .form-group-select .select2-container--default .select2-selection--single::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1rem;
  height: 1rem;
  background-image: url("/assets/img/svg/dropdown-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.form-content #webToLeadForm .form-group-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.00875rem;
  margin: 0;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
  }
}
.form-content #webToLeadForm .form-group-select .select2-container--default .select2-selection--single.error {
  border-color: #ca382f;
}
.form-content #webToLeadForm .form-group-select .select2-container--default .select2-selection__arrow {
  display: none;
}
.form-content #webToLeadForm .form-group-select.active .input-label {
  top: 0.75rem;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: #0f2643;
  font-size: 0.75rem !important;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group-select.active .input-label {
    top: 0.63rem;
  }
}
.form-content #webToLeadForm .form-group-textarea {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group-textarea {
    overflow: hidden;
  }
}
.form-content #webToLeadForm .form-group-textarea .input-label {
  background-image: url(../../assets/img/bg/form-bg.jpg);
  position: absolute;
  color: #0f2643;
  pointer-events: none;
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-left: 1rem;
  width: calc(100% - 2px);
  top: 1px;
  left: 1px;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group-textarea .input-label {
    background-image: none;
    background-color: #fff;
    margin-left: 0;
    padding-left: 1rem;
    top: 1px;
    width: calc(100% - 2px);
    left: 1px;
    background-size: contain;
  }
}
.form-content #webToLeadForm .form-group-textarea .textarea-field {
  resize: none !important;
  width: 100%;
  padding: 2.25rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(15, 38, 67, 0.12);
  background: transparent !important;
  /* Target autofill styles for Chrome, Safari, Edge */
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group-textarea .textarea-field {
    min-height: 1.125rem;
    padding: 1.87rem 1rem 0.63rem;
    min-height: 10rem !important;
    height: 100% !important;
    width: 100%;
    resize: none !important;
    overflow: auto !important;
    background: #fff !important;
  }
}
.form-content #webToLeadForm .form-group-textarea .textarea-field::-webkit-input-placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group-textarea .textarea-field::-moz-placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group-textarea .textarea-field:-ms-input-placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group-textarea .textarea-field::-ms-input-placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group-textarea .textarea-field::placeholder {
  color: #888;
}
.form-content #webToLeadForm .form-group-textarea .textarea-field:focus {
  outline: none;
  background-color: transparent;
}
.form-content #webToLeadForm .form-group-textarea .textarea-field:active {
  background-color: transparent;
}
.form-content #webToLeadForm .form-group-textarea .textarea-field:-webkit-autofill, .form-content #webToLeadForm .form-group-textarea .textarea-field:-webkit-autofill:hover, .form-content #webToLeadForm .form-group-textarea .textarea-field:-webkit-autofill:focus, .form-content #webToLeadForm .form-group-textarea .textarea-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form-content #webToLeadForm .form-group-textarea .textarea-field.error {
  border-color: #ca382f;
}
.form-content #webToLeadForm .form-group-textarea.active .input-label {
  padding-top: 0.75rem;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: #0f2643;
  font-size: 0.75rem !important;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-group-textarea.active .input-label {
    padding-to: 0.63rem;
  }
}
.form-content #webToLeadForm .form-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-btn-wrapper .form-btn {
    padding: 1.156rem 1.875rem;
    height: unset;
    border: none;
  }
  .form-content #webToLeadForm .form-btn-wrapper .form-btn .btn-text {
    line-height: 1.2;
  }
}
@media (max-width:600px) {
  .form-content #webToLeadForm .form-btn-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
    z-index: 2;
  }
}
.form-content #webToLeadForm .form-btn-wrapper .modal-form-err {
  display: none;
  color: #ca382f;
}
.form-content #webToLeadForm .input-label.required::after {
  content: "*";
  color: #ed6a50;
  padding-left: 0.3rem;
}
.form-content.hidden {
  display: none;
}

.submitted-content .submitted-form-heading {
  color: #0f2643;
}
@media (max-width:600px) {
  .submitted-content .submitted-form-heading {
    font-size: 2rem;
  }
}
.submitted-content .responseMessage {
  color: #0f2643;
  margin: 1.25rem 0;
}
@media (max-width:600px) {
  .submitted-content .responseMessage {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
.submitted-content .social-list {
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  visibility: hidden;
}
.submitted-content .social-list * {
  visibility: visible;
}
.submitted-content .social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.submitted-content .social-list a .social-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.submitted-content .social-list a .social-icon path {
  fill: red;
}
@media (max-width:1024px) {
  .submitted-content .social-list a .social-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (max-width:600px) {
  .submitted-content .social-list a .social-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (max-width:600px) {
  .submitted-content .social-list {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    gap: 1rem;
  }
}
.submitted-content.hidden {
  display: none;
}

.select2-container--open .select2-dropdown {
  border-radius: 0.25rem;
  border: 1px solid rgba(15, 38, 67, 0.12);
  background: white;
}
.select2-container--open .select2-results__option {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.00875rem;
  margin: 0;
}
@media (max-width:600px) {
  .select2-container--open .select2-results__option {
    font-size: 0.875rem;
  }
}
.select2-container--open .select2-selection--single:after {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
      -ms-transform: translateY(-50%) rotate(180deg) !important;
          transform: translateY(-50%) rotate(180deg) !important;
}

.select2-results__option:first-child {
  display: none;
}

.iti--container {
  z-index: 9999999 !important;
}

.iti-mobile .iti--container {
  top: 60px !important;
  bottom: 60px !important;
  left: 30px !important;
  right: 0px !important;
  width: 100% !important;
  width: calc(100% - 60px) !important;
  position: fixed;
}
@media (max-width:600px) {
  .iti-mobile .iti--container::after {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    content: "";
    height: 102svh;
    left: -2rem;
    position: absolute;
    top: -4rem;
    width: 100vw;
  }
  .iti-mobile .iti--container::before {
    background-image: url(../../assets/img/svg/crossDark.svg);
    content: "";
    position: absolute;
    right: -1rem;
    top: -2.5rem;
    z-index: 99;
    width: 36px;
    height: 36px;
  }
}

.chairman-message {
  background-color: #002B64;
}
@media (max-width:600px) {
  .chairman-message {
    padding-top: 5.71rem;
    padding-bottom: 5.71rem;
  }
}
.chairman-message .sectionTitle p {
  margin-bottom: 0 !important;
}
.chairman-message .flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:600px) {
  .chairman-message .flexWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.chairman-message .flexWrapper .contentWrapper {
  width: 100%;
  padding-left: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width:1280px) {
  .chairman-message .flexWrapper .contentWrapper {
    padding-left: 8rem;
  }
}
@media (max-width:600px) {
  .chairman-message .flexWrapper .contentWrapper {
    padding-left: 0rem;
  }
}
.chairman-message .flexWrapper .contentWrapper .title {
  margin-top: 2rem;
}
@media (max-width:600px) {
  .chairman-message .flexWrapper .contentWrapper .title {
    margin-top: 1.14rem;
  }
}
.chairman-message .flexWrapper .contentWrapper .title h2 {
  font-size: 3.5rem;
  line-height: 130%;
}
@media (max-width:600px) {
  .chairman-message .flexWrapper .contentWrapper .title h2 {
    font-size: 2rem;
  }
}
.chairman-message .flexWrapper .contentWrapper p {
  padding-top: 1rem;
  margin-bottom: 3rem;
}
@media (max-width:600px) {
  .chairman-message .flexWrapper .contentWrapper p {
    padding-top: 3.43rem;
    margin-bottom: 3.429rem;
  }
}
.chairman-message .flexWrapper .contentWrapper span {
  cursor: pointer;
}
.chairman-message .flexWrapper .contentWrapper .ctaWrap .btn-secondary svg path {
  stroke: none;
}
.chairman-message .flexWrapper .imageWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.8%;
          flex: 0 0 32.8%;
  max-width: 32.8%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width:600px) {
  .chairman-message .flexWrapper .imageWrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.chairman-message .flexWrapper .imageWrapper .mainImage {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display: block;
}

.services-section {
  background-color: #002B64;
  position: relative;
  padding-block: 12.5rem;
}
.services-section .bgCircle {
  position: absolute;
  left: 50%;
  border-radius: 81.25rem;
  width: 81.25rem;
  height: 81.25rem;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #4464AC 0%, rgba(68, 100, 172, 0) 100%);
}
@media (max-width:767px) {
  .services-section .bgCircle {
    display: none;
  }
}
.services-section .sectionTitle {
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width:991px) {
  .services-section .sectionTitle {
    padding-bottom: 3.5714285714rem;
  }
}
.services-section .sectionTitle p {
  color: #8BBE4C;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 140%; /* 1.225rem */
  letter-spacing: 0.0875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.services-section .sectionTitle p span {
  margin-right: 1rem;
}
.services-section .sectionTitle p span svg, .services-section .sectionTitle p span img {
  width: 1rem;
  height: 1rem;
}
@media (max-width:600px) {
  .services-section .sectionTitle > p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.services-section .sectionTitle .flexBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:991px) {
  .services-section .sectionTitle .flexBox {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width:600px) {
  .services-section .sectionTitle .flexBox {
    margin-top: 1.71rem;
  }
}
.services-section .sectionTitle .flexBox .description {
  padding-left: 5rem;
}
@media (max-width:991px) {
  .services-section .sectionTitle .flexBox .description {
    padding-left: 0rem;
  }
}
.services-section .sectionTitle .flexBox .description p {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.25rem;
  text-transform: none;
  display: block;
}
@media (max-width:991px) {
  .services-section .sectionTitle .flexBox .description p {
    font-size: 1.125rem;
    margin-bottom: 0;
    margin-top: 2.5rem;
  }
}
@media (max-width:600px) {
  .services-section .sectionTitle .flexBox .description p {
    font-size: 1.286rem;
    line-height: 150%;
  }
}
@media (max-width:600px) {
  .services-section .sectionTitle .flexBox .description {
    display: none;
  }
}
.services-section .sectionTitle h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50rem;
          flex: 0 0 50rem;
  max-width: 50rem;
  max-width: 100%;
  color: #FFF;
  letter-spacing: -0.1rem;
}
.services-section .sectionTitle h3 br {
  display: none;
}
@media (max-width:600px) {
  .services-section .sectionTitle h3 br {
    display: block;
  }
}
@media (max-width:1280px) {
  .services-section .sectionTitle h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
    max-width: 30rem;
  }
}
@media (max-width:991px) {
  .services-section .sectionTitle h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:600px) {
  .services-section .sectionTitle h3 {
    max-width: 100%;
    font-size: 2.571rem;
    line-height: 130%;
  }
}
.services-section .sectionTitle h3 span {
  color: #8BBE4C;
}
.services-section .video-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 1rem;
}
.services-section .video-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--Neutral-White, #FFF);
}
.services-section .video-wrap .play-btn .play-icon {
  width: 2rem;
  aspect-ratio: 1;
}
@media (max-width:600px) {
  .services-section .video-wrap .play-btn .play-icon {
    width: 1.1428571429rem;
  }
}
@media (max-width:600px) {
  .services-section .video-wrap .play-btn {
    padding: 1.0714285714rem;
    border: 1px solid var(--Neutral-White, #FFF);
  }
}
.services-section .video-wrap .video-elem {
  width: 100%;
  height: 59.0625rem;
  overflow: hidden;
  border-radius: 1rem;
  background: transparent;
}
.services-section .video-wrap .video-elem .vjs-poster {
  overflow: hidden;
  background-color: #002B64;
}
.services-section .video-wrap .video-elem .vjs-poster img {
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section .video-wrap .video-elem .vjs-big-play-button {
  width: 10.625rem;
  height: 10.625rem;
  border-radius: 62.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  margin: 0 !important;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .services-section .video-wrap .video-elem .vjs-big-play-button:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.15);
  }
}
.services-section .video-wrap .video-elem .vjs-big-play-button .vjs-control-text {
  position: absolute;
  z-index: 9999999;
  width: 100%;
  overflow: visible;
  clip: auto;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 1.3rem */
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width:600px) {
  .services-section .video-wrap .video-elem .vjs-big-play-button .vjs-control-text {
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
.services-section .video-wrap .video-elem .vjs-big-play-button .vjs-icon-placeholder:before {
  width: unset;
  height: unset;
  top: 40%;
  font-size: 2.5rem;
  left: 50%;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width:600px) {
  .services-section .video-wrap .video-elem .vjs-big-play-button {
    width: 3.4285714286rem;
    height: 3.4285714286rem;
    border-radius: 0.2857142857rem;
    border: 1px solid transparent;
    background-color: transparent;
    top: 53%;
  }
}
.services-section .video-wrap .video-elem.vjs-paused .vjs-big-play-button {
  display: block !important;
}
.services-section .video-wrap .video-elem.vjs-paused.vjs-waiting .vjs-big-play-button {
  display: none !important;
}
@media (max-width:600px) {
  .services-section .video-wrap .video-elem {
    height: 14rem;
    border-radius: 1.1428571429rem;
  }
}
@media (max-width:600px) {
  .services-section .video-wrap {
    border-radius: 1.1428571429rem;
  }
}
.services-section .description.mobile-only {
  margin-top: 3.6428571429rem;
  display: none;
}
@media (max-width:600px) {
  .services-section .description.mobile-only {
    display: block;
  }
  .services-section .description.mobile-only p {
    color: #FFF;
    font-size: 1.2857142857rem;
    font-weight: 300;
    line-height: 150%; /* 27px */
  }
}
@media (max-width:600px) {
  .services-section {
    padding-block: 5.7142857143rem;
  }
}

.banner-alt-section {
  position: relative;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}
.banner-alt-section.dottedBg:before {
  z-index: 111;
}
.banner-alt-section .banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  width: 100%;
  height: 100%;
  padding-inline: 7.5rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
.banner-alt-section .banner-wrapper .banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.banner-alt-section .banner-wrapper .banner_img .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#002B64), color-stop(30.17%, rgba(0, 43, 100, 0.7)), color-stop(67.04%, rgba(0, 43, 100, 0)));
  background: linear-gradient(0deg, #002B64 0%, rgba(0, 43, 100, 0.7) 30.17%, rgba(0, 43, 100, 0) 67.04%);
}
@media (max-width:600px) {
  .banner-alt-section .banner-wrapper .banner_img .gradient {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(36.85%, #002B64), color-stop(62.03%, rgba(0, 43, 100, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 43, 100, 0.5)), color-stop(17.59%, rgba(0, 43, 100, 0)));
    background: linear-gradient(0deg, #002B64 36.85%, rgba(0, 43, 100, 0) 62.03%), linear-gradient(180deg, rgba(0, 43, 100, 0.5) 0%, rgba(0, 43, 100, 0) 17.59%);
  }
}
.banner-alt-section .banner-wrapper .banner_img .video-desktop {
  display: block;
}
@media (max-width:767px) {
  .banner-alt-section .banner-wrapper .banner_img .video-desktop {
    display: none;
  }
}
.banner-alt-section .banner-wrapper .banner_img .video-mobile {
  display: none;
  width: 100%;
}
@media (max-width:767px) {
  .banner-alt-section .banner-wrapper .banner_img .video-mobile {
    display: block;
  }
}
.banner-alt-section .banner-wrapper .banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:600px) {
  .banner-alt-section .banner-wrapper .banner_img img {
    -o-object-position: 61%;
       object-position: 61%;
  }
}
.banner-alt-section .banner-wrapper .content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 111;
}
.banner-alt-section .banner-wrapper .content-wrapper .heading1 {
  line-height: 7.85714rem;
  letter-spacing: -3px;
  min-width: 60rem;
}
.banner-alt-section .banner-wrapper .content-wrapper .heading1 span {
  color: #8BBE4C;
}
@media (max-width:1280px) {
  .banner-alt-section .banner-wrapper .content-wrapper .heading1 {
    min-width: 30rem;
  }
}
@media (max-width:600px) {
  .banner-alt-section .banner-wrapper .content-wrapper .heading1 {
    min-width: 100%;
    line-height: 4rem;
    letter-spacing: -1.2px;
  }
}
.banner-alt-section .banner-wrapper .content-wrapper .description {
  -webkit-padding-start: 5rem;
          padding-inline-start: 5rem;
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
}
@media (max-width:991px) {
  .banner-alt-section .banner-wrapper .content-wrapper .description {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
}
@media (max-width:991px) {
  .banner-alt-section .banner-wrapper .content-wrapper .description p {
    font-size: 1.125rem;
    margin-bottom: 0;
    margin-top: 2.5rem;
  }
}
@media (max-width:600px) {
  .banner-alt-section .banner-wrapper .content-wrapper .description p {
    font-size: 1.4285714286rem;
    line-height: 140%;
  }
}
@media (max-width:991px) {
  .banner-alt-section .banner-wrapper .content-wrapper {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width:600px) {
  .banner-alt-section .banner-wrapper {
    padding-inline: 1.4285714286rem;
    -webkit-padding-after: 5.7142857143rem;
            padding-block-end: 5.7142857143rem;
  }
}

.methodology-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#4464AC), color-stop(52.22%, rgba(68, 100, 172, 0)));
  background: linear-gradient(180deg, #4464AC 0%, rgba(68, 100, 172, 0) 52.22%);
  background-color: #002b64;
  position: relative;
  overflow: visible;
  min-height: 96.25rem;
}
.methodology-section .bg, .methodology-section .gradient, .methodology-section .blend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.methodology-section .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}
@media (max-width:1280px) {
  .methodology-section .bg img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 14%;
       object-position: 14%;
    height: 100%;
    width: 100%;
  }
}
.methodology-section .gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#4464ac), color-stop(67.53%, rgba(68, 100, 172, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(19.23%, rgba(0, 43, 100, 0)), to(#002B64));
  background: linear-gradient(180deg, #4464ac, rgba(68, 100, 172, 0) 67.53%), linear-gradient(180deg, rgba(0, 43, 100, 0) 19.23%, #002B64 100%);
  background-blend-mode: normal, normal, normal, color, normal;
}
.methodology-section .blend {
  background-color: #002B64;
  mix-blend-mode: color;
}
.methodology-section .sec-padded {
  padding-block: 12.5rem;
}
@media (max-width:600px) {
  .methodology-section .sec-padded {
    padding-block: 5.7142857143rem;
  }
}
.methodology-section .main-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.methodology-section .main-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  max-width: 40rem;
  z-index: 1;
}
.methodology-section .main-wrap .content-wrap h2 {
  line-height: 6.5rem;
}
@media (max-width:600px) {
  .methodology-section .main-wrap .content-wrap h2 {
    line-height: 3.25rem;
  }
}
.methodology-section .main-wrap .content-wrap h2 span {
  color: #8BBE4C;
}
@media (max-width:1280px) {
  .methodology-section .main-wrap .content-wrap {
    -webkit-margin-end: 3rem;
            margin-inline-end: 3rem;
    max-width: 30rem;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap .content-wrap {
    gap: 2.8571428571rem;
  }
}
.methodology-section .main-wrap .method-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
  width: 65rem;
  max-width: 65rem;
  z-index: 1;
}
.methodology-section .main-wrap .method-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem 2rem;
  -webkit-margin-before: -2rem;
          margin-block-start: -2rem;
  background-color: transparent;
  border-top: 0.0625rem solid transparent;
  border-right: 0.0625rem solid #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
  border-left: 0.0625rem solid #ffffff;
  border-radius: 0px 0px 2rem 2rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 350ms, background-color 100ms, border-radius 100ms;
  transition: 350ms, background-color 100ms, border-radius 100ms;
}
.methodology-section .main-wrap .method-wrap .item-wrap .heading2, .methodology-section .main-wrap .method-wrap .item-wrap .heading5 {
  min-width: 51.75rem;
}
@media (max-width:1280px) {
  .methodology-section .main-wrap .method-wrap .item-wrap .heading2, .methodology-section .main-wrap .method-wrap .item-wrap .heading5 {
    min-width: 26.5rem;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap .heading2, .methodology-section .main-wrap .method-wrap .item-wrap .heading5 {
    min-width: 21.5rem;
  }
}
.methodology-section .main-wrap .method-wrap .item-wrap .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  color: #ffffff;
}
.methodology-section .main-wrap .method-wrap .item-wrap .title-wrap .heading2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 130%;
  height: 3.25rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (max-width:1280px) {
  .methodology-section .main-wrap .method-wrap .item-wrap .title-wrap .heading2 {
    height: 6.5rem;
    -webkit-line-clamp: 2;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap .title-wrap .heading2 {
    font-size: 1.7142857143rem;
  }
}
.methodology-section .main-wrap .method-wrap .item-wrap .title-wrap .symbol {
  width: 3rem;
  min-width: 3rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.methodology-section .main-wrap .method-wrap .item-wrap .title-wrap .symbol svg {
  width: 100%;
  height: 100%;
}
.methodology-section .main-wrap .method-wrap .item-wrap .title-wrap .symbol svg path {
  fill: #ffffff;
  -webkit-transition: 350ms;
  transition: 350ms;
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap .title-wrap .symbol svg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap .title-wrap .symbol {
    width: 3.4285714286rem;
    height: 2.8571428571rem;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap .title-wrap {
    gap: 1.1428571429rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.methodology-section .main-wrap .method-wrap .item-wrap .description-wrap {
  overflow: hidden;
  height: 0;
  color: #ffffff;
  -webkit-margin-start: 9.25rem;
          margin-inline-start: 9.25rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  opacity: 0;
  -webkit-transition: 350ms;
  transition: 350ms;
}
.methodology-section .main-wrap .method-wrap .item-wrap .description-wrap .heading5 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap .description-wrap .heading5 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 160%;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap .description-wrap {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.methodology-section .main-wrap .method-wrap .item-wrap.active {
  background-color: #ffffff;
  padding: 2rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  border-radius: 2rem;
  z-index: 1;
}
.methodology-section .main-wrap .method-wrap .item-wrap.active .heading2, .methodology-section .main-wrap .method-wrap .item-wrap.active .heading5 {
  color: #002B64;
}
.methodology-section .main-wrap .method-wrap .item-wrap.active .symbol svg path {
  fill: #8BBE4C;
}
.methodology-section .main-wrap .method-wrap .item-wrap.active .description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 1;
  height: 10rem;
  -webkit-margin-before: 1.75rem;
          margin-block-start: 1.75rem;
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap.active .description-wrap {
    height: 3.1428571429rem;
    -webkit-margin-before: 1.1428571429rem;
            margin-block-start: 1.1428571429rem;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap.active {
    padding: 2.2142857143rem 1.6428571429rem;
    border-radius: 1.1428571429rem;
  }
}
.methodology-section .main-wrap .method-wrap .item-wrap:first-child {
  margin: 0;
  padding: 2rem;
  border: 0.0625rem solid #ffffff;
  border-radius: 2rem;
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap:first-child {
    border-radius: 1.1428571429rem;
    padding: 2.2142857143rem 1.6428571429rem;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap .item-wrap {
    -webkit-margin-before: -1.75rem;
            margin-block-start: -1.75rem;
    border-radius: 0px 0px 1.1428571429rem 1.1428571429rem;
    padding: 3.3571428571rem 1.6428571429rem 2.2142857143rem;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap .method-wrap {
    -webkit-margin-before: 2.8571428571rem;
            margin-block-start: 2.8571428571rem;
    width: 100%;
  }
}
@media (max-width:600px) {
  .methodology-section .main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.explore-aspire-section {
  position: relative;
  background-color: #002b64;
  overflow: visible;
}
.explore-aspire-section .radial-gradient {
  position: absolute;
  right: -27.9375rem;
  top: -24.375rem;
  z-index: 0;
  pointer-events: none;
  border-radius: 105rem;
  width: 105rem;
  height: 105rem;
  background: radial-gradient(50% 50% at 50% 50%, #4464AC 0%, rgba(68, 100, 172, 0.18) 63.94%, rgba(68, 100, 172, 0) 100%);
}
@media (max-width:767px) {
  .explore-aspire-section .radial-gradient {
    display: none;
  }
}
.explore-aspire-section .sec-padded {
  padding-block: 6.25rem;
}
@media (max-width:600px) {
  .explore-aspire-section .sec-padded {
    padding-block: 5.7142857143rem;
  }
}
.explore-aspire-section .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.explore-aspire-section .content-wrapper .content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width:767px) {
  .explore-aspire-section .content-wrapper .content-box .sectionTitle p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.explore-aspire-section .content-wrapper .content-box .title-wrap {
  margin-bottom: 2rem;
}
.explore-aspire-section .content-wrapper .content-box .title-wrap .title {
  margin-top: 2rem;
}
.explore-aspire-section .content-wrapper .content-box .title-wrap .title h2 {
  line-height: 6.5rem;
  letter-spacing: -1.6px;
}
.explore-aspire-section .content-wrapper .content-box .title-wrap .title h2 span {
  color: #8BBE4C;
}
@media (max-width:767px) {
  .explore-aspire-section .content-wrapper .content-box .title-wrap .title h2 {
    font-size: 2.2857142857rem;
    font-weight: 300;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.32px;
  }
}
@media (max-width:767px) {
  .explore-aspire-section .content-wrapper .content-box .title-wrap .title {
    margin-top: 1.1428571429rem;
  }
}
@media (max-width:767px) {
  .explore-aspire-section .content-wrapper .content-box .title-wrap {
    margin-bottom: 3.4285714286rem;
  }
}
.explore-aspire-section .content-wrapper .content-box .txt-wrap {
  margin-top: auto;
}
.explore-aspire-section .content-wrapper .content-box .cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  overflow: hidden;
}
@media (max-width:767px) {
  .explore-aspire-section .content-wrapper .content-box .cta-wrap {
    margin-top: 3.4285714286rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1428571429rem;
  }
}
.explore-aspire-section .content-wrapper .img-wrapper {
  position: relative;
  width: 51.125rem;
  height: 33.75rem;
  border-radius: 1rem;
}
@media (max-width:1280px) {
  .explore-aspire-section .content-wrapper .img-wrapper {
    width: 35.125rem;
  }
}
@media (max-width:991px) {
  .explore-aspire-section .content-wrapper .img-wrapper {
    width: 40.125rem;
  }
}
.explore-aspire-section .content-wrapper .img-wrapper .sectionImage {
  position: absolute;
  right: 0;
  border-radius: 1rem;
  overflow: hidden;
  width: 0%;
  height: 100%;
}
.explore-aspire-section .content-wrapper .img-wrapper .sectionImage img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65%;
     object-position: 65%;
}
@media (max-width:767px) {
  .explore-aspire-section .content-wrapper .img-wrapper .sectionImage {
    border-radius: 0.5714285714rem;
  }
}
.explore-aspire-section .content-wrapper .img-wrapper .bgImg {
  position: absolute;
  top: -2.9rem;
  display: block;
  left: -18.4rem;
  width: 80%;
  pointer-events: none;
  height: auto;
  scale: 0;
}
.explore-aspire-section .content-wrapper .img-wrapper .bgImg img {
  width: 100%;
}
@media (max-width:1440px) {
  .explore-aspire-section .content-wrapper .img-wrapper .bgImg {
    width: 45rem;
  }
}
@media (max-width:1280px) {
  .explore-aspire-section .content-wrapper .img-wrapper .bgImg {
    width: 42rem;
  }
}
@media (max-width:767px) {
  .explore-aspire-section .content-wrapper .img-wrapper .bgImg {
    display: none;
  }
}
@media (max-width:767px) {
  .explore-aspire-section .content-wrapper .img-wrapper {
    width: 100%;
    height: 25.7142857143rem;
    margin-bottom: 3.4285714286rem;
  }
}
@media (max-width:767px) {
  .explore-aspire-section .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}