.elementor-24 .elementor-element.elementor-element-6671c36{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-24 .elementor-element.elementor-element-15affe7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-24 .elementor-element.elementor-element-c143995{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-24 .elementor-element.elementor-element-c5de211{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-24 .elementor-element.elementor-element-0a5c896{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3835eb2 */@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

/* Pastikan Elementor tidak tambah jarak */
.about-page-hero,
.about-page-hero * {
  box-sizing: border-box;
}

.about-page-hero {
  width: 100%;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(82, 191, 224, 0.12),
      transparent 30%
    ),
    #f4f8fa;
}

.about-page-hero__inner {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  width: min(100% - 80px, 1320px);
  min-height: 690px;
  margin: 0 auto;
}


/* Left content */

.about-page-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 75px 70px 75px 0;
}

.about-page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 52px;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.about-page-hero__breadcrumb a {
  color: #788b95 !important;
  text-decoration: none !important;
}

.about-page-hero__breadcrumb span {
  color: #a7b5bc !important;
}

.about-page-hero__breadcrumb strong {
  color: #075a88 !important;
  font-weight: 700;
}

.about-page-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 24px !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.about-page-hero__eyebrow > span {
  width: 41px;
  height: 2px;
  background: #f2b936;
}

.about-page-hero h1 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(50px, 5vw, 76px) !important;
  font-weight: 800 !important;
  letter-spacing: -4px !important;
  line-height: 1.04 !important;
}

.about-page-hero h1 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.about-page-hero__description {
  max-width: 570px;
  margin: 28px 0 0 !important;
  color: #5f737e !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.about-page-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 56px;
  margin-top: 34px;
  padding: 0 28px;
  color: #ffffff !important;
  background: #062f49;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.about-page-hero__button svg {
  width: 18px;
  margin-left: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.about-page-hero__button:hover {
  color: #ffffff !important;
  background: #0b78a7;
  transform: translateY(-3px);
}


/* Credentials */

.about-page-hero__credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid #d7e2e7;
}

.about-credential {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-credential svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: #0b78a7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.about-credential small,
.about-credential strong {
  display: block;
}

.about-credential small {
  color: #7b8e98 !important;
  font-size: 9px !important;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.about-credential strong {
  margin-top: 3px;
  color: #062f49 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}


/* Right image */

.about-page-hero__visual {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  margin: 24px 0;
  background: #d9e4e9;
  border-radius: 28px;
}

.about-page-hero__visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(3, 40, 60, 0.76),
      transparent 45%
    );
  content: "";
}

.about-page-hero__visual > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 642px;
  object-fit: cover;
}

.about-page-hero__caption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  z-index: 2;
}

.about-page-hero__caption span,
.about-page-hero__caption strong {
  display: block;
}

.about-page-hero__caption span {
  margin-bottom: 5px;
  color: #83d9ed !important;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-page-hero__caption strong {
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}


/* Tablet */

@media (max-width: 950px) {
  .about-page-hero__inner {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 760px);
  }

  .about-page-hero__content {
    padding: 75px 0 55px;
  }

  .about-page-hero__visual {
    min-height: 520px;
    margin: 0 0 45px;
  }

  .about-page-hero__visual > img {
    min-height: 520px;
  }
}


/* Mobile */

@media (max-width: 600px) {
  .about-page-hero__inner {
    width: min(100% - 28px, 760px);
  }

  .about-page-hero__content {
    padding: 55px 0 45px;
  }

  .about-page-hero__breadcrumb {
    margin-bottom: 38px;
  }

  .about-page-hero h1 {
    font-size: 45px !important;
    letter-spacing: -2.5px !important;
  }

  .about-page-hero__description {
    font-size: 15px !important;
  }

  .about-page-hero__button {
    align-self: stretch;
  }

  .about-page-hero__credentials {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .about-page-hero__visual {
    min-height: 390px;
    margin-bottom: 28px;
    border-radius: 20px;
  }

  .about-page-hero__visual > img {
    min-height: 390px;
  }

  .about-page-hero__caption {
    right: 21px;
    bottom: 20px;
    left: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-757a0fc *//* =========================
   Page 2, Section 2:
   Company Profile
========================= */

.company-profile,
.company-profile * {
  box-sizing: border-box;
}

.company-profile {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background: #ffffff;
}

.company-profile__container {
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 90px;
  width: min(100% - 80px, 1320px);
  margin-inline: auto;
}


/* Gallery */

.company-profile__gallery {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  grid-template-rows: repeat(2, 245px);
  gap: 14px;
}

.company-profile__image {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0 !important;
  background: #dce6ea;
  border-radius: 22px;
}

.company-profile__image--large {
  grid-row: 1 / 3;
}

.company-profile__image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 47, 73, 0.18),
    transparent 48%
  );
  content: "";
}

