@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;800&display=swap");
/**

	VARIABLE:
	- Color Palletes
	- Typography

 */
@font-face {
  font-family: "Airbnb Cereal App Book";
  font-style: normal;
  font-weight: normal;
  src: local("Airbnb Cereal App Book"), url("./../fonts/airbnb-cereal-app/AirbnbCerealBook.woff") format("woff");
}
@font-face {
  font-family: "Airbnb Cereal App Light";
  font-style: normal;
  font-weight: normal;
  src: local("Airbnb Cereal App Light"), url("./../fonts/airbnb-cereal-app/AirbnbCerealLight.woff") format("woff");
}
@font-face {
  font-family: "Airbnb Cereal App Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Airbnb Cereal App Medium"), url("./../fonts/airbnb-cereal-app/AirbnbCerealMedium.woff") format("woff");
}
@font-face {
  font-family: "Airbnb Cereal App Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Airbnb Cereal App Bold"), url("./../fonts/airbnb-cereal-app/AirbnbCerealBold.woff") format("woff");
}
@font-face {
  font-family: "Airbnb Cereal App Extra Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Airbnb Cereal App Extra Bold"), url("./../fonts/airbnb-cereal-app/AirbnbCerealExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Airbnb Cereal App Black";
  font-style: normal;
  font-weight: normal;
  src: local("Airbnb Cereal App Black"), url("./../fonts/airbnb-cereal-app/AirbnbCerealBlack.woff") format("woff");
}
@font-face {
  font-family: "Bogart Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("./../fonts/bogart/Bogart-Semibold-trial.ttf");
}
@font-face {
  font-family: "Bogart Bold";
  font-style: normal;
  font-weight: normal;
  src: url("./../fonts/bogart/Bogart-Bold-trial.ttf");
}
@font-face {
  font-family: "Bogart Extrabold";
  font-style: normal;
  font-weight: normal;
  src: url("./../fonts/bogart/Bogart-Extrabold-trial.ttf");
}
@font-face {
  font-family: "Instrument Sans, sans-serif";
  src: url("./../../assets/vendors/quantum-v2.0.0-202307280002/assets/fonts/InstrumentSans/fonts/webfonts/InstrumentSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Instrument Sans, sans-serif";
  src: url("./../../assets/vendors/quantum-v2.0.0-202307280002/assets/fonts/InstrumentSans/fonts/webfonts/InstrumentSans-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
}
/**
=========================
	- Color Palletes
=========================
*/
/**
=========================
	- Typography
=========================
*/
/**
==================================================
	- Quantum Helper Variables
==================================================
*/
/**
===========================================
    MEDIA MIXIN
===========================================
*/
/**
===========================================
    TEXT MIXIN
===========================================
*/
body {
  background-color: #fff;
  scroll-behavior: smooth;
  padding-top: 100px;
}

.accordion {
  max-height: unset;
}

.has-orange {
  color: #025bff;
}

.has-underline {
  position: relative;
  z-index: 1;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='315' height='17' viewBox='0 0 315 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M254.743 1.42438C259.684 2.54652 302.627 4.06202 313.994 7.61625C315.402 8.15792 313.559 10.0948 311.218 12.0331C303.761 18.1978 304.359 16.4013 297.648 15.4202C294.292 14.9256 295.599 15.1095 291.484 14.6488C278.89 13.219 261.613 12.5373 248.827 12.1581C248.186 11.873 246.191 12.6766 245.841 12.3437C245.299 11.9325 224.998 11.266 203.87 11.1473C182.754 11.029 160.897 11.3403 157.473 11.3677C153.304 11.3973 156.574 10.8976 151.668 11.115C141.25 11.572 118.424 11.403 110.556 12.0001C104.263 12.4827 102.896 12.4905 96.7726 12.3089C89.8075 12.1023 57.7155 13.2228 53.8317 13.9784C52.9301 14.1532 52.2131 14.1239 52.1902 13.9377C51.2517 13.9341 45.2583 14.0547 40.5216 14.148C40.3559 14.1512 28.8522 14.3905 28.7715 14.3075C28.5691 14.1241 27.8391 14.0622 27.2004 14.2125C26.0081 14.4191 1.39954 15.9952 0.90182 15.4806C-0.55078 13.97 1.72952 7.28896 4.31283 5.55947C7.02251 3.74504 23.552 5.08188 36.4657 3.66683C114.002 1.21729 82.4293 3.09489 110.371 1.2628C111.917 1.80049 117.53 0.338245 121.123 1.26722C122.631 1.65867 133.013 1.56343 135.287 1.15515C138.005 0.663284 191.347 1.43898 196.007 0.537079C204.405 1.40699 240.495 1.01794 254.743 1.42438Z' fill='%23FF9356'/%3E%3C/svg%3E%0A");
  background-size: 100% 160%;
  background-repeat: no-repeat;
}

.navbar-karirlink {
  width: 95%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  padding: 5px 0;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  transition: all 0.3s ease;
}
.navbar-karirlink:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 990px) {
  .navbar-karirlink {
    border-radius: 20px;
    width: 90%;
    padding: 10px 0;
  }
}
.navbar-karirlink .logo img {
  height: 30px;
  width: auto;
}
@media (max-width: 1200px) {
  .navbar-karirlink .logo img {
    height: 24px;
  }
}
@media (max-width: 990px) {
  .navbar-karirlink .navigasi {
    position: absolute;
    width: 100%;
    top: 99%;
    padding: 16px;
    left: 0;
    background-color: #fff;
    z-index: -1;
  }
}
.navbar-karirlink .navigasi ul {
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .navbar-karirlink .navigasi ul {
    display: block !important;
    padding-inline-start: 0;
  }
}
.navbar-karirlink .navigasi ul li {
  display: inline-block;
  padding: 0 1rem;
  cursor: pointer;
  position: relative;
}
.navbar-karirlink .navigasi ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: var(--qn-ocean-blue-400, #294A9C);
  transition: height 250ms ease-in-out;
}
@media (max-width: 990px) {
  .navbar-karirlink .navigasi ul li::after {
    content: unset;
  }
}
@media (max-width: 990px) {
  .navbar-karirlink .navigasi ul li {
    display: block;
    margin: 0;
  }
}
.navbar-karirlink .navigasi ul li a {
  color: var(--qn-neutral-800);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  line-height: 68px;
}
.navbar-karirlink .navigasi ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
@media (max-width: 990px) {
  .navbar-karirlink .navigasi ul li a {
    line-height: 54px;
  }
}
.navbar-karirlink .navigasi ul li:hover::after, .navbar-karirlink .navigasi ul li.active::after {
  height: 3px;
}
@media (max-width: 990px) {
  .navbar-karirlink .navigasi ul li:hover, .navbar-karirlink .navigasi ul li.active {
    border-radius: 4px;
    width: 100%;
    background-color: var(--qn-neutral-100);
  }
}
.navbar-karirlink .navigasi ul li:hover a, .navbar-karirlink .navigasi ul li.active a {
  color: var(--qn-ocean-blue-400, #294A9C);
}
.navbar-karirlink .navigasi ul li.active a {
  font-weight: 600;
}
@media (max-width: 990px) {
  .navbar-karirlink .cta-navbar {
    display: flex;
    align-items: center;
  }
}
.navbar-karirlink .cta-navbar .btn-collapse {
  display: none;
  border: none;
  background-color: transparent;
}
@media (max-width: 990px) {
  .navbar-karirlink .cta-navbar .btn-collapse {
    display: block;
    margin-left: 8px;
  }
}
.navbar-karirlink .cta-navbar .btn-collapse img {
  width: 42px;
  height: 42px;
}

#main-hero {
  min-height: 40rem;
}
@media (max-width: 990px) {
  #main-hero .bg-res {
    background-color: #C7EDFF;
    margin-top: 4rem;
  }
}
#main-hero .hero-section {
  background: url("../../assets/img/bg-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 990px) {
  #main-hero .hero-section {
    text-align: center;
    padding: 40px 0 0 0;
  }
}
#main-hero .hero-section .particle-hero {
  position: absolute;
  z-index: 1;
  bottom: -46px;
  left: -52px;
}
@media (max-width: 990px) {
  #main-hero .hero-section .particle-hero {
    top: 40%;
    left: -50px;
    bottom: unset;
  }
  #main-hero .hero-section .particle-hero img {
    height: 60px;
  }
}
@media (max-width: 480px) {
  #main-hero .hero-section .particle-hero {
    top: 50%;
    left: -50px;
    bottom: unset;
  }
  #main-hero .hero-section .particle-hero img {
    height: 50px;
  }
}
#main-hero .hero-section .hero-caption {
  margin-bottom: 32px;
}
#main-hero .hero-section .hero-caption .label-blue {
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  #main-hero .hero-section .hero-caption .label-blue {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}
#main-hero .hero-section .hero-caption h1 {
  font-size: 36px;
  line-height: 50px;
  color: #24343C;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  #main-hero .hero-section .hero-caption h1 {
    font-size: 1.8rem;
    line-height: 40px;
    margin-bottom: 14px;
  }
}
#main-hero .hero-section .hero-caption p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  width: 100%;
  max-width: 514px;
}
@media (max-width: 990px) {
  #main-hero .hero-section .hero-caption p {
    font-size: 0.9rem;
    line-height: 28px;
    max-width: unset;
  }
}
@media (max-width: 990px) {
  #main-hero .hero-section .btn {
    margin: 0 auto;
  }
}
#main-hero .hero-section a {
  text-decoration: none;
}
#main-hero .hero-section .cta-mulai-sekarang {
  background-color: var(--qn-ocean-blue-400, #294A9C);
  border-radius: 6px;
  box-shadow: 0px 10px 16px rgba(41, 74, 156, 0.25);
}
#main-hero .hero-section .cta-mulai-sekarang .mulai {
  padding: 16px 26px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 480px) {
  #main-hero .hero-section .cta-mulai-sekarang .mulai {
    padding: 10px 26px;
  }
}
#main-hero .hero-section .cta-mulai-sekarang .icon {
  background-color: #C7EDFF;
  padding: 14px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 480px) {
  #main-hero .hero-section .cta-mulai-sekarang .icon {
    padding: 10px;
  }
}
#main-hero .hero-section .cta-mulai-sekarang .icon img {
  width: 24px;
  height: 24px;
}
@media (max-width: 480px) {
  #main-hero .hero-section .cta-mulai-sekarang .icon img {
    width: 20px;
    height: 20px;
  }
}
#main-hero .hero-section .hero-image {
  position: relative;
  width: 100%;
}
@media (max-width: 480px) {
  #main-hero .hero-section .hero-image {
    margin-top: -2.3rem;
  }
}
#main-hero .hero-section .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.label-blue {
  background: rgba(40, 72, 158, 0.15);
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: var(--qn-ocean-blue-400, #294A9C);
  display: inline-block;
}

#company-trust {
  padding: 30px 0;
}
#company-trust h3 {
  font-size: 1.2rem;
  color: #24343C;
  line-height: 34px;
  text-align: center;
  margin-bottom: 28px;
}
#company-trust h3 b {
  color: var(--qn-ocean-blue-400, #294A9C);
}

@media (max-width: 990px) {
  .nopadding-sm {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 990px) {
  .section__caption {
    margin-bottom: 2rem;
  }
}
.section__caption label {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #F15A27;
  margin-bottom: 12px;
}
@media (max-width: 990px) {
  .section__caption label {
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.section__caption h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  color: #24343C;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .section__caption h2 {
    font-size: 1.8rem;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.section__caption p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #455A64;
  margin: 0;
}
@media (max-width: 990px) {
  .section__caption p {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

#untuk-mahasiswa {
  background: url("../../assets/img/bg-untuk-mahasiswa.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 60px 0;
}
@media (max-width: 990px) {
  #untuk-mahasiswa {
    padding: 25px 0;
  }
}
@media (max-width: 990px) {
  #untuk-mahasiswa {
    background: #fff;
  }
}
#untuk-mahasiswa .hero-visual {
  margin-right: auto;
}

#untuk-perusahaan {
  background: url("../../assets/img/bg-untuk-perusahaan.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 20px 0;
}
@media (max-width: 990px) {
  #untuk-perusahaan {
    background: #fff;
    padding: 25px 0;
  }
}
#untuk-perusahaan .hero-visual {
  margin-left: auto;
}

#untuk-universitas {
  background: url("../../assets/img/bg-untuk-universitas.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 60px 0;
}
@media (max-width: 990px) {
  #untuk-universitas {
    padding: 25px 0;
    background: #fff;
  }
}
#untuk-universitas .hero-visual {
  margin-right: auto;
}

