.elementor-54 .elementor-element.elementor-element-abaa5ae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-d634f27{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-332047c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-facb001 *//* =========================================================
   ILPPS
   CONTACT US
   SECTION 01 — CONTACT HERO
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');


.ilpps-contact-hero,
.ilpps-contact-hero * {
  box-sizing:border-box;
}


.ilpps-contact-hero {
  --ich-blue:#0b4c93;
  --ich-blue-dark:#062f61;
  --ich-blue-deep:#031f43;

  --ich-green:#2b8d3e;
  --ich-green-light:#86c647;

  --ich-orange:#e86524;

  position:relative;

  width:100%;
  min-height:760px;

  overflow:hidden;

  background:var(--ich-blue-deep);

  color:#fff;

  font-family:"Inter",Arial,sans-serif;
}


/* =========================================================
   FONT LOCK
========================================================= */

.ilpps-contact-hero p,
.ilpps-contact-hero span,
.ilpps-contact-hero small,
.ilpps-contact-hero a {
  font-family:"Inter",Arial,sans-serif;
}


.ilpps-contact-hero h1,
.ilpps-contact-hero h2,
.ilpps-contact-hero h3,
.ilpps-contact-hero strong {
  font-family:"Manrope",Arial,sans-serif;
}


/* =========================================================
   SVG
========================================================= */

.ilpps-contact-hero svg {
  display:block;

  width:100%;
  height:100%;

  fill:none;

  stroke:currentColor;

  stroke-width:1.8;

  stroke-linecap:round;
  stroke-linejoin:round;
}


/* =========================================================
   BACKGROUND
========================================================= */

.ilpps-contact-hero__bg {
  position:absolute;

  inset:0;

  background-image:
    url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=2000&q=90");

  background-size:cover;

  background-position:center;

  background-repeat:no-repeat;

  transform:scale(1.02);
}


/* =========================================================
   OVERLAY
========================================================= */

.ilpps-contact-hero__overlay {
  position:absolute;

  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(3,31,67,.98) 0%,
      rgba(3,31,67,.95) 40%,
      rgba(4,43,82,.81) 66%,
      rgba(43,141,62,.38) 100%
    );
}


.ilpps-contact-hero__overlay::after {
  content:"";

  position:absolute;

  inset:0;

  background:
    linear-gradient(
      to top,
      rgba(3,31,67,.55),
      transparent 40%
    );
}


/* =========================================================
   TOP ACCENT
========================================================= */

.ilpps-contact-hero__accent {
  position:absolute;

  z-index:5;

  top:0;
  left:0;

  width:100%;
  height:5px;

  display:grid;

  grid-template-columns:
    56% 17% 27%;
}


.ilpps-contact-hero__accent span:nth-child(1) {
  background:var(--ich-blue);
}


.ilpps-contact-hero__accent span:nth-child(2) {
  background:var(--ich-orange);
}