.company-profile__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.6s ease,
    transform 0.6s ease;
}

.company-profile__image:hover img {
  filter: brightness(1.04) saturate(1.04);
  transform: scale(1.035);
}


/* Content */

.company-profile__content {
  max-width: 585px;
}

.company-profile__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.company-profile__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}

.company-profile h2 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(40px, 4.2vw, 61px) !important;
  font-weight: 800 !important;
  letter-spacing: -3px !important;
  line-height: 1.08 !important;
}

.company-profile h2 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.company-profile__lead {
  margin: 27px 0 0 !important;
  color: #263f4d !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
}

.company-profile__body {
  margin: 16px 0 0 !important;
  color: #687b85 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}


/* Standards */

.company-profile__standards {
  display: grid;
  gap: 19px;
  margin-top: 31px;
  padding-top: 28px;
  border-top: 1px solid #dce4e8;
}

.profile-standard {
  display: flex;
  align-items: center;
  gap: 14px;
}

.profile-standard__icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: #0b78a7;
  background: #e8f4f7;
  border-radius: 50%;
  place-items: center;
}

.profile-standard__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.profile-standard strong,
.profile-standard small {
  display: block;
}

.profile-standard strong {
  color: #062f49 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.profile-standard small {
  margin-top: 3px;
  color: #768993 !important;
  font-size: 11px !important;
}


/* Button */

.company-profile__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  margin-top: 36px;
  padding: 0 27px;
  color: #ffffff !important;
  background: #062f49;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.company-profile__button svg {
  width: 18px;
  margin-left: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.company-profile__button:hover {
  color: #ffffff !important;
  background: #0b78a7;
  transform: translateY(-3px);
}


/* Tablet */

@media (max-width: 1000px) {
  .company-profile {
    padding: 90px 0;
  }

  .company-profile__container {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 780px);
    gap: 65px;
  }

  .company-profile__content {
    max-width: 700px;
  }
}


/* Mobile */

@media (max-width: 600px) {
  .company-profile {
    padding: 72px 0;
  }

  .company-profile__container {
    width: min(100% - 28px, 780px);
    gap: 48px;
  }

  .company-profile__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 310px 170px;
    gap: 10px;
  }

  .company-profile__image {
    border-radius: 17px;
  }

  .company-profile__image--large {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .company-profile h2 {
    font-size: 41px !important;
    letter-spacing: -2px !important;
  }

  .company-profile__lead {
    font-size: 15px !important;
  }

  .company-profile__button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24cd923 *//* =========================
   Page 2, Section 3:
   Vision & Mission
========================= */

.vision-mission,
.vision-mission * {
  box-sizing: border-box;
}

.vision-mission {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background: #eef5f7;
}

.vision-mission::before {
  position: absolute;
  top: -170px;
  right: -130px;
  width: 430px;
  height: 430px;
  background: rgba(11, 120, 167, 0.06);
  border-radius: 50%;
  content: "";
}

.vision-mission__container {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 95px;
  width: min(100% - 80px, 1320px);
  margin-inline: auto;
}


/* Shared label */

.vision-mission__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 21px !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.vision-mission__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}


/* Vision */

.vision-block {
  padding-right: 75px;
  border-right: 1px solid #cfdee4;
}

.vision-block__image {
  position: relative;
  height: 340px;
  overflow: hidden;
  margin: 0 0 38px !important;
  background: #d9e4e8;
  border-radius: 24px;
}

.vision-block__image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 47, 73, 0.24),
    transparent 50%
  );
  content: "";
}

.vision-block__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.6s ease,
    transform 0.6s ease;
}

.vision-block__image:hover img {
  filter: brightness(1.04);
  transform: scale(1.025);
}

.vision-block h2 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(39px, 4vw, 57px) !important;
  font-weight: 800 !important;
  letter-spacing: -2.8px !important;
  line-height: 1.08 !important;
}

.vision-block h2 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.vision-block__content > p:last-child {
  margin: 25px 0 0 !important;
  color: #657983 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}


/* Mission */

.mission-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-block__heading {
  margin-bottom: 14px;
}

.mission-block h3 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(34px, 3.3vw, 47px) !important;
  font-weight: 800 !important;
  letter-spacing: -2px !important;
  line-height: 1.1 !important;
}


