:root {
  --primary: #F54A61;
  --secondary: #4C12A1;
  --white: #FFFFFF;
  --gray-1: #1A1A1A;
  --gray-2: #666780;
  --gray-3: #F4F5FA;
}

.ebo-icon:before, .ebo-button-arrow:before, .vce-content-slider-arrow:before {
  font-family: vcv-material !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.ebo-icon-arrow-prev:before {
  content: "\ea39";
}
.ebo-icon-arrow-next:before {
  content: "\ea3a";
}

.ebo-button-arrow, .vce-content-slider-arrow {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #F4F5FA;
  color: #666780;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 20px;
}
.ebo-button-arrow svg, .vce-content-slider-arrow svg {
  width: 29px;
  height: 30px;
}
.ebo-button-arrow svg path, .vce-content-slider-arrow svg path {
  fill: #666780;
  transition: fill 0.2s ease;
}
.ebo-button-arrow:hover, .vce-content-slider-arrow:hover {
  background: #4C12A1;
  color: #fff;
}
.ebo-button-arrow:hover svg path, .vce-content-slider-arrow:hover svg path {
  fill: #fff;
}
.ebo-button-arrow:disabled, .vce-content-slider-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .ebo-button-arrow, .vce-content-slider-arrow {
    width: 40px;
    height: 40px;
  }
}

.ebo-button, header#header #main-menu ul.nav li.book-btn a, html body .vce-button--style-basic-wrapper a, html body .vce-button--style-basic-wrapper button,
html body .vce-button--style-outline-wrapper a,
html body .vce-button--style-outline-wrapper button {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-color: #F54A61;
  padding: 14px 18px;
  color: #FFF;
  border: none;
  border-radius: 12px;
  font-weight: 600;
}

.drop-shadow {
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}

.video-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 30px 10px 10px;
  background: #4C12A1;
  border-radius: 60px;
  color: white !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .video-button {
    font-size: 20px;
  }
}
.video-button * {
  transition: all 0.3s ease;
}
.video-button:focus {
  text-decoration: none;
}
.video-button:hover {
  color: white !important;
  text-decoration: none;
  background: #F54A61;
}
.video-button:hover .play-icon {
  background: #4C12A1;
}
.video-button:hover .play-icon svg {
  transform: scale(1.2);
}
.video-button .play-icon {
  width: 45px;
  height: 45px;
  background: #F54A61;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .video-button .play-icon {
    width: 60px;
    height: 60px;
  }
}

.industry-accolades .vce {
  margin-bottom: 0;
}

.ebo-awards-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ebo-awards-grid > * {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .ebo-awards-grid > * {
    width: 25%;
  }
}

.ebo-award:not(:has(.ebo-award-link)),
.ebo-award-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
  padding: 30px 15px;
  border-radius: 20px;
}

.ebo-award-link:focus,
.ebo-award-link:hover {
  background-color: #FFF;
  text-decoration: none;
}

.ebo-award-result {
  font-size: 12px;
  color: #4C12A1;
}

.ebo-award-title {
  font-weight: 500;
  color: #1A1A1A;
  text-wrap: pretty;
}
@media (max-width: 768px) {
  .ebo-award-title {
    font-size: 12px;
  }
}

.ebo-toggle-button button {
  display: inline-flex !important;
  align-self: center;
  gap: 10px;
}
.ebo-toggle-button button::before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"%3E%3Cg clip-path="url(%23a)"%3E%3Cpath fill="%234C12A1" d="M8.5 0a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm0 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Zm0 2.5a.8.8 0 0 1 .8.8v2.4h2.4a.8.8 0 0 1 0 1.6H9.3v2.4a.8.8 0 0 1-1.6 0V8.8H5.3a.8.8 0 0 1 0-1.6h2.4V4.8a.8.8 0 0 1 .8-.8Z"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="a"%3E%3Cpath fill="%23fff" d="M.5 0h16v16H.5z"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.2s ease, filter 0.2s ease;
  display: inline-flex;
}
.ebo-toggle-button button:hover::before {
  filter: brightness(0) saturate(100%) invert(100%);
}
.ebo-toggle-button button.ebo-toggle-expanded::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"%3E%3Cg clip-path="url(%23a)"%3E%3Cpath fill="%234C12A1" d="M8.5 0a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm0 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Zm3.2 5.7a.8.8 0 0 1 0 1.6H5.3a.8.8 0 0 1 0-1.6h6.4Z"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="a"%3E%3Cpath fill="%23fff" d="M.5 0h16v16H.5z"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
}
.ebo-toggle-button button.ebo-toggle-expanded:hover::before {
  filter: brightness(0) saturate(100%) invert(100%);
}

.logo-tile {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-tile[onclick] {
  cursor: pointer;
}
@media (min-width: 768px) {
  .logo-tile {
    padding: 20px 40px;
  }
}
.logo-tile:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.logo-tile .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
@media (min-width: 575px) {
  .logo-tile .logo {
    min-height: 50px;
  }
}
@media (min-width: 768px) {
  .logo-tile .logo {
    min-height: 60px;
  }
}
.logo-tile .logo img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 575px) {
  .logo-tile .logo img {
    max-height: 50px;
  }
}
@media (min-width: 768px) {
  .logo-tile .logo img {
    max-height: 60px;
  }
}
.logo-tile .logo-placeholder {
  background: #f8f9fa;
  border: 2px dashed #e1e5e9;
  border-radius: 8px;
  color: #6c757d;
  font-size: 0.75rem;
  font-weight: 500;
}
.logo-tile .logo-placeholder span {
  display: block;
  padding: 8px 4px;
  line-height: 1.2;
}

.ebo-banner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ebo-banner-container:not(.ebo-banner-loaded) {
  min-height: 500px;
}
@media (min-width: 1024px) {
  .ebo-banner-container:not(.ebo-banner-loaded) {
    min-height: 42vw;
  }
}
@media (min-width: 1300px) {
  .ebo-banner-container:not(.ebo-banner-loaded) {
    min-height: 580px;
  }
}
.ebo-banner-container .swiper-slide {
  height: 100%;
}
.ebo-banner-container.ebo-banner-loaded .ebo-banner-swiper .swiper-slide:first-child .fade-in:not(.ebo-animate-in),
.ebo-banner-container.ebo-banner-loaded .ebo-banner-swiper .swiper-slide:first-child .fade-in-up:not(.ebo-animate-in) {
  opacity: 0 !important;
  transform: translateY(30px) !important;
}
@media (min-width: 1024px) {
  .ebo-banner-container.ebo-banner-loaded .ebo-banner-swiper .swiper-slide:first-child .fade-in:not(.ebo-animate-in),
  .ebo-banner-container.ebo-banner-loaded .ebo-banner-swiper .swiper-slide:first-child .fade-in-up:not(.ebo-animate-in) {
    transform: translateY(50px) !important;
  }
}
.ebo-banner-container .ebo-banner-swiper {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .ebo-banner-container .ebo-banner-swiper {
    height: 42vw;
  }
}
@media (min-width: 1300px) {
  .ebo-banner-container .ebo-banner-swiper {
    height: 580px;
  }
}
.ebo-banner-container .ebo-banner-swiper .swiper-slide:first-child {
  opacity: 1 !important;
  display: block !important;
}
.ebo-banner-container .ebo-banner-swiper .swiper-slide:first-child .fade-in,
.ebo-banner-container .ebo-banner-swiper .swiper-slide:first-child .fade-in-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
}
.ebo-banner-container .ebo-banner-swiper .swiper-slide:not(:first-child) {
  opacity: 0;
  display: none;
}
.ebo-banner-container .ebo-banner-swiper.swiper-initialized .swiper-slide:not(:first-child) {
  opacity: initial;
  display: initial;
}
.ebo-banner-container .ebo-banner-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ebo-banner-container .ebo-banner-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ebo-banner-container .ebo-banner-backgrounds img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ebo-banner-container .ebo-banner-backgrounds .ebo-bg-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .ebo-banner-container .ebo-banner-backgrounds .ebo-bg-mobile {
    display: none;
  }
}
.ebo-banner-container .ebo-banner-backgrounds .ebo-bg-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .ebo-banner-container .ebo-banner-backgrounds .ebo-bg-desktop {
    display: block;
  }
}
.ebo-banner-container .ebo-banner-main-container {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px 0 20px;
  min-height: 500px;
  align-items: center;
}
@media (min-width: 575px) and (max-width: 768px) {
  .ebo-banner-container .ebo-banner-main-container {
    padding: 50px 50px 0 50px;
  }
}
@media (min-width: 1024px) {
  .ebo-banner-container .ebo-banner-main-container {
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    min-height: auto;
  }
}
@media (min-width: 1300px) {
  .ebo-banner-container .ebo-banner-main-container {
    padding: 0 15px;
  }
}
.ebo-banner-container .ebo-banner-content {
  width: 100%;
  max-width: 768px;
}
@media (min-width: 1024px) {
  .ebo-banner-container .ebo-banner-content {
    width: 40%;
  }
}
.ebo-banner-container .ebo-banner-text {
  color: white;
}
.ebo-banner-container .ebo-banner-heading {
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
  text-wrap: balance;
}
@media (min-width: 575px) {
  .ebo-banner-container .ebo-banner-heading {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1300px) {
  .ebo-banner-container .ebo-banner-heading {
    font-size: 50px;
  }
}
.ebo-banner-container .ebo-banner-subheading {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 575px) {
  .ebo-banner-container .ebo-banner-subheading {
    margin-bottom: 25px;
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .ebo-banner-container .ebo-banner-subheading {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.ebo-banner-container .ebo-banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ebo-banner-container .ebo-banner-buttons {
    flex-direction: row;
    gap: 15px;
    margin-top: 30px;
  }
}
.ebo-banner-container .ebo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 14px;
}
@media (min-width: 768px) {
  .ebo-banner-container .ebo-btn {
    padding: 16px 30px;
    font-size: 16px;
  }
}
.ebo-banner-container .ebo-btn.ebo-btn-primary {
  background: #F54A61;
  color: white;
}
.ebo-banner-container .ebo-btn.ebo-btn-primary:hover {
  background: #d32f45;
}
.ebo-banner-container .ebo-btn.ebo-btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.ebo-banner-container .ebo-btn.ebo-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.5);
}
.ebo-banner-container .ebo-banner-images {
  width: 100vw;
  height: 80vw;
  position: relative;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  z-index: 5;
  margin-top: 20px;
  margin-bottom: 0;
  flex-shrink: 0;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .ebo-banner-container .ebo-banner-images {
    width: 575px;
    height: 402.5px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .ebo-banner-container .ebo-banner-images {
    width: 59%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.ebo-banner-container .ebo-banner-image-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ebo-banner-container .ebo-banner-image-layer img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .ebo-banner-container .ebo-banner-image-layer img {
    position: relative;
  }
}
.ebo-banner-container .ebo-banner-image-layer[data-parallax-speed] {
  will-change: transform;
}
.ebo-banner-container .ebo-banner-custom-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 15;
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .ebo-banner-container .ebo-banner-custom-pagination {
    bottom: 40px;
    padding: 0;
    gap: 12px;
  }
}
.ebo-banner-container .ebo-pagination-bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.ebo-banner-container .ebo-pagination-bar:hover {
  background: rgba(255, 255, 255, 0.35);
}
.ebo-banner-container .ebo-pagination-bar.active {
  background: rgba(255, 255, 255, 0.25);
}
.ebo-banner-container .ebo-pagination-progress {
  height: 100%;
  width: 0%;
  background: rgb(255, 255, 255);
  border-radius: inherit;
  transition: none;
}
.ebo-banner-container .ebo-banner-main-container,
.ebo-banner-container .ebo-banner-custom-pagination {
  max-width: 1170px;
}
@media (min-width: 1441px) {
  .ebo-banner-container .ebo-banner-main-container,
  .ebo-banner-container .ebo-banner-custom-pagination {
    max-width: 1300px;
  }
}

@media (min-width: 1024px) {
  .ebo-banner-image-layer {
    backface-visibility: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .fade-in {
    transition-duration: 0.8s;
  }
}
.fade-in.ebo-animate-in {
  opacity: 1;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .fade-in-up {
    transform: translateY(50px);
    transition-duration: 1.2s;
  }
}
.fade-in-up.ebo-animate-in {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ebo-bubble-left {
    animation-delay: 0s;
  }
  .ebo-bubble-right {
    animation-delay: 0.1s;
  }
  .ebo-character {
    animation-delay: 0.2s;
  }
}
.ebo-testimonials-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .ebo-testimonials-container {
    flex-direction: row;
    gap: 120px;
  }
}

.ebo-testimonials-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) {
  .ebo-testimonials-content {
    padding: 50px 100px 0 50px;
  }
}
@media (min-width: 992px) {
  .ebo-testimonials-content {
    padding: 50px 0 0 0;
    width: 350px;
  }
}