#testimoni {
  background: #fff;
  padding: 100px 0;
  background-position: top right;
}
@media (max-width: 990px) {
  #testimoni {
    padding: 50px 0;
  }
}
#testimoni .hero {
  padding: 0 5rem 0 0;
}
@media (max-width: 990px) {
  #testimoni .hero {
    padding: 0;
    margin-bottom: 2rem;
  }
}
#testimoni .hero img {
  width: 100%;
  height: auto;
}
#testimoni .caption {
  position: relative;
}
#testimoni .caption .title {
  margin-bottom: 16px;
}
#testimoni .caption .title .line-before {
  border-bottom: 1px solid #24343B;
  width: 45px;
  margin-right: 12px;
}
#testimoni .caption .title h2 {
  font-size: 2rem;
  line-height: 52px;
  color: #24343C;
}
@media (max-width: 990px) {
  #testimoni .caption .title h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
#testimoni .caption .testimonial {
  margin-bottom: 52px;
  height: 128px;
}
@media (max-width: 990px) {
  #testimoni .caption .testimonial {
    height: auto;
  }
}
#testimoni .caption .testimonial p {
  font-size: 1.1rem;
  line-height: 32px;
  color: #455A64;
}
#testimoni .caption .name {
  margin-bottom: 70px;
}
#testimoni .caption .name h3 {
  font-size: 1.5rem;
  line-height: 32px;
  color: #24343C;
  margin-bottom: 8px;
}
#testimoni .caption .name p {
  font-size: 1.1rem;
  line-height: 32px;
  color: #718F9D;
}
#testimoni .caption .other .info-alumni p {
  font-size: 1.1rem;
  line-height: 32px;
  color: #718F9D;
  margin-bottom: 0;
  margin-right: 4px;
}
#testimoni .caption .other .info-alumni img {
  height: 50px;
  width: auto;
}

.cta-action {
  background-color: #fff;
  right: 0;
  bottom: 0;
  z-index: 99;
  position: absolute;
}
.cta-action .btn-prev {
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--qn-ocean-blue-400, #294A9C);
  margin-right: 12px;
}
.cta-action .btn-prev:hover {
  background-color: rgb(241, 241, 241);
  transition: 200ms;
}
.cta-action .btn-prev img {
  width: 28px;
  height: 28px;
}
.cta-action .btn-next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: var(--qn-ocean-blue-400, #294A9C);
  border: 1px solid var(--qn-ocean-blue-400, #294A9C);
}
.cta-action .btn-next:hover {
  background-color: var(--qn-ocean-blue-500, #223e85);
  transition: 200ms;
}
.cta-action .btn-next img {
  width: 28px;
  height: 28px;
}

.btn-default {
  background: #294A9C;
  border-radius: 6px;
  border: none;
  padding: 16px 38px;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.btn-default img {
  margin-left: 14px;
  width: 16px;
  height: auto;
}
.btn-default:hover {
  background: var(--qn-ocean-blue-500, #223e85);
  transition: 200ms;
}

.btn-transparent {
  background: transparent;
  border-radius: 6px;
  border: none;
  padding: 16px 38px;
  font-size: 14px;
  line-height: 18px;
  color: var(--qn-ocean-blue-400, #294A9C);
}
.btn-transparent img {
  margin-right: 12px;
  width: 24px;
  height: auto;
}

#benefit {
  background: url("../../assets/img/bg-benefit.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 40px 0;
}
#benefit .caption {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  #benefit .caption {
    margin-bottom: 2rem;
  }
}
#benefit .caption h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  color: #24343C;
}
@media (max-width: 990px) {
  #benefit .caption h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
#benefit .card-benefit {
  width: 100%;
  padding: 60px 2rem;
  cursor: pointer;
  border-bottom: 6px solid transparent;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 990px) {
  #benefit .card-benefit {
    padding: 24px 20px;
  }
}
#benefit .card-benefit:hover {
  border-bottom: 6px solid #2962FF;
  transition: 200ms;
  box-shadow: 0px 10px 31px rgba(40, 72, 158, 0.1);
  box-shadow: 8px 8px 20px rgba(40, 71, 158, 0.055);
}
#benefit .card-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(41, 98, 255, 0.1);
  border: 1px solid rgba(41, 98, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition: background-color 0.25s ease, border-color 0.25s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#benefit .card-benefit__icon .bi {
  font-size: 2rem;
  line-height: 1;
  color: #294a9c;
  transition: color 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 990px) {
  #benefit .card-benefit__icon {
    width: 64px;
    height: 64px;
  }
  #benefit .card-benefit__icon .bi {
    font-size: 1.5rem;
  }
}
#benefit .card-benefit:hover .card-benefit__icon {
  background: rgba(41, 98, 255, 0.16);
  border-color: rgba(41, 98, 255, 0.35);
}
#benefit .card-benefit:hover .card-benefit__icon .bi {
  color: #2962ff;
}
#benefit .card-benefit .desc {
  padding-top: 32px;
}
@media (max-width: 990px) {
  #benefit .card-benefit .desc {
    padding: 12px;
  }
}
#benefit .card-benefit .desc h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #24343C;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  #benefit .card-benefit .desc h3 {
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
#benefit .card-benefit .desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #455A64;
}
@media (max-width: 990px) {
  #benefit .card-benefit .desc p {
    font-size: 0.85rem;
    line-height: 22px;
  }
}

#hubungi-kami {
  background-color: #fff;
  padding: 40px 0;
}
@media (max-width: 990px) {
  #hubungi-kami {
    padding: 25px 0;
    text-align: center;
    margin-bottom: 8rem;
  }
}
#hubungi-kami .hero-visual {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 990px) {
  #hubungi-kami .caption {
    margin-bottom: 2rem;
  }
}
#hubungi-kami .caption .label-blue {
  margin-bottom: 1rem;
}
@media (max-width: 990px) {
  #hubungi-kami .caption .label-blue {
    margin-bottom: 12px;
  }
}
#hubungi-kami .caption h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #24343C;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  #hubungi-kami .caption h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
#hubungi-kami .caption p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #455A64;
  margin-bottom: 32px;
}
#hubungi-kami .caption .btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 990px) {
  #hubungi-kami .caption .btn {
    margin: 0 auto;
  }
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#download-apps {
  position: relative;
}
#download-apps [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
#download-apps .particle-hero {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: -52px;
}
#download-apps .card-download {
  background: url("../../assets/img/bg-download.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 4rem 6rem;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin: 8rem 0;
}
#download-apps .card-download h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  color: #24343C;
  margin-bottom: 20px;
}
#download-apps .card-download p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #455A64;
  margin-bottom: 32px;
}
#download-apps .card-download .mockup {
  position: relative;
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-end;
}
#download-apps .card-download .mockup img {
  position: absolute;
  width: 540px;
  height: auto;
  top: -13rem;
}
@media (max-width: 1200px) {
  #download-apps .card-download .mockup img {
    width: 100%;
    top: -9rem;
  }
}
#download-apps .card-download .cta-download {
  display: flex;
  gap: 12px;
}

#download-apps-res {
  background: url("../../assets/img/mobile/bg-download.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 2rem;
  padding: 0 1rem 3rem 1rem;
}
#download-apps-res h2 {
  font-size: 2.4rem;
  line-height: 52px;
  font-weight: 700;
  color: #24343C;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  #download-apps-res h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
#download-apps-res p {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 400;
  color: #455A64;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  #download-apps-res p {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
#download-apps-res .mockup {
  position: relative;
  margin-top: -8rem;
}
#download-apps-res .mockup img {
  width: 300px;
}
@media (max-width: 990px) {
  #download-apps-res .cta-download {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 8px;
  }
}
#download-apps-res .cta-download img {
  margin-right: 12px;
  margin-bottom: 12px;
}


#footer-karirlink {
  background:
    linear-gradient(
      180deg,
      #1e293b 0%,
      #0f172a 100%
    );
  color: rgba(255, 255, 255, 0.78);
  padding: 5rem 0 2.5rem;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}

#footer-karirlink::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: rgba(241, 90, 39, 0.08);
  border-radius: 50%;
  filter: blur(80px);
}

@media (max-width: 990px) {
  #footer-karirlink {
    margin-top: 0;
    padding: 4rem 0 2rem;
  }
}

/* LOGO */
#footer-karirlink .logo {
  margin-bottom: 20px;
}

#footer-karirlink .logo img {
  height: 36px;
  width: auto;
  position: relative;
  z-index: 2;
}

/* TEXT */
#footer-karirlink p {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.78);
  margin: 0;
  position: relative;
  z-index: 2;
}

/* BRAND COLUMN + COPYRIGHT */
#footer-karirlink .footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}
#footer-karirlink .footer-brand-col__desc {
  flex: 0 0 auto;
}
#footer-karirlink .footer-copyright {
  margin-top: auto;
  padding-top: 1.25rem;
  text-align: left;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.45);
}

/* CONTACT */
#footer-karirlink .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#footer-karirlink .footer-contact-list .info {
  margin-top: 0;
  gap: 8px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
#footer-karirlink .info {
  gap: 8px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

#footer-karirlink .info img {
  width: 18px;
  height: 18px;
  margin-right: 0;
  margin-top: 2px;
  flex-shrink: 0;
}

#footer-karirlink .info h4 {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 2px;
}

#footer-karirlink .info p,
#footer-karirlink .info a {
  font-size: 0.875rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  margin: 0;
  text-decoration: none;
  transition: 0.2s ease;
}

#footer-karirlink .info a:hover {
  color: #F15A27;
}

/* TITLE (kolom footer — h3 legacy & h4 layout baru) */
#footer-karirlink h3,
#footer-karirlink h4.mb-3,
#footer-karirlink h4.mb-4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

/* MENU */
#footer-karirlink ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

#footer-karirlink ul li {
  margin-bottom: 10px;
}

#footer-karirlink ul li:last-child {
  margin-bottom: 0;
}

#footer-karirlink ul li a {
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);

  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}

#footer-karirlink ul li a:hover {
  color: #F15A27;
  padding-left: 4px;
}

/* SOCIAL */
#footer-karirlink ul .social img {
  margin-right: 10px;
  transition: transform 0.25s ease;
}

#footer-karirlink ul .social li:hover img {
  transform: scale(1.1);
}

/* MOBILE */
@media (max-width: 768px) {
  #footer-karirlink .col-lg-4,
  #footer-karirlink .col-lg-2,
  #footer-karirlink .col-md-6 {
    margin-bottom: 2rem;
  }

  #footer-karirlink h3,
  #footer-karirlink h4.mb-3,
  #footer-karirlink h4.mb-4 {
    margin-top: 8px;
  }
  #footer-karirlink .footer-copyright {
    margin-top: 1rem;
    padding-top: 0.75rem;
  }

}



.eula {
  background: url("../../assets/img/bg-eula.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 70px 0;
}
.eula h2 {
  font-size: 28px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 2rem;
}
.eula p {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.eula .hr-eula {
  border-bottom: 1px solid #BBBBBB;
  margin: 40px 0;
}

.title-faq {
  text-align: center;
  background-color: #C7EDFF;
  padding: 60px 0;
  margin-bottom: 60px;
}
.title-faq h1 {
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #24343C;
  margin-bottom: 24px;
}
.title-faq p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  color: #535A5E;
}

#faq-page .sidebar-faq {
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-bottom: 1rem;
}
#faq-page .sidebar-faq a {
  font-size: 16px;
  line-height: 26px;
  color: #24343B;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  padding: 6px 12px;
  border-radius: 8px;
}
#faq-page .sidebar-faq a:hover {
  text-decoration: underline;
  transition: 200ms;
  color: var(--qn-ocean-blue-400, #294A9C);
}
#faq-page .sidebar-faq a:last-child {
  margin: 0;
}
#faq-page .sidebar-faq a.active {
  background-color: var(--qn-primary-100);
  text-decoration: none;
  color: var(--qn-ocean-blue-400, #294A9C);
}
#faq-page .accordion-faq .card-faq {
  background: #F7F7F7;
  border-radius: 4px;
  background-color: transparent;
  margin-bottom: 16px;
}
#faq-page .accordion-faq .card-faq .card-header-faq {
  display: flex;
  justify-content: space-between;
  background: #F6F6F6;
  border-radius: 4px;
  padding: 18px;
  cursor: pointer;
}
#faq-page .accordion-faq .card-faq .card-header-faq h3 {
  font-size: 16px;
  line-height: 26px;
  color: #24343C;
  margin-bottom: 0;
  margin-right: 10px;
}
#faq-page .accordion-faq .card-faq .card-header-faq::after {
  float: right;
  content: url("/assets/img/caret-up.svg");
  width: 16px;
  height: 16px;
}
#faq-page .accordion-faq .card-faq .card-header-faq.collapsed::after {
  content: url("/assets/img/caret-down.svg");
}
#faq-page .accordion-faq .card-faq .card-body-faq {
  padding: 18px;
  background-color: transparent;
}
#faq-page .accordion-faq .card-faq .card-body-faq p {
  font-size: 14px;
  line-height: 24px;
  color: #535A5E;
}
#faq-page .accordion-faq .card-faq .card-body-faq ul, #faq-page .accordion-faq .card-faq .card-body-faq ol {
  padding-inline-start: 1rem;
}
#faq-page .accordion-faq .card-faq .card-body-faq ul li, #faq-page .accordion-faq .card-faq .card-body-faq ol li {
  font-size: 14px;
  line-height: 24px;
  color: #535A5E;
}
#faq-page .accordion-faq .card-faq .card-body-faq ul li::marker, #faq-page .accordion-faq .card-faq .card-body-faq ol li::marker {
  color: #535A5E;
  font-size: 10px;
}