/* Mission list */

.mission-list {
  display: grid;
  margin-top: 25px;
}

.mission-item {
  display: grid;
  grid-template-columns: 47px 1fr;
  gap: 17px;
  padding: 23px 0;
  border-bottom: 1px solid #d2e0e5;
}

.mission-item:last-child {
  border-bottom: 0;
}

.mission-item__number {
  padding-top: 12px;
  color: #9aabb3 !important;
  font-size: 10px !important;
  font-weight: 700;
}

.mission-item__content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mission-item__icon {
  display: grid;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  color: #0b78a7;
  background: #dcecf1;
  border-radius: 50%;
  place-items: center;
}

.mission-item__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.mission-item strong {
  display: block;
  color: #062f49 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.mission-item p {
  max-width: 420px;
  margin: 5px 0 0 !important;
  color: #71838c !important;
  font-size: 11px !important;
  line-height: 1.65 !important;
}


/* Tablet */

@media (max-width: 1000px) {
  .vision-mission {
    padding: 90px 0;
  }

  .vision-mission__container {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 780px);
    gap: 65px;
  }

  .vision-block {
    padding-right: 0;
    padding-bottom: 65px;
    border-right: 0;
    border-bottom: 1px solid #cfdee4;
  }
}


/* Mobile */

@media (max-width: 600px) {
  .vision-mission {
    padding: 72px 0;
  }

  .vision-mission__container {
    width: min(100% - 28px, 780px);
    gap: 50px;
  }

  .vision-block {
    padding-bottom: 50px;
  }

  .vision-block__image {
    height: 310px;
    border-radius: 18px;
  }

  .vision-block h2 {
    font-size: 40px !important;
    letter-spacing: -2px !important;
  }

  .mission-block h3 {
    font-size: 36px !important;
  }

  .mission-item {
    grid-template-columns: 32px 1fr;
    gap: 8px;
  }

  .mission-item__content {
    align-items: flex-start;
  }

  .mission-item__icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79f4905 *//* =========================
   Page 2, Section 4:
   Why Choose Us
========================= */

.why-us,
.why-us * {
  box-sizing: border-box;
}

.why-us {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background: #ffffff;
}

.why-us__container {
  display: grid;
  grid-template-columns: minmax(470px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 90px;
  width: min(100% - 80px, 1320px);
  margin-inline: auto;
}


/* Image */

.why-us__visual {
  position: relative;
  height: 640px;
  overflow: hidden;
  background: #dce6ea;
  border-radius: 26px;
}

.why-us__visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 43, 65, 0.78),
    transparent 52%
  );
  content: "";
}

.why-us__visual > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.7s ease,
    transform 0.7s ease;
}

.why-us__visual:hover > img {
  filter: brightness(1.04);
  transform: scale(1.025);
}

.why-us__caption {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  z-index: 2;
}

.why-us__caption span,
.why-us__caption strong {
  display: block;
}

.why-us__caption span {
  margin-bottom: 7px;
  color: #83d9ed !important;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.why-us__caption strong {
  max-width: 390px;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}


/* Content */

.why-us__content {
  max-width: 650px;
}

.why-us__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.why-us__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}

.why-us h2 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(40px, 4.2vw, 61px) !important;
  font-weight: 800 !important;
  letter-spacing: -3px !important;
  line-height: 1.08 !important;
}

.why-us h2 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.why-us__intro {
  max-width: 570px;
  margin: 24px 0 0 !important;
  color: #687b85 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}


/* Benefit list */

.why-us__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
  border-top: 1px solid #dce4e8;
  border-bottom: 1px solid #dce4e8;
}

.why-us__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 150px;
  padding: 27px 25px 27px 0;
}

.why-us__item:nth-child(odd) {
  border-right: 1px solid #dce4e8;
}

.why-us__item:nth-child(even) {
  padding-right: 0;
  padding-left: 25px;
}

.why-us__item:nth-child(-n + 2) {
  border-bottom: 1px solid #dce4e8;
}

.why-us__icon {
  display: grid;
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  color: #0b78a7;
  background: #e8f4f7;
  border-radius: 50%;
  place-items: center;
}

.why-us__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.why-us__item strong {
  display: block;
  color: #062f49 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.why-us__item p {
  margin: 7px 0 0 !important;
  color: #74868f !important;
  font-size: 11px !important;
  line-height: 1.65 !important;
}


/* Button */