.ebo-testimonials-subheading {
  color: #666780;
  margin: 0;
}

.ebo-testimonials-industries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.ebo-testimonials-industries .industry-tag {
  background: #fff;
  border: 2px solid #4C12A1;
  border-radius: 30px;
  padding: 5px 12px;
  font-size: 0.875rem;
  line-height: 1.1em;
  color: #4C12A1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ebo-testimonials-industries .industry-tag:hover, .ebo-testimonials-industries .industry-tag.active {
  background: #4C12A1;
  color: #fff;
}

.ebo-testimonials-navigation {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .ebo-testimonials-navigation {
    justify-content: flex-start;
  }
}

.ebo-testimonials-slider-container {
  position: relative;
  width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .ebo-testimonials-slider-container {
    width: calc(100% - 470px);
    order: 2;
  }
}

.ebo-testimonial-card {
  background-color: #4C12A1;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ebo-testimonial-card {
    flex-direction: row;
  }
}
.ebo-testimonial-card .ebo-testimonial-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  color: #fff;
  order: 2;
  justify-content: space-between;
  background-image: url('data:image/svg+xml;utf8,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.25"><path d="M36.6667 23.3334V46.6667C36.6925 50.7818 35.1951 54.761 32.4627 57.8381C29.7302 60.9152 25.956 62.8726 21.8667 63.3334C21.634 63.3641 21.3974 63.3442 21.173 63.2752C20.9487 63.2061 20.7419 63.0896 20.5667 62.9334C20.3772 62.7615 20.2282 62.5499 20.1302 62.3136C20.0322 62.0773 19.9878 61.8222 20 61.5667V54.9001C20.0131 54.532 20.1478 54.1786 20.383 53.8952C20.6182 53.6118 20.9407 53.4142 21.3 53.3334C22.8347 53.0286 24.2132 52.1937 25.1943 50.9749C26.1755 49.7561 26.6966 48.2311 26.6667 46.6667V43.3334H16.6667C14.8986 43.3334 13.2029 42.631 11.9526 41.3808C10.7024 40.1305 10 38.4349 10 36.6667V23.3334C10 21.5653 10.7024 19.8696 11.9526 18.6194C13.2029 17.3691 14.8986 16.6667 16.6667 16.6667H30C31.7681 16.6667 33.4638 17.3691 34.714 18.6194C35.9643 19.8696 36.6667 21.5653 36.6667 23.3334ZM63.3333 16.6667H50C48.2319 16.6667 46.5362 17.3691 45.286 18.6194C44.0357 19.8696 43.3333 21.5653 43.3333 23.3334V36.6667C43.3333 38.4349 44.0357 40.1305 45.286 41.3808C46.5362 42.631 48.2319 43.3334 50 43.3334H60V46.6667C60.03 48.2311 59.5088 49.7561 58.5277 50.9749C57.5465 52.1937 56.168 53.0286 54.6333 53.3334C54.263 53.4169 53.9323 53.6243 53.6959 53.9213C53.4596 54.2183 53.3316 54.5872 53.3333 54.9667V61.6334C53.3354 61.8722 53.3869 62.108 53.4844 62.3259C53.5819 62.5439 53.7234 62.7394 53.9 62.9001C54.0752 63.0562 54.282 63.1728 54.5064 63.2418C54.7307 63.3109 54.9673 63.3307 55.2 63.3001C59.2836 62.8399 63.0531 60.8872 65.7848 57.8172C68.5165 54.7471 70.0176 50.7761 70 46.6667V23.3334C70 21.5653 69.2976 19.8696 68.0474 18.6194C66.7971 17.3691 65.1014 16.6667 63.3333 16.6667Z" fill="%238B86D5"/></g></svg>');
  background-repeat: no-repeat;
  background-position: 95% 5%;
  background-size: 80px 80px;
}
@media (min-width: 768px) {
  .ebo-testimonial-card .ebo-testimonial-content {
    width: 50%;
    padding: 40px;
    order: 0;
  }
}
.ebo-testimonial-card .ebo-testimonial-image {
  width: 100%;
  aspect-ratio: 1;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  order: 1;
}
@media (min-width: 768px) {
  .ebo-testimonial-card .ebo-testimonial-image {
    width: 50%;
    aspect-ratio: 1.6;
    order: 0;
  }
}
.ebo-testimonial-card .ebo-testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ebo-testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  min-height: 10em;
}

.ebo-testimonial-details h4 {
  margin: 0 0 5px 0;
  font-size: 20px;
  color: #fff;
}
.ebo-testimonial-details p {
  font-size: 13px;
  margin: 0;
  color: #8B86D5;
}

.ebo-testimonial-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 16px;
  background-color: #fff;
  color: #4C12A1 !important;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 24px;
  gap: 10px;
}
@media (min-width: 768px) {
  .ebo-testimonial-link {
    margin-top: 40px;
  }
}
.ebo-testimonial-link:hover {
  text-decoration: none;
  background-color: #F54A61;
  color: #fff !important;
}

.ebo-team-testimonials .ebo-testimonial-card {
  background-color: #F4F5FA;
}
@media (min-width: 768px) {
  .ebo-team-testimonials .ebo-testimonial-card {
    min-height: 300px;
  }
}
.ebo-team-testimonials .ebo-testimonial-image {
  position: relative;
  aspect-ratio: 1.5;
  height: 100%;
}
@media (min-width: 768px) {
  .ebo-team-testimonials .ebo-testimonial-image {
    height: auto;
  }
}
.ebo-team-testimonials .ebo-testimonial-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ebo-team-testimonials .ebo-testimonial-content {
  background-image: url('data:image/svg+xml;utf8,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.15"><path d="M36.6667 23.3334V46.6667C36.6925 50.7818 35.1951 54.761 32.4627 57.8381C29.7302 60.9152 25.956 62.8726 21.8667 63.3334C21.634 63.3641 21.3974 63.3442 21.173 63.2752C20.9487 63.2061 20.7419 63.0896 20.5667 62.9334C20.3772 62.7615 20.2282 62.5499 20.1302 62.3136C20.0322 62.0773 19.9878 61.8222 20 61.5667V54.9001C20.0131 54.532 20.1478 54.1786 20.383 53.8952C20.6182 53.6118 20.9407 53.4142 21.3 53.3334C22.8347 53.0286 24.2132 52.1937 25.1943 50.9749C26.1755 49.7561 26.6966 48.2311 26.6667 46.6667V43.3334H16.6667C14.8986 43.3334 13.2029 42.631 11.9526 41.3808C10.7024 40.1305 10 38.4349 10 36.6667V23.3334C10 21.5653 10.7024 19.8696 11.9526 18.6194C13.2029 17.3691 14.8986 16.6667 16.6667 16.6667H30C31.7681 16.6667 33.4638 17.3691 34.714 18.6194C35.9643 19.8696 36.6667 21.5653 36.6667 23.3334ZM63.3333 16.6667H50C48.2319 16.6667 46.5362 17.3691 45.286 18.6194C44.0357 19.8696 43.3333 21.5653 43.3333 23.3334V36.6667C43.3333 38.4349 44.0357 40.1305 45.286 41.3808C46.5362 42.631 48.2319 43.3334 50 43.3334H60V46.6667C60.03 48.2311 59.5088 49.7561 58.5277 50.9749C57.5465 52.1937 56.168 53.0286 54.6333 53.3334C54.263 53.4169 53.9323 53.6243 53.6959 53.9213C53.4596 54.2183 53.3316 54.5872 53.3333 54.9667V61.6334C53.3354 61.8722 53.3869 62.108 53.4844 62.3259C53.5819 62.5439 53.7234 62.7394 53.9 62.9001C54.0752 63.0562 54.282 63.1728 54.5064 63.2418C54.7307 63.3109 54.9673 63.3307 55.2 63.3001C59.2836 62.8399 63.0531 60.8872 65.7848 57.8172C68.5165 54.7471 70.0176 50.7761 70 46.6667V23.3334C70 21.5653 69.2976 19.8696 68.0474 18.6194C66.7971 17.3691 65.1014 16.6667 63.3333 16.6667Z" fill="%23666780"/></g></svg>');
}
@media (min-width: 768px) {
  .ebo-team-testimonials .ebo-testimonial-content {
    padding: 50px 100px 136px 50px;
  }
}
.ebo-team-testimonials .ebo-testimonial-text {
  color: #1A1A1A;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ebo-team-testimonials .ebo-testimonial-text {
    font-size: 20px;
    line-height: 1.6em;
    min-height: 192px;
  }
}
.ebo-team-testimonials .ebo-testimonial-details h4 {
  color: #1A1A1A;
}
.ebo-team-testimonials .ebo-testimonial-details p {
  color: #666780;
}
.ebo-team-testimonials .ebo-testimonials-swiper {
  position: relative;
}
.ebo-team-testimonials .ebo-testimonials-navigation {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ebo-team-testimonials .ebo-testimonials-navigation {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    padding: 50px;
  }
  .ebo-team-testimonials .ebo-testimonials-navigation .ebo-button-arrow {
    background: #FFF;
  }
  .ebo-team-testimonials .ebo-testimonials-navigation .ebo-button-arrow:hover {
    background: #4C12A1;
  }
}

