.elementor-3065 .elementor-element.elementor-element-0c020a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-3065 .elementor-element.elementor-element-0c020a3::before, .elementor-3065 .elementor-element.elementor-element-0c020a3 > .elementor-background-video-container::before, .elementor-3065 .elementor-element.elementor-element-0c020a3 > .e-con-inner > .elementor-background-video-container::before, .elementor-3065 .elementor-element.elementor-element-0c020a3 > .elementor-background-slideshow::before, .elementor-3065 .elementor-element.elementor-element-0c020a3 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3065 .elementor-element.elementor-element-0c020a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FFFFFF;--background-overlay:'';}.elementor-3065 .elementor-element.elementor-element-caa464d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3065 .elementor-element.elementor-element-bce186f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3065 .elementor-element.elementor-element-cdc5080{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3065 .elementor-element.elementor-element-e913d0b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3065 .elementor-element.elementor-element-94e9f33{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3065 .elementor-element.elementor-element-aee949c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3065 .elementor-element.elementor-element-001a59a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-3065 .elementor-element.elementor-element-bce186f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3065 .elementor-element.elementor-element-aee949c{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-caa464d */:root{
    --green:#64AE64;
    --green-eyebrow:#62AE65;
    --dark:#071D16;
    --text-main:#14251E;
    --text-muted:#66736C;
    --line:#E1E7E3;
    --white:#FFFFFF;

    --side-space: clamp(40px, 6vw, 100px);
  }

  *{ box-sizing:border-box; }
  html,body{ margin:0; padding:0; }

  body{
    font-family:'Montserrat', Arial, sans-serif;
    background: var(--white);
    color: var(--text-main);
  }

  /* ---------- HERO : two-panel split ---------- */
  .hero{
    display:flex;
    width:100%;
    min-height:100vh;
  }

  /* -------- LEFT PANEL (main) -------- */
  .hero-main{
    position:relative;
    flex: 0 0 68%;
    max-width:68%;
    min-height:100vh;
    display:flex;
    align-items:flex-end;
    /* replace with your own photo later */
    background-image: url('https://interseas.ae/wp-content/uploads/2026/08/eebbbf19-fbc6-4c6e-b2e6-4bd787a2b895.jpg');
    background-size: cover;
    background-position: center;
    background-color: var(--dark);
  }

  .top-header-gradient{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:260px;
    background: linear-gradient(180deg, #000000 18%, #FFFFFF00 80%);
    opacity:0.75;
    z-index:5;
    pointer-events:none;
  }

  .hero-main::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(0deg, rgba(7,29,22,0.88) 0%, rgba(7,29,22,0.55) 38%, rgba(7,29,22,0.15) 65%, rgba(7,29,22,0.05) 100%);
  }

  .hero-main-inner{
    position:relative;
    z-index:2;
    width:100%;
    padding: 0 var(--side-space) 70px;
  }

  h1{
    font-size:clamp(40px, 4.6vw, 64px);
    font-weight:500;
    line-height:0.95;
    letter-spacing:-2px;
    max-width:640px;
    margin:0 0 22px;
    color: var(--white);
  }

  .finder-label{
    font-size:15px;
    font-weight:500;
    color: var(--white);
    margin:0 0 16px;
  }

  .row{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
  }

  .field{
    flex:0 0 240px;
    width:240px;
  }

  /* Scoped, hardened so the WordPress theme's own styles can't override these */
  .isr-hero select,
  .isr-hero input[type="email"]{
    box-sizing:border-box !important;
    font-family:'Montserrat', Arial, sans-serif !important;
  }

  .isr-hero select{
    box-sizing:border-box !important;
    width:100% !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    padding:12px 40px 12px 18px !important;
    margin:0 !important;
    border-radius:0 !important;
    border:none !important;
    background-color:#FFFFFF !important;
    color:#14251E !important;
    font-size:14px !important;
    font-weight:500 !important;
    outline:none !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    cursor:pointer !important;
    color-scheme: light !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2366736C' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>") !important;
    background-repeat:no-repeat !important;
    background-position: right 14px center !important;
    background-size:16px !important;
  }

  .isr-hero select option{
    color:#14251E !important;
    background-color:#FFFFFF !important;
  }

  select{
    box-sizing:border-box;
    width:100%;
    height:42px;
    padding:12px 40px 12px 18px;
    border-radius:0;
    border:none;
    background-color: var(--white);
    color: var(--text-main) !important;
    font-family:'Montserrat', Arial, sans-serif;
    font-size:14px;
    font-weight:500;
    outline:none;
    appearance:none;
    -webkit-appearance:none;
    cursor:pointer;
    color-scheme: light;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2366736C' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");
    background-repeat:no-repeat;
    background-position: right 14px center;
    background-size:16px;
  }

  select option{
    color: var(--text-main);
    background-color: var(--white);
  }

  .connector{
    flex:0 0 auto;
    color: var(--white);
    font-size:15px;
    font-weight:500;
  }

  /* Optional email capture — reveals once both fields are chosen */
  .reveal{
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition: max-height .5s cubic-bezier(.2,.8,.2,1), opacity .4s ease, margin-top .5s ease;
    margin-top:0;
  }

  .reveal.show{
    max-height:150px;
    opacity:1;
    margin-top:16px;
  }

  .reveal-row{
    display:flex;
    gap:12px;
    flex-wrap:nowrap;
    align-items:stretch;
  }

  input[type="email"]{
    box-sizing:border-box;
    flex:1 1 auto;
    min-width:0;
    height:42px;
    padding:0 16px;
    border-radius:0;
    border:1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.08);
    color: var(--white);
    font-family:'Montserrat', Arial, sans-serif;
    font-size:13px;
    outline:none;
  }

  input[type="email"]::placeholder{ color: rgba(255,255,255,0.55); }
  input[type="email"]:focus{ border-color: var(--green); }

  .submit-btn{
    box-sizing:border-box;
    flex:0 0 auto;
    height:42px;
    margin:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    white-space:nowrap;
    background:transparent;
    color: var(--white);
    border:1px solid var(--green);
    font-family:'Montserrat', Arial, sans-serif;
    font-weight:600;
    font-size:12px;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:0.5px;
    padding:0 30px;
    border-radius:0;
    cursor:pointer;
    transition: background .3s cubic-bezier(.2,.8,.2,1), color .3s ease;
  }

  /* hardened so the theme's own button defaults can never shrink or restyle this */
  .isr-hero .submit-btn{
    box-sizing:border-box !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    appearance:none !important;
    flex:0 0 auto !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    margin:0 !important;
    padding:0 30px !important;
    border-radius:0 !important;
    border:1px solid var(--green) !important;
    line-height:1 !important;
    font-family:'Montserrat', Arial, sans-serif !important;
  }

  .submit-btn .btn-arrow{
    display:inline-block;
    transition: transform .3s cubic-bezier(.2,.8,.2,1);
  }

  .submit-btn:hover{
    background: var(--green);
    color: var(--white);
  }

  .submit-btn:hover .btn-arrow{
    transform: translateX(4px);
  }

  .submit-btn:active{
    color: var(--white);
  }

  .status-msg{
    margin-top:10px;
    font-size:12px;
    color: var(--green);
  }
  .status-msg.error{ color:#e08a7a; }

  /* -------- RIGHT PANEL (hover card) -------- */
  .hero-side{
    position:relative;
    flex: 0 0 32%;
    max-width:32%;
    min-height:100vh;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
  }

  .side-bg{
    position:absolute;
    inset:0;
    background-image: url('https://interseas.ae/wp-content/uploads/2026/08/2152021811.jpg'); /* replace later — single image */
    background-size:cover;
    background-position:center;
    filter: blur(7px);
    transform: scale(1.1) translateX(0);
    transition: filter .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);
  }

  .side-overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(0deg, rgba(7,29,22,0.85) 0%, rgba(7,29,22,0.45) 55%, rgba(7,29,22,0.2) 100%);
    z-index:1;
  }

  .hero-side:hover .side-bg{
    filter: blur(0px);
    transform: scale(1.22) translateX(-16px);
  }

  .hero-side-inner{
    position:relative;
    z-index:2;
    padding: 0 36px 70px;
  }

  h2{
    font-size:clamp(24px, 2vw, 32px);
    font-weight:500;
    line-height:1.08;
    letter-spacing:-0.5px;
    color: var(--white);
    margin:0 0 14px;
  }

  .side-lead{
    font-size:13px;
    font-weight:400;
    line-height:1.65;
    color: rgba(255,255,255,0.85);
    margin:0 0 18px;
    max-width:260px;
  }

  .side-link{
    display:inline-flex;
    align-items:center;
    gap:7px;
    font-size:12px;
    font-weight:600;
    letter-spacing:0.4px;
    color: var(--white);
    text-decoration:none;
  }

  .side-link .arrow{
    display:inline-block;
    color: var(--white);
    transition: transform .3s cubic-bezier(.2,.8,.2,1);
  }

  .side-link:hover{
    color: var(--white) !important;
  }

  .side-link:hover .arrow{
    transform: translateX(4px);
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 1024px){
    :root{ --side-space: 40px; }
  }

  @media (max-width: 900px){
    .hero{ flex-direction:column; min-height:auto; }
    .hero-main, .hero-side{
      flex:1 1 auto;
      max-width:100%;
      min-height:auto;
    }
    .hero-main{
      padding:0;
      min-height:82vh;
      display:flex;
      align-items:flex-end;
    }
    .hero-main-inner{ padding:60px var(--side-space) 50px; }
    .hero-side{ min-height:50vh; }
    .hero-side-inner{ padding:0 25px 34px; }
    /* hover disabled on touch/mobile per spec — image stays blurred */
    .hero-side:hover .side-bg{ filter: blur(7px); transform: scale(1.1) translateX(0); }
  }

  @media (max-width: 767px){
    :root{ --side-space: 25px; }
    h1{ font-size:36px; letter-spacing:-1.5px; }
    .row{ flex-direction:column; align-items:stretch; }
    .connector{ display:none; }
    .search-btn{ width:100%; }
    .field{ flex:1 1 auto; min-width:0; }
    .reveal-row{ flex-direction:column; align-items:stretch; flex-wrap:wrap; }
    input[type="email"]{ width:100%; }
    .submit-btn{ width:100%; }
    .isr-hero .submit-btn{ width:100% !important; }
  }

  @media (max-width: 380px){
    :root{ --side-space: 20px; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67613e0 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


.ix-career-intro {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FFFFFF !important;
    color: #17352D !important;
    font-family: "Montserrat", sans-serif !important;
    overflow: hidden;
}

.ix-career-intro *,
.ix-career-intro *::before,
.ix-career-intro *::after {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
}

.ix-career-intro h2,
.ix-career-intro p {
    margin: 0;
    padding: 0;
}


/* =========================
   MAIN CONTAINER
========================= */

.ix-career-inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: clamp(40px, 6vw, 100px);
    padding-right: clamp(40px, 6vw, 100px);
}

.ix-career-content {
    width: 100%;
    max-width: 1080px;
}


/* =========================
   LABEL
========================= */

.ix-career-label {
    margin-bottom: 17px;

    color: #4FAE32 !important;

    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}


/* =========================
   MAIN HEADING
========================= */

.ix-career-content h2 {
    max-width: 900px;

    margin: 0;

    color: #17352D !important;

    font-size: clamp(38px, 4.6vw, 66px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -3px;
}

.ix-career-content h2 span {
    display: block;
    color: #64AE64 !important;
}


/* =========================
   FIRST PARAGRAPH
========================= */

.ix-career-content p:first-of-type {
    max-width: 760px;

    margin-top: 34px;

    color: #17352D !important;

    font-size: clamp(11px, 1.05vw, 15px);
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: -.1px;
}


/* =========================
   SECOND PARAGRAPH
========================= */

.ix-career-content p:last-of-type {
    max-width: 820px;

    margin-top: 25px;

    color: #66736C !important;

    font-size: clamp(11px, 1.05vw, 15px);
    font-weight: 400;
    line-height: 1.72;
}


/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1600px) {

    .ix-career-inner {
        padding-top: 150px;
        padding-bottom: 165px;
    }

    .ix-career-label {
        margin-bottom: 20px;
    }

    .ix-career-content h2 {
        max-width: 1000px;
    }

    .ix-career-content p:first-of-type {
        margin-top: 38px;
    }

    .ix-career-content p:last-of-type {
        margin-top: 28px;
    }

}


/* =========================
   DESKTOP
========================= */

@media (min-width: 1200px) {

    .ix-career-inner {
        padding-top: 125px;
        padding-bottom: 140px;
    }

}


/* =========================
   TABLET
========================= */

@media (max-width: 1199px) and (min-width: 1025px) {

    .ix-career-inner {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 110px;
        padding-bottom: 120px;
    }

    .ix-career-content h2 {
        font-size: 52px;
        letter-spacing: -2.5px;
    }

}


/* =========================
   SMALL TABLET
========================= */

@media (max-width: 1024px) {

    .ix-career-inner {
        padding: 105px 40px 115px;
    }

    .ix-career-label {
        font-size: 9px;
        letter-spacing: 1.7px;
        margin-bottom: 17px;
    }

    .ix-career-content h2 {
        max-width: 760px;

        font-size: 52px;
        line-height: .94;
        letter-spacing: -2.5px;
    }

    .ix-career-content p:first-of-type {
        max-width: 650px;

        margin-top: 30px;

        font-size: 13px;
        line-height: 1.78;
    }

    .ix-career-content p:last-of-type {
        max-width: 720px;

        margin-top: 23px;

        font-size: 13px;
        line-height: 1.78;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .ix-career-inner {
        padding: 75px 25px 82px;
    }

    .ix-career-content {
        max-width: 100%;
    }


    /* LABEL */

    .ix-career-label {
        margin-bottom: 14px;

        font-size: 8px;
        letter-spacing: 1.5px;
        line-height: 1.4;
    }


    /* HEADING */

    .ix-career-content h2 {
        max-width: 100%;

        font-size: 38px;
        line-height: .96;
        letter-spacing: -2px;
    }

    .ix-career-content h2 span {
        display: inline;
    }


    /* FIRST PARAGRAPH */

    .ix-career-content p:first-of-type {
        max-width: 100%;

        margin-top: 25px;

        font-size: 11.5px;
        line-height: 1.85;
    }


    /* SECOND PARAGRAPH */

    .ix-career-content p:last-of-type {
        max-width: 100%;

        margin-top: 20px;

        font-size: 11.5px;
        line-height: 1.85;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .ix-career-inner {
        padding: 65px 20px 72px;
    }

    .ix-career-label {
        margin-bottom: 13px;

        font-size: 8px;
        letter-spacing: 1.5px;
    }

    .ix-career-content h2 {
        font-size: 32px;
        line-height: .96;
        letter-spacing: -1.8px;
    }

    .ix-career-content h2 span {
        display: inline;
    }

    .ix-career-content p:first-of-type {
        margin-top: 23px;

        font-size: 11.5px;
        line-height: 1.85;
    }

    .ix-career-content p:last-of-type {
        margin-top: 19px;

        font-size: 11.5px;
        line-height: 1.88;
    }

}


/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .ix-career-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ix-career-content h2 {
        font-size: 32px;
        line-height: .96;
        letter-spacing: -1.5px;
    }

    .ix-career-content h2 span {
        display: inline;
    }

    .ix-career-content p:first-of-type {
        font-size: 11px;
        line-height: 1.88;
    }

    .ix-career-content p:last-of-type {
        font-size: 11px;
        line-height: 1.9;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e913d0b */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


.ix-leadership-section {
    --green: #64AE64;
    --dark: #071D16;
    --text: #FFFFFF;
    --muted: rgba(255,255,255,.68);
    --line: #E1E7E3;
    --white: #FFFFFF;

    width: 100%;
    margin: 0;
    padding: 0;

    background: #071D16 !important;
    color: #FFFFFF !important;

    font-family: "Montserrat", sans-serif !important;
    overflow: hidden;
}


.ix-leadership-section *,
.ix-leadership-section *::before,
.ix-leadership-section *::after {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
}


.ix-leadership-section h2,
.ix-leadership-section p {
    margin: 0;
    padding: 0;
}


/* =========================
   MAIN
========================= */

.ix-leadership-inner {
    width: 100%;
    max-width: 1600px;

    margin: 0 auto;

    padding:
        125px
        clamp(40px, 6vw, 100px)
        140px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(420px, .82fr);

    gap: clamp(60px, 7vw, 120px);

    align-items: stretch;
}


/* =========================
   LEFT CONTENT
========================= */

.ix-leadership-content {
    min-width: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 35px 0;
}


.ix-leadership-label {
    margin-bottom: 17px;

    color: var(--green) !important;

    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.ix-leadership-content h2 {
    max-width: 780px;

    color: #FFFFFF !important;

    font-size: clamp(38px, 4.6vw, 66px);
    font-weight: 500;

    line-height: .94;
    letter-spacing: -3px;
}


.ix-leadership-content h2 span {
    color: var(--green) !important;
}


.ix-leadership-content p {
    max-width: 700px;

    margin-top: 34px;

    color: rgba(255,255,255,.68) !important;

    font-size: clamp(11px, 1.05vw, 15px);
    font-weight: 400;

    line-height: 1.72;
    letter-spacing: -.1px;
}


/* =========================
   IMAGE
========================= */

.ix-leadership-image {
    position: relative;

    width: 100%;

    min-height: 540px;

    overflow: hidden;

    background: #10251E;
}


.ix-leadership-image img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: none;

    object-fit: cover;
    object-position: center;

    transform: scale(1.001);

    transition:
        transform .8s
        cubic-bezier(.2,.8,.2,1);
}


/* subtle premium movement */

.ix-leadership-image:hover img {
    transform: scale(1.035);
}


/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1600px) {

    .ix-leadership-inner {
        padding-top: 150px;
        padding-bottom: 165px;

        grid-template-columns:
            minmax(0, 1fr)
            minmax(480px, .82fr);

        gap: 120px;
    }

    .ix-leadership-image {
        min-height: 600px;
    }

    .ix-leadership-label {
        margin-bottom: 20px;
    }

    .ix-leadership-content p {
        margin-top: 38px;
    }

}


/* =========================
   TABLET
========================= */

@media (max-width: 1199px) and (min-width: 1025px) {

    .ix-leadership-inner {
        padding:
            105px
            60px
            120px;

        grid-template-columns:
            minmax(0, 1fr)
            minmax(360px, .82fr);

        gap: 65px;
    }

    .ix-leadership-content h2 {
        font-size: 52px;
        letter-spacing: -2.5px;
    }

    .ix-leadership-image {
        min-height: 500px;
    }

}


/* =========================
   SMALL TABLET
========================= */

@media (max-width: 1024px) {

    .ix-leadership-inner {
        padding:
            100px
            40px
            115px;

        grid-template-columns:
            minmax(0, 1fr)
            minmax(320px, .85fr);

        gap: 45px;
    }

    .ix-leadership-content {
        padding: 25px 0;
    }

    .ix-leadership-label {
        font-size: 9px;
        letter-spacing: 1.7px;
    }

    .ix-leadership-content h2 {
        font-size: 52px;
        line-height: .94;
        letter-spacing: -2.5px;
    }

    .ix-leadership-content p {
        margin-top: 30px;

        font-size: 13px;
        line-height: 1.78;
    }

    .ix-leadership-image {
        min-height: 460px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .ix-leadership-inner {
        padding:
            75px
            25px
            82px;

        display: flex;
        flex-direction: column;

        gap: 42px;
    }


    /* CONTENT */

    .ix-leadership-content {
        padding: 0;

        display: block;
    }


    .ix-leadership-label {
        margin-bottom: 14px;

        font-size: 8px;
        letter-spacing: 1.5px;
    }


    .ix-leadership-content h2 {
        max-width: 100%;

        font-size: 38px;
        line-height: .96;
        letter-spacing: -2px;
    }


    .ix-leadership-content p {
        max-width: 100%;

        margin-top: 25px;

        font-size: 11.5px;
        line-height: 1.85;
    }


    /* IMAGE */

    .ix-leadership-image {
        width: 100%;

        min-height: 0;

        aspect-ratio: 1 / 1;

        order: 2;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .ix-leadership-inner {
        padding:
            65px
            20px
            72px;

        gap: 34px;
    }


    .ix-leadership-label {
        margin-bottom: 13px;

        font-size: 8px;
        letter-spacing: 1.5px;
    }


    .ix-leadership-content h2 {
        font-size: 32px;
        line-height: .96;
        letter-spacing: -1.8px;
    }


    .ix-leadership-content p {
        margin-top: 23px;

        font-size: 11.5px;
        line-height: 1.88;
    }


    .ix-leadership-image {
        aspect-ratio: 1 / 1;
    }

}


/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .ix-leadership-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ix-leadership-content h2 {
        font-size: 32px;
        letter-spacing: -1.5px;
    }

    .ix-leadership-content p {
        font-size: 11px;
        line-height: 1.9;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83376b9 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


.ix-work-section {
    --green: #64AE64;
    --dark: #071D16;
    --text: #14251E;
    --muted: #66736C;

    width: 100%;
    margin: 0;
    padding: 0;

    background: #FFFFFF !important;
    color: var(--text) !important;

    font-family: "Montserrat", sans-serif !important;

    overflow: hidden;
}


.ix-work-section *,
.ix-work-section *::before,
.ix-work-section *::after {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
}


.ix-work-section h2,
.ix-work-section p {
    margin: 0;
    padding: 0;
}


/* =========================
   WRAPPER
========================= */

.ix-work-wrap {
    width: 100%;
    max-width: 1600px;

    margin: 0 auto;

    padding:
        125px
        clamp(40px, 6vw, 100px)
        0;
}


/* =========================
   TOP CONTENT
========================= */

.ix-work-top {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(360px, .78fr);

    gap: clamp(60px, 8vw, 135px);

    align-items: end;

    padding-bottom: 100px;
}


/* =========================
   HEADING
========================= */

.ix-work-heading {
    min-width: 0;
}


.ix-work-label {
    margin-bottom: 18px;

    color: var(--green) !important;

    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.ix-work-heading h2 {
    max-width: 720px;

    color: #14251E !important;

    font-size: clamp(52px, 5.2vw, 76px);

    font-weight: 500;

    line-height: .91;

    letter-spacing: -3.5px;
}


.ix-work-heading h2 span {
    display: block;

    color: var(--green) !important;
}


/* =========================
   COPY
========================= */

.ix-work-copy {
    max-width: 620px;

    padding-bottom: 4px;
}


.ix-work-copy p {
    color: var(--muted) !important;

    font-size: clamp(11px, 1.05vw, 15px);

    font-weight: 400;

    line-height: 1.78;

    letter-spacing: -.1px;
}


.ix-work-copy p + p {
    margin-top: 25px;
}


/* =========================
   IMAGE
========================= */

.ix-work-image {
    position: relative;

    width: 100%;

    height: 520px;

    overflow: hidden;

    background: #E9EEEB;

    margin-bottom: 70px;
}


.ix-work-image::after {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(7,29,22,.08) 0%,
            rgba(7,29,22,.22) 100%
        );
}


.ix-work-image img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: none;

    object-fit: cover;

    object-position: center;

    transform: scale(1.001);

    transition:
        transform .9s
        cubic-bezier(.2,.8,.2,1);
}


.ix-work-image:hover img {
    transform: scale(1.035);
}


/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1600px) {

    .ix-work-wrap {
        padding-top: 150px;
    }

    .ix-work-top {
        padding-bottom: 115px;

        gap: 135px;
    }

    .ix-work-label {
        margin-bottom: 20px;
    }

    .ix-work-heading h2 {
        font-size: 76px;
        letter-spacing: -3.8px;
    }

    .ix-work-copy p {
        font-size: 15px;
        line-height: 1.82;
    }

    .ix-work-image {
        height: 590px;

        margin-bottom: 70px;
    }

}


/* =========================
   TABLET
========================= */

@media (max-width: 1199px) and (min-width: 1025px) {

    .ix-work-wrap {
        padding:
            105px
            60px
            0;
    }

    .ix-work-top {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(320px, .8fr);

        gap: 60px;

        padding-bottom: 80px;
    }

    .ix-work-heading h2 {
        font-size: 58px;
        letter-spacing: -2.8px;
    }

    .ix-work-copy p {
        font-size: 12px;
        line-height: 1.8;
    }

    .ix-work-image {
        height: 460px;

        margin-bottom: 60px;
    }

}


/* =========================
   SMALL TABLET
========================= */

@media (max-width: 1024px) {

    .ix-work-wrap {
        padding:
            100px
            40px
            0;
    }

    .ix-work-top {
        grid-template-columns:
            1fr;

        gap: 38px;

        padding-bottom: 75px;

        align-items: start;
    }

    .ix-work-heading h2 {
        font-size: 52px;
        letter-spacing: -2.5px;
    }

    .ix-work-copy {
        max-width: 760px;
    }

    .ix-work-copy p {
        font-size: 13px;
        line-height: 1.8;
    }

    .ix-work-image {
        height: 430px;

        margin-bottom: 55px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .ix-work-wrap {
        padding:
            75px
            25px
            0;
    }


    .ix-work-top {
        display: block;

        padding-bottom: 55px;
    }


    .ix-work-heading {
        margin-bottom: 30px;
    }


    .ix-work-label {
        margin-bottom: 14px;

        font-size: 8px;
        letter-spacing: 1.5px;
    }


    .ix-work-heading h2 {
        max-width: 100%;

        font-size: 38px;

        line-height: .96;

        letter-spacing: -2px;
    }


    .ix-work-copy {
        max-width: 100%;

        padding: 0;
    }


    .ix-work-copy p {
        font-size: 11.5px;

        line-height: 1.86;
    }


    .ix-work-copy p + p {
        margin-top: 20px;
    }


    .ix-work-image {
        height: 330px;

        margin-bottom: 50px;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .ix-work-wrap {
        padding:
            65px
            20px
            0;
    }


    .ix-work-top {
        padding-bottom: 45px;
    }


    .ix-work-heading {
        margin-bottom: 27px;
    }


    .ix-work-label {
        margin-bottom: 13px;
    }


    .ix-work-heading h2 {
        font-size: 32px;

        letter-spacing: -1.8px;
    }


    .ix-work-copy p {
        font-size: 11.2px;

        line-height: 1.88;
    }


    .ix-work-copy p + p {
        margin-top: 19px;
    }


    .ix-work-image {
        height: 280px;

        margin-bottom: 40px;
    }

}


/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .ix-work-heading h2 {
        font-size: 32px;

        letter-spacing: -1.5px;
    }


    .ix-work-copy p {
        font-size: 11px;

        line-height: 1.9;
    }


    .ix-work-image {
        height: 260px;

        margin-bottom: 35px;
    }

}/* End custom CSS */