


.secure-access {
  position: relative;
  border: 2px solid orange;
}

.secure-access section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 999px;
  background: #edf1f4;
}

.secure-access section::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 42%;
  border-radius: 999px;
  background: var(--color-primary);
}

.secure-access ul {
  display: grid;
  gap: 0.35rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--color-primary-dark);
  font-size: 0.875rem;
}
.secure-access section {
  position: relative;
  padding-left: 2rem;
}

.secure-access li {
  position: relative;
  min-height: 1.05rem;
  padding-left: 2.3rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.secure-access li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: url('../images/check.png') center / contain no-repeat;
  transform: translateY(-50%);
}

.secure-access li::after {
  content: none;
}

a.arrow,
button.arrow,
.wp-block-button.arrow .wp-block-button__link,
.wp-block-button__link.arrow,
.wp-element-button.arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}

a.arrow-icon::after,
button.arrow-icon::after,
.wp-block-button.arrow-icon .wp-block-button__link::after,
.wp-block-button__link.arrow-icon::after,
.wp-element-button.arrow-icon::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  background: url('../images/Arrow_Right_MD.png') center / contain no-repeat;
  transition: transform 180ms ease;
}

a.arrow-icon:hover::after,
a.arrow-icon:focus-visible::after,
button.arrow-icon:hover::after,
button.arrow-icon:focus-visible::after,
.wp-block-button.arrow-icon .wp-block-button__link:hover::after,
.wp-block-button.arrow-icon .wp-block-button__link:focus-visible::after,
.wp-block-button__link.arrow-icon:hover::after,
.wp-block-button__link.arrow-icon:focus-visible::after,
.wp-element-button.arrow-icon:hover::after,
.wp-element-button.arrow-icon:focus-visible::after {
  transform: translateX(0.25rem);
}

.gb-carousel-items.testimony {
  padding-top: 2rem;
}

.gb-carousel:has(.gb-carousel-items.testimony),
:has(> .gb-carousel-items.testimony) {
  scrollbar-width: none;
}

.gb-carousel:has(.gb-carousel-items.testimony)::-webkit-scrollbar,
:has(> .gb-carousel-items.testimony)::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.slider-logos .gb-carousel,
.slider-logos .gb-carousel-items {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider-logos .gb-carousel::-webkit-scrollbar,
.slider-logos .gb-carousel-items::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.gb-carousel-items.testimony .gb-carousel-item > div {
  position: relative;
  overflow: visible;
  background-color: #00191e;
  transform: scale(0.9) !important;
  transform-origin: center;
  opacity: 0.7 !important;
  transition:
    transform 260ms ease,
    opacity 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.gb-carousel-item,
.gb-carousel-items {
  height: initial !important;
}
.gb-carousel-items.testimony .gb-carousel-item > div::before {
  content: '';
  position: absolute;
  top: -1.15rem;
  right: 1.25rem;
  z-index: 1;
  width: clamp(2.6rem, 4vw, 3.4rem);
  aspect-ratio: 1;
  background: url('../images/quote.png') center / contain no-repeat;
  pointer-events: none;
}

.gb-carousel-items.testimony .gb-carousel-item > div > * {
  position: relative;
  z-index: 2;
}

.gb-carousel-items.testimony .gb-carousel-item.swiper-slide-next > div,
.gb-carousel-items.testimony .gb-carousel-item.is-next > div,
.gb-carousel-items.testimony:not(:has(.gb-carousel-item.swiper-slide-next)):not(
    :has(.gb-carousel-item.is-next)
  )
  .gb-carousel-item.swiper-slide-active
  > div,
.gb-carousel-items.testimony:not(:has(.gb-carousel-item.swiper-slide-next)):not(
    :has(.gb-carousel-item.is-next)
  )
  .gb-carousel-item.is-active
  > div {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  transform: scale(1) !important;
  opacity: 1 !important;
  border: 2px solid rgba(128, 128, 128, 0.483);
  min-height: 650px;
}

:has(> .gb-carousel-items.testimony) .gb-carousel-dot,
:has(> .gb-carousel-items.testimony) .gb-carousel-bullet,
:has(> .gb-carousel-items.testimony) [class*='pagination'] button,
:has(> .gb-carousel-items.testimony) [class*='dots'] button {
  background-color: #ffffff;
}

:has(> .gb-carousel-items.testimony) button[class*='arrow']:not(.arrow-icon),
:has(> .gb-carousel-items.testimony) button[class*='prev'],
:has(> .gb-carousel-items.testimony) button[class*='next'],
:has(> .gb-carousel-items.testimony) .gb-carousel-controls a[class*='arrow']:not(.arrow-icon),
:has(> .gb-carousel-items.testimony) .gb-carousel-controls a[class*='prev'],
:has(> .gb-carousel-items.testimony) .gb-carousel-controls a[class*='next'] {
  display: none !important;
}

.gb-carousel-items.testimony .arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  color: #ffffff !important;
  text-align: center;
}

.gb-carousel-items.testimony .arrow-icon::after {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .gb-carousel:has(.gb-carousel-items.testimony) {
    --gb-carousel-slides-per-view: 1 !important;
    --gb-carousel-slide-gap: 16px !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .gb-carousel-items.testimony {
    padding-top: 1.5rem;
  }

  .gb-carousel-items.testimony .gb-carousel-item {
    max-width: none !important;
  }

  .gb-carousel-items.testimony .gb-carousel-item > div,
  .gb-carousel-items.testimony .gb-carousel-item.swiper-slide-next > div,
  .gb-carousel-items.testimony .gb-carousel-item.is-next > div,
  .gb-carousel-items.testimony .gb-carousel-item.swiper-slide-active > div,
  .gb-carousel-items.testimony .gb-carousel-item.is-active > div {
    width: 100%;
    max-width: 100%;
    transform: scale(1) !important;
    opacity: 1 !important;
    border: 1px solid rgba(152, 152, 152, 0.18) !important;
  }

  .gb-carousel-items.testimony .gb-carousel-item > div::before {
    top: -0.9rem;
    right: 1rem;
    width: 2.75rem;
  }
}

.bottom-gradient {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.bottom-gradient::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: clamp(10rem, 24vw, 22rem);
  background: linear-gradient(
    180deg,
    rgba(0, 25, 30, 0) 0%,
    rgba(0, 25, 30, 0.42) 42%,
    rgba(0, 25, 30, 0.88) 78%,
    #00191e 100%
  );
  pointer-events: none;
}