.ebo-integrations .ebo-integrations-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .ebo-integrations .ebo-integrations-content {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
}
.ebo-integrations .ebo-integrations-sidebar {
  flex: none;
  width: 100%;
}
@media (min-width: 768px) {
  .ebo-integrations .ebo-integrations-sidebar {
    flex: 0 0 auto;
    max-width: 300px;
  }
}
.ebo-integrations .ebo-integrations-sidebar .ebo-integrations-sidebar-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 992px) {
  .ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries {
    flex-direction: column;
    gap: 10px;
  }
}
.ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries .industry-filter {
  flex: 1;
  border-width: 0 0 1px 0;
  border-color: #666780;
  border-style: solid;
  background: transparent;
  color: #4C12A1;
  padding: 15px 0;
  transition: none;
}
.ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries .industry-filter.active {
  border-width: 0 0 2px 0;
  border-color: #4C12A1;
}
.ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries .industry-filter .ebo-icon {
  display: none;
  font-size: 20px;
}
@media (min-width: 992px) {
  .ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries .industry-filter {
    border-radius: 16px;
    padding: 15px 30px;
    background: transparent;
    border: transparent;
    font-weight: 500;
    color: #666780;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries .industry-filter .ebo-icon {
    display: none;
  }
  .ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries .industry-filter:hover {
    color: #1A1A1A;
    background: #FFF;
  }
  .ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries .industry-filter.active {
    color: #1A1A1A;
    background: #FFF;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  }
  .ebo-integrations .ebo-integrations-sidebar .ebo-integrations-industries .industry-filter.active .ebo-icon {
    display: inline-flex;
    margin-right: -8px;
    color: #4C12A1;
  }
}
.ebo-integrations .ebo-integrations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 575px) {
  .ebo-integrations .ebo-integrations-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .ebo-integrations .ebo-integrations-content {
    gap: 30px;
  }
  .ebo-integrations .ebo-integrations-sidebar {
    flex: 0 0 35%;
  }
}
.vce-tabs-with-slide .vce-tabs-with-slide-list .vce-tabs-with-slide-tab > .vce-tabs-with-slide-tab-title {
  margin: 0 !important;
  padding: 20px 50px !important;
  font-weight: 600 !important;
  color: #666780 !important;
  font-family: "Poppins", sans-serif;
}
.vce-tabs-with-slide .vce-tabs-with-slide-list .vce-tabs-with-slide-tab[data-vcv-active=true] .vce-tabs-with-slide-tab-title {
  color: #4C12A1 !important;
}
.vce-tabs-with-slide .vce-tabs-with-slide-panels .vce-tabs-with-slide-panel {
  transition: opacity 0.3s ease-in-out !important;
  display: block !important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.vce-tabs-with-slide .vce-tabs-with-slide-panels .vce-tabs-with-slide-panel[data-vcv-active=true] {
  opacity: 1;
  height: auto;
  overflow: visible;
  padding: inherit;
}
.vce-tabs-with-slide .ebo-mobile-tab-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  padding: 15px 0;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .vce-tabs-with-slide.keep-tabs-mobile .vce-tabs-with-slide-list {
    display: flex !important;
    justify-content: center;
  }
  .vce-tabs-with-slide.keep-tabs-mobile .vce-tabs-with-slide-slider {
    display: none;
  }
  .vce-tabs-with-slide.keep-tabs-mobile .vce-tabs-with-slide-list .vce-tabs-with-slide-tab > .vce-tabs-with-slide-tab-title {
    padding: 10px 20px !important;
  }
  .vce-tabs-with-slide.keep-tabs-mobile .vce-tabs-with-slide-list .vce-tabs-with-slide-tab[data-vcv-active=true] .vce-tabs-with-slide-tab-title {
    border-bottom: 2px solid #4C12A1;
  }
  .vce-tabs-with-slide.keep-tabs-mobile .vce-tabs-with-slide-panel-title {
    display: none !important;
  }
  .vce-tabs-with-slide:not(.keep-tabs-mobile) .vce-tabs-with-slide-list {
    display: none !important;
  }
  .vce-tabs-with-slide:not(.keep-tabs-mobile) .ebo-mobile-tab-nav {
    display: flex !important;
  }
  .vce-tabs-with-slide:not(.keep-tabs-mobile) .vce-tabs-with-slide-panel-heading {
    display: block !important;
    border: none;
  }
  .vce-tabs-with-slide .vce-tabs-with-slide-panel[data-vcv-active=true] {
    padding: 20px 0 !important;
  }
}
@media (min-width: 769px) {
  .vce-tabs-with-slide .ebo-mobile-tab-nav {
    display: none !important;
  }
}

.vce-classic-tabs .vce-classic-tabs-panels .vce-classic-tabs-panel {
  display: block !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  transform: none !important;
  transition: opacity 0.3s ease-in-out !important;
}
.vce-classic-tabs .vce-classic-tabs-panels .vce-classic-tabs-panel[data-vcv-animating] {
  animation: none !important;
  transition: opacity 0.3s ease-in-out !important;
}
.vce-classic-tabs .vce-classic-tabs-panels .vce-classic-tabs-panel[data-vcv-active=true] {
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
  padding: inherit !important;
}
.vce-classic-tabs .vce-classic-tabs-inner {
  overflow: visible !important;
}
@media (max-width: 768px) {
  .vce-tabs-with-slide-panel[data-vcv-active=true] > .vce-tabs-with-slide-tab-inner > .vce-tabs-with-slide-panel-heading .vce-tabs-with-slide-panel-title > span:before {
    display: none !important;
  }
  .vce-tabs-with-slide-panel[data-vcv-active=true] .vce-tabs-with-slide-panel-title {
    color: #1A1A1A !important;
    font-weight: 600 !important;
    padding: 0;
  }
  .vce-tabs-with-slide-panel-title {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    color: #666780 !important;
    font-weight: 600 !important;
  }
}
.ebo-content-slider .vce.vce-single-image-wrapper {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .vce-content-slider-slides {
    padding: 0 50px;
  }
}
.vce-content-slider-arrow {
  font-size: 20px !important;
  width: 36px !important;
  height: 36px !important;
}
@media (min-width: 768px) {
  .vce-content-slider-arrow {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
  }
}
.vce-content-slider-arrow:hover {
  background-color: #4C12A1 !important;
}
.vce-content-slider-arrow:hover span {
  color: #FFF !important;
}
.vce-content-slider-arrow span {
  transition: none !important;
  color: #666780 !important;
}
@media (max-width: 768px) {
  .vce-content-slider .vce-content-slide-inner {
    padding: 0 !important;
  }
  .vce-content-slider-slides {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: end;
  }
  .vce-content-slider .slick-list {
    order: 2;
    flex: 0 0 100%;
  }
  .vce-content-slider-arrow {
    position: static !important;
    order: 1;
  }
}