#gabung-page .nav-pills {
  justify-content: center;
  margin-bottom: 60px;
}
#gabung-page .nav-item {
  margin: 0 12px;
}
#gabung-page .nav-item .nav-link {
  background-color: #fff;
  padding: 8px 18px;
  border: 1px solid #294A9C;
  border-radius: 6px;
  font-size: 16px;
  line-height: 32px;
  color: #294A9C;
}
#gabung-page .nav-item .nav-link.active {
  color: #fff;
  background-color: #294A9C;
}
@media (max-width: 768px) {
  #gabung-page {
    display: none;
  }
}
#gabung-page .list-step-daftar {
  margin-bottom: 60px;
}
#gabung-page .list-step-daftar .title-step {
  text-align: center;
  margin-bottom: 24px;
}
#gabung-page .list-step-daftar .title-step p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #535A5E;
}
#gabung-page .list-step-daftar .title-step a {
  text-decoration: none;
  color: #F15A27;
}
#gabung-page .list-step-daftar .title-step .head {
  text-align: center;
  margin-bottom: 20px;
}
#gabung-page .list-step-daftar .title-step .head .circle {
  color: #fff;
  background-color: #294A9C;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  font-size: 14px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin-right: 8px;
}
#gabung-page .list-step-daftar .title-step .head h2 {
  font-size: 18px;
  line-height: 24px;
  color: #24343C;
  margin-bottom: 0;
}
#gabung-page .list-step-daftar .step-daftar {
  justify-content: center;
}
#gabung-page .list-step-daftar .step-daftar [class*=col-] {
  position: relative;
}
#gabung-page .list-step-daftar .step-daftar [class*=col-]::after {
  content: url("assets/img/step/arrow-right.svg");
  position: absolute;
  top: 30%;
  right: 0;
}
#gabung-page .list-step-daftar .step-daftar [class*=col-]:last-child::after {
  content: none;
}
#gabung-page .list-step-daftar .step-daftar .card-step-daftar {
  margin-bottom: 1rem;
  position: relative;
}
#gabung-page .list-step-daftar .step-daftar .card-step-daftar img {
  width: 90%;
  height: auto;
  margin-bottom: 16px;
}
#gabung-page .list-step-daftar .step-daftar .card-step-daftar p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #535A5E;
  margin-bottom: 0;
}
#gabung-page .list-step-daftar .step-daftar .card-step-daftar p b {
  color: #294A9C;
  margin: 0;
}

