.about-ekterly-page .container {
  width: 78rem;
  margin: 0 auto;
}
.about-ekterly-page .hero {
  top: 0;
  position: sticky;
  z-index: -1;
  padding: 16.2rem 0 18.9rem;
}
.about-ekterly-page .hero .back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: -1;
}
.about-ekterly-page .hero h1 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 4.2rem;
  line-height: 5.5rem;
  color: #FFFFFF;
}
.about-ekterly-page .hero .actor {
  position: absolute;
  bottom: 5.2rem;
  right: 28.1rem;
  font-family: 'Libre Franklin', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-shadow: 0.1rem 0.1rem 0.6rem rgba(60, 58, 69, 0.25);
}
.about-ekterly-page h2 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #4D8CFF;
  text-align: left;
}
.about-ekterly-page .subtitle {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #122674;
}
.about-ekterly-page .stop-attacks {
  padding: 7rem 0 0;
  background-color: #FFFFFF;
  border-radius: 4rem 4rem 0rem 0rem;
  margin-top: -4rem;
}
.about-ekterly-page .stop-attacks h2 {
  margin-bottom: 2rem;
}
.about-ekterly-page .stop-attacks .divider {
  width: 100%;
  height: 0.7rem;
  opacity: 0.07;
  background-color: #4D8CFF;
  border-radius: 0.35rem;
  margin: 6rem 0 3rem;
}
.about-ekterly-page .stop-attacks .ekterly-pill {
  display: flex;
  column-gap: 11rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .about-ekterly-page .stop-attacks .ekterly-pill {
    margin-top: 3.5rem;
    row-gap: 6rem;
  }
}
.about-ekterly-page .stop-attacks .ekterly-pill .image {
  width: 26rem;
  position: relative;
  margin-left: 3rem;
  height: 33rem;
}
@media (max-width: 768px) {
  .about-ekterly-page .stop-attacks .ekterly-pill .image {
    width: 25rem;
    margin: 0 0 0 2rem;
    height: 24rem;
  }
}
.about-ekterly-page .stop-attacks .ekterly-pill .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.about-ekterly-page .stop-attacks .ekterly-pill .image video {
  width: 0.1rem;
  height: 0.1rem;
  object-fit: contain;
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.about-ekterly-page .stop-attacks .ekterly-pill .image canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  transform: translateX(-25%);
}
@media (max-width: 768px) {
  .about-ekterly-page .stop-attacks .ekterly-pill .image canvas {
    position: static;
    width: 100%;
    height: auto;
    transform: scale(1.2) translateX(-5%);
  }
}
.about-ekterly-page .stop-attacks .ekterly-pill .image p {
  position: absolute;
  bottom: 0;
  right: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.4rem;
  color: #3C3A45;
}
@media (max-width: 768px) {
  .about-ekterly-page .stop-attacks .ekterly-pill .image p {
    bottom: -2rem;
    right: -1rem;
  }
}
.about-ekterly-page .stop-attacks .stop-attacks-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
.about-ekterly-page .stop-attacks .stop-attacks-list li {
  width: 23.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  align-items: center;
}
.about-ekterly-page .stop-attacks .stop-attacks-list li img {
  height: 6.8rem;
  width: auto;
}
.about-ekterly-page .stop-attacks .stop-attacks-list li .hand-holding {
  transform: scale(1.6);
}
.about-ekterly-page .stop-attacks .stop-attacks-list li p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  color: #122674;
}
.about-ekterly-page .stop-attacks .stop-attacks-list li p span {
  font-weight: 700;
}
.about-ekterly-page .stop-attacks .stop-attacks-description {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #3C3A45;
  margin-top: 4.4rem;
}
.about-ekterly-page .video-section {
  padding: 11rem 0 0;
  background-color: #FFFFFF;
}
.about-ekterly-page .video-section .video-container {
  width: 78rem;
  margin: 0 auto;
}
.about-ekterly-page .video-section h2 {
  margin-bottom: 1.7rem;
}
.about-ekterly-page .video-section .subtitle {
  margin-bottom: 5.4rem;
}
.about-ekterly-page .video-section .video-content {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-bottom: 2.7rem;
}
.about-ekterly-page .video-section .video-content .video-description {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #122674;
}
.about-ekterly-page .video-section .video-content .video-wrapper {
  overflow: hidden;
  width: 100%;
  height: 43.8rem;
  border-radius: 1rem;
  position: relative;
}
.about-ekterly-page .video-section .video-content .video-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.about-ekterly-page .video-section .video-content .video-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.5rem;
  height: 10.5rem;
}
.about-ekterly-page .video-section .video-content .video-wrapper .play-icon.hidden {
  display: none !important;
}
.about-ekterly-page .video-section .video-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  cursor: pointer;
}
.about-ekterly-page .video-section .video-swiper .swiper-slide:hover .video-thumb img {
  transform: scale(1.05);
}
.about-ekterly-page .video-section .video-swiper .swiper-slide.active .video-thumb {
  opacity: 0.35;
}
.about-ekterly-page .video-section .video-swiper .swiper-slide .video-thumb {
  height: 10.2rem;
  width: 18.6rem;
  border-radius: 1rem;
  overflow: hidden;
}
.about-ekterly-page .video-section .video-swiper .swiper-slide .video-thumb img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.about-ekterly-page .video-section .video-swiper .swiper-slide .descr {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #122674;
}
.about-ekterly-page .video-section .nextup-container {
  padding: 14rem 0 0;
}
.about-ekterly-page .video-section .nextup-container .subtitle {
  margin-bottom: 0;
  text-align: center;
}
.about-ekterly-page .video-section .nextup-container .btn-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.about-ekterly-page .about-link-image {
  width: 78.1rem;
  margin: 5rem auto 0 auto;
  border-radius: 2.5rem;
  overflow: hidden;
  height: 29.1rem;
}
@media (max-width: 768px) {
  .about-ekterly-page .about-link-image {
    width: 33rem;
    height: 40rem;
  }
}
.about-ekterly-page .about-link-image .image-container {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-ekterly-page .about-link-image .image-container {
    height: 40rem;
  }
}
.about-ekterly-page .about-link-image .image-container > img {
  transition: transform 0.3s ease;
}
.about-ekterly-page .about-link-image .image-container:hover > img {
  transform: scale(1.05);
}
.about-ekterly-page .about-link-image .image-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30.1rem;
  background: linear-gradient(179.91deg, rgba(0, 0, 0, 0.05) 60%, #0b1643 99.92%);
  opacity: 90%;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-ekterly-page .about-link-image .image-container::before {
    height: 40rem;
  }
}
.about-ekterly-page .about-link-image .image-container .content {
  position: absolute;
  left: 3.5rem;
  bottom: 3rem;
  z-index: 3;
}
.about-ekterly-page .about-link-image .image-container .content span {
  color: white;
  left: 3.5rem;
}
@media (max-width: 768px) {
  .about-ekterly-page .about-link-image .image-container .content span {
    width: 17rem;
  }
}
.about-ekterly-page .about-link-image .image-container .content span.subtitle {
  color: #FAA224;
  font-size: 1.6rem;
  font-weight: 700;
}
.about-ekterly-page .about-link-image .image-container .content span.title {
  font-size: 2.2rem;
  font-weight: 600;
  width: 250rem;
}
.about-ekterly-page .about-link-image .image-container .content span img {
  position: absolute;
  top: 3.5rem;
  left: 24.26rem;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .about-ekterly-page .about-link-image .image-container .content span img {
    top: 3.3rem;
    left: 26rem;
  }
}
.about-ekterly-page .about-link-image .image-container .actor-portrayal {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 500;
  font-style: italic;
  bottom: 3.5rem;
  right: 4rem;
  color: white;
  z-index: 3;
}
@media (max-width: 768px) {
  .about-ekterly-page .about-link-image .image-container .actor-portrayal {
    top: 2rem;
    right: 4rem;
  }
}
@media (max-width: 768px) {
  .about-ekterly-page .container {
    width: 33rem;
  }
  .about-ekterly-page .hero {
    padding: 11rem 0 25.5rem;
  }
  .about-ekterly-page .hero h1 {
    font-size: 3.7rem;
    line-height: 4.6rem;
  }
  .about-ekterly-page .hero .actor {
    bottom: 3.5rem;
    right: 2.6rem;
    font-size: 0.9rem;
    line-height: 2.4rem;
  }
  .about-ekterly-page h2 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  .about-ekterly-page .subtitle {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .about-ekterly-page .stop-attacks {
    padding: 4.1rem 0 0;
    border-radius: 2rem 2rem 0rem 0rem;
    margin-top: -2.4rem;
  }
  .about-ekterly-page .stop-attacks h2 {
    width: 34.3rem;
  }
  .about-ekterly-page .stop-attacks .divider {
    margin: 4.5rem 0 5.7rem;
  }
  .about-ekterly-page .stop-attacks .image-wrapper {
    width: 23.3rem;
    height: auto;
  }
  .about-ekterly-page .stop-attacks .image-wrapper .small-text {
    bottom: 1.6rem;
    right: -2.8rem;
  }
  .about-ekterly-page .stop-attacks .stop-attacks-list {
    margin-top: 8.5rem;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .about-ekterly-page .stop-attacks .stop-attacks-list li {
    gap: 1.5rem;
  }
  .about-ekterly-page .stop-attacks .stop-attacks-list li img {
    height: 6rem;
  }
  .about-ekterly-page .stop-attacks .stop-attacks-list li .hand-holding {
    transform: scale(1.6);
  }
  .about-ekterly-page .stop-attacks .stop-attacks-description {
    line-height: 2.6rem;
    color: #494949;
    margin-top: 4.8rem;
  }
  .about-ekterly-page .video-section {
    padding: 8rem 0 0;
  }
  .about-ekterly-page .video-section h2 {
    margin-bottom: 2rem;
  }
  .about-ekterly-page .video-section .subtitle {
    margin-bottom: 4.6rem;
  }
  .about-ekterly-page .video-section .video-container {
    width: 100%;
  }
  .about-ekterly-page .video-section .video-content {
    gap: 0.4rem;
    margin-bottom: 2.3rem;
  }
  .about-ekterly-page .video-section .video-content .video-wrapper {
    height: 21.5rem;
    border-radius: 0;
  }
  .about-ekterly-page .video-section .video-content .video-description {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-left: 1.6rem;
  }
  .about-ekterly-page .video-section .video-swiper .swiper-slide {
    gap: 0.5rem;
    width: 13.2rem;
  }
  .about-ekterly-page .video-section .video-swiper .swiper-slide .video-thumb {
    height: 7.2rem;
    width: 100%;
    border-radius: 0.5rem;
  }
  .about-ekterly-page .video-section .video-swiper .swiper-slide .descr {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .about-ekterly-page .video-section .nextup-container {
    padding: 7.5rem 0 0;
  }
  .about-ekterly-page .video-section .nextup-container .subtitle {
    text-align: center;
  }
  .about-ekterly-page .about-link-image {
    margin-top: 8rem;
    height: 40rem;
  }
  .about-ekterly-page .about-link-image .image-container .actor {
    bottom: auto;
    top: 2rem;
    right: 2rem;
  }
  .about-ekterly-page .about-link-image .image-container .content {
    left: 2.5rem;
    bottom: 2.5rem;
    width: 28rem;
  }
}
/*# sourceMappingURL=about-ekterly.css.map */