.ilpps-contact-hero__accent span:nth-child(3) {
  background:var(--ich-green);
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.ilpps-contact-hero__wrap {
  position:relative;

  z-index:3;

  width:min(1280px,calc(100% - 50px));

  min-height:650px;

  margin:0 auto;

  display:grid;

  grid-template-columns:
    minmax(0,1fr)
    400px;

  gap:clamp(70px,9vw,130px);

  align-items:center;

  padding:
    100px
    0
    80px;
}


/* =========================================================
   CONTENT
========================================================= */

.ilpps-contact-hero__content {
  max-width:790px;
}


/* EYEBROW */

.ilpps-contact-hero__eyebrow {
  display:flex;

  align-items:center;

  gap:12px;

  margin-bottom:22px;

  font-size:9px;

  font-weight:800;

  letter-spacing:.21em;

  text-transform:uppercase;

  color:rgba(255,255,255,.68);
}


.ilpps-contact-hero__eyebrow > span {
  width:42px;
  height:3px;

  flex:0 0 auto;

  background:
    linear-gradient(
      90deg,
      #6ca6e4 0 40%,
      var(--ich-orange) 40% 65%,
      var(--ich-green-light) 65% 100%
    );
}


/* =========================================================
   H1
========================================================= */

.ilpps-contact-hero__content h1 {
  max-width:840px;

  margin:0;

  font-family:"Manrope",Arial,sans-serif;

  font-size:
    clamp(57px,6.6vw,92px);

  line-height:.96;

  font-weight:800;

  letter-spacing:-.06em;

  color:#ffffff;
}


.ilpps-contact-hero__content h1 span {
  display:block;

  font-family:"Manrope",Arial,sans-serif;

  color:var(--ich-green-light);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.ilpps-contact-hero__content > p {
  max-width:570px;

  margin:
    29px
    0
    0;

  padding-left:20px;

  border-left:
    3px solid var(--ich-orange);

  font-size:14px;

  line-height:1.8;

  color:rgba(255,255,255,.67);
}


/* =========================================================
   ACTIONS
========================================================= */

.ilpps-contact-hero__actions {
  display:flex;

  flex-wrap:wrap;

  gap:12px;

  margin-top:34px;
}


/* =========================================================
   BUTTON
========================================================= */

.ilpps-contact-hero__button {
  min-height:56px;

  display:inline-flex;

  align-items:center;

  justify-content:center;

  border-radius:999px;

  text-decoration:none;

  font-size:9px;

  font-weight:800;

  letter-spacing:.05em;

  text-transform:uppercase;

  transition:
    transform .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}


/* PRIMARY */

.ilpps-contact-hero__button--primary {
  gap:20px;

  padding:
    5px
    6px
    5px
    23px;

  background:#ffffff;

  color:var(--ich-blue-deep);
}


.ilpps-contact-hero__button-icon {
  width:44px;
  height:44px;

  flex:0 0 auto;

  display:grid;

  place-items:center;

  border-radius:50%;

  background:var(--ich-orange);

  color:#ffffff;
}


.ilpps-contact-hero__button-icon svg {
  width:17px;
  height:17px;
}


.ilpps-contact-hero__button--primary:hover {
  transform:translateY(-3px);

  box-shadow:
    0 18px 38px rgba(0,0,0,.22);
}


/* SECONDARY */

.ilpps-contact-hero__button--secondary {
  padding:
    0
    25px;

  border:
    1px solid rgba(255,255,255,.28);

  background:
    rgba(255,255,255,.06);

  color:#ffffff;

  backdrop-filter:blur(8px);

  -webkit-backdrop-filter:blur(8px);
}


.ilpps-contact-hero__button--secondary:hover {
  transform:translateY(-3px);

  background:
    rgba(255,255,255,.12);
}


/* =========================================================
   DIRECTORY
========================================================= */

.ilpps-contact-hero__directory {
  border-top:
    1px solid rgba(255,255,255,.20);

  border-bottom:
    1px solid rgba(255,255,255,.20);
}


/* =========================================================
   DIRECTORY HEAD
========================================================= */

.ilpps-contact-hero__directory-head {
  min-height:66px;

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:15px;

  border-bottom:
    1px solid rgba(255,255,255,.14);
}


.ilpps-contact-hero__directory-head > span {
  font-size:8px;

  font-weight:800;

  letter-spacing:.16em;

  text-transform:uppercase;

  color:#fff;
}


.ilpps-contact-hero__directory-head > small {
  font-size:7px;

  font-weight:700;

  letter-spacing:.10em;

  text-transform:uppercase;

  color:rgba(255,255,255,.38);
}


/* =========================================================
   ITEM
========================================================= */

.ilpps-contact-hero__item {
  min-height:125px;

  display:grid;

  grid-template-columns:
    30px
    minmax(0,1fr)
    20px;

  gap:18px;

  align-items:center;

  border-bottom:
    1px solid rgba(255,255,255,.14);

  text-decoration:none;

  color:#ffffff;

  transition:
    padding-left .25s ease;
}


.ilpps-contact-hero__item:last-child {
  border-bottom:0;
}


a.ilpps-contact-hero__item:hover {
  padding-left:6px;
}


/* =========================================================
   ITEM ICON
========================================================= */

.ilpps-contact-hero__item-icon {
  width:25px;
  height:25px;

  color:#6ca6e4;
}


.ilpps-contact-hero__item-icon--orange {
  color:var(--ich-orange);
}


.ilpps-contact-hero__item-icon--green {
  color:var(--ich-green-light);
}


/* =========================================================
   ITEM COPY
========================================================= */

.ilpps-contact-hero__item small {
  display:block;

  margin-bottom:5px;

  font-size:7px;

  font-weight:700;

  letter-spacing:.12em;

  text-transform:uppercase;

  color:rgba(255,255,255,.39);
}


.ilpps-contact-hero__item strong {
  display:block;

  font-size:13px;

  line-height:1.4;

  font-weight:700;

  color:#ffffff;
}


/* =========================================================
   ARROW
========================================================= */

.ilpps-contact-hero__arrow {
  width:17px;
  height:17px;

  color:rgba(255,255,255,.38);

  transition:
    transform .25s ease,
    color .25s ease;
}


a.ilpps-contact-hero__item:hover
.ilpps-contact-hero__arrow {
  transform:translateX(4px);

  color:var(--ich-orange);
}


/* =========================================================
   BOTTOM
========================================================= */

.ilpps-contact-hero__bottom {
  position:relative;

  z-index:4;

  min-height:110px;

  display:flex;

  align-items:center;

  background:
    rgba(3,31,67,.95);

  border-top:
    1px solid rgba(255,255,255,.14);
}


/* =========================================================
   BOTTOM WRAP
========================================================= */

.ilpps-contact-hero__bottom-wrap {
  width:min(1280px,calc(100% - 50px));

  margin:0 auto;

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:40px;
}


.ilpps-contact-hero__bottom-wrap > span {
  font-size:8px;

  font-weight:700;

  letter-spacing:.10em;

  text-transform:uppercase;

  color:rgba(255,255,255,.50);
}


/* =========================================================
   SOCIAL
========================================================= */

.ilpps-contact-hero__social {
  display:flex;

  align-items:center;

  gap:12px;
}


.ilpps-contact-hero__social span {
  font-size:8px;

  font-weight:700;

  letter-spacing:.08em;

  text-transform:uppercase;

  color:rgba(255,255,255,.62);
}


.ilpps-contact-hero__social i {
  width:4px;
  height:4px;

  display:block;

  border-radius:50%;

  background:var(--ich-orange);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:1000px) {

  .ilpps-contact-hero__wrap {
    grid-template-columns:1fr;

    gap:55px;
  }


  .ilpps-contact-hero__directory {
    max-width:600px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:700px) {

  .ilpps-contact-hero {
    min-height:auto;
  }


  .ilpps-contact-hero__bg {
    background-position:65% center;
  }


  .ilpps-contact-hero__wrap {
    width:calc(100% - 30px);

    min-height:auto;

    padding:
      80px
      0
      60px;
  }


  .ilpps-contact-hero__content h1 {
    font-size:
      clamp(46px,13vw,65px);
  }


  .ilpps-contact-hero__content > p {
    font-size:13px;
  }


  /* ACTIONS */

  .ilpps-contact-hero__actions {
    display:grid;
  }


  .ilpps-contact-hero__button {
    width:100%;
  }


  .ilpps-contact-hero__button--primary {
    justify-content:space-between;
  }


  /* DIRECTORY */

  .ilpps-contact-hero__directory {
    max-width:none;
  }


  .ilpps-contact-hero__item {
    min-height:112px;

    grid-template-columns:
      27px
      minmax(0,1fr)
      18px;

    gap:14px;
  }


  /* BOTTOM */

  .ilpps-contact-hero__bottom {
    min-height:auto;
  }


  .ilpps-contact-hero__bottom-wrap {
    width:calc(100% - 30px);

    padding:
      23px
      0;

    flex-direction:column;

    align-items:flex-start;

    gap:12px;
  }


  .ilpps-contact-hero__social {
    flex-wrap:wrap;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a36cfa *//* =========================================================
   ILPPS
   CONTACT US
   SECTION 02 — CONTACT DETAILS & LOCATION
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');


.ilpps-contact-details,
.ilpps-contact-details * {
  box-sizing: border-box;
}


.ilpps-contact-details {
  --icd-blue: #0b4c93;
  --icd-blue-dark: #062f61;
  --icd-blue-deep: #031f43;

  --icd-green: #2b8d3e;
  --icd-green-light: #86c647;

  --icd-orange: #e86524;

  --icd-dark: #102238;
  --icd-text: #536170;
  --icd-muted: #7c8791;

  --icd-light: #f4f7f9;
  --icd-border: #dfe6ea;

  width: 100%;

  overflow: hidden;

  background: #ffffff;

  color: var(--icd-dark);

  font-family: "Inter", Arial, sans-serif;
}


/* =========================================================
   FONT LOCK
========================================================= */

.ilpps-contact-details p,
.ilpps-contact-details span,
.ilpps-contact-details small,
.ilpps-contact-details a,
.ilpps-contact-details address {
  font-family: "Inter", Arial, sans-serif;
}


.ilpps-contact-details h1,
.ilpps-contact-details h2,
.ilpps-contact-details h3,
.ilpps-contact-details strong {
  font-family: "Manrope", Arial, sans-serif;
}


/* =========================================================
   SVG
========================================================= */

.ilpps-contact-details svg {
  width: 100%;
  height: 100%;

  display: block;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   WRAPPER
========================================================= */

.ilpps-contact-details__wrap {
  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  padding:
    clamp(90px, 10vw, 140px)
    0;
}


/* =========================================================
   HEADER
========================================================= */

.ilpps-contact-details__head {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(270px, .55fr);

  gap: 70px;

  align-items: end;

  margin-bottom: 50px;
}


/* EYEBROW */

.ilpps-contact-details__eyebrow {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 17px;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .20em;

  text-transform: uppercase;

  color: var(--icd-blue);
}


.ilpps-contact-details__eyebrow > span {
  width: 38px;
  height: 3px;

  flex: 0 0 auto;

  background:
    linear-gradient(
      90deg,
      var(--icd-blue) 0 40%,
      var(--icd-orange) 40% 65%,
      var(--icd-green) 65% 100%
    );
}


/* =========================================================
   TITLE
========================================================= */

.ilpps-contact-details__head h2 {
  max-width: 800px;

  margin: 0;

  font-size:
    clamp(40px, 4.7vw, 63px);

  line-height: 1.04;

  font-weight: 800;

  letter-spacing: -.048em;

  color: var(--icd-dark);
}


.ilpps-contact-details__head h2 span {
  display: block;

  font-family: "Manrope", Arial, sans-serif;

  color: var(--icd-blue);
}


/* HEADER COPY */

.ilpps-contact-details__head > p {
  margin: 0;

  padding-left: 27px;

  border-left:
    1px solid var(--icd-border);

  font-size: 11px;

  line-height: 1.8;

  color: var(--icd-muted);
}


/* =========================================================
   MAIN GRID
========================================================= */

.ilpps-contact-details__grid {
  display: grid;

  grid-template-columns:
    minmax(360px, .85fr)
    minmax(0, 1.15fr);

  border-top:
    1px solid var(--icd-border);

  border-left:
    1px solid var(--icd-border);
}


/* =========================================================
   INFO COLUMN
========================================================= */

.ilpps-contact-details__info {
  background: #ffffff;
}


/* =========================================================
   CONTACT ITEM
========================================================= */

.ilpps-contact-details__item {
  min-height: 145px;

  display: grid;

  grid-template-columns:
    31px
    minmax(0, 1fr)
    20px;

  gap: 19px;

  align-items: center;

  padding:
    25px
    30px;

  border-right:
    1px solid var(--icd-border);

  border-bottom:
    1px solid var(--icd-border);

  text-decoration: none;

  color: inherit;

  transition:
    background .25s ease,
    padding-left .25s ease;
}


a.ilpps-contact-details__item:hover {
  padding-left: 36px;

  background: var(--icd-light);
}


/* =========================================================
   ICON
========================================================= */

.ilpps-contact-details__icon {
  width: 26px;
  height: 26px;

  color: var(--icd-blue);
}


.ilpps-contact-details__icon--orange {
  color: var(--icd-orange);
}


.ilpps-contact-details__icon--green {
  color: var(--icd-green);
}


/* =========================================================
   ITEM COPY
========================================================= */

.ilpps-contact-details__item-copy small {
  display: block;

  margin-bottom: 5px;

  font-size: 7px;

  font-weight: 800;

  letter-spacing: .13em;

  text-transform: uppercase;

  color: var(--icd-muted);
}


.ilpps-contact-details__item-copy strong {
  display: block;

  font-size: 14px;

  line-height: 1.4;

  font-weight: 700;

  color: var(--icd-dark);
}


.ilpps-contact-details__item-copy span {
  display: block;

  margin-top: 5px;

  font-size: 8px;

  line-height: 1.5;

  color: var(--icd-muted);
}


/* =========================================================
   ARROW
========================================================= */

.ilpps-contact-details__arrow {
  width: 17px;
  height: 17px;

  color: #a2abb4;

  transition:
    transform .25s ease,
    color .25s ease;
}


a.ilpps-contact-details__item:hover
.ilpps-contact-details__arrow {
  transform: translateX(4px);

  color: var(--icd-orange);
}


/* =========================================================
   LOCATION SIDE
========================================================= */

.ilpps-contact-details__location {
  display: grid;

  grid-template-rows:
    auto
    minmax(360px, 1fr);

  border-right:
    1px solid var(--icd-border);

  border-bottom:
    1px solid var(--icd-border);
}


/* =========================================================
   ADDRESS
========================================================= */

.ilpps-contact-details__address {
  min-height: 260px;

  padding:
    clamp(32px, 4vw, 48px);

  background:
    var(--icd-blue-deep);
}


/* ADDRESS TOP */

.ilpps-contact-details__address-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  margin-bottom: 37px;
}


.ilpps-contact-details__address-top > span {
  font-size: 8px;

  font-weight: 800;

  letter-spacing: .16em;

  text-transform: uppercase;

  color: var(--icd-green-light);
}


.ilpps-contact-details__address-icon {
  width: 27px;
  height: 27px;

  color: var(--icd-orange);
}


/* ADDRESS TITLE */

.ilpps-contact-details__address h3 {
  margin: 0;

  font-size:
    clamp(28px, 3.2vw, 42px);

  line-height: 1.05;

  font-weight: 800;

  letter-spacing: -.04em;

  color: #ffffff;
}


.ilpps-contact-details__address h3 strong {
  display: block;

  color: var(--icd-green-light);
}


/* ADDRESS COPY */

.ilpps-contact-details__address address {
  margin:
    20px
    0
    0;

  font-style: normal;

  font-size: 10px;

  line-height: 1.8;

  color:
    rgba(255,255,255,.62);
}


/* =========================================================
   MAP
========================================================= */

.ilpps-contact-details__map {
  position: relative;

  min-height: 390px;

  overflow: hidden;

  background: #e7ecef;
}


.ilpps-contact-details__map iframe {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  display: block;

  border: 0;

  filter:
    saturate(.75)
    contrast(.97);
}


/* =========================================================
   MAP LABEL
========================================================= */

.ilpps-contact-details__map-label {
  position: absolute;

  z-index: 3;

  left: 25px;
  bottom: 25px;

  min-width: 235px;

  display: grid;

  grid-template-columns:
    27px
    minmax(0, 1fr);

  gap: 15px;

  align-items: center;

  padding:
    18px
    21px;

  background: #ffffff;

  border-left:
    4px solid var(--icd-orange);

  box-shadow:
    0 16px 40px rgba(16,34,56,.18);
}


/* MAP ICON */

.ilpps-contact-details__map-icon {
  width: 24px;
  height: 24px;

  color: var(--icd-blue);
}


.ilpps-contact-details__map-label small {
  display: block;

  margin-bottom: 4px;

  font-size: 7px;

  font-weight: 800;

  letter-spacing: .11em;

  text-transform: uppercase;

  color: var(--icd-muted);
}


.ilpps-contact-details__map-label strong {
  display: block;

  font-size: 11px;

  color: var(--icd-dark);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .ilpps-contact-details__grid {
    grid-template-columns: 1fr;
  }


  .ilpps-contact-details__info {
    display: grid;

    grid-template-columns:
      repeat(2, 1fr);
  }


  .ilpps-contact-details__location {
    border-top: 0;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .ilpps-contact-details__wrap {
    width: calc(100% - 30px);

    padding:
      75px
      0;
  }


  /* HEADER */

  .ilpps-contact-details__head {
    grid-template-columns: 1fr;

    gap: 25px;
  }


  .ilpps-contact-details__head h2 {
    font-size:
      clamp(36px, 10vw, 44px);
  }


  .ilpps-contact-details__head > p {
    padding:
      20px
      0
      0;

    border-left: 0;

    border-top:
      1px solid var(--icd-border);
  }


  /* INFO */

  .ilpps-contact-details__info {
    grid-template-columns: 1fr;
  }


  .ilpps-contact-details__item {
    min-height: 120px;

    grid-template-columns:
      27px
      minmax(0, 1fr)
      18px;

    gap: 14px;

    padding:
      22px;
  }


  a.ilpps-contact-details__item:hover {
    padding-left: 22px;
  }


  /* ADDRESS */

  .ilpps-contact-details__address {
    min-height: auto;

    padding:
      38px
      25px;
  }


  /* MAP */

  .ilpps-contact-details__map {
    min-height: 380px;
  }


  .ilpps-contact-details__map-label {
    left: 15px;
    right: 15px;
    bottom: 15px;

    min-width: 0;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da8ce5e *//* =========================================================
   ILPPS
   CONTACT US
   SECTION 03 — ENQUIRY FORM
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');


.ilpps-enquiry,
.ilpps-enquiry * {
  box-sizing: border-box;
}


.ilpps-enquiry {
  --ie-blue: #0b4c93;
  --ie-blue-dark: #062f61;
  --ie-blue-deep: #031f43;

  --ie-green: #2b8d3e;
  --ie-green-light: #86c647;

  --ie-orange: #e86524;

  --ie-dark: #102238;
  --ie-text: #536170;
  --ie-muted: #7c8791;

  --ie-light: #f4f7f9;
  --ie-border: #dfe6ea;

  width: 100%;

  overflow: hidden;

  background: var(--ie-light);

  color: var(--ie-dark);

  font-family: "Inter", Arial, sans-serif;
}


/* =========================================================
   TYPOGRAPHY LOCK
========================================================= */

.ilpps-enquiry p,
.ilpps-enquiry span,
.ilpps-enquiry small,
.ilpps-enquiry label,
.ilpps-enquiry input,
.ilpps-enquiry textarea,
.ilpps-enquiry select,
.ilpps-enquiry option,
.ilpps-enquiry button {
  font-family: "Inter", Arial, sans-serif;
}


.ilpps-enquiry h1,
.ilpps-enquiry h2,
.ilpps-enquiry h3,
.ilpps-enquiry h4,
.ilpps-enquiry strong {
  font-family: "Manrope", Arial, sans-serif;
}


/* =========================================================
   SVG
========================================================= */

.ilpps-enquiry svg {
  width: 100%;
  height: 100%;

  display: block;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.ilpps-enquiry__wrap {
  width: min(1280px, calc(100% - 50px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(320px, .75fr)
    minmax(0, 1.25fr);

  gap:
    clamp(60px, 8vw, 110px);

  align-items: start;

  padding:
    clamp(90px, 10vw, 140px)
    0;
}


/* =========================================================
   LEFT
========================================================= */

.ilpps-enquiry__intro {
  position: sticky;

  top: 130px;
}


/* EYEBROW */

.ilpps-enquiry__eyebrow {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 17px;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .20em;

  text-transform: uppercase;

  color: var(--ie-blue);
}


.ilpps-enquiry__eyebrow > span {
  width: 38px;
  height: 3px;

  flex: 0 0 auto;

  background:
    linear-gradient(
      90deg,
      var(--ie-blue) 0 40%,
      var(--ie-orange) 40% 65%,
      var(--ie-green) 65% 100%
    );
}


/* =========================================================
   TITLE
========================================================= */

.ilpps-enquiry__intro > h2 {
  margin: 0;

  font-size:
    clamp(40px, 4.5vw, 61px);

  line-height: 1.04;

  font-weight: 800;

  letter-spacing: -.048em;

  color: var(--ie-dark);
}


.ilpps-enquiry__intro > h2 span {
  display: block;

  font-family: "Manrope", Arial, sans-serif;

  color: var(--ie-blue);
}


/* INTRO */

.ilpps-enquiry__intro > p {
  max-width: 480px;

  margin:
    24px
    0
    0;

  padding-left: 19px;

  border-left:
    3px solid var(--ie-orange);

  font-size: 11px;

  line-height: 1.8;

  color: var(--ie-muted);
}


/* =========================================================
   ENQUIRY TYPES
========================================================= */

.ilpps-enquiry__types {
  margin-top: 40px;

  border-top:
    1px solid var(--ie-border);
}


/* =========================================================
   TYPE
========================================================= */

.ilpps-enquiry__type {
  min-height: 90px;

  display: grid;

  grid-template-columns:
    29px
    minmax(0, 1fr);

  gap: 17px;

  align-items: center;

  border-bottom:
    1px solid var(--ie-border);
}


/* ICON */

.ilpps-enquiry__type-icon {
  width: 25px;
  height: 25px;

  color: var(--ie-blue);
}


.ilpps-enquiry__type-icon--orange {
  color: var(--ie-orange);
}


.ilpps-enquiry__type-icon--green {
  color: var(--ie-green);
}


/* TYPE COPY */

.ilpps-enquiry__type small {
  display: block;

  margin-bottom: 4px;

  font-size: 7px;

  font-weight: 800;

  color: var(--ie-orange);
}


.ilpps-enquiry__type strong {
  display: block;

  font-size: 12px;

  line-height: 1.4;

  font-weight: 700;

  color: var(--ie-dark);
}


/* =========================================================
   NOTE
========================================================= */

.ilpps-enquiry__note {
  display: grid;

  grid-template-columns:
    23px
    minmax(0, 1fr);

  gap: 14px;

  align-items: start;

  margin-top: 30px;

  padding-top: 25px;

  border-top:
    1px solid var(--ie-border);
}


.ilpps-enquiry__note-icon {
  width: 20px;
  height: 20px;

  color: var(--ie-blue);
}


.ilpps-enquiry__note p {
  margin: 0;

  font-size: 9px;

  line-height: 1.7;

  color: var(--ie-muted);
}


/* =========================================================
   FORM BOX
========================================================= */

.ilpps-enquiry__formbox {
  background: #ffffff;

  border:
    1px solid var(--ie-border);
}


/* =========================================================
   FORM HEADER
========================================================= */

.ilpps-enquiry__formhead {
  min-height: 105px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  padding:
    25px
    clamp(25px, 4vw, 40px);

  background: var(--ie-blue-deep);

  border-left:
    5px solid var(--ie-orange);
}


.ilpps-enquiry__formhead > span {
  font-size: 8px;

  font-weight: 800;

  letter-spacing: .16em;

  text-transform: uppercase;

  color: var(--ie-green-light);
}


.ilpps-enquiry__formhead > strong {
  font-size: 17px;

  font-weight: 700;

  color: #ffffff;
}


/* =========================================================
   FORM
========================================================= */

.ilpps-enquiry__form {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap:
    23px 20px;

  padding:
    clamp(28px, 4vw, 42px);
}


/* =========================================================
   FIELD
========================================================= */

.ilpps-enquiry__field {
  min-width: 0;
}


.ilpps-enquiry__field--full {
  grid-column: 1 / -1;
}


/* =========================================================
   LABEL
========================================================= */

.ilpps-enquiry__field label {
  display: block;

  margin-bottom: 9px;

  font-size: 8px;

  line-height: 1.2;

  font-weight: 700;

  color: var(--ie-dark);
}


.ilpps-enquiry__field label span {
  color: var(--ie-orange);
}


/* =========================================================
   INPUTS
========================================================= */

.ilpps-enquiry__field input,
.ilpps-enquiry__field select,
.ilpps-enquiry__field textarea {
  width: 100%;

  display: block;

  outline: none;

  border:
    1px solid var(--ie-border);

  border-radius: 0;

  background: #ffffff;

  font-size: 11px;

  color: var(--ie-dark);

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}


.ilpps-enquiry__field input,
.ilpps-enquiry__field select {
  height: 54px;

  padding:
    0 16px;
}


.ilpps-enquiry__field textarea {
  min-height: 150px;

  resize: vertical;

  padding:
    15px 16px;

  line-height: 1.65;
}


/* PLACEHOLDER */

.ilpps-enquiry__field input::placeholder,
.ilpps-enquiry__field textarea::placeholder {
  color: #a2abb4;
}


/* FOCUS */

.ilpps-enquiry__field input:focus,
.ilpps-enquiry__field select:focus,
.ilpps-enquiry__field textarea:focus {
  border-color:
    rgba(11,76,147,.65);

  box-shadow:
    0 0 0 3px rgba(11,76,147,.07);
}


/* =========================================================
   SELECT
========================================================= */

.ilpps-enquiry__field select {
  appearance: none;

  -webkit-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, #74808c 50%),
    linear-gradient(135deg, #74808c 50%, transparent 50%);

  background-position:
    calc(100% - 18px) 23px,
    calc(100% - 13px) 23px;

  background-size:
    5px 5px,
    5px 5px;

  background-repeat: no-repeat;

  padding-right: 38px;
}


/* =========================================================
   SUBMIT ROW
========================================================= */

.ilpps-enquiry__submit-row {
  grid-column: 1 / -1;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 35px;

  padding-top: 8px;
}


.ilpps-enquiry__submit-row > p {
  max-width: 410px;

  margin: 0;

  font-size: 8px;

  line-height: 1.65;

  color: var(--ie-muted);
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.ilpps-enquiry__submit {
  min-height: 56px;

  flex: 0 0 auto;

  display: inline-flex;

  align-items: center;

  gap: 20px;

  padding:
    5px
    6px
    5px
    23px;

  border: 0;

  border-radius: 999px;

  background: var(--ie-blue);

  cursor: pointer;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .04em;

  text-transform: uppercase;

  color: #ffffff;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}


.ilpps-enquiry__submit-icon {
  width: 44px;
  height: 44px;

  flex: 0 0 auto;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background: var(--ie-orange);

  color: #ffffff;
}


.ilpps-enquiry__submit-icon svg {
  width: 17px;
  height: 17px;
}


.ilpps-enquiry__submit:hover {
  transform: translateY(-3px);

  box-shadow:
    0 16px 30px rgba(11,76,147,.18);
}


/* =========================================================
   CLOSING BAND
========================================================= */

.ilpps-enquiry__closing {
  position: relative;

  min-height: 360px;

  overflow: hidden;

  background: var(--ie-blue-deep);
}


/* =========================================================
   CLOSING IMAGE
========================================================= */

.ilpps-enquiry__closing-bg {
  position: absolute;

  inset: 0;

  background-image:
    url("https://images.unsplash.com/photo-1416879595882-3373a0480b5b?auto=format&fit=crop&w=1900&q=90");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}


/* =========================================================
   OVERLAY
========================================================= */

.ilpps-enquiry__closing-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(3,31,67,.97) 0%,
      rgba(3,31,67,.90) 48%,
      rgba(43,141,62,.45) 100%
    );
}


/* =========================================================
   CLOSING WRAP
========================================================= */

.ilpps-enquiry__closing-wrap {
  position: relative;

  z-index: 2;

  width: min(1280px, calc(100% - 50px));

  min-height: 360px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 60px;
}


/* CLOSING LABEL */

.ilpps-enquiry__closing-wrap >
div:first-child > span {
  display: block;

  margin-bottom: 11px;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .18em;

  text-transform: uppercase;

  color: var(--ie-green-light);
}


/* CLOSING H3 */

.ilpps-enquiry__closing-wrap h3 {
  margin: 0;

  font-size:
    clamp(38px, 5vw, 65px);

  line-height: 1;

  font-weight: 800;

  letter-spacing: -.05em;

  color: #ffffff;
}


.ilpps-enquiry__closing-wrap h3 strong {
  display: block;

  color: #f17b3b;
}


/* =========================================================
   CLOSING MARK
========================================================= */

.ilpps-enquiry__closing-mark {
  display: flex;

  align-items: center;

  gap: 18px;

  padding-left: 30px;

  border-left:
    1px solid rgba(255,255,255,.20);
}


.ilpps-enquiry__closing-icon {
  width: 45px;
  height: 45px;

  color: var(--ie-green-light);
}


.ilpps-enquiry__closing-mark > span {
  font-family: "Manrope", Arial, sans-serif;

  font-size: 12px;

  font-weight: 700;

  color: #ffffff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .ilpps-enquiry__wrap {
    grid-template-columns: 1fr;

    gap: 55px;
  }


  .ilpps-enquiry__intro {
    position: static;

    max-width: 750px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .ilpps-enquiry__wrap {
    width: calc(100% - 30px);

    padding:
      75px
      0;
  }


  /* TITLE */

  .ilpps-enquiry__intro > h2 {
    font-size:
      clamp(36px, 10vw, 44px);
  }


  /* FORM */

  .ilpps-enquiry__form {
    grid-template-columns: 1fr;

    padding:
      28px
      22px;
  }


  .ilpps-enquiry__field,
  .ilpps-enquiry__field--full {
    grid-column: auto;
  }


  .ilpps-enquiry__formhead {
    min-height: 90px;

    padding:
      22px;
  }


  /* SUBMIT */

  .ilpps-enquiry__submit-row {
    flex-direction: column;

    align-items: flex-start;

    gap: 20px;
  }


  .ilpps-enquiry__submit {
    width: 100%;

    justify-content: space-between;
  }


  /* CLOSING */

  .ilpps-enquiry__closing {
    min-height: auto;
  }


  .ilpps-enquiry__closing-wrap {
    width: calc(100% - 30px);

    min-height: auto;

    padding:
      65px
      0;

    flex-direction: column;

    align-items: flex-start;

    gap: 35px;
  }


  .ilpps-enquiry__closing-mark {
    padding:
      25px
      0
      0;

    border-left: 0;

    border-top:
      1px solid rgba(255,255,255,.20);
  }

}/* End custom CSS */