.feature-block {
  border-radius: 20px;
  background-color: #F4F5FA;
  padding: 0;
  margin-bottom: 30px;
}
.feature-block.vce-row.vce-element--has-background {
  padding: 0;
}
.feature-block .feature-block-content .vce-col-content {
  padding: 30px;
}
@media (min-width: 768px) {
  .feature-block .feature-block-content .vce-col-content {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .feature-block .feature-block-content .vce-col-content {
    padding: 80px 0 80px 80px;
  }
}
.feature-block .feature-block-content .vce-col-content .p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .feature-block .feature-block-image .vce-col-content {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .feature-block .feature-block-image .vce-col-content {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.feature-block .feature-block-image .vce-col-content:has(.vce-single-image-container.drop-shadow) {
  padding-bottom: 45px;
}

html body .vce-button--style-basic-wrapper a, html body .vce-button--style-basic-wrapper button,
html body .vce-button--style-outline-wrapper a,
html body .vce-button--style-outline-wrapper button {
  font-size: 16px !important;
}
html body .vce-button--style-basic-wrapper a.vce-button--style-basic--size-small, html body .vce-button--style-basic-wrapper button.vce-button--style-basic--size-small,
html body .vce-button--style-outline-wrapper a.vce-button--style-basic--size-small,
html body .vce-button--style-outline-wrapper button.vce-button--style-basic--size-small {
  padding: 9px 16px !important;
}
html body .vce-button--style-basic-wrapper a.vce-button--style-basic--size-medium, html body .vce-button--style-basic-wrapper button.vce-button--style-basic--size-medium,
html body .vce-button--style-outline-wrapper a.vce-button--style-basic--size-medium,
html body .vce-button--style-outline-wrapper button.vce-button--style-basic--size-medium {
  padding: 14px 18px !important;
}
html body .vce-button--style-basic-wrapper a.vce-button--style-basic--size-large, html body .vce-button--style-basic-wrapper button.vce-button--style-basic--size-large,
html body .vce-button--style-outline-wrapper a.vce-button--style-basic--size-large,
html body .vce-button--style-outline-wrapper button.vce-button--style-basic--size-large {
  line-height: 22px;
  padding: 18px 45px !important;
}
html body .vce-button--style-basic-wrapper a.vce-button--style-basic--border-round, html body .vce-button--style-basic-wrapper button.vce-button--style-basic--border-round,
html body .vce-button--style-outline-wrapper a.vce-button--style-basic--border-round,
html body .vce-button--style-outline-wrapper button.vce-button--style-basic--border-round {
  border-radius: 50px;
}

.vce-button--style-basic--color-557cbf--fff:hover {
  background-color: #d32f45 !important;
}

.vce-col-content:has(.ebo-parallax) {
  overflow: hidden;
}

.vce.vce-single-image-wrapper {
  margin-bottom: 0;
}

.vce-row.justify-start .vce-row-content {
  justify-content: flex-start;
}

.vce-col.justify-start {
  justify-content: flex-start;
}

.vce-row.justify-end .vce-row-content {
  justify-content: flex-end;
}

.vce-col.justify-end {
  justify-content: flex-end;
}

.vce-row.justify-center .vce-row-content {
  justify-content: center;
}

.vce-col.justify-center {
  justify-content: center;
}

.vce-row.justify-between .vce-row-content {
  justify-content: space-between;
}

.vce-col.justify-between {
  justify-content: space-between;
}

.vce-row.justify-around .vce-row-content {
  justify-content: space-around;
}

.vce-col.justify-around {
  justify-content: space-around;
}

.vce-row.justify-evenly .vce-row-content {
  justify-content: space-evenly;
}

.vce-col.justify-evenly {
  justify-content: space-evenly;
}

.vce-row.justify-stretch .vce-row-content {
  justify-content: stretch;
}

.vce-col.justify-stretch {
  justify-content: stretch;
}

.vce-row.justify-baseline .vce-row-content {
  justify-content: baseline;
}

.vce-col.justify-baseline {
  justify-content: baseline;
}

.vce-row.justify-normal .vce-row-content {
  justify-content: normal;
}

.vce-col.justify-normal {
  justify-content: normal;
}

.vce-row.align-start .vce-row-content {
  align-items: flex-start;
}

.vce-col.align-start {
  align-items: flex-start;
}

.vce-row.align-end .vce-row-content {
  align-items: flex-end;
}

.vce-col.align-end {
  align-items: flex-end;
}

.vce-row.align-center .vce-row-content {
  align-items: center;
}

.vce-col.align-center {
  align-items: center;
}

.vce-row.align-stretch .vce-row-content {
  align-items: stretch;
}

.vce-col.align-stretch {
  align-items: stretch;
}

.vce-row.align-baseline .vce-row-content {
  align-items: baseline;
}

.vce-col.align-baseline {
  align-items: baseline;
}

.vce-row.align-normal .vce-row-content {
  align-items: normal;
}

.vce-col.align-normal {
  align-items: normal;
}

.text-white {
  color: #FFF;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #FFF;
}
.text-white p {
  color: #FFF;
}

.vce-text-block h1:last-child, .vce-text-block h2:last-child, .vce-text-block h3:last-child, .vce-text-block h4:last-child, .vce-text-block h5:last-child, .vce-text-block h6:last-child {
  margin-bottom: 0;
}

.vce-classic-tabs .vce-classic-tabs-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .vce-classic-tabs .vce-classic-tabs-inner {
    flex-direction: row;
    gap: 100px;
  }
}
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-panel-heading {
  display: none !important;
}
@media (max-width: 768px) {
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-container {
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
    position: static !important;
    pointer-events: initial !important;
  }
}
@media (min-width: 768px) {
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-container {
    flex: 0 0 300px;
  }
}
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-list {
  display: flex !important;
  width: 100%;
  overflow: visible !important;
  gap: 15px;
  flex-direction: column;
}
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab {
  border: none !important;
}
@media screen and (max-width: 768px) {
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab {
    flex: 1;
  }
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab .vce-classic-tabs-tab-title {
    flex: 1 !important;
    border-bottom: 1px solid #666780 !important;
    background: transparent;
    color: #4C12A1;
    padding: 15px 0 !important;
    transition: none;
  }
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab[data-vcv-active=true] {
    color: #4C12A1 !important;
  }
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab[data-vcv-active=true] .vce-classic-tabs-tab-title {
    border-bottom: 2px solid #4C12A1 !important;
  }
}
@media screen and (min-width: 768px) {
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab[data-vcv-active=true], .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab:hover {
    color: #1A1A1A;
  }
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab .vce-classic-tabs-tab-title {
    border-radius: 16px;
    padding: 15px 30px !important;
    font-weight: 500;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab .vce-classic-tabs-tab-title:hover {
    background: #FFF;
  }
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab[data-vcv-active=true] .vce-classic-tabs-tab-title {
    background: #FFF;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  }
  .vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-tab[data-vcv-active=true] .vce-classic-tabs-tab-title::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.34149 14.7163C4.74316 15.1123 5.53311 15.085 5.94817 14.689L11.3975 9.45932C12.2008 8.69466 12.2008 7.34286 11.3975 6.56455L5.94817 1.34851C5.49295 0.897911 4.79672 0.884256 4.36827 1.30755C3.89966 1.74449 3.88627 2.50915 4.34149 2.94609L9.63015 7.99828L4.34149 13.0778C3.89966 13.5011 3.87288 14.2521 4.34149 14.7163Z" fill="%234C12A1"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image 0.2s ease, filter 0.2s ease;
    display: inline-flex;
  }
}
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-panel-body {
  padding: 0;
  border-color: transparent !important;
}
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-panel-body [class*=feature],
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-panel-body [class*=tile],
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-panel-body .feature-tiles > *,
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-panel-body .tiles > *,
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-panel-body .features > *,
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-panel-body .feature,
.vce-classic-tabs .vce-classic-tabs-inner .vce-classic-tabs-panel-body .tile {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature],
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile],
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *,
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *,
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *,
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature,
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile {
  opacity: 1;
  transform: translateY(0);
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(1),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(1),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(1),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(1),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(1),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(1),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(1) {
  transition-delay: 0ms;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(2),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(2),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(2),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(2),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(2),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(2),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(2) {
  transition-delay: 30ms;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(3),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(3),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(3),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(3),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(3),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(3),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(3) {
  transition-delay: 60ms;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(4),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(4),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(4),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(4),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(4),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(4),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(4) {
  transition-delay: 90ms;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(5),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(5),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(5),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(5),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(5),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(5),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(5) {
  transition-delay: 120ms;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(6),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(6),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(6),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(6),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(6),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(6),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(6) {
  transition-delay: 150ms;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(7),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(7),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(7),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(7),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(7),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(7),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(7) {
  transition-delay: 180ms;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(8),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(8),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(8),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(8),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(8),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(8),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(8) {
  transition-delay: 210ms;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(9),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(9),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(9),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(9),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(9),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(9),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(9) {
  transition-delay: 240ms;
}
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=feature]:nth-child(10),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body [class*=tile]:nth-child(10),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature-tiles > *:nth-child(10),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tiles > *:nth-child(10),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .features > *:nth-child(10),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .feature:nth-child(10),
.vce-classic-tabs .vce-classic-tabs-inner[data-vcv-active=true] .vce-classic-tabs-panel-body .tile:nth-child(10) {
  transition-delay: 270ms;
}

.vce-row[data-vce-full-width=true] {
  width: 100vw !important;
  left: calc(50% - 50vw) !important;
}
@media (min-width: 1300px) {
  .vce-row[data-vce-full-width=true] > .vce-row-content {
    padding-left: calc(50vw - 635px) !important;
    padding-right: calc(50vw - 635px) !important;
  }
}

.client-listing-logo {
  width: 150px !important;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.client-listing-logo:hover {
  filter: grayscale(0%);
}
.client-listing .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*! Tailwind style utilities */
.text-primary {
  color: #F54A61;
}

.hover\:text-primary:hover {
  color: #F54A61;
}

.bg-primary {
  background-color: #F54A61;
}

.hover\:bg-primary:hover {
  background-color: #F54A61;
}

.text-secondary {
  color: #4C12A1;
}

.hover\:text-secondary:hover {
  color: #4C12A1;
}

.bg-secondary {
  background-color: #4C12A1;
}

.hover\:bg-secondary:hover {
  background-color: #4C12A1;
}

.text-gray-1 {
  color: #1A1A1A;
}

.hover\:text-gray-1:hover {
  color: #1A1A1A;
}

.bg-gray-1 {
  background-color: #1A1A1A;
}

.hover\:bg-gray-1:hover {
  background-color: #1A1A1A;
}

.text-gray-2 {
  color: #666780;
}

.hover\:text-gray-2:hover {
  color: #666780;
}

.bg-gray-2 {
  background-color: #666780;
}

.hover\:bg-gray-2:hover {
  background-color: #666780;
}

.text-gray-3 {
  color: #F4F5FA;
}

.hover\:text-gray-3:hover {
  color: #F4F5FA;
}

.bg-gray-3 {
  background-color: #F4F5FA;
}

.hover\:bg-gray-3:hover {
  background-color: #F4F5FA;
}

.text-white {
  color: #FFFFFF;
}

.hover\:text-white:hover {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.hover\:bg-white:hover {
  background-color: #FFFFFF;
}

.pt-xs {
  padding-top: 10px;
}

.pb-xs {
  padding-bottom: 10px;
}

.pr-xs {
  padding-right: 10px;
}

.pl-xs {
  padding-left: 10px;
}

.px-xs {
  padding-left: 10px;
  padding-right: 10px;
}

.py-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-sm {
  padding-top: 15px;
}

.pb-sm {
  padding-bottom: 15px;
}

.pr-sm {
  padding-right: 15px;
}

.pl-sm {
  padding-left: 15px;
}

.px-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.py-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-md {
  padding-top: 30px;
}

.pb-md {
  padding-bottom: 30px;
}

.pr-md {
  padding-right: 30px;
}

.pl-md {
  padding-left: 30px;
}

.px-md {
  padding-left: 30px;
  padding-right: 30px;
}

.py-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-lg {
  padding-top: 60px;
}

.pb-lg {
  padding-bottom: 60px;
}

.pr-lg {
  padding-right: 60px;
}

.pl-lg {
  padding-left: 60px;
}

.px-lg {
  padding-left: 60px;
  padding-right: 60px;
}

.py-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-xl {
  padding-top: 100px;
}

.pb-xl {
  padding-bottom: 100px;
}

.pr-xl {
  padding-right: 100px;
}

.pl-xl {
  padding-left: 100px;
}

.px-xl {
  padding-left: 100px;
  padding-right: 100px;
}

.py-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 575px) {
  .sm\:p-xs {
    padding: 10px;
  }
  .sm\:pt-xs {
    padding-top: 10px;
  }
  .sm\:pb-xs {
    padding-bottom: 10px;
  }
  .sm\:pr-xs {
    padding-right: 10px;
  }
  .sm\:pl-xs {
    padding-left: 10px;
  }
  .sm\:px-xs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:py-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:p-sm {
    padding: 15px;
  }
  .sm\:pt-sm {
    padding-top: 15px;
  }
  .sm\:pb-sm {
    padding-bottom: 15px;
  }
  .sm\:pr-sm {
    padding-right: 15px;
  }
  .sm\:pl-sm {
    padding-left: 15px;
  }
  .sm\:px-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:py-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm\:p-md {
    padding: 30px;
  }
  .sm\:pt-md {
    padding-top: 30px;
  }
  .sm\:pb-md {
    padding-bottom: 30px;
  }
  .sm\:pr-md {
    padding-right: 30px;
  }
  .sm\:pl-md {
    padding-left: 30px;
  }
  .sm\:px-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:py-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm\:p-lg {
    padding: 60px;
  }
  .sm\:pt-lg {
    padding-top: 60px;
  }
  .sm\:pb-lg {
    padding-bottom: 60px;
  }
  .sm\:pr-lg {
    padding-right: 60px;
  }
  .sm\:pl-lg {
    padding-left: 60px;
  }
  .sm\:px-lg {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sm\:py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sm\:p-xl {
    padding: 100px;
  }
  .sm\:pt-xl {
    padding-top: 100px;
  }
  .sm\:pb-xl {
    padding-bottom: 100px;
  }
  .sm\:pr-xl {
    padding-right: 100px;
  }
  .sm\:pl-xl {
    padding-left: 100px;
  }
  .sm\:px-xl {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sm\:py-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .md\:p-xs {
    padding: 10px;
  }
  .md\:pt-xs {
    padding-top: 10px;
  }
  .md\:pb-xs {
    padding-bottom: 10px;
  }
  .md\:pr-xs {
    padding-right: 10px;
  }
  .md\:pl-xs {
    padding-left: 10px;
  }
  .md\:px-xs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:py-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:p-sm {
    padding: 15px;
  }
  .md\:pt-sm {
    padding-top: 15px;
  }
  .md\:pb-sm {
    padding-bottom: 15px;
  }
  .md\:pr-sm {
    padding-right: 15px;
  }
  .md\:pl-sm {
    padding-left: 15px;
  }
  .md\:px-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:py-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:p-md {
    padding: 30px;
  }
  .md\:pt-md {
    padding-top: 30px;
  }
  .md\:pb-md {
    padding-bottom: 30px;
  }
  .md\:pr-md {
    padding-right: 30px;
  }
  .md\:pl-md {
    padding-left: 30px;
  }
  .md\:px-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:py-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:p-lg {
    padding: 60px;
  }
  .md\:pt-lg {
    padding-top: 60px;
  }
  .md\:pb-lg {
    padding-bottom: 60px;
  }
  .md\:pr-lg {
    padding-right: 60px;
  }
  .md\:pl-lg {
    padding-left: 60px;
  }
  .md\:px-lg {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:p-xl {
    padding: 100px;
  }
  .md\:pt-xl {
    padding-top: 100px;
  }
  .md\:pb-xl {
    padding-bottom: 100px;
  }
  .md\:pr-xl {
    padding-right: 100px;
  }
  .md\:pl-xl {
    padding-left: 100px;
  }
  .md\:px-xl {
    padding-left: 100px;
    padding-right: 100px;
  }
  .md\:py-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .lg\:p-xs {
    padding: 10px;
  }
  .lg\:pt-xs {
    padding-top: 10px;
  }
  .lg\:pb-xs {
    padding-bottom: 10px;
  }
  .lg\:pr-xs {
    padding-right: 10px;
  }
  .lg\:pl-xs {
    padding-left: 10px;
  }
  .lg\:px-xs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg\:py-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:p-sm {
    padding: 15px;
  }
  .lg\:pt-sm {
    padding-top: 15px;
  }
  .lg\:pb-sm {
    padding-bottom: 15px;
  }
  .lg\:pr-sm {
    padding-right: 15px;
  }
  .lg\:pl-sm {
    padding-left: 15px;
  }
  .lg\:px-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:py-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg\:p-md {
    padding: 30px;
  }
  .lg\:pt-md {
    padding-top: 30px;
  }
  .lg\:pb-md {
    padding-bottom: 30px;
  }
  .lg\:pr-md {
    padding-right: 30px;
  }
  .lg\:pl-md {
    padding-left: 30px;
  }
  .lg\:px-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:py-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:p-lg {
    padding: 60px;
  }
  .lg\:pt-lg {
    padding-top: 60px;
  }
  .lg\:pb-lg {
    padding-bottom: 60px;
  }
  .lg\:pr-lg {
    padding-right: 60px;
  }
  .lg\:pl-lg {
    padding-left: 60px;
  }
  .lg\:px-lg {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:p-xl {
    padding: 100px;
  }
  .lg\:pt-xl {
    padding-top: 100px;
  }
  .lg\:pb-xl {
    padding-bottom: 100px;
  }
  .lg\:pr-xl {
    padding-right: 100px;
  }
  .lg\:pl-xl {
    padding-left: 100px;
  }
  .lg\:px-xl {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:py-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .xl\:p-xs {
    padding: 10px;
  }
  .xl\:pt-xs {
    padding-top: 10px;
  }
  .xl\:pb-xs {
    padding-bottom: 10px;
  }
  .xl\:pr-xs {
    padding-right: 10px;
  }
  .xl\:pl-xs {
    padding-left: 10px;
  }
  .xl\:px-xs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xl\:py-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xl\:p-sm {
    padding: 15px;
  }
  .xl\:pt-sm {
    padding-top: 15px;
  }
  .xl\:pb-sm {
    padding-bottom: 15px;
  }
  .xl\:pr-sm {
    padding-right: 15px;
  }
  .xl\:pl-sm {
    padding-left: 15px;
  }
  .xl\:px-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xl\:py-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xl\:p-md {
    padding: 30px;
  }
  .xl\:pt-md {
    padding-top: 30px;
  }
  .xl\:pb-md {
    padding-bottom: 30px;
  }
  .xl\:pr-md {
    padding-right: 30px;
  }
  .xl\:pl-md {
    padding-left: 30px;
  }
  .xl\:px-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xl\:py-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl\:p-lg {
    padding: 60px;
  }
  .xl\:pt-lg {
    padding-top: 60px;
  }
  .xl\:pb-lg {
    padding-bottom: 60px;
  }
  .xl\:pr-lg {
    padding-right: 60px;
  }
  .xl\:pl-lg {
    padding-left: 60px;
  }
  .xl\:px-lg {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xl\:py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xl\:p-xl {
    padding: 100px;
  }
  .xl\:pt-xl {
    padding-top: 100px;
  }
  .xl\:pb-xl {
    padding-bottom: 100px;
  }
  .xl\:pr-xl {
    padding-right: 100px;
  }
  .xl\:pl-xl {
    padding-left: 100px;
  }
  .xl\:px-xl {
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl\:py-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .xxl\:p-xs {
    padding: 10px;
  }
  .xxl\:pt-xs {
    padding-top: 10px;
  }
  .xxl\:pb-xs {
    padding-bottom: 10px;
  }
  .xxl\:pr-xs {
    padding-right: 10px;
  }
  .xxl\:pl-xs {
    padding-left: 10px;
  }
  .xxl\:px-xs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xxl\:py-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xxl\:p-sm {
    padding: 15px;
  }
  .xxl\:pt-sm {
    padding-top: 15px;
  }
  .xxl\:pb-sm {
    padding-bottom: 15px;
  }
  .xxl\:pr-sm {
    padding-right: 15px;
  }
  .xxl\:pl-sm {
    padding-left: 15px;
  }
  .xxl\:px-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xxl\:py-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xxl\:p-md {
    padding: 30px;
  }
  .xxl\:pt-md {
    padding-top: 30px;
  }
  .xxl\:pb-md {
    padding-bottom: 30px;
  }
  .xxl\:pr-md {
    padding-right: 30px;
  }
  .xxl\:pl-md {
    padding-left: 30px;
  }
  .xxl\:px-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xxl\:py-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xxl\:p-lg {
    padding: 60px;
  }
  .xxl\:pt-lg {
    padding-top: 60px;
  }
  .xxl\:pb-lg {
    padding-bottom: 60px;
  }
  .xxl\:pr-lg {
    padding-right: 60px;
  }
  .xxl\:pl-lg {
    padding-left: 60px;
  }
  .xxl\:px-lg {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xxl\:py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xxl\:p-xl {
    padding: 100px;
  }
  .xxl\:pt-xl {
    padding-top: 100px;
  }
  .xxl\:pb-xl {
    padding-bottom: 100px;
  }
  .xxl\:pr-xl {
    padding-right: 100px;
  }
  .xxl\:pl-xl {
    padding-left: 100px;
  }
  .xxl\:px-xl {
    padding-left: 100px;
    padding-right: 100px;
  }
  .xxl\:py-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-xs {
  margin: 10px;
}

.mt-xs {
  margin-top: 10px;
}

.mb-xs {
  margin-bottom: 10px;
}

.mr-xs {
  margin-right: 10px;
}

.ml-xs {
  margin-left: 10px;
}

.mx-xs {
  margin-left: 10px;
  margin-right: 10px;
}

.my-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-sm {
  margin: 15px;
}

.mt-sm {
  margin-top: 15px;
}

.mb-sm {
  margin-bottom: 15px;
}

.mr-sm {
  margin-right: 15px;
}

.ml-sm {
  margin-left: 15px;
}

.mx-sm {
  margin-left: 15px;
  margin-right: 15px;
}

.my-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-md {
  margin: 30px;
}

.mt-md {
  margin-top: 30px;
}

.mb-md {
  margin-bottom: 30px;
}

.mr-md {
  margin-right: 30px;
}

.ml-md {
  margin-left: 30px;
}

.mx-md {
  margin-left: 30px;
  margin-right: 30px;
}

.my-md {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-lg {
  margin: 60px;
}

.mt-lg {
  margin-top: 60px;
}

.mb-lg {
  margin-bottom: 60px;
}

.mr-lg {
  margin-right: 60px;
}

.ml-lg {
  margin-left: 60px;
}

.mx-lg {
  margin-left: 60px;
  margin-right: 60px;
}

.my-lg {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-xl {
  margin: 100px;
}

.mt-xl {
  margin-top: 100px;
}

.mb-xl {
  margin-bottom: 100px;
}

.mr-xl {
  margin-right: 100px;
}

.ml-xl {
  margin-left: 100px;
}

.mx-xl {
  margin-left: 100px;
  margin-right: 100px;
}

.my-xl {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 575px) {
  .sm\:m-xs {
    margin: 10px;
  }
  .sm\:mt-xs {
    margin-top: 10px;
  }
  .sm\:mb-xs {
    margin-bottom: 10px;
  }
  .sm\:mr-xs {
    margin-right: 10px;
  }
  .sm\:ml-xs {
    margin-left: 10px;
  }
  .sm\:mx-xs {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sm\:my-xs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sm\:m-sm {
    margin: 15px;
  }
  .sm\:mt-sm {
    margin-top: 15px;
  }
  .sm\:mb-sm {
    margin-bottom: 15px;
  }
  .sm\:mr-sm {
    margin-right: 15px;
  }
  .sm\:ml-sm {
    margin-left: 15px;
  }
  .sm\:mx-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sm\:my-sm {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sm\:m-md {
    margin: 30px;
  }
  .sm\:mt-md {
    margin-top: 30px;
  }
  .sm\:mb-md {
    margin-bottom: 30px;
  }
  .sm\:mr-md {
    margin-right: 30px;
  }
  .sm\:ml-md {
    margin-left: 30px;
  }
  .sm\:mx-md {
    margin-left: 30px;
    margin-right: 30px;
  }
  .sm\:my-md {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sm\:m-lg {
    margin: 60px;
  }
  .sm\:mt-lg {
    margin-top: 60px;
  }
  .sm\:mb-lg {
    margin-bottom: 60px;
  }
  .sm\:mr-lg {
    margin-right: 60px;
  }
  .sm\:ml-lg {
    margin-left: 60px;
  }
  .sm\:mx-lg {
    margin-left: 60px;
    margin-right: 60px;
  }
  .sm\:my-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sm\:m-xl {
    margin: 100px;
  }
  .sm\:mt-xl {
    margin-top: 100px;
  }
  .sm\:mb-xl {
    margin-bottom: 100px;
  }
  .sm\:mr-xl {
    margin-right: 100px;
  }
  .sm\:ml-xl {
    margin-left: 100px;
  }
  .sm\:mx-xl {
    margin-left: 100px;
    margin-right: 100px;
  }
  .sm\:my-xl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .md\:m-xs {
    margin: 10px;
  }
  .md\:mt-xs {
    margin-top: 10px;
  }
  .md\:mb-xs {
    margin-bottom: 10px;
  }
  .md\:mr-xs {
    margin-right: 10px;
  }
  .md\:ml-xs {
    margin-left: 10px;
  }
  .md\:mx-xs {
    margin-left: 10px;
    margin-right: 10px;
  }
  .md\:my-xs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .md\:m-sm {
    margin: 15px;
  }
  .md\:mt-sm {
    margin-top: 15px;
  }
  .md\:mb-sm {
    margin-bottom: 15px;
  }
  .md\:mr-sm {
    margin-right: 15px;
  }
  .md\:ml-sm {
    margin-left: 15px;
  }
  .md\:mx-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .md\:my-sm {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .md\:m-md {
    margin: 30px;
  }
  .md\:mt-md {
    margin-top: 30px;
  }
  .md\:mb-md {
    margin-bottom: 30px;
  }
  .md\:mr-md {
    margin-right: 30px;
  }
  .md\:ml-md {
    margin-left: 30px;
  }
  .md\:mx-md {
    margin-left: 30px;
    margin-right: 30px;
  }
  .md\:my-md {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .md\:m-lg {
    margin: 60px;
  }
  .md\:mt-lg {
    margin-top: 60px;
  }
  .md\:mb-lg {
    margin-bottom: 60px;
  }
  .md\:mr-lg {
    margin-right: 60px;
  }
  .md\:ml-lg {
    margin-left: 60px;
  }
  .md\:mx-lg {
    margin-left: 60px;
    margin-right: 60px;
  }
  .md\:my-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md\:m-xl {
    margin: 100px;
  }
  .md\:mt-xl {
    margin-top: 100px;
  }
  .md\:mb-xl {
    margin-bottom: 100px;
  }
  .md\:mr-xl {
    margin-right: 100px;
  }
  .md\:ml-xl {
    margin-left: 100px;
  }
  .md\:mx-xl {
    margin-left: 100px;
    margin-right: 100px;
  }
  .md\:my-xl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .lg\:m-xs {
    margin: 10px;
  }
  .lg\:mt-xs {
    margin-top: 10px;
  }
  .lg\:mb-xs {
    margin-bottom: 10px;
  }
  .lg\:mr-xs {
    margin-right: 10px;
  }
  .lg\:ml-xs {
    margin-left: 10px;
  }
  .lg\:mx-xs {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lg\:my-xs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lg\:m-sm {
    margin: 15px;
  }
  .lg\:mt-sm {
    margin-top: 15px;
  }
  .lg\:mb-sm {
    margin-bottom: 15px;
  }
  .lg\:mr-sm {
    margin-right: 15px;
  }
  .lg\:ml-sm {
    margin-left: 15px;
  }
  .lg\:mx-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .lg\:my-sm {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lg\:m-md {
    margin: 30px;
  }
  .lg\:mt-md {
    margin-top: 30px;
  }
  .lg\:mb-md {
    margin-bottom: 30px;
  }
  .lg\:mr-md {
    margin-right: 30px;
  }
  .lg\:ml-md {
    margin-left: 30px;
  }
  .lg\:mx-md {
    margin-left: 30px;
    margin-right: 30px;
  }
  .lg\:my-md {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lg\:m-lg {
    margin: 60px;
  }
  .lg\:mt-lg {
    margin-top: 60px;
  }
  .lg\:mb-lg {
    margin-bottom: 60px;
  }
  .lg\:mr-lg {
    margin-right: 60px;
  }
  .lg\:ml-lg {
    margin-left: 60px;
  }
  .lg\:mx-lg {
    margin-left: 60px;
    margin-right: 60px;
  }
  .lg\:my-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lg\:m-xl {
    margin: 100px;
  }
  .lg\:mt-xl {
    margin-top: 100px;
  }
  .lg\:mb-xl {
    margin-bottom: 100px;
  }
  .lg\:mr-xl {
    margin-right: 100px;
  }
  .lg\:ml-xl {
    margin-left: 100px;
  }
  .lg\:mx-xl {
    margin-left: 100px;
    margin-right: 100px;
  }
  .lg\:my-xl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .xl\:m-xs {
    margin: 10px;
  }
  .xl\:mt-xs {
    margin-top: 10px;
  }
  .xl\:mb-xs {
    margin-bottom: 10px;
  }
  .xl\:mr-xs {
    margin-right: 10px;
  }
  .xl\:ml-xs {
    margin-left: 10px;
  }
  .xl\:mx-xs {
    margin-left: 10px;
    margin-right: 10px;
  }
  .xl\:my-xs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xl\:m-sm {
    margin: 15px;
  }
  .xl\:mt-sm {
    margin-top: 15px;
  }
  .xl\:mb-sm {
    margin-bottom: 15px;
  }
  .xl\:mr-sm {
    margin-right: 15px;
  }
  .xl\:ml-sm {
    margin-left: 15px;
  }
  .xl\:mx-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .xl\:my-sm {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .xl\:m-md {
    margin: 30px;
  }
  .xl\:mt-md {
    margin-top: 30px;
  }
  .xl\:mb-md {
    margin-bottom: 30px;
  }
  .xl\:mr-md {
    margin-right: 30px;
  }
  .xl\:ml-md {
    margin-left: 30px;
  }
  .xl\:mx-md {
    margin-left: 30px;
    margin-right: 30px;
  }
  .xl\:my-md {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xl\:m-lg {
    margin: 60px;
  }
  .xl\:mt-lg {
    margin-top: 60px;
  }
  .xl\:mb-lg {
    margin-bottom: 60px;
  }
  .xl\:mr-lg {
    margin-right: 60px;
  }
  .xl\:ml-lg {
    margin-left: 60px;
  }
  .xl\:mx-lg {
    margin-left: 60px;
    margin-right: 60px;
  }
  .xl\:my-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .xl\:m-xl {
    margin: 100px;
  }
  .xl\:mt-xl {
    margin-top: 100px;
  }
  .xl\:mb-xl {
    margin-bottom: 100px;
  }
  .xl\:mr-xl {
    margin-right: 100px;
  }
  .xl\:ml-xl {
    margin-left: 100px;
  }
  .xl\:mx-xl {
    margin-left: 100px;
    margin-right: 100px;
  }
  .xl\:my-xl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .xxl\:m-xs {
    margin: 10px;
  }
  .xxl\:mt-xs {
    margin-top: 10px;
  }
  .xxl\:mb-xs {
    margin-bottom: 10px;
  }
  .xxl\:mr-xs {
    margin-right: 10px;
  }
  .xxl\:ml-xs {
    margin-left: 10px;
  }
  .xxl\:mx-xs {
    margin-left: 10px;
    margin-right: 10px;
  }
  .xxl\:my-xs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xxl\:m-sm {
    margin: 15px;
  }
  .xxl\:mt-sm {
    margin-top: 15px;
  }
  .xxl\:mb-sm {
    margin-bottom: 15px;
  }
  .xxl\:mr-sm {
    margin-right: 15px;
  }
  .xxl\:ml-sm {
    margin-left: 15px;
  }
  .xxl\:mx-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .xxl\:my-sm {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .xxl\:m-md {
    margin: 30px;
  }
  .xxl\:mt-md {
    margin-top: 30px;
  }
  .xxl\:mb-md {
    margin-bottom: 30px;
  }
  .xxl\:mr-md {
    margin-right: 30px;
  }
  .xxl\:ml-md {
    margin-left: 30px;
  }
  .xxl\:mx-md {
    margin-left: 30px;
    margin-right: 30px;
  }
  .xxl\:my-md {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xxl\:m-lg {
    margin: 60px;
  }
  .xxl\:mt-lg {
    margin-top: 60px;
  }
  .xxl\:mb-lg {
    margin-bottom: 60px;
  }
  .xxl\:mr-lg {
    margin-right: 60px;
  }
  .xxl\:ml-lg {
    margin-left: 60px;
  }
  .xxl\:mx-lg {
    margin-left: 60px;
    margin-right: 60px;
  }
  .xxl\:my-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .xxl\:m-xl {
    margin: 100px;
  }
  .xxl\:mt-xl {
    margin-top: 100px;
  }
  .xxl\:mb-xl {
    margin-bottom: 100px;
  }
  .xxl\:mr-xl {
    margin-right: 100px;
  }
  .xxl\:ml-xl {
    margin-left: 100px;
  }
  .xxl\:mx-xl {
    margin-left: 100px;
    margin-right: 100px;
  }
  .xxl\:my-xl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

@media (min-width: 575px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1300px) {
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.gap-xs {
  gap: 10px;
}

.gap-x-xs {
  column-gap: 10px;
}

.gap-y-xs {
  row-gap: 10px;
}

.gap-sm {
  gap: 15px;
}

.gap-x-sm {
  column-gap: 15px;
}

.gap-y-sm {
  row-gap: 15px;
}

.gap-md {
  gap: 30px;
}

.gap-x-md {
  column-gap: 30px;
}

.gap-y-md {
  row-gap: 30px;
}

.gap-lg {
  gap: 60px;
}

.gap-x-lg {
  column-gap: 60px;
}

.gap-y-lg {
  row-gap: 60px;
}

.gap-xl {
  gap: 100px;
}

.gap-x-xl {
  column-gap: 100px;
}

.gap-y-xl {
  row-gap: 100px;
}

@media (min-width: 575px) {
  .sm\:gap-xs {
    gap: 10px;
  }
  .sm\:gap-x-xs {
    column-gap: 10px;
  }
  .sm\:gap-y-xs {
    row-gap: 10px;
  }
  .sm\:gap-sm {
    gap: 15px;
  }
  .sm\:gap-x-sm {
    column-gap: 15px;
  }
  .sm\:gap-y-sm {
    row-gap: 15px;
  }
  .sm\:gap-md {
    gap: 30px;
  }
  .sm\:gap-x-md {
    column-gap: 30px;
  }
  .sm\:gap-y-md {
    row-gap: 30px;
  }
  .sm\:gap-lg {
    gap: 60px;
  }
  .sm\:gap-x-lg {
    column-gap: 60px;
  }
  .sm\:gap-y-lg {
    row-gap: 60px;
  }
  .sm\:gap-xl {
    gap: 100px;
  }
  .sm\:gap-x-xl {
    column-gap: 100px;
  }
  .sm\:gap-y-xl {
    row-gap: 100px;
  }
}
@media (min-width: 768px) {
  .md\:gap-xs {
    gap: 10px;
  }
  .md\:gap-x-xs {
    column-gap: 10px;
  }
  .md\:gap-y-xs {
    row-gap: 10px;
  }
  .md\:gap-sm {
    gap: 15px;
  }
  .md\:gap-x-sm {
    column-gap: 15px;
  }
  .md\:gap-y-sm {
    row-gap: 15px;
  }
  .md\:gap-md {
    gap: 30px;
  }
  .md\:gap-x-md {
    column-gap: 30px;
  }
  .md\:gap-y-md {
    row-gap: 30px;
  }
  .md\:gap-lg {
    gap: 60px;
  }
  .md\:gap-x-lg {
    column-gap: 60px;
  }
  .md\:gap-y-lg {
    row-gap: 60px;
  }
  .md\:gap-xl {
    gap: 100px;
  }
  .md\:gap-x-xl {
    column-gap: 100px;
  }
  .md\:gap-y-xl {
    row-gap: 100px;
  }
}
@media (min-width: 992px) {
  .lg\:gap-xs {
    gap: 10px;
  }
  .lg\:gap-x-xs {
    column-gap: 10px;
  }
  .lg\:gap-y-xs {
    row-gap: 10px;
  }
  .lg\:gap-sm {
    gap: 15px;
  }
  .lg\:gap-x-sm {
    column-gap: 15px;
  }
  .lg\:gap-y-sm {
    row-gap: 15px;
  }
  .lg\:gap-md {
    gap: 30px;
  }
  .lg\:gap-x-md {
    column-gap: 30px;
  }
  .lg\:gap-y-md {
    row-gap: 30px;
  }
  .lg\:gap-lg {
    gap: 60px;
  }
  .lg\:gap-x-lg {
    column-gap: 60px;
  }
  .lg\:gap-y-lg {
    row-gap: 60px;
  }
  .lg\:gap-xl {
    gap: 100px;
  }
  .lg\:gap-x-xl {
    column-gap: 100px;
  }
  .lg\:gap-y-xl {
    row-gap: 100px;
  }
}
@media (min-width: 1024px) {
  .xl\:gap-xs {
    gap: 10px;
  }
  .xl\:gap-x-xs {
    column-gap: 10px;
  }
  .xl\:gap-y-xs {
    row-gap: 10px;
  }
  .xl\:gap-sm {
    gap: 15px;
  }
  .xl\:gap-x-sm {
    column-gap: 15px;
  }
  .xl\:gap-y-sm {
    row-gap: 15px;
  }
  .xl\:gap-md {
    gap: 30px;
  }
  .xl\:gap-x-md {
    column-gap: 30px;
  }
  .xl\:gap-y-md {
    row-gap: 30px;
  }
  .xl\:gap-lg {
    gap: 60px;
  }
  .xl\:gap-x-lg {
    column-gap: 60px;
  }
  .xl\:gap-y-lg {
    row-gap: 60px;
  }
  .xl\:gap-xl {
    gap: 100px;
  }
  .xl\:gap-x-xl {
    column-gap: 100px;
  }
  .xl\:gap-y-xl {
    row-gap: 100px;
  }
}
@media (min-width: 1300px) {
  .xxl\:gap-xs {
    gap: 10px;
  }
  .xxl\:gap-x-xs {
    column-gap: 10px;
  }
  .xxl\:gap-y-xs {
    row-gap: 10px;
  }
  .xxl\:gap-sm {
    gap: 15px;
  }
  .xxl\:gap-x-sm {
    column-gap: 15px;
  }
  .xxl\:gap-y-sm {
    row-gap: 15px;
  }
  .xxl\:gap-md {
    gap: 30px;
  }
  .xxl\:gap-x-md {
    column-gap: 30px;
  }
  .xxl\:gap-y-md {
    row-gap: 30px;
  }
  .xxl\:gap-lg {
    gap: 60px;
  }
  .xxl\:gap-x-lg {
    column-gap: 60px;
  }
  .xxl\:gap-y-lg {
    row-gap: 60px;
  }
  .xxl\:gap-xl {
    gap: 100px;
  }
  .xxl\:gap-x-xl {
    column-gap: 100px;
  }
  .xxl\:gap-y-xl {
    row-gap: 100px;
  }
}
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.flex-initial {
  flex: 0 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

@media (min-width: 575px) {
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .sm\:flex-1 {
    flex: 1;
  }
  .sm\:flex-auto {
    flex: auto;
  }
  .sm\:flex-initial {
    flex: 0 auto;
  }
  .sm\:flex-none {
    flex: none;
  }
  .sm\:flex-grow {
    flex-grow: 1;
  }
  .sm\:flex-shrink {
    flex-shrink: 1;
  }
  .sm\:flex-grow-0 {
    flex-grow: 0;
  }
  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:justify-around {
    justify-content: space-around;
  }
  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:items-baseline {
    align-items: baseline;
  }
  .sm\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .md\:flex-1 {
    flex: 1;
  }
  .md\:flex-auto {
    flex: auto;
  }
  .md\:flex-initial {
    flex: 0 auto;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:flex-grow {
    flex-grow: 1;
  }
  .md\:flex-shrink {
    flex-shrink: 1;
  }
  .md\:flex-grow-0 {
    flex-grow: 0;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .lg\:flex-1 {
    flex: 1;
  }
  .lg\:flex-auto {
    flex: auto;
  }
  .lg\:flex-initial {
    flex: 0 auto;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:flex-grow {
    flex-grow: 1;
  }
  .lg\:flex-shrink {
    flex-shrink: 1;
  }
  .lg\:flex-grow-0 {
    flex-grow: 0;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .xl\:flex {
    display: flex;
  }
  .xl\:inline-flex {
    display: inline-flex;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .xl\:flex-1 {
    flex: 1;
  }
  .xl\:flex-auto {
    flex: auto;
  }
  .xl\:flex-initial {
    flex: 0 auto;
  }
  .xl\:flex-none {
    flex: none;
  }
  .xl\:flex-grow {
    flex-grow: 1;
  }
  .xl\:flex-shrink {
    flex-shrink: 1;
  }
  .xl\:flex-grow-0 {
    flex-grow: 0;
  }
  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:justify-around {
    justify-content: space-around;
  }
  .xl\:justify-evenly {
    justify-content: space-evenly;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:items-baseline {
    align-items: baseline;
  }
  .xl\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1300px) {
  .xxl\:flex {
    display: flex;
  }
  .xxl\:inline-flex {
    display: inline-flex;
  }
  .xxl\:flex-row {
    flex-direction: row;
  }
  .xxl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xxl\:flex-col {
    flex-direction: column;
  }
  .xxl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .xxl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xxl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .xxl\:flex-1 {
    flex: 1;
  }
  .xxl\:flex-auto {
    flex: auto;
  }
  .xxl\:flex-initial {
    flex: 0 auto;
  }
  .xxl\:flex-none {
    flex: none;
  }
  .xxl\:flex-grow {
    flex-grow: 1;
  }
  .xxl\:flex-shrink {
    flex-shrink: 1;
  }
  .xxl\:flex-grow-0 {
    flex-grow: 0;
  }
  .xxl\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .xxl\:justify-start {
    justify-content: flex-start;
  }
  .xxl\:justify-end {
    justify-content: flex-end;
  }
  .xxl\:justify-center {
    justify-content: center;
  }
  .xxl\:justify-between {
    justify-content: space-between;
  }
  .xxl\:justify-around {
    justify-content: space-around;
  }
  .xxl\:justify-evenly {
    justify-content: space-evenly;
  }
  .xxl\:items-start {
    align-items: flex-start;
  }
  .xxl\:items-end {
    align-items: flex-end;
  }
  .xxl\:items-center {
    align-items: center;
  }
  .xxl\:items-baseline {
    align-items: baseline;
  }
  .xxl\:items-stretch {
    align-items: stretch;
  }
}
.team-member-card {
  border-radius: 20px;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

.team-member-card:hover {
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.member-name {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .member-name {
    font-size: 20px;
  }
}

.member-position {
  font-size: 12px;
}
@media (min-width: 768px) {
  .member-position {
    font-size: 16 px;
  }
}

.member-image img {
  border-radius: 7%;
  margin-bottom: 1rem;
  aspect-ratio: 1.175;
  object-fit: cover;
  object-position: top;
}

.ebo-advisory-board .member-image img {
  aspect-ratio: 1;
  background-color: #cdc9e6;
  border-radius: 50%;
}

/* Modal Styles */
.member-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  background: white;
  border-radius: 32px;
  max-width: 860px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.modal-close:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}

.modal-body {
  display: flex;
}

.modal-image {
  flex: 0 0 350px;
  padding: 30px;
}

.modal-image img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

.modal-info {
  flex: 1;
  padding: 50px 30px 30px;
  display: flex;
  flex-direction: column;
}

.modal-name {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.modal-bio {
  margin-top: 1.5rem;
}

.modal-bio p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .member-modal {
    align-items: flex-start;
    padding: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-content {
    margin: 2rem auto;
    max-height: none;
    min-height: calc(100vh - 4rem);
  }
  .modal-body {
    flex-direction: column;
  }
  .modal-image {
    flex: none;
    padding: 20px 20px 0;
  }
  .modal-image img {
    width: 100%;
    height: auto;
  }
  .modal-info {
    padding: 20px 30px 40px;
  }
  .modal-name {
    font-size: 1.75rem;
  }
}
.make-the-shift .vce-section-inner {
  background: radial-gradient(97.5% 220.13% at 100% 0%, #F4F5FA 0%, #7671bf 93.27%), #F4F5FA;
}
.make-the-shift.active .vce-section-inner {
  background: linear-gradient(225deg, #f8485e 0%, #4C12A1 75.85% 100%), radial-gradient(78.07% 176.71% at 7.13% -45.34%, #8b86d5 0%, #4C12A1 93.27%), #F4F5FA;
}
.make-the-shift .with-ebo,
.make-the-shift .without-ebo {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 13px;
  width: 100%;
  padding: 30px;
}
@media (min-width: 768px) {
  .make-the-shift .with-ebo,
  .make-the-shift .without-ebo {
    position: relative;
    width: 350px;
    min-height: 340px;
    justify-content: flex-start;
    padding: 40px 25px;
  }
}
.make-the-shift .with-ebo ul,
.make-the-shift .without-ebo ul {
  display: inline-flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
}
.make-the-shift .with-ebo ul li,
.make-the-shift .without-ebo ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .make-the-shift:not(.active) .with-ebo, .make-the-shift.active .without-ebo {
    display: none;
  }
}
@media (min-width: 768px) {
  .make-the-shift:not(.active) .with-ebo, .make-the-shift.active .without-ebo {
    opacity: 0.4;
    z-index: 1;
    box-shadow: 0 30px 50px rgba(0, 1, 44, 0.1);
  }
  .make-the-shift:not(.active) .without-ebo, .make-the-shift.active .with-ebo {
    opacity: 1;
    z-index: 10;
    transform: scale(1.1) translate(50px, 50px);
    box-shadow: 0 30px 50px rgba(0, 1, 44, 0.1);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .make-the-shift:not(.active) .without-ebo, .make-the-shift.active .with-ebo {
    transform: scale(1.1) translate(0);
  }
}
.make-the-shift .make-the-shift-boxes {
  position: relative;
  display: flex;
  justify-content: center;
}
.make-the-shift .without-ebo li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' fill='none'%3E%3Cpath fill='%23F54A61' d='M13.5 2.2a11 11 0 1 0 0 22 11 11 0 0 0 0-22Zm0 19.8a8.8 8.8 0 1 1 0-17.6 8.8 8.8 0 0 1 0 17.6Zm3.399-11.616-.583-.583a.528.528 0 0 0-.77 0L13.5 11.836l-2.046-2.035a.528.528 0 0 0-.77 0l-.583.583a.528.528 0 0 0 0 .77l2.035 2.046-2.035 2.046a.528.528 0 0 0 0 .77l.583.583a.529.529 0 0 0 .77 0l2.046-2.035 2.046 2.035a.529.529 0 0 0 .77 0l.583-.583a.528.528 0 0 0 0-.77L14.864 13.2l2.035-2.046a.528.528 0 0 0 0-.77Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.make-the-shift .with-ebo li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' fill='none'%3E%3Cpath fill='%234FAD8F' d='M13.5 2.2a11 11 0 1 0 0 22 11 11 0 0 0 0-22Zm0 19.8a8.8 8.8 0 1 1 0-17.6 8.8 8.8 0 0 1 0 17.6Zm4.202-12.661a.55.55 0 0 0-.77 0l-5.214 5.214-1.65-1.639a.528.528 0 0 0-.77 0l-.583.583a.55.55 0 0 0 0 .781l2.585 2.607a.529.529 0 0 0 .77 0l6.182-6.182a.55.55 0 0 0 0-.781l-.55-.583Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ebo-toggle-switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 68px;
  cursor: pointer;
}
.ebo-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.ebo-toggle-switch input:checked + .slider {
  background: #4fad8f;
}
.ebo-toggle-switch input:checked + .slider:before {
  transform: translate(52px);
}
.ebo-toggle-switch .slider {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 34px;
  transition: all 0.3s ease;
}
.ebo-toggle-switch .slider:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.how-ebo-works-hero-animation {
  position: relative;
  display: block;
  width: 200px;
  height: 160px;
  margin: 0 auto;
  animation: introMobile 0.8s ease-out 0s forwards;
}
@media (min-width: 768px) {
  .how-ebo-works-hero-animation {
    width: 250px;
    height: 200px;
    animation: intro 0.8s ease-out 0s forwards;
  }
}
.how-ebo-works-hero-animation .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.how-ebo-works-hero-animation .layer:first-child {
  z-index: 4;
  animation: separateLayer1 0.8s ease-out 1s forwards;
}
@media (max-width: 768px) {
  .how-ebo-works-hero-animation .layer:first-child {
    animation: separateLayer1Mobile 0.8s ease-out 1s forwards;
  }
}
.how-ebo-works-hero-animation .layer:nth-child(2) {
  z-index: 3;
  animation: separateLayer2 0.8s ease-out 1s forwards;
}
@media (max-width: 768px) {
  .how-ebo-works-hero-animation .layer:nth-child(2) {
    animation: separateLayer2Mobile 0.8s ease-out 1s forwards;
  }
}
.how-ebo-works-hero-animation .layer:nth-child(3) {
  z-index: 2;
  animation: separateLayer3 0.8s ease-out 1s forwards;
}
@media (max-width: 768px) {
  .how-ebo-works-hero-animation .layer:nth-child(3) {
    animation: separateLayer3Mobile 0.8s ease-out 1s forwards;
  }
}
.how-ebo-works-hero-animation .layer:nth-child(4) {
  z-index: 1;
  animation: separateLayer4 0.8s ease-out 1s forwards;
}
@media (max-width: 768px) {
  .how-ebo-works-hero-animation .layer:nth-child(4) {
    animation: separateLayer4Mobile 0.8s ease-out 1s forwards;
  }
}
.how-ebo-works-hero-animation .layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes intro {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes introMobile {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0.85);
    opacity: 1;
  }
}
@keyframes separateLayer1 {
  0% {
    transform: skewY(0deg) translate(0) translateY(0);
  }
  100% {
    transform: skewY(-8deg) translate(-220px) translateY(-120px);
  }
}
@keyframes separateLayer2 {
  0% {
    transform: skewY(0deg) translate(0) translateY(0);
  }
  100% {
    transform: skewY(-8deg) translate(-80px) translateY(-40px);
  }
}
@keyframes separateLayer3 {
  0% {
    transform: skewY(0deg) translate(0) translateY(0);
  }
  100% {
    transform: skewY(-8deg) translate(80px) translateY(40px);
  }
}
@keyframes separateLayer4 {
  0% {
    transform: skewY(0deg) translate(0) translateY(0);
  }
  100% {
    transform: skewY(-8deg) translate(220px) translateY(120px);
  }
}
@keyframes separateLayer1Mobile {
  0% {
    transform: skewY(0deg) translate(0) translateY(0);
  }
  100% {
    transform: skewY(-8deg) translate(-80px) translateY(-40px);
  }
}
@keyframes separateLayer2Mobile {
  0% {
    transform: skewY(0deg) translate(0) translateY(0);
  }
  100% {
    transform: skewY(-8deg) translate(-25px) translateY(-13px);
  }
}
@keyframes separateLayer3Mobile {
  0% {
    transform: skewY(0deg) translate(0) translateY(0);
  }
  100% {
    transform: skewY(-8deg) translate(25px) translateY(13px);
  }
}
@keyframes separateLayer4Mobile {
  0% {
    transform: skewY(0deg) translate(0) translateY(0);
  }
  100% {
    transform: skewY(-8deg) translate(80px) translateY(40px);
  }
}
body {
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #1A1A1A;
}
@media only screen and (min-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.2rem;
  }
}

h1 {
  font-size: 38px;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 64px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
}

header#header #main-menu ul.nav li.book-btn a {
  border: 0;
}

.navbar > .container,
.navbar > .container-fluid {
  position: relative;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar > .container #main-menu ul li.book-btn,
  .navbar > .container-fluid #main-menu ul li.book-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.navbar-brand a svg path,
.footer-top .widget_media_image a svg path {
  transition: fill 0.5s ease;
}
.navbar-brand a:hover svg path,
.footer-top .widget_media_image a:hover svg path {
  fill: var(--secondary);
}

.navbar-wrapper {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .navbar-wrapper {
    padding: 35px 15px;
  }
}

#footer {
  padding-top: 50px;
  background-color: #FFF;
  border-top: 1px solid #eee;
  color: #666780;
}
#footer .widgets-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #footer .widgets-container {
    gap: 50px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ebo-footer-7 .widgets-container,
  #footer .ebo-footer-8 .widgets-container {
    margin-top: 20px;
  }
}
#footer .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#footer a {
  color: #666780;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: none;
}
#footer .footer-legal {
  padding: 20px 0;
  margin-top: 50px;
  border-top: 1px solid #EEE;
  font-size: 12px;
}
#footer .footer-legal a {
  font-size: 12px;
  color: #666780;
}
#footer .footer-legal ul {
  flex-direction: row;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  #footer .footer-legal ul {
    gap: 20px;
  }
}
#footer .flex-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  #footer .flex-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .footer-top {
    margin-bottom: 30px;
  }
}
#footer .footer-top .widget_media_image svg {
  width: 60px;
}
@media only screen and (min-width: 768px) {
  #footer .footer-top .widget_media_image svg {
    width: 80px;
  }
}
#footer .widget_social_icons_widget ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
#footer .widget_social_icons_widget ul a {
  font-size: 11px;
  color: var(--primary);
}
#footer .widget_social_icons_widget ul a:hover {
  color: var(--secondary);
}
@media only screen and (min-width: 768px) {
  #footer .widget_social_icons_widget ul {
    gap: 40px;
  }
  #footer .widget_social_icons_widget ul a {
    font-size: 13px;
  }
}

.swiper-banner h3, .swiper-banner p {
  color: var(--white);
}
.swiper-banner-images {
  position: relative;
  z-index: 1;
}
.swiper-banner-images img {
  position: absolute;
  top: 0;
  left: 0;
}

.container-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

[data-ebo-toggle=hide] {
  display: none;
}

@media only screen and (max-width: 768px) {
  html {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
}