#gabung-page-mobile {
  display: none;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #gabung-page-mobile {
    display: block;
  }
}
#gabung-page-mobile .accordion-gabung .card-gabung {
  background: #F7F7F7;
  border-radius: 4px;
  background-color: transparent;
  margin-bottom: 16px;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-header-gabung {
  display: flex;
  justify-content: space-between;
  background: #F6F6F6;
  border-radius: 4px;
  padding: 18px;
  cursor: pointer;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-header-gabung h3 {
  font-size: 16px;
  line-height: 26px;
  color: #294A9C;
  margin-bottom: 0;
  margin-right: 10px;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-header-gabung::after {
  float: right;
  content: url("/img/caret-up.svg");
  width: 16px;
  height: 16px;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-header-gabung.collapsed::after {
  content: url("/img/caret-down.svg");
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung {
  padding: 18px;
  background-color: transparent;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .title-step {
  text-align: left;
  margin-bottom: 24px;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .title-step p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #535A5E;
}
@media (max-width: 768px) {
  #gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .title-step p {
    font-size: 14px;
    line-height: 24px;
  }
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .title-step a {
  text-decoration: none;
  color: #F15A27;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .title-step .head {
  text-align: center;
  margin-bottom: 20px;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .title-step .head .circle {
  color: #fff;
  background-color: #294A9C;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  font-size: 14px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin-right: 8px;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .title-step .head h2 {
  font-size: 18px;
  line-height: 24px;
  color: #24343C;
  margin-bottom: 0;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .step-daftar {
  justify-content: center;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .step-daftar [class*=col-] {
  position: relative;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .step-daftar [class*=col-]::after {
  content: url("assets/img/step/arrow-right.svg");
  position: absolute;
  top: 30%;
  right: 0;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .step-daftar [class*=col-]:last-child::after {
  content: none;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .step-daftar .card-step-daftar {
  margin-bottom: 1rem;
  position: relative;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .step-daftar .card-step-daftar img {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: auto;
  margin-bottom: 16px;
}
@media (max-width: 360px) {
  #gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .step-daftar .card-step-daftar img {
    width: 100%;
  }
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .step-daftar .card-step-daftar p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #535A5E;
  margin-bottom: 0;
}
#gabung-page-mobile .accordion-gabung .card-gabung .card-body-gabung .list-step-daftar .step-daftar .card-step-daftar p b {
  color: #294A9C;
  margin: 0;
}

.front-main {
  scroll-behavior: smooth;
  max-width: 1920px;
  margin: 0 auto;
}
.front-header {
  position: sticky;
  z-index: 800;
  top: 0;
  background: var(--qn-white);
  display: flex;
  padding: 0.75rem 1rem;
  height: 4.25rem;
  max-height: 4.25rem;
  overflow: hidden;
  border-bottom: 0.063rem var(--qn-neutral-200) solid;
}
@media only screen and (max-width: 79.937rem) {
  .front-header {
    height: 4rem;
    max-height: 4rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-header {
    height: 3.5rem;
    max-height: 3.5rem;
  }
}
.front-header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  height: 100%;
}
.front-header__left {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 47.937rem) {
  .front-header__right .btn {
    display: none;
  }
}
.front-header__logo-wrapper {
  display: flex;
  gap: 0.75rem;
  padding: 0.375rem 1rem 0.375rem 0rem;
  border-right: 0.063rem var(--qn-neutral-300) solid;
}
@media only screen and (max-width: 79.937rem) {
  .front-header__logo-wrapper {
    border: none;
    padding: 0.25rem 1rem 0.25rem 0rem;
  }
}
.front-header__toggle {
  --kl-icon-size: 1rem;
  padding: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 2rem;
  max-height: 2rem;
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}
.front-header__toggle .icon {
  font-size: var(--kl-icon-size);
  line-height: var(--kl-icon-size);
}
@media only screen and (max-width: 79.937rem) {
  .front-header__toggle {
    display: block;
  }
}
.front-section {
  background: var(--kl-color, var(--qn-neutral-50));
  overflow: hidden;
  position: relative;
}
.front-section_breadcrumb {
  padding: 0.75rem 1rem;
  border-bottom: 0.063rem solid var(--qn-neutral-300);
}
.front-section_breadcrumb .breadcrumb {
  flex-wrap: nowrap;
}
.front-section_breadcrumb .breadcrumb__item,
.front-section_breadcrumb .breadcrumb a {
  white-space: nowrap;
}
.front-section_list {
  padding: 3.75rem 1rem;
}
@media only screen and (max-width: 79.937rem) {
  .front-section_list {
    padding: 1.5rem 1rem 2.5rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section_list {
    padding: 1.25rem 1rem 2.5rem;
  }
}
.front-section_list-report {
  padding: 3.75rem 1rem;
}
@media only screen and (max-width: 79.937rem) {
  .front-section_list-report {
    padding: 2.5rem 1rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section_list-report {
    padding: 1.5rem 1rem;
  }
}
.front-section_search {
  padding: 3.75rem 1rem 0rem;
  background: url("../../../assets/img/bg-search.webp") !important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 47.937rem) {
  .front-section_search {
    padding-top: 2.5rem;
  }
}
.front-section_search .nav-tab {
  --kl-nav-tab-width: calc(100% + 1rem * 2);
  margin: 0rem -1rem;
  min-width: var(--kl-nav-tab-width);
  width: var(--kl-nav-tab-width);
  max-width: var(--kl-nav-tab-width);
  background: none;
  padding: 3.75rem 1rem 0rem;
  border-bottom: 0.063rem solid var(--qn-neutral-300);
}
@media only screen and (max-width: 79.937rem) {
  .front-section_search .nav-tab {
    padding-top: 4.25rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section_search .nav-tab {
    padding-top: 2.5rem;
  }
}
.front-section_search .nav-tab__wrapper {
  margin: 0 auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
}
@media only screen and (max-width: 79.937rem) {
  .front-section_search .nav-tab__item {
    padding: 0.625rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 500;
  }
  .front-section_search .nav-tab__item.active {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section_search .nav-tab__item {
    padding: 0.5rem;
  }
}
.front-section_search .nav-tab * {
  background: none;
}
.front-section_cta {
  padding: 127px 1rem 2.5rem 1rem;
}
@media only screen and (max-width: 79.937rem) {
  .front-section_cta {
    padding: 2.5rem 1rem 1.25rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section_cta {
    padding: 0;
  }
}
.front-section_tips {
  padding: 5rem 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 79.937rem) {
  .front-section_tips {
    padding: 3.75rem 1rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section_tips {
    padding: 2.5rem 1rem;
  }
}
.front-search {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-search__title {
  color: var(--qn-neutral-800);
  font-size: 1.875rem;
  line-height: 2.75rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 79.937rem) {
  .front-search__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-search__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}
.front-search__description {
  padding-top: 0.75rem;
  width: 613px;
  max-width: 100%;
  color: var(--qn-neutral-600);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 79.937rem) {
  .front-search__description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    width: 515px;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-search__description {
    padding-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
.front-search__group {
  --kl-search-button-right: 0.5rem;
  --kl-search-button-size: 2.5rem;
  --kl-search-input-padding-x: 1.5rem;
  --kl-search-input-padding-y: 1rem;
  display: block;
  width: 386px;
  padding-top: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 79.937rem) {
  .front-search__group {
    --kl-search-button-size: 2.375rem;
    --kl-search-input-padding-x: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-search__group {
    --kl-search-button-right: 0.313rem;
    --kl-search-button-size: 2rem;
    --kl-search-input-padding-x: 1rem;
    --kl-search-input-padding-y: 0.75rem;
    width: 17.5rem;
    padding-top: 1rem;
  }
}
.front-search__input {
  width: 100%;
  padding: var(--kl-search-input-padding-y) var(--kl-search-input-padding-x);
  padding-right: calc(var(--kl-search-button-right) + var(--kl-search-button-size));
  border-radius: 3.125rem;
  border: 0.063rem solid var(--qn-neutral-300);
  outline: none;
  transition: all 170ms ease-in-out;
  color: var(--qn-neutral-800);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 79.937rem) {
  .front-search__input {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-search__input {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
.front-search__input::-moz-placeholder {
  opacity: var(--qn-neutral-500);
}
.front-search__input::placeholder {
  opacity: var(--qn-neutral-500);
}
.front-search__input::-webkit-search-decoration, .front-search__input::-webkit-search-cancel-button, .front-search__input::-webkit-search-results-button, .front-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.front-search__input:hover:not(:disabled) {
  border-color: var(--qn-neutral-400);
}
.front-search__input:focus:not(:disabled) {
  border-color: var(--qn-primary);
  box-shadow: 0 0.063rem 0.125rem rgba(16, 24, 40, 0.05), 0 0 0 0.25rem #e4eefd;
}
.front-search__button {
  position: absolute;
  right: var(--kl-search-button-right);
  bottom: var(--kl-search-button-right);
  width: var(--kl-search-button-size);
  height: var(--kl-search-button-size);
  border-radius: 50%;
  outline: none;
  border: none;
  background-color: var(--qn-neutral-800);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 250ms ease-in-out;
}
.front-search__button:hover, .front-search__button:focus {
  background-color: var(--qn-neutral-600);
}
.front-search__button .icon {
  color: var(--qn-white);
  font-size: 1rem;
  line-height: 1rem;
}
@media only screen and (max-width: 47.937rem) {
  .front-search__button .icon {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.front-search_color-white .front-search__title {
  color: var(--qn-white);
}
.front-search_color-white .front-search__description {
  color: var(--qn-neutral-300);
}
.front-tips {
  padding-top: 2.75rem;
}
@media only screen and (max-width: 79.937rem) {
  .front-tips {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-tips {
    padding-top: 1.5rem;
  }
}
.front-tips_without-padding {
  padding: 0rem;
}
.front-tips__card {
  --kl-tips-card-height: 36.875rem;
  height: var(--kl-tips-card-height);
  max-height: var(--kl-tips-card-height);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  border-radius: 0.75rem;
  transition: box-shadow 250ms ease-in-out;
}
@media only screen and (max-width: 79.937rem) {
  .front-tips__card {
    --kl-tips-card-height: 33.125rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-tips__card {
    --kl-tips-card-height: 418px;
    gap: 0.75rem;
  }
}
.front-tips__card-header {
  width: 100%;
  height: 20rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media only screen and (max-width: 79.937rem) {
  .front-tips__card-header {
    height: 17.5rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-tips__card-header {
    height: 12.5rem;
  }
}
.front-tips__card-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 47.937rem) {
  .front-tips__card-body {
    gap: 1rem;
  }
}
.front-tips__card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  transition: padding 275ms ease-in-out 50ms;
}
.front-tips__card:hover .front-tips__image {
  width: 102%;
  height: 102%;
}
.front-tips__card:hover .front-tips__title {
  color: var(--qn-ocean-blue-500);
}
.front-tips__card:hover .front-tips__by .icon {
  transform: translate(4px, -4px);
}
.front-tips__by {
  --kl-tips-card-by-gap: 0.75rem;
  display: flex;
  gap: var(--kl-tips-card-by-gap);
  --kl-tips-card-box-size: 2.5rem;
  --kl-tips-card-icon-size: 2rem;
}
@media only screen and (max-width: 47.937rem) {
  .front-tips__by {
    --kl-tips-card-by-gap: 0.5rem;
  }
}
.front-tips__by-box {
  width: var(--kl-tips-card-box-size);
  height: var(--kl-tips-card-box-size);
  max-width: var(--kl-tips-card-box-size);
  max-height: var(--kl-tips-card-box-size);
  background-color: var(--qn-white);
  padding: 0.25rem;
  border-radius: 0.5rem;
  border: 0.063rem solid var(--qn-neutral-200);
}
.front-tips__by-logo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.front-tips__by-name {
  color: var(--qn-neutral-700);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 47.937rem) {
  .front-tips__by-name {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 600;
  }
}
.front-tips__by-time {
  color: var(--qn-neutral-500);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 175ms ease-in-out 200ms;
}
@media only screen and (max-width: 47.937rem) {
  .front-tips__by-time {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
.front-tips__by .icon {
  color: var(--qn-neutral-500);
  font-size: var(--kl-tips-card-icon-size);
  line-height: var(--kl-tips-card-icon-size);
  transition: transform 250ms ease-in-out;
}
.front-tips__by-wrapper {
  --kl-tips-card-wrapper-width: calc(100% - var(--kl-tips-card-box-size) - var(--kl-tips-card-by-gap)*2 - var(--kl-tips-card-icon-size));
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  width: var(--kl-tips-card-wrapper-width);
  max-width: var(--kl-tips-card-wrapper-width);
}
.front-tips__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 300ms ease-in-out;
}
.front-tips__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.front-tips__title {
  color: var(--qn-neutral-800);
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 79.937rem) {
  .front-tips__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-tips__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}
.front-tips__description {
  color: var(--qn-neutral-600);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 47.937rem) {
  .front-tips__description {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
.front-tips .glide__track,
.front-tips .glide__slides {
  overflow: visible;
}
@media only screen and (max-width: 79.937rem) {
  .front-tips .badge {
    --qn-badge-height-size: 1.5rem;
    --qn-badge-padding-size: 0.125rem 0.5rem;
  }
}

.article-detail__header-wrapper {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__header-wrapper {
    padding-bottom: 1.5rem;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__header-wrapper {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__header-wrapper .badge {
    --qn-badge-padding-size: 0.125rem 0.5rem;
    --qn-badge-height-size: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__header-wrapper .badge {
    --qn-badge-padding-size: 0 0.5rem;
    --qn-badge-height-size: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 500;
  }
}
.article-detail__header-title {
  color: var(--qn-neutral-800);
  font-size: 2.25rem;
  line-height: 3.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__header-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__header-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}
.article-detail__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.article-detail__image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 32.5rem;
  border-radius: 0.75rem;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__image-wrapper {
    height: 25rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__image-wrapper {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
    border-radius: 0;
    height: 15rem;
  }
}
.article-detail__author {
  padding: 2rem 0;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__author {
    padding: 1.5rem 0;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__author {
    padding: 1rem 0;
  }
}
.article-detail__author-information {
  display: flex;
  gap: 0.75rem;
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__author-information {
    gap: 0.5rem;
  }
}
.article-detail__author-box {
  --kl-article-detail-author-box-size: 2.5rem;
  width: var(--kl-article-detail-author-box-size);
  min-width: var(--kl-article-detail-author-box-size);
  height: var(--kl-article-detail-author-box-size);
  overflow: hidden;
  border-radius: 0.5rem;
  border: 0.063rem solid var(--qn-neutral-200);
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-detail__author-photo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.article-detail__author-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.article-detail__author-name {
  color: var(--qn-neutral-700);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__author-name {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 600;
  }
}
.article-detail__author-timestamp {
  color: var(--qn-neutral-500);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__author-timestamp {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
.article-detail__author-social {
  --kl-article-detail-author-social-size: 2.75rem;
  width: var(--kl-article-detail-author-social-size);
  min-width: var(--kl-article-detail-author-social-size);
  height: var(--kl-article-detail-author-social-size);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 0.063rem solid var(--qn-neutral-300);
  box-shadow: 0 0.063rem 0.125rem 0 rgba(16, 24, 40, 0.05);
  transition: background-color 350ms ease-out;
}
.article-detail__author-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__author-socials {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__author-social {
    --kl-article-detail-author-social-size: 2.5rem;
    padding: 0.625rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__author-social {
    --kl-article-detail-author-social-size: 1.75rem;
    padding: 0.375rem;
  }
}
.article-detail__author-social:hover, .article-detail__author-social:focus {
  background-color: var(--qn-neutral-200);
}
.article-detail__author-icon {
  --kl-article-detail-author-icon-size: 1.25rem;
  width: var(--kl-article-detail-author-icon-size);
  min-width: var(--kl-article-detail-author-icon-size);
  height: var(--kl-article-detail-author-icon-size);
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__author-icon {
    --kl-article-detail-author-icon-size: 1rem;
  }
}
.article-detail__body {
  border-top: 0.063rem solid var(--qn-neutral-200);
  border-bottom: 0.063rem solid var(--qn-neutral-200);
  padding: 2rem 0;
  color: var(--qn-neutral-800);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__body {
    padding: 1.5rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__body {
    padding: 1rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
}
.article-detail__body :first-child {
  padding: 0;
}
.article-detail__body h2 {
  padding-top: 2rem;
  color: var(--qn-neutral-800);
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__body h2 {
    padding-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__body h2 {
    padding-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
  }
}
.article-detail__body p {
  padding-top: 0.75rem;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__body p {
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__body p {
    padding-top: 0.25rem;
  }
}
.article-detail__body ol, .article-detail__body ul {
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  list-style-position: outside;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__body ol, .article-detail__body ul {
    padding-top: 0.375rem;
    padding-left: 1.375rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__body ol, .article-detail__body ul {
    padding-top: 0.125rem;
    padding-left: 1.125rem;
  }
}
.article-detail__body ol ol, .article-detail__body ol ul, .article-detail__body ul ol, .article-detail__body ul ul {
  padding-top: 0;
}
.article-detail__body ol li::marker, .article-detail__body ul li::marker {
  padding-right: 0.125rem;
}
.article-detail__body ul {
  list-style-type: square;
}
.article-detail__body ul > li::marker {
  padding-right: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__body ul > li::marker {
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__body ul > li::marker {
    font-size: 0.5rem;
  }
}
.article-detail__footer {
  padding-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__footer {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__footer {
    padding-top: 1rem;
  }
}
.article-detail__footer-right .article-detail__link {
  align-items: flex-end;
}
.article-detail__link {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 282px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: var(--qn-neutral-800);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 79.937rem) {
  .article-detail__link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }
}
.article-detail__link:hover .article-detail__link-name {
  text-decoration: underline;
  color: var(--qn-primary-500);
}
.article-detail__link:hover .article-detail__link-name_left {
  transform: translateX(-0.125rem);
}
.article-detail__link:hover .article-detail__link-name_left .icon {
  transform: translateX(-0.25rem);
}
.article-detail__link:hover .article-detail__link-name_right {
  transform: translateX(0.125rem);
}
.article-detail__link:hover .article-detail__link-name_right .icon {
  transform: translateX(0.25rem);
}
.article-detail__link-name {
  transition: transform 300ms ease-out;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: var(--qn-primary-400);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.article-detail__link-name .icon {
  font-size: 1.25rem;
  line-height: 1.25rem;
  transition: transform 400ms ease-in-out;
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__link-desktop {
    display: none;
  }
}
.article-detail__link-description {
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 47.937rem) {
  .article-detail__link-description {
    display: none;
  }
}

@media only screen and (min-width: 79.937rem) {
  .grid {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 79.937rem) {
  .grid_with-hightlight {
    gap: 1.5rem !important;
  }
}
@media only screen and (max-width: 47.937rem) {
  .grid_with-hightlight {
    gap: 1.25rem !important;
  }
}

body {
  background-color: var(--qn-white);
  scroll-behavior: smooth;
  --qn-ocean-blue-100: #F1F6FE;
  --qn-ocean-blue-200: #ABC9F5;
  --qn-ocean-blue-300: #4E91F6;
  --qn-ocean-blue-400: #0F6AF5;
  --qn-ocean-blue-500: #074BB2;
  --qn-ocean-blue-600: #094093;
  --qn-ocean-blue: #0F6AF5;
  --kl-svg-first-100: var(--qn-primary-100);
  --kl-svg-first-200: var(--qn-primary-200);
  --kl-svg-first-300: var(--qn-primary-300);
  --kl-svg-first-400: var(--qn-primary-400);
  --kl-svg-first-500: var(--qn-primary-500);
  --kl-svg-first-600: var(--qn-primary-600);
  --kl-svg-first: var(--qn-primary);
  --kl-svg-second-100: var(--qn-warning-100);
  --kl-svg-second-200: var(--qn-warning-200);
  --kl-svg-second-300: var(--qn-warning-300);
  --kl-svg-second-400: var(--qn-warning-400);
  --kl-svg-second-500: var(--qn-warning-500);
  --kl-svg-second-600: var(--qn-warning-600);
  --kl-svg-second: var(--qn-warning);
}

.body_without-scrollbar {
  scrollbar-width: none;
}
.body_without-scrollbar::-webkit-scrollbar {
  display: none !important;
}

.link {
  color: var(--qn-ocean-blue-400) !important;
}
.link:hover {
  color: var(--qn-ocean-blue-500) !important;
}

.layout-overlay {
  z-index: 800;
}

.front-main {
  scroll-behavior: smooth;
  max-width: 1920px;
  margin: 0 auto;
}
.front-section {
  background: var(--kl-back-color, var(--qn-neutral-50));
  overflow: hidden;
  position: relative;
}
.front-section_vacancy {
  padding: 6.25rem 1rem;
}
@media only screen and (max-width: 79.937rem) {
  .front-section_vacancy {
    padding: 3.75rem 1rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section_vacancy {
    padding: 2.5rem 1rem;
  }
}
.front-section__header {
  max-width: 1320px;
}
.front-section__header-title {
  color: var(--kl-color, var(--qn-neutral-800));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
}
@media only screen and (max-width: 79.937rem) {
  .front-section__header-title {
    margin: 0 auto;
    max-width: 592px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section__header-title {
    font-size: 20px;
    line-height: 34px;
  }
}
.front-section__header-description {
  color: var(--kl-color, var(--qn-neutral-600));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 79.937rem) {
  .front-section__header-description {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section__header-description {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
.front-section__header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 79.937rem) {
  .front-section__header-wrapper {
    margin: 0 auto;
    max-width: 488px;
    align-items: center;
    gap: 0.75rem;
  }
}
.front-section__header-wrapper .link {
  display: flex;
  align-items: center;
  transition: transform 250ms cubic-bezier(0, 0.29, 0.84, 0.76), color 250ms ease-in;
  color: var(--kl-color, var(--qn-ocean-blue-400));
}
.front-section__header-wrapper .link:hover {
  text-decoration: underline;
  transform: translateX(0.375rem);
  color: var(--kl-color, var(--qn-ocean-blue-500)) !important;
}
.front-section__header-wrapper .link:hover .icon {
  transform: translateX(0.25rem);
}
@media only screen and (max-width: 79.937rem) {
  .front-section__header-wrapper .link {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section__header-wrapper .link {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 600;
  }
}
.front-section__header_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.front-section__header_center > * {
  text-align: center;
  max-width: 792px;
}
.front-section__header_center .front-section__header-description {
  color: var(--kl-p-color, var(--qn-neutral-600));
}
@media only screen and (max-width: 79.937rem) {
  .front-section__header_center {
    gap: 0.75rem;
  }
}
.front-section__header-highlight {
  position: relative;
  transform: rotate(-1.1deg);
  padding: 0.25rem 0.5rem;
  color: var(--qn-white);
  background: var(--qn-primary-400);
  z-index: 1;
}
.front-section__header-highlight::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  width: 100%;
  height: 100%;
  background: var(--qn-primary-400);
  z-index: -1;
  filter: brightness(0.82);
  transform: scale(1) rotate(-360deg);
}
.front-section__wrapper {
  padding-top: 2rem;
}
@media only screen and (max-width: 79.937rem) {
  .front-section__wrapper {
    padding-top: 1.5rem;
  }
  .front-section__wrapper ~ .front-section__wrapper {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-section__wrapper {
    padding-top: 0.75rem;
  }
  .front-section__wrapper ~ .front-section__wrapper {
    padding-top: 1.5rem;
  }
}
.front-section__wrapper_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-section .loader {
  padding-top: 3.75rem;
}
.front-section .loader__spinner {
  --qn-loader-width: 2.25rem;
  --qn-loader-height: 2.25rem;
}
@media only screen and (max-width: 47.937rem) {
  .front-section .loader {
    padding-top: 2.5rem;
  }
}
.front-section .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
@media only screen and (max-width: 79.937rem) {
  .front-section .container > .grid {
    gap: 0.75rem;
  }
}
.front-vacancy {
  padding-top: 4rem;
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-vacancy {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy__content > .grid > div:first-child {
    order: 1;
  }
}
.front-vacancy__content .btn_filter {
  --qn-btn-height-size: 2.75rem;
  --qn-btn-padding-size: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 3.125rem;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  z-index: 400;
  display: none;
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy__content .btn_filter {
    display: flex;
  }
}
.front-vacancy__search {
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 0.063rem solid var(--qn-neutral-300);
  background: var(--qn-white);
  z-index: 2;
}
@media only screen and (max-width: 47.937rem) {
  .front-vacancy__search {
    padding: 1rem;
  }
}
.front-vacancy__search > .grid {
  align-items: end;
  gap: 1rem;
}
@media only screen and (max-width: 47.937rem) {
  .front-vacancy__search > .grid {
    gap: 0.5rem;
  }
}
.front-vacancy__search .form-control__label {
  padding-bottom: 0.375rem;
}
@media only screen and (max-width: 47.937rem) {
  .front-vacancy__search .form-control__label {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 500;
  }
}
.front-vacancy__search .form-control__input {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media only screen and (max-width: 47.937rem) {
  .front-vacancy__search .btn {
    --qn-btn-height-size: 2.25rem;
    padding: 0.5rem 0.875rem;
  }
}
.front-vacancy__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.front-vacancy__container .main__header {
  padding: 0;
}
@media only screen and (max-width: 47.937rem) {
  .front-vacancy__container .main__header {
    align-items: start;
    flex-direction: column;
    gap: 0.75rem;
  }
}
.front-vacancy__container .main__title {
  color: var(--qn-neutral-800);
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy__container .main__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-vacancy__container .main__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 47.937rem) {
  .front-vacancy__container .main__action {
    width: 100%;
  }
}
.front-vacancy__container .main__action .nav-tab {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.front-vacancy__container .main__action .nav-tab__wrapper {
  border: none;
}
.front-vacancy__container .main__action .nav-tab__item {
  border: none;
}
.front-vacancy__container .main__action .nav-tab .icon {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
}
.front-vacancy__container .main__action .form-control {
  width: 160px;
}
@media only screen and (max-width: 47.937rem) {
  .front-vacancy__container .main__action .form-control {
    width: 100%;
  }
}
.front-vacancy .tab-pane {
  padding: 0;
}
.front-vacancy__filter {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 0.75rem;
  border: 0.063rem solid var(--qn-neutral-300);
  background: var(--qn-white);
  box-shadow: 0 0 0.75rem 0 rgba(77, 77, 77, 0.06);
  --kl-vacancy-filter-section-padding: 1rem;
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy__filter {
    --kl-vacancy-filter-section-padding: 0.75rem 1rem;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    z-index: 999;
    visibility: visible;
    opacity: 1;
  }
  .front-vacancy__filter.show {
    display: flex;
  }
}
.front-vacancy__filter-body {
  width: 100%;
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy__filter-body {
    flex-grow: 1;
    overflow-y: auto;
  }
}
.front-vacancy__filter-footer {
  display: none;
  padding: 1rem;
  background-color: var(--qn-white);
  width: 100%;
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy__filter-footer {
    display: block;
  }
}
.front-vacancy__filter-header {
  padding: var(--kl-vacancy-filter-section-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.063rem solid var(--qn-neutral-200);
}
.front-vacancy__filter-header .icon {
  font-size: 2rem;
  line-height: 2rem;
  color: var(--qn-neutral-900);
  display: none;
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy__filter-header .icon {
    display: block;
  }
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy__filter-header .btn {
    display: none;
  }
}
.front-vacancy__filter-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.front-vacancy__filter-title {
  color: var(--qn-neutral-800);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.front-vacancy__filter-section {
  --kl-vacancy-filter-section-padding: 1rem;
  border-bottom: 0.063rem solid var(--qn-neutral-200);
}
.front-vacancy__filter-section .collapse {
  padding: 0 var(--kl-vacancy-filter-section-padding) var(--kl-vacancy-filter-section-padding);
}
.front-vacancy__filter-section .collapse .grid {
  gap: 0.75rem;
}
.front-vacancy__filter-section .form-control__label-checkbox {
  color: var(--qn-neutral-800);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.front-vacancy__filter-section .link.show {
  display: none;
}
.front-vacancy__filter-isolation {
  padding: 0 !important;
}
.front-vacancy__filter-subtitle {
  color: var(--qn-neutral-800);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.front-vacancy__filter-toggle {
  padding: var(--kl-vacancy-filter-section-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.front-vacancy__filter-toggle .icon {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: var(--qn-neutral-500);
}
.front-vacancy__card {
  --kl-section-vacancy-card-height: 18.75rem;
  position: relative;
  width: 100%;
  height: var(--kl-section-vacancy-card-height);
  max-height: var(--kl-section-vacancy-card-height);
  border-radius: 0.75rem;
  background-color: var(--qn-white);
  background-image: url(./../../assets/img/pattern-sevima-platform.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  box-shadow: 0 0 1.25rem 0 rgba(77, 77, 77, 0.06);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem;
  transition: box-shadow 350ms ease-in-out, border 350ms ease-in-out, transform 250ms ease-out;
}
.front-vacancy__card:hover:not(.front-vacancy__card_on-load) {
  border: 0.063rem solid var(--qn-primary-400);
  box-shadow: 0 0 0 0.25rem rgba(15, 106, 245, 0.12), 0 0.063rem 0.125rem 0 rgba(16, 24, 40, 0.05);
  transform: scale(1.01);
}
.front-vacancy__card:hover:not(.front-vacancy__card_on-load) .front-vacancy__card-title {
  color: var(--qn-ocean-blue-400);
}
@media only screen and (max-width: 79.937rem) {
  .front-vacancy__card:hover:not(.front-vacancy__card_on-load) {
    transform: scale(1);
  }
}
.front-vacancy__card-header {
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.front-vacancy__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.front-vacancy__card-inline {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.front-vacancy__card-title {
  color: var(--qn-neutral-800);
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: -webkit-text-decoration 250ms ease-in-out;
  transition: text-decoration 250ms ease-in-out;
  transition: text-decoration 250ms ease-in-out, -webkit-text-decoration 250ms ease-in-out;
}
.front-vacancy__card-footer {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.front-vacancy__card-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.front-vacancy__card-item .icon {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: var(--qn-neutral-400);
}
.front-vacancy__card-text {
  color: var(--qn-neutral-600);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.front-vacancy__card_on-load .front-vacancy__company,
.front-vacancy__card_on-load .front-vacancy__position,
.front-vacancy__card_on-load .front-vacancy__card-title,
.front-vacancy__card_on-load .front-vacancy__card-text {
  border-radius: 0.25rem;
}
.front-vacancy__card_on-load .front-vacancy__box,
.front-vacancy__card_on-load .front-vacancy__company,
.front-vacancy__card_on-load .front-vacancy__position,
.front-vacancy__card_on-load .front-vacancy__card-title,
.front-vacancy__card_on-load .badge,
.front-vacancy__card_on-load .front-vacancy__card-text {
  color: transparent !important;
  outline: none;
  border: none;
  background: var(--qn-neutral-200);
  background-image: linear-gradient(to left, var(--qn-neutral-200) 0px, var(--qn-neutral-300) 40px, var(--qn-neutral-200) 80px);
  background-size: 150px;
  background-repeat: no-repeat;
  animation: shine-loading 2s infinite ease-out;
}
.front-vacancy__card_on-load .front-vacancy__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.front-vacancy__card_on-load .front-vacancy__company,
.front-vacancy__card_on-load .front-vacancy__position {
  width: -moz-fit-content;
  width: fit-content;
}
.front-vacancy__box {
  width: 2.5rem;
  height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
  background-color: var(--qn-white);
  padding: 0.25rem;
  border-radius: 0.5rem;
  border: 0.063rem solid var(--qn-neutral-200);
  overflow: hidden;
}
.front-vacancy__logo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.front-vacancy__company {
  color: var(--qn-neutral-800);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 100ms ease-in-out 200ms;
}
.front-vacancy__position {
  color: var(--qn-neutral-600);
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 175ms ease-in-out 200ms;
}
.front-vacancy__float-right {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-vacancy__float-right .btn_icon {
  padding: 0.5rem;
  background: var(--qn-neutral-100);
  min-height: 2.25rem;
  height: 2.25rem;
}
.front-vacancy__float-right .icon {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: var(--qn-neutral-400);
}
.front-vacancy_list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.glide_negative-margin-active {
  --kl-glide-negative-margin-space: -1rem;
  margin-left: var(--kl-glide-negative-margin-space);
  margin-right: var(--kl-glide-negative-margin-space);
  width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
}
@media only screen and (min-width: 23.437rem) {
  .glide_negative-margin-xs-active {
    --kl-glide-negative-margin-space: -1rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide_negative-margin-sm-active {
    --kl-glide-negative-margin-space: -1rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide_negative-margin-md-active {
    --kl-glide-negative-margin-space: -1rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide_negative-margin-lg-active {
    --kl-glide-negative-margin-space: -1rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide_negative-margin-xl-active {
    --kl-glide-negative-margin-space: -1rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide_negative-margin-2xl-active {
    --kl-glide-negative-margin-space: -1rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
.glide_negative-margin-inactive {
  --kl-glide-negative-margin-space: 0rem;
  margin-left: var(--kl-glide-negative-margin-space);
  margin-right: var(--kl-glide-negative-margin-space);
  width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
}
@media only screen and (min-width: 23.437rem) {
  .glide_negative-margin-xs-inactive {
    --kl-glide-negative-margin-space: 0rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide_negative-margin-sm-inactive {
    --kl-glide-negative-margin-space: 0rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide_negative-margin-md-inactive {
    --kl-glide-negative-margin-space: 0rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide_negative-margin-lg-inactive {
    --kl-glide-negative-margin-space: 0rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide_negative-margin-xl-inactive {
    --kl-glide-negative-margin-space: 0rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide_negative-margin-2xl-inactive {
    --kl-glide-negative-margin-space: 0rem;
    margin-left: var(--kl-glide-negative-margin-space);
    margin-right: var(--kl-glide-negative-margin-space);
    width: calc(100% + var(--kl-glide-negative-margin-space) * -2);
  }
}
.glide__glides_left-margin-active {
  margin-left: 1rem;
}
@media only screen and (min-width: 23.437rem) {
  .glide__glides_left-margin-xs-active {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide__glides_left-margin-sm-active {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide__glides_left-margin-md-active {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide__glides_left-margin-lg-active {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide__glides_left-margin-xl-active {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide__glides_left-margin-2xl-active {
    margin-left: 1rem;
  }
}
.glide__glides_left-margin-inactive {
  margin-left: unset;
}
@media only screen and (min-width: 23.437rem) {
  .glide__glides_left-margin-xs-inactive {
    margin-left: unset;
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide__glides_left-margin-sm-inactive {
    margin-left: unset;
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide__glides_left-margin-md-inactive {
    margin-left: unset;
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide__glides_left-margin-lg-inactive {
    margin-left: unset;
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide__glides_left-margin-xl-inactive {
    margin-left: unset;
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide__glides_left-margin-2xl-inactive {
    margin-left: unset;
  }
}
.glide__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 50%;
  background: var(--kl-glider-back-color, var(--qn-neutral-700));
  filter: drop-shadow(0 0 1.25rem rgba(77, 77, 77, 0.1));
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  top: 176px;
  width: 3.25rem;
  height: 3.25rem;
  border: none;
}
@media only screen and (max-width: 47.937rem) {
  .glide__arrow {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.glide__arrow .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--kl-glider-back-color, var(--qn-neutral-800));
  border-radius: inherit;
  font-size: 2rem;
  line-height: 2rem;
  color: var(--kl-glider-icon-color, var(--qn-white));
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 47.937rem) {
  .glide__arrow .icon {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.glide__arrow--left:disabled, .glide__arrow--right:disabled {
  opacity: 0;
  pointer-events: none;
}
.glide__arrow--left {
  transform: translateX(-50%);
  left: 0;
}
@media only screen and (max-width: 79.937rem) {
  .glide__arrow--left {
    transform: none;
    left: 1rem;
  }
}
.glide__arrow--left:hover .icon {
  transform: translateX(-0.25rem);
}
.glide__arrow--right {
  transform: translateX(50%);
  right: 0;
}
@media only screen and (max-width: 79.937rem) {
  .glide__arrow--right {
    transform: none;
    right: 1rem;
  }
}
.glide__arrow--right:hover .icon {
  transform: translateX(0.25rem);
}
.glide__arrows_d-flex {
  display: flex;
}
@media only screen and (min-width: 23.437rem) {
  .glide__arrows_d-xs-flex {
    display: flex;
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide__arrows_d-sm-flex {
    display: flex;
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide__arrows_d-md-flex {
    display: flex;
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide__arrows_d-lg-flex {
    display: flex;
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide__arrows_d-xl-flex {
    display: flex;
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide__arrows_d-2xl-flex {
    display: flex;
  }
}
.glide__arrows_d-none {
  display: none;
}
@media only screen and (min-width: 23.437rem) {
  .glide__arrows_d-xs-none {
    display: none;
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide__arrows_d-sm-none {
    display: none;
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide__arrows_d-md-none {
    display: none;
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide__arrows_d-lg-none {
    display: none;
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide__arrows_d-xl-none {
    display: none;
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide__arrows_d-2xl-none {
    display: none;
  }
}
.glide__arrows_position-bottom .glide__arrow {
  top: unset;
  bottom: 0;
}
@media only screen and (min-width: 23.437rem) {
  .glide__arrows_position-xs-bottom .glide__arrow {
    top: unset;
    bottom: 0;
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide__arrows_position-sm-bottom .glide__arrow {
    top: unset;
    bottom: 0;
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide__arrows_position-md-bottom .glide__arrow {
    top: unset;
    bottom: 0;
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide__arrows_position-lg-bottom .glide__arrow {
    top: unset;
    bottom: 0;
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide__arrows_position-xl-bottom .glide__arrow {
    top: unset;
    bottom: 0;
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide__arrows_position-2xl-bottom .glide__arrow {
    top: unset;
    bottom: 0;
  }
}
.glide__arrows_position-mid .glide__arrow {
  top: calc(var(--kl-glide-padding-y, 0rem) + 156px);
  bottom: unset;
}
@media only screen and (min-width: 23.437rem) {
  .glide__arrows_position-xs-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 156px);
    bottom: unset;
  }
}
@media only screen and (min-width: 23.437rem) and (max-width: 79.937rem) {
  .glide__arrows_position-xs-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 139px);
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide__arrows_position-sm-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 156px);
    bottom: unset;
  }
}
@media only screen and (min-width: 47.937rem) and (max-width: 79.937rem) {
  .glide__arrows_position-sm-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 139px);
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide__arrows_position-md-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 156px);
    bottom: unset;
  }
}
@media only screen and (min-width: 79.937rem) and (max-width: 79.937rem) {
  .glide__arrows_position-md-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 139px);
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide__arrows_position-lg-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 156px);
    bottom: unset;
  }
}
@media only screen and (min-width: 83.437rem) and (max-width: 79.937rem) {
  .glide__arrows_position-lg-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 139px);
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide__arrows_position-xl-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 156px);
    bottom: unset;
  }
}
@media only screen and (min-width: 89.937rem) and (max-width: 79.937rem) {
  .glide__arrows_position-xl-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 139px);
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide__arrows_position-2xl-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 156px);
    bottom: unset;
  }
}
@media only screen and (min-width: 119.937rem) and (max-width: 79.937rem) {
  .glide__arrows_position-2xl-mid .glide__arrow {
    top: calc(var(--kl-glide-padding-y, 0rem) + 139px);
  }
}
.glide__bullets {
  margin: calc(2.5rem - var(--kl-glide-padding-y, 0rem)) auto 0 auto;
  padding: 1.313rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 0.375rem;
}
@media only screen and (max-width: 47.937rem) {
  .glide__bullets {
    margin-top: calc(1.5rem - var(--kl-glide-padding-y, 0rem));
    padding: 0.875rem 0.75rem;
    gap: 0.25rem;
  }
}
.glide__bullets_d-none {
  display: none;
}
@media only screen and (min-width: 23.437rem) {
  .glide__bullets_d-xs-none {
    display: none;
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide__bullets_d-sm-none {
    display: none;
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide__bullets_d-md-none {
    display: none;
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide__bullets_d-lg-none {
    display: none;
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide__bullets_d-xl-none {
    display: none;
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide__bullets_d-2xl-none {
    display: none;
  }
}
.glide__bullets_d-flex {
  display: flex;
}
@media only screen and (min-width: 23.437rem) {
  .glide__bullets_d-xs-flex {
    display: flex;
  }
}
@media only screen and (min-width: 47.937rem) {
  .glide__bullets_d-sm-flex {
    display: flex;
  }
}
@media only screen and (min-width: 79.937rem) {
  .glide__bullets_d-md-flex {
    display: flex;
  }
}
@media only screen and (min-width: 83.437rem) {
  .glide__bullets_d-lg-flex {
    display: flex;
  }
}
@media only screen and (min-width: 89.937rem) {
  .glide__bullets_d-xl-flex {
    display: flex;
  }
}
@media only screen and (min-width: 119.937rem) {
  .glide__bullets_d-2xl-flex {
    display: flex;
  }
}
.glide__bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 1.25rem;
  background: var(--qn-neutral-300);
  transition: all 150ms ease-in-out;
  outline: none;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 47.937rem) {
  .glide__bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.glide__bullet:hover {
  background: var(--qn-neutral-400);
}
.glide__bullet--active {
  width: 2rem;
  background: var(--qn-neutral-800);
}
@media only screen and (max-width: 47.937rem) {
  .glide__bullet--active {
    width: 1.75rem;
  }
}
.glide__bullet--active:hover {
  background: var(--qn-neutral-800);
}

/* ─── Homepage scroll & entrance animations ─── */
@keyframes dd-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dd-fade-left {
  from {
    opacity: 0;
    transform: translateX(-36px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dd-fade-right {
  from {
    opacity: 0;
    transform: translateX(36px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dd-scale-in {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dd-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes shine-loading {
  0% {
    background-position: -150px 0;
  }
  100% {
    background-position: calc(100% + 150px) 0;
  }
}

[data-anim] {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
[data-anim="fade"],
[data-anim="fade-up"] {
  transform: translateY(24px);
}
[data-anim="fade-left"] {
  transform: translateX(-36px);
}
[data-anim="fade-right"] {
  transform: translateX(36px);
}
[data-anim="scale"] {
  transform: scale(0.94);
}
[data-anim].dd-anim-in {
  opacity: 1;
  transform: none;
}

/* ─── Homepage hover animations ─── */
#main-hero a.btn.dd-hero-item,
#hubungi-kami .caption .btn,
#download-apps .cta-download a,
#download-apps-res .cta-download a,
.front-section_vacancy .btn,
#lowongan-lainnya-wrapper .btn {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease, background-color 0.2s ease;
}
#main-hero a.btn.dd-hero-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(41, 74, 156, 0.28);
}
#main-hero a.btn.dd-hero-item:hover .icon {
  transform: translateX(4px);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
#main-hero a.btn.dd-hero-item .icon {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
#main-hero.dd-hero-ready .hero-image.dd-hero-item {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
#main-hero.dd-hero-ready .hero-image.dd-hero-item:hover {
  transform: scale(1.03);
}
#main-hero .hero-caption h1 .has-orange {
  transition: color 0.25s ease;
}
#main-hero .hero-caption:hover h1 .has-orange {
  color: #e04e1a;
}

/* ─── Homepage section images ─── */
.hero-visual {
  position: relative;
  width: 100%;
}
.hero-visual__img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}
.hero-visual--rounded .hero-visual__img {
  border-radius: 20px;
}
.hero-visual--rounded:hover .hero-visual__img {
  transform: scale(1.02);
  filter: drop-shadow(0 12px 28px rgba(36, 52, 60, 0.1));
}
#untuk-mahasiswa .hero-visual {
  padding: 0 3rem 0 0;
}
#untuk-perusahaan .hero-visual {
  padding: 0 4rem 0 0;
}
@media (max-width: 990px) {
  #untuk-mahasiswa .hero-visual,
  #untuk-perusahaan .hero-visual,
  #untuk-universitas .hero-visual {
    padding: 0;
  }
}
#untuk-universitas .hero-visual {
  padding: 0 4rem 0 0;
}

#untuk-mahasiswa .hero img,
#untuk-perusahaan .hero img,
#untuk-universitas .hero img,
#hubungi-kami .hero img,
#untuk-mahasiswa .hero-visual__img,
#untuk-perusahaan .hero-visual__img,
#untuk-universitas .hero-visual__img,
#hubungi-kami .hero-visual__img {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}

#untuk-mahasiswa .section__caption,
#untuk-perusahaan .section__caption,
#untuk-universitas .section__caption,
#hubungi-kami .caption,
#benefit .caption {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#untuk-mahasiswa .section__caption.dd-anim-in:hover,
#untuk-perusahaan .section__caption.dd-anim-in:hover,
#untuk-universitas .section__caption.dd-anim-in:hover {
  transform: translateX(6px);
}
#untuk-perusahaan .section__caption.dd-anim-in:hover {
  transform: translateX(-6px);
}
#hubungi-kami .caption.dd-anim-in:hover {
  transform: translateX(6px);
}
#untuk-mahasiswa .section__caption label,
#untuk-perusahaan .section__caption label,
#untuk-universitas .section__caption label {
  transition: letter-spacing 0.3s ease, color 0.25s ease;
  display: inline-block;
}
#untuk-mahasiswa .section__caption:hover label,
#untuk-perusahaan .section__caption:hover label,
#untuk-universitas .section__caption:hover label {
  letter-spacing: 0.02em;
}

#benefit .card-benefit {
  transition: border-color 0.25s ease, box-shadow 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#benefit .card-benefit.dd-anim-in:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(40, 72, 158, 0.14);
}
#benefit .card-benefit__icon .bi {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
#benefit .card-benefit.dd-anim-in:hover .card-benefit__icon .bi,
#benefit .card-benefit:hover .card-benefit__icon .bi {
  transform: scale(1.08);
}
#benefit .caption h2 {
  transition: color 0.25s ease;
}
#benefit .caption.dd-anim-in:hover h2 {
  color: var(--qn-ocean-blue-400, #294a9c);
}

#hubungi-kami .caption .btn:hover,
#download-apps .cta-download a:hover,
#download-apps-res .cta-download a:hover {
  transform: translateY(-3px);
}
#download-apps .cta-download a img,
#download-apps-res .cta-download a img {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}
#download-apps .cta-download a:hover img,
#download-apps-res .cta-download a:hover img {
  transform: scale(1.06);
  opacity: 0.92;
}
#download-apps .card-download.dd-anim-in {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}
#download-apps .card-download.dd-anim-in:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(36, 52, 60, 0.1);
}
#download-apps .mockup img,
#download-apps-res .mockup img {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
#download-apps .mockup:hover img,
#download-apps-res .mockup:hover img {
  transform: scale(1.03) translateY(-4px);
}

.front-section_vacancy .nav-tab__item,
.front-section_vacancy .nav-link {
  transition: transform 0.25s ease, color 0.2s ease, background-color 0.2s ease;
}
.front-section_vacancy .nav-tab__item:hover:not(.active) {
  transform: translateY(-2px);
}
.front-section_vacancy .front-vacancy__card:hover:not(.front-vacancy__card_on-load) {
  transform: translateY(-6px) scale(1.02);
}
#lowongan-lainnya-wrapper .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(41, 74, 156, 0.15);
}

.front-section_tips .front-section__header .link {
  transition: color 0.2s ease, transform 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.front-section_tips .front-section__header .link:hover {
  transform: translateX(4px);
  color: var(--qn-ocean-blue-500, #223e85);
}
.front-section_tips .front-section__header .link .icon {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.front-section_tips .front-section__header .link:hover .icon {
  transform: translateX(4px);
}
.front-section_tips .front-tips__card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}
.front-section_tips .front-tips__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(36, 52, 60, 0.12);
}
.front-section_tips .glide__arrow {
  transition: transform 0.25s ease, background-color 0.2s ease, box-shadow 0.25s ease;
}
.front-section_tips .glide__arrow:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(36, 52, 60, 0.12);
}
.front-section_tips .glide__bullet {
  transition: transform 0.25s ease, background 0.2s ease, width 0.2s ease;
}
.front-section_tips .glide__bullet:hover {
  transform: scale(1.15);
}

.front-section__header-title[data-anim].dd-anim-in:hover,
.front-section__header-description[data-anim].dd-anim-in:hover {
  color: var(--qn-ocean-blue-400, #294a9c);
  transition: color 0.25s ease;
}

#hubungi-kami .caption .label-blue {
  transition: transform 0.3s ease, background-color 0.25s ease;
  display: inline-block;
}
#hubungi-kami .caption:hover .label-blue {
  transform: scale(1.04);
  background: rgba(40, 72, 158, 0.22);
}

/* ─── Tentang Kami page ─── */
.page-tentang-kami {
  overflow-x: hidden;
}
#about-hero {
  min-height: 36rem;
}
#about-hero .hero-section {
  background: url("../../assets/img/bg-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 60px;
  position: relative;
}
@media (max-width: 990px) {
  #about-hero .hero-section {
    text-align: center;
    padding: 48px 0 0;
  }
  #about-hero .bg-res {
    background-color: #c7edff;
    margin-top: 3rem;
  }
}
#about-hero .particle-hero {
  position: absolute;
  z-index: 1;
  bottom: -46px;
  left: -52px;
}
#about-hero .hero-caption .label-blue {
  margin-bottom: 1.25rem;
}
#about-hero .hero-caption h1 {
  font-size: 36px;
  line-height: 50px;
  color: #24343c;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  #about-hero .hero-caption h1 {
    font-size: 1.8rem;
    line-height: 40px;
  }
  #about-hero .hero-section .btn {
    margin: 0 auto;
  }
}
#about-hero .hero-caption p {
  font-size: 16px;
  line-height: 24px;
  color: #455a64;
  max-width: 520px;
  margin-bottom: 28px;
}
#about-hero .hero-image img {
  max-width: 100%;
  height: auto;
}

#about-story {
  padding: 60px 0;
  background: #fff;
}
#about-story .hero img {
  width: 100%;
  height: auto;
}

#about-mvv {
  background: url("../../assets/img/bg-benefit.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 60px 0 72px;
}
#about-mvv .caption {
  margin-bottom: 48px;
}
#about-mvv .caption h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  color: #24343c;
  margin-bottom: 12px;
}
#about-mvv .caption p {
  font-size: 16px;
  line-height: 24px;
  color: #455a64;
  margin: 0;
}
.about-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 28px;
  text-align: center;
  height: 100%;
  border-bottom: 6px solid transparent;
  box-shadow: 0 4px 24px rgba(40, 72, 158, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-card:hover {
  border-bottom-color: #2962ff;
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(40, 72, 158, 0.12);
}
.about-card__icon img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 24px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-card:hover .about-card__icon img {
  transform: scale(1.08);
}
.about-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #24343c;
  margin-bottom: 12px;
}
.about-card p {
  font-size: 15px;
  line-height: 24px;
  color: #455a64;
  margin: 0;
}

#about-stats {
  background: linear-gradient(135deg, #294a9c 0%, #1e3a7a 100%);
  padding: 56px 0;
}
.about-stats__grid {
  row-gap: 1.5rem;
}
.about-stat {
  text-align: center;
  color: #fff;
  padding: 16px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-stat:hover {
  transform: translateY(-4px);
}
.about-stat strong {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}
.about-stat span {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.9;
}

#about-ecosystem {
  padding: 72px 0 40px;
  background: #fff;
}
#about-ecosystem .caption {
  margin-bottom: 56px;
}
#about-ecosystem .caption h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  color: #24343c;
}
#about-ecosystem .caption p {
  font-size: 16px;
  color: #455a64;
  margin: 0;
}
.about-ecosystem__item {
  margin-bottom: 64px;
}
.about-ecosystem__item:last-child {
  margin-bottom: 0;
}
#about-ecosystem .hero img {
  width: 100%;
  height: auto;
}

#about-contact {
  padding: 60px 0 80px;
  background: url("../../assets/img/bg-untuk-mahasiswa.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 990px) {
  #about-contact {
    text-align: center;
    padding: 40px 0 60px;
  }
}
#about-contact .caption h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #24343c;
  margin-bottom: 16px;
}
#about-contact .caption > p {
  font-size: 16px;
  line-height: 24px;
  color: #455a64;
  margin-bottom: 28px;
}
.about-contact__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
}
@media (max-width: 990px) {
  .about-contact__list {
    text-align: center;
  }
}
.about-contact__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .about-contact__list li {
    flex-direction: column;
    align-items: center;
  }
}
.about-contact__list li img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.about-contact__list li strong {
  display: block;
  font-size: 15px;
  color: #24343c;
  margin-bottom: 4px;
}
.about-contact__list li p {
  font-size: 14px;
  line-height: 22px;
  color: #455a64;
  margin: 0;
}
.about-contact__list a {
  color: var(--qn-ocean-blue-400, #294a9c);
  text-decoration: none;
}
.about-contact__list a:hover {
  text-decoration: underline;
}
#about-contact .hero img {
  width: 100%;
  height: auto;
}

#main-hero .hero-caption.dd-hero-item,
#main-hero a.btn.dd-hero-item,
#main-hero .hero-image.dd-hero-item,
#about-hero .hero-caption.dd-hero-item,
#about-hero a.btn.dd-hero-item,
#about-hero .hero-image.dd-hero-item {
  opacity: 0;
}
#main-hero.dd-hero-ready .hero-caption.dd-hero-item,
#about-hero.dd-hero-ready .hero-caption.dd-hero-item {
  animation: dd-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}
#main-hero.dd-hero-ready a.btn.dd-hero-item,
#about-hero.dd-hero-ready a.btn.dd-hero-item {
  animation: dd-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}
#main-hero.dd-hero-ready .hero-image.dd-hero-item,
#about-hero.dd-hero-ready .hero-image.dd-hero-item {
  animation: dd-scale-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}
#about-hero .particle-hero img {
  animation: dd-float 5.5s ease-in-out infinite;
}
#about-hero.dd-hero-ready .hero-image.dd-hero-item {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
#about-hero.dd-hero-ready .hero-image.dd-hero-item:hover {
  transform: scale(1.03);
}
#about-hero a.btn.dd-hero-item {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}
#about-hero a.btn.dd-hero-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(41, 74, 156, 0.28);
}
#about-story .hero img,
#about-ecosystem .hero img,
#about-contact .hero img {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}
#about-story .hero:hover img,
#about-ecosystem .hero:hover img,
#about-contact .hero:hover img {
  transform: scale(1.04);
  filter: drop-shadow(0 12px 28px rgba(36, 52, 60, 0.12));
}
#about-story .section__caption.dd-anim-in:hover,
#about-ecosystem .section__caption.dd-anim-in:hover,
#about-contact .caption.dd-anim-in:hover {
  transform: translateX(6px);
}
#about-contact .caption .btn:hover {
  transform: translateY(-3px);
}

/* ─── FAQ page ─── */
.page-faq {
  overflow-x: hidden;
}
.page-faq .glass-panel {
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 32px rgba(40, 72, 158, 0.07);
  border-radius: 16px;
}
#faq-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#faq-hero .faq-hero-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 96px 0 64px;
  overflow: visible;
  background: linear-gradient(
    118deg,
    #e3f6ff 0%,
    #c7edff 28%,
    #b8dcff 52%,
    #d4e8ff 78%,
    #eef6ff 100%
  );
}
#faq-hero .faq-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    transparent 40%,
    rgba(41, 98, 255, 0.04) 100%
  );
  pointer-events: none;
}
#faq-hero .faq-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
#faq-hero .faq-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.55;
  will-change: transform;
}
#faq-hero .faq-hero__orb--1 {
  width: min(55vw, 520px);
  height: min(55vw, 520px);
  top: -28%;
  left: -12%;
  background: radial-gradient(circle, rgba(41, 98, 255, 0.42) 0%, transparent 68%);
  animation: faq-orb-drift 14s ease-in-out infinite;
}
#faq-hero .faq-hero__orb--2 {
  width: min(45vw, 400px);
  height: min(45vw, 400px);
  bottom: -32%;
  left: 38%;
  background: radial-gradient(circle, rgba(0, 82, 212, 0.32) 0%, transparent 70%);
  animation: faq-orb-drift 16s ease-in-out infinite reverse;
}
#faq-hero .faq-hero__orb--3 {
  width: min(40vw, 360px);
  height: min(40vw, 360px);
  top: 8%;
  right: -8%;
  background: radial-gradient(circle, rgba(199, 237, 255, 0.95) 0%, transparent 72%);
  animation: faq-orb-drift 12s ease-in-out infinite;
  animation-delay: -4s;
}
@keyframes faq-orb-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(12px, -16px) scale(1.05);
  }
}
#faq-hero .faq-hero__inner {
  position: relative;
  z-index: 2;
}
#faq-hero.dd-hero-ready .faq-hero__caption {
  animation: dd-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
#faq-hero .faq-hero__caption {
  opacity: 0;
  position: relative;
  z-index: 1;
}
#faq-hero .faq-hero__caption .label-blue {
  margin-bottom: 1rem;
  background: linear-gradient(
    135deg,
    rgba(247, 248, 249, 0.14) 0%,
    rgba(199, 237, 255, 0.65) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.6);
}
#faq-hero .faq-hero__caption h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #1a2f4a 0%, #294a9c 45%, #2962ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#faq-hero .faq-hero__caption p {
  font-size: 16px;
  line-height: 1.65;
  color: #455a64;
  margin: 0 auto;
  max-width: 560px;
}
@media (max-width: 990px) {
  #faq-hero .faq-hero-section {
    padding: 72px 0 56px;
  }
  #faq-hero .faq-hero__orb--3 {
    right: -20%;
    opacity: 0.35;
  }
}

.faq-hero-fade {
  position: relative;
  width: 100%;
  height: 96px;
  margin-top: -1px;
  pointer-events: none;
  overflow: visible;
  background: linear-gradient(
    180deg,
    #d4e8ff 0%,
    #e8f4fc 28%,
    #f2f9ff 58%,
    rgba(255, 255, 255, 0.95) 88%,
    #ffffff 100%
  );
}
.faq-hero-fade__plane {
  position: absolute;
  z-index: 2;
  right: clamp(16px, 6vw, 80px);
  top: 50%;
  transform: translateY(-50%) translateX(30%);
  opacity: 0.92;
}
.faq-hero-fade__plane img {
  display: block;
  max-height: 72px;
  width: auto;
}
@keyframes faq-plane-glide {
  0%,
  100% {
    transform: translateY(-50%) translate(0, 0) rotate(-2deg);
  }
  50% {
    transform: translateY(-50%) translate(-14px, -6px) rotate(2deg);
  }
}
@media (max-width: 990px) {
  .faq-hero-fade {
    height: 72px;
  }
  .faq-hero-fade__plane img {
    max-height: 52px;
  }
}
@media (max-width: 480px) {
  .faq-hero-fade__plane {
    right: 12px;
  }
  .faq-hero-fade__plane img {
    max-height: 44px;
  }
}

.faq-content {
  padding: 8px 0 72px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.faq-content > .container > .row {
  align-items: flex-start;
}
.faq-main {
  position: relative;
  width: 100%;
}
.faq-sidebar {
  padding: 10px;
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 990px) {
  .faq-sidebar {
    position: static;
    margin-bottom: 8px;
  }
  .faq-content {
    padding-top: 24px;
  }
}
.faq-sidebar.dd-anim-in:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(40, 72, 158, 0.12);
}
.faq-sidebar__btn {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  font-size: 15px;
  line-height: 24px;
  color: #455a64;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.faq-sidebar__btn:hover {
  background: rgba(41, 98, 255, 0.08);
  color: #294a9c;
  transform: translateX(4px);
}
.faq-sidebar__btn.is-active {
  background: rgba(41, 98, 255, 0.14);
  color: #294a9c;
  font-weight: 600;
}

.faq-panel {
  display: none;
  width: 100%;
}
.faq-panel.is-visible {
  display: block;
  animation: faq-panel-in 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes faq-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.faq-panel__head {
  padding: 18px 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-panel__head h2 {
  font-size: 22px;
  font-weight: 700;
  color: #24343c;
  margin: 0;
}
.faq-panel__head p {
  font-size: 13px;
  color: #6b7c86;
  margin: 0;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-item {
  overflow: hidden;
  margin: 0;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.faq-item:hover:not(.is-open) {
  box-shadow: 0 10px 28px rgba(40, 72, 158, 0.09);
}
.faq-item.is-open {
  border-color: rgba(41, 98, 255, 0.28);
  box-shadow: 0 12px 36px rgba(41, 98, 255, 0.1);
}
.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.faq-item__question {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #24343c;
  margin: 0;
}
.faq-item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(41, 98, 255, 0.1);
  position: relative;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease;
}
.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  background: #294a9c;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item__icon::before {
  width: 12px;
  height: 2px;
}
.faq-item__icon::after {
  width: 2px;
  height: 12px;
}
.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
  background: rgba(41, 98, 255, 0.18);
}
.faq-item.is-open .faq-item__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.faq-item__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease, visibility 0.3s ease;
}
.faq-item.is-open .faq-item__body {
  max-height: 480px;
  opacity: 1;
  visibility: visible;
}
.faq-item__inner {
  padding: 0 24px 22px;
}
.faq-item__inner p {
  font-size: 15px;
  line-height: 1.65;
  color: #535a5e;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(40, 72, 158, 0.1);
}
.faq-item:not(.is-open) .faq-item__inner p {
  padding-top: 0;
  border-top: none;
}

#faq-cta {
  padding: 0 0 80px;
}
.faq-cta__card {
  padding: 32px 36px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.62) 0%,
    rgba(199, 237, 255, 0.45) 100%
  );
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
.faq-cta__card.dd-anim-in:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(40, 72, 158, 0.14);
}
.faq-cta__card h2 {
  font-size: 26px;
  font-weight: 700;
  color: #24343c;
  margin-bottom: 8px;
}
.faq-cta__card p {
  font-size: 15px;
  line-height: 24px;
  color: #455a64;
  margin: 0;
}
.faq-cta__card .btn {
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.faq-cta__card .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(41, 74, 156, 0.28);
}

/* ─── Produk page ─── */
.page-produk {
  overflow-x: hidden;
}
.page-produk .glass-panel {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 32px rgba(40, 72, 158, 0.08);
  border-radius: 16px;
}
#produk-hero {
  width: 100%;
  overflow: hidden;
}
#produk-hero .produk-hero-section {
  position: relative;
  width: 100%;
  padding: 96px 0 64px;
  overflow: visible;
  background: linear-gradient(
    118deg,
    #e3f6ff 0%,
    #c7edff 28%,
    #b8dcff 52%,
    #d4e8ff 78%,
    #eef6ff 100%
  );
}
#produk-hero .produk-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
#produk-hero .produk-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.5;
}
#produk-hero .produk-hero__orb--1 {
  width: min(55vw, 520px);
  height: min(55vw, 520px);
  top: -28%;
  left: -12%;
  background: radial-gradient(circle, rgba(41, 98, 255, 0.4) 0%, transparent 68%);
  animation: faq-orb-drift 14s ease-in-out infinite;
}
#produk-hero .produk-hero__orb--2 {
  width: min(45vw, 400px);
  height: min(45vw, 400px);
  bottom: -32%;
  left: 38%;
  background: radial-gradient(circle, rgba(0, 82, 212, 0.3) 0%, transparent 70%);
  animation: faq-orb-drift 16s ease-in-out infinite reverse;
}
#produk-hero .produk-hero__orb--3 {
  width: min(40vw, 360px);
  height: min(40vw, 360px);
  top: 8%;
  right: -8%;
  background: radial-gradient(circle, rgba(199, 237, 255, 0.9) 0%, transparent 72%);
  animation: faq-orb-drift 12s ease-in-out infinite;
  animation-delay: -4s;
}
#produk-hero .produk-hero__inner {
  position: relative;
  z-index: 2;
}
#produk-hero.dd-hero-ready .produk-hero__caption {
  animation: dd-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
#produk-hero .produk-hero__caption {
  opacity: 0;
}
#produk-hero .produk-hero__caption .label-blue {
  margin-bottom: 1rem;
}
#produk-hero .produk-hero__caption h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #1a2f4a 0%, #294a9c 45%, #2962ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#produk-hero .produk-hero__caption p {
  font-size: 16px;
  line-height: 1.65;
  color: #455a64;
  margin: 0 auto;
  max-width: 600px;
}
.produk-hero-fade {
  position: relative;
  width: 100%;
  height: 96px;
  background: linear-gradient(
    180deg,
    #d4e8ff 0%,
    #e8f4fc 28%,
    #f2f9ff 58%,
    rgba(255, 255, 255, 0.95) 88%,
    #ffffff 100%
  );
  pointer-events: none;
}
.produk-hero-fade__plane {
  position: absolute;
  right: clamp(16px, 6vw, 80px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.produk-hero-fade__plane img {
  max-height: 72px;
  width: auto;
  animation: faq-plane-glide 7s ease-in-out infinite;
}
@media (max-width: 990px) {
  #produk-hero .produk-hero-section {
    padding: 72px 0 56px;
  }
  .produk-hero-fade {
    height: 72px;
  }
  .produk-hero-fade__plane img {
    max-height: 52px;
  }
}

.produk-grid {
  padding: 24px 0 64px;
  background: #ffffff;
}
.produk-grid__intro {
  margin-bottom: 48px;
}
.produk-grid__intro h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  color: #24343c;
  margin-bottom: 12px;
}
.produk-grid__intro h2 .bold {
  color: #294a9c;
}
.produk-grid__intro p {
  font-size: 16px;
  line-height: 1.6;
  color: #455a64;
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease, border-color 0.3s ease;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(40, 72, 158, 0.14);
  border-color: rgba(41, 98, 255, 0.25);
}
.product-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #c7edff 0%, #d4e8ff 50%, #eef6ff 100%);
}
.product-card__image,
.product-card__placeholder {
  width: 100%;
  height: 100%;
  display: block;
}
.product-card__image {
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card:hover .product-card__image {
  transform: scale(1.05);
}
.product-card__placeholder {
  background: linear-gradient(
    145deg,
    #b8dcff 0%,
    #c7edff 40%,
    #e3f6ff 100%
  );
}
.product-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(26, 47, 74, 0.42);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.product-card:hover .product-card__overlay,
.product-card:focus-within .product-card__overlay {
  opacity: 1;
  visibility: visible;
}
.product-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 50px;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-card__btn.btn_primary {
  box-shadow: 0 4px 14px rgba(41, 74, 156, 0.3);
}
.product-card__btn.btn_outline {
  background: rgba(255, 255, 255, 0.92);
}
.product-card__btn:hover {
  transform: translateY(-2px);
}
.product-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px 16px;
  background: rgba(255, 255, 255, 0.65);
}
.product-card__tag {
  display: inline-block;
  width: fit-content;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #294a9c;
  background: rgba(41, 98, 255, 0.1);
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 8px;
}
.product-card__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #24343c;
  margin: 0 0 6px;
  word-break: break-word;
}
.product-card__desc {
  font-size: 13px;
  line-height: 1.55;
  color: #535a5e;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
@media (hover: none) {
  .product-card__overlay {
    opacity: 1;
    visibility: visible;
    background: rgba(26, 47, 74, 0.38);
  }
}

#produk-cta {
  padding: 0 0 80px;
  background: #fff;
}
.produk-cta__card {
  padding: 36px 40px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(199, 237, 255, 0.4) 100%
  );
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.produk-cta__card.dd-anim-in:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(40, 72, 158, 0.12);
}
.produk-cta__card .label-blue {
  margin-bottom: 10px;
}
.produk-cta__card h2 {
  font-size: 26px;
  font-weight: 700;
  color: #24343c;
  margin-bottom: 10px;
}
.produk-cta__card p {
  font-size: 15px;
  line-height: 1.6;
  color: #455a64;
  margin: 0;
}
.produk-cta__buttons .btn {
  border-radius: 50px;
  min-width: 160px;
}
@media (min-width: 992px) {
  .produk-cta__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  .produk-cta__buttons .btn {
    width: 100%;
    max-width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-anim],
  #main-hero .dd-hero-item,
  #about-hero .dd-hero-item,
  #main-hero .particle-hero img,
  #about-hero .particle-hero img,
  #faq-hero .faq-hero__orb,
  #produk-hero .produk-hero__orb {
    animation: none !important;
  }
  #faq-hero .faq-hero__caption,
  #produk-hero .produk-hero__caption {
    opacity: 1 !important;
    animation: none !important;
  }
  #faq-hero .faq-hero__caption h1,
  #produk-hero .produk-hero__caption h1 {
    color: #24343c;
    -webkit-text-fill-color: #24343c;
    background: none;
  }
  .produk-hero-fade__plane img {
    animation: none !important;
    transform: translateY(-50%) !important;
  }
  .product-card:hover,
  .produk-cta__card.dd-anim-in:hover {
    transform: none !important;
  }
  .faq-panel {
    animation: none;
  }
  .faq-sidebar__btn:hover,
  .faq-item:hover,
  .faq-cta__card.dd-anim-in:hover {
    transform: none !important;
  }
  #main-hero a.btn.dd-hero-item:hover,
  #benefit .card-benefit:hover,
  #benefit .card-benefit.dd-anim-in:hover,
  .front-section_vacancy .front-vacancy__card:hover,
  .front-section_tips .front-tips__card:hover,
  .hero-visual:hover .hero-visual__img,
  #download-apps .card-download.dd-anim-in:hover,
  #download-apps .mockup:hover img,
  #download-apps-res .mockup:hover img {
    transform: none !important;
    filter: none !important;
    box-shadow: inherit !important;
  }
}

/* --- Hero Carousel Styles --- */
#main-hero .hero-section {
  background: url("../../assets/img/bg-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  position: relative;
}

@media (max-width: 990px) {
  #main-hero .hero-section {
    text-align: center;
    padding: 40px 0 0 0;
  }
}

#hero-carousel.owl-carousel {
    display: block !important;
}

#hero-carousel:not(.owl-loaded) .item:not(:first-child) {
    display: none;
}

#hero-carousel .item {
    padding-bottom: 80px;
}

#hero-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

#hero-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(41, 74, 156, 0.2) !important;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 !important;
}

#hero-carousel .owl-dot.active span {
    background: #294A9C !important;
    width: 30px;
    border-radius: 10px;
}

/* Owl Carousel Fade Animation */
.owl-carousel .fadeOut {
    animation-name: fadeOut;
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

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