.why-us__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  margin-top: 36px;
  padding: 0 27px;
  color: #ffffff !important;
  background: #062f49;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.why-us__button svg {
  width: 18px;
  margin-left: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.why-us__button:hover {
  color: #ffffff !important;
  background: #0b78a7;
  transform: translateY(-3px);
}


/* Tablet */

@media (max-width: 1000px) {
  .why-us {
    padding: 90px 0;
  }

  .why-us__container {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 780px);
    gap: 65px;
  }

  .why-us__visual {
    height: 520px;
  }

  .why-us__content {
    max-width: 700px;
  }
}


/* Mobile */

@media (max-width: 650px) {
  .why-us {
    padding: 72px 0;
  }

  .why-us__container {
    width: min(100% - 28px, 780px);
    gap: 48px;
  }

  .why-us__visual {
    height: 400px;
    border-radius: 19px;
  }

  .why-us h2 {
    font-size: 41px !important;
    letter-spacing: -2px !important;
  }

  .why-us__list {
    grid-template-columns: 1fr;
  }

  .why-us__item,
  .why-us__item:nth-child(even) {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #dce4e8;
  }

  .why-us__item:last-child {
    border-bottom: 0;
  }

  .why-us__button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ffc9ac *//* =========================
   Page 2, Section 5:
   Our Commitment
========================= */

.about-commitment,
.about-commitment * {
  box-sizing: border-box;
}

.about-commitment {
  padding: 110px 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background: #eef5f7;
}

.about-commitment__container {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  width: min(100% - 80px, 1320px);
  min-height: 590px;
  margin-inline: auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce7eb;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(5, 47, 73, 0.08);
}


/* Content */

.about-commitment__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}

.about-commitment__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.about-commitment__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}

.about-commitment h2 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(40px, 4.2vw, 59px) !important;
  font-weight: 800 !important;
  letter-spacing: -3px !important;
  line-height: 1.08 !important;
}

.about-commitment h2 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.about-commitment__content > p:not(.about-commitment__label) {
  max-width: 540px;
  margin: 25px 0 0 !important;
  color: #667a84 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}


/* Buttons */

.about-commitment__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 35px;
}

.commitment-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.commitment-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.commitment-button--primary {
  color: #ffffff !important;
  background: #062f49;
}

.commitment-button--primary svg {
  margin-left: 13px;
}

.commitment-button--primary:hover {
  color: #ffffff !important;
  background: #0b78a7;
  transform: translateY(-3px);
}

.commitment-button--secondary {
  color: #062f49 !important;
  background: #ffffff;
  border-color: #bfcfd6;
}

.commitment-button__phone {
  margin-right: 11px;
}

.commitment-button--secondary:hover {
  color: #075a88 !important;
  background: #eff7f9;
  border-color: #0b78a7;
  transform: translateY(-3px);
}


/* Email */

.about-commitment__email {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #dce5e9;
}

.about-commitment__email span {
  color: #81929a !important;
  font-size: 9px !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.about-commitment__email a {
  color: #075a88 !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.about-commitment__email a:hover {
  color: #062f49 !important;
}


/* Image */

.about-commitment__visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  margin: 0 !important;
  background: #dce6ea;
}

.about-commitment__visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 43, 65, 0.72),
    transparent 48%
  );
  content: "";
}

.about-commitment__visual img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.7s ease,
    transform 0.7s ease;
}

.about-commitment__visual:hover img {
  filter: brightness(1.04);
  transform: scale(1.025);
}

.about-commitment__visual figcaption {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  z-index: 2;
}

.about-commitment__visual figcaption span,
.about-commitment__visual figcaption strong {
  display: block;
}

.about-commitment__visual figcaption span {
  margin-bottom: 6px;
  color: #83d9ed !important;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.about-commitment__visual figcaption strong {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}


/* Tablet */

@media (max-width: 1000px) {
  .about-commitment {
    padding: 90px 0;
  }

  .about-commitment__container {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 780px);
  }

  .about-commitment__visual {
    min-height: 500px;
  }
}


/* Mobile */

@media (max-width: 650px) {
  .about-commitment {
    padding: 72px 0;
  }

  .about-commitment__container {
    width: min(100% - 28px, 780px);
    border-radius: 20px;
  }

  .about-commitment__content {
    padding: 45px 24px;
  }

  .about-commitment h2 {
    font-size: 40px !important;
    letter-spacing: -2px !important;
  }

  .about-commitment__actions {
    flex-direction: column;
  }

  .commitment-button {
    width: 100%;
  }

  .about-commitment__email {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .about-commitment__visual {
    min-height: 390px;
  }
}/* End custom CSS */