@charset "UTF-8";
*{
    padding:0;
    margin:0;
}
html,body{
    padding: 0;
    margin: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}
main{
    display: flex;
    flex-direction: column;
    min-height: auto !important;
    width: auto;
}
.border-gradient-gold-universal {
    position: relative;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
}
.border-gradient-gold-universal::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px; 
    background: linear-gradient(120deg, #462523, #cb9b51, #e7d371, #e7d88f, #cb9b51, #462523);
    background-size: 200% 200%;
    animation: shine-border 25s linear infinite;
    border-radius: inherit;
    overflow: hidden;
    z-index: 1;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}
.border-gradient-light-gold-universal {
    position: relative;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
}
.border-gradient-light-gold-universal::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px; 
    background: linear-gradient(120deg,#ffe550,rgb(243, 224, 137),#ffffff,rgb(243, 224, 137),#ffe550);
    background-size: 150% 150%;
    animation: shine-border 25s linear infinite;
    border-radius: inherit;
    overflow: hidden;
    z-index: 1;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}
@keyframes shine-border {
  0% {
    background-position: 150% center;
  }
  100% {
    background-position: -150% center;
  }
}
/* --------------------------------- */
/*          Section Divider 1        */
/*  -------------------------------- */
.divider-1{
    display: block;
    position: relative;
    height: auto;
    width: auto;
    z-index: 2;
}
main section:nth-of-type(odd) .divider-1 svg {
    transform: scaleY(-1);
    transform-origin: center;
}
.custom-shape-divider-top-1752505580 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1752505580 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}
.custom-shape-divider-top-1752505580 .shape-fill-1 {
    fill: #ECE6DB;
}
/* --------------------------------- */
/*     Section Styling Section       */
/*  -------------------------------- */
.careers-page-section{
    display: flex;
    flex-direction: column; 
    z-index: 1;
}
.careers-page-wrapper{
    width: 100%;
}
.careers-page-container{
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    padding: 4vw 0;
    &.even{
        padding: 7vw 0 7vw 0;
    }
}
/* --------------------------------- */
/*        Subheader Section          */
/*  -------------------------------- */
.subheader-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
    margin-bottom: 2vw;
}
.subheader-line{   
    flex: 1;
    height: 3px; /* Line thickness */
}
.subheader-line.line-green {
    background: linear-gradient(to right, transparent, #213B36);
}
.subheader-line.line-green:last-child {
    background: linear-gradient(to left, transparent, #213B36);
}
.subheader-line.line-light {
    background: linear-gradient(to right, transparent, #ECE6DB);
}
.subheader-line.line-light:last-child {
    background: linear-gradient(to left, transparent, #ECE6DB);
}
.subheader{
    display: flex;
    justify-content: center;
    width: fit-content;
    font-weight: bold !important;
    font-size: 1.85vw;
    padding-inline: 3vw;
    span{
        font-weight: bold;
    }
}
/* --------------------------------- */
/*     Join Our Team Section         */
/*  -------------------------------- */
.careers-intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2vw;
}
.careers-intro-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    span:nth-child(1){
        margin-bottom: 3vw;
        margin-top: 5px;
        font-size: 1.85vw;
    }
    span:nth-child(2){
        width: 80%;
        letter-spacing: 0.5px;
    }
}
.positions-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
}
.position{
    display: flex;
    flex-direction: column;
    width: 15%;
    padding: 2vw;
    img{
        margin-left: 1vw;
        width: 5vw;
        height: 5vw;
    }
}
.position-info{
    display: flex;
    flex-direction: column;
    margin-top: 1vw;
    span{
        font-weight: bold;
        font-size: 1.5vw;
        margin-bottom: 1vw;
    }
    ul{
        transform: translateX(1vw);
        width: 90%;
        text-transform: capitalize;
        li{
            margin-bottom: 5px;
            font-size: 1.15vw;
        }
    }
}
/* --------------------------------- */
/*        Application Section        */
/*  -------------------------------- */
.careers-info-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 80%;
    span:first-child{
        letter-spacing: 0.5px;
    }
    a{
        text-decoration: none;
    }
}
.careers-info-cta-container{
    display: flex;
    flex-direction: row;
    gap: 1vw;
    margin-top: 2vw;
    margin-bottom: 1.5vw;
}
.careers-page-cta-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.75vw 1.25vw; 
    background: #112723;
    backdrop-filter: blur(4px);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: border 0.4s ease;
    z-index: 2;
    overflow: hidden; 
    span{
        color: white;
        font-size: 1.3vw;
        letter-spacing: 1px;
        font-weight: 400;
        transition: transform 0.2s ease-in-out;
        text-align: center;
        z-index: 3;
    }
    &:hover span {
        transform: scale(1.1);
    }
}
.careers-page-cta-button-email {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding:  0.65vw 0.8vw;
    background: #112723;
    backdrop-filter: blur(4px);
    border-radius: 50%;
    cursor: pointer;
    transition: border 0.4s ease;
    z-index: 2;
    overflow: hidden; 
    img{
        transition: transform 0.2s ease-in-out;
        z-index: 3;
        width: 1.5vw;
        height: 1.5vw;
    }
    &:hover img{
        transform: scale(1.15);
    }
}
.careers-page-cta-button-email.border-gradient-light-gold-universal::before {
    padding: 3px;
}
/* --------------------- */
/*  DESKTOP BREAKPOINTS  */
/* --------------------- */
/* Small Desktops and Laptops */
@media (min-width: 1201px) and (max-width: 1680px) {
    .txt-color-1-green-paragraph {
        font-size: 1.5rem;
    }
    .txt-color-1-light-paragraph {
        font-size: 1.5rem;
    }
    /* --------------------------------- */
    /*     Section Styling Section       */
    /*  -------------------------------- */
    .careers-page-container {
        width: 80%;
        padding: 4.5vw 0;
        &.even{
            padding: 8vw 0 5vw 0;
        }
    }
    /* --------------------------------- */
    /*        Subheader Section          */
    /*  -------------------------------- */
    .subheader-container {
        margin-top: 1vw;
        margin-bottom: 3vw;
    }
    .subheader {
        font-size: 2rem;
        padding-inline: 3vw;
        text-align: center;
    }
    /* --------------------------------- */
    /*     Join Our Team Section         */
    /*  -------------------------------- */
    .careers-intro-info {
        margin-bottom: 3.5vw;
        span:nth-child(1) {
            margin-bottom: 3vw;
            font-size: 1.65rem;
        }
        span:nth-child(2) {
            width: 85%;
        }
    }
    .positions-container{
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: -2vw;
    }
    .position {
        width: 15%;
        padding: 2vw;
        align-items: center;
        margin-bottom: 1vw;
        img {
            margin-left: -2vw;
            width: 8.5vw;
            height: 8.5vw;
        }
    }
    .position-info {
        margin-top: 1.5vw;
        span{
            font-size: 1.75rem;
            margin-bottom: 2vw;
            text-align: center;
        }
        ul {
            transform: translateX(1.5vw);
            width: 100%;
            li {
                margin-bottom: 5px;
                font-size: 1.5rem;
            }
        }
    }
    /* --------------------------------- */
    /*        Application Section        */
    /*  -------------------------------- */
    .careers-info-container {
        width: 80%;
    }
    .careers-info-cta-container {
        gap: 2vw;
        margin-top: 3vw;
        margin-bottom: 4vw;
    }
    .careers-page-cta-button {
        padding: 0.85rem 1.25rem;
        span {
            font-size: 1.5rem;
        }
    }
    .careers-page-cta-button-email {
        padding: 1rem;
        img {
            width: 1.5rem;
            height: 1.5rem;
        }
    }
}
/* --------------------- */
/*   TABLET BREAKPOINTS  */
/* --------------------- */
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
    /* --------------------------------- */
    /*     Section Styling Section       */
    /*  -------------------------------- */
    .careers-page-container{
        width: 75%;
        flex-direction: column;
        padding: 8vw 0 7vw 0;
        &.even{
            padding: 11vw 0 9vw 0;
        }
    }
    .custom-shape-divider-top-1752505580 svg {
        position: relative;
        height: 75px;
    }
    /* --------------------------------- */
    /*        Subheader Section          */
    /*  -------------------------------- */
    .subheader-container {
        margin-top: 1vw;
        margin-bottom: 4vw;
    }
    .subheader {
        font-size: 1.95rem;
        padding-inline: 3vw;
        text-align: center;
    }
    /* --------------------------------- */
    /*     Join Our Team Section         */
    /*  -------------------------------- */
    .careers-intro-info {
        margin-bottom: 5vw;
        span:nth-child(1) {
            margin-bottom: 4vw;
            font-size: 1.75rem;
        }
        span:nth-child(2) {
            width: 95%;
        }
    }
    .positions-container{
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: -2vw;
    }
    .position {
        width: 30%;
        padding: 2vw;
        align-items: center;
        margin-bottom: 1vw;
        img {
            margin-left: -2vw;
            width: 12.5vw;
            height: 12.5vw;
        }
    }
    .position-info {
        margin-top: 2vw;
        span{
            font-size: 1.85rem;
            margin-bottom: 2vw;
            text-align: center;
        }
        ul {
            transform: translateX(3vw);
            width: 100%;
            li {
                margin-bottom: 5px;
                font-size: 1.5rem;
            }
        }
    }
    /* --------------------------------- */
    /*        Application Section        */
    /*  -------------------------------- */
    .careers-info-container {
        width: 95%;
    }
    .careers-info-cta-container {
        gap: 4vw;
        margin-top: 4vw;
        margin-bottom: 5vw;
    }
    .careers-page-cta-button {
        padding: 1.1rem;
        span {
            font-size: 1.5rem;
        }
    }
    .careers-page-cta-button-email {
        padding: 0.55rem 0.9rem;
        img {
            width: 1.4rem;
            height: 1.4rem;
        }
    }
}

@media (min-width: 767px) and (max-width: 1200px) and (orientation: landscape) {
    .txt-color-1-green-paragraph {
        font-size: 1.9rem;
    }
    .txt-color-1-light-paragraph {
        font-size: 1.9rem;
    }
    /* --------------------------------- */
    /*     Section Styling Section       */
    /*  -------------------------------- */
    .careers-page-container {
        width: 85%;
        padding: 5.5vw 0;
        &.even{
            padding: 10vw 0 6vw 0;
        }
    }
    .custom-shape-divider-top-1752505580 svg {
        position: relative;
        height: 75px;
    }
    /* --------------------------------- */
    /*        Subheader Section          */
    /*  -------------------------------- */
    .subheader-container {
        margin-top: 1vw;
        margin-bottom: 4vw;
    }
    .subheader {
        font-size: 2rem;
        padding-inline: 3vw;
        text-align: center;
    }
    /* --------------------------------- */
    /*     Join Our Team Section         */
    /*  -------------------------------- */
    .careers-intro-info {
        margin-bottom: 5vw;
        span:nth-child(1) {
            margin-bottom: 4vw;
            font-size: 1.85rem;
        }
        span:nth-child(2) {
            width: 85%;
        }
    }
    .positions-container{
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: -2vw;
    }
    .position {
        width: 20%;
        padding: 2vw;
        align-items: center;
        margin-bottom: 1vw;
        img {
            margin-left: -2vw;
            width: 10.5vw;
            height: 10.5vw;
        }
    }
    .position-info {
        margin-top: 2vw;
        span{
            font-size: 1.75rem;
            margin-bottom: 2vw;
            text-align: center;
        }
        ul {
            transform: translateX(2vw);
            width: 100%;
            li {
                margin-bottom: 5px;
                font-size: 1.4rem;
            }
        }
    }
    /* --------------------------------- */
    /*        Application Section        */
    /*  -------------------------------- */
    .careers-info-container {
        width: 85%;
    }
    .careers-info-cta-container {
        gap: 4vw;
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .careers-page-cta-button {
        padding: 0.85rem 1.25rem;
        span {
            font-size: 1.85rem;
        }
    }
    .careers-page-cta-button-email {
        padding: 1.15rem;
        img {
            width: 1.5rem;
            height: 1.5rem;
        }
    }
}
/* -------------------- */
/*  MOBILE BREAKPOINTS  */
/* -------------------- */
@media (max-width: 767px) and (orientation: portrait) {
    /* --------------------------------- */
    /*     Section Styling Section       */
    /*  -------------------------------- */
    .careers-page-container{
        width: 90%;
        flex-direction: column;
        padding: 15vw 0 8vw 0;
        &.even{
            padding: 25vw 0 17vw 0;
        }
    }
    .custom-shape-divider-top-1752505580 svg {
        position: relative;
        height: 50px;
    }
    /* --------------------------------- */
    /*        Subheader Section          */
    /*  -------------------------------- */
    .subheader-container {
        margin-top: 3vw;
        margin-bottom: 8vw;
    }
    .subheader {
        font-size: 1.75rem;
        padding-inline: 3vw;
        text-align: center;
    }
    /* --------------------------------- */
    /*     Join Our Team Section         */
    /*  -------------------------------- */
    .careers-intro-info {
        margin-bottom: 10vw;
        span:nth-child(1) {
            margin-bottom: 8vw;
            font-size: 1.75rem;
        }
        span:nth-child(2) {
            width: 95%;
        }
    }
    .positions-container{
        flex-wrap: wrap;
    }
    .position {
        width: 45%;
        padding: 2vw;
        align-items: center;
        margin-bottom: 5vw;
        img {
            margin-left: -2vw;
            width: 25vw;
            height: 25vw;
        }
    }
    .position-info {
        margin-top: 3vw;
        span{
            font-size: 1.5rem;
            margin-bottom: 4vw;
            text-align: center;
        }
        ul {
            transform: translateX(6vw);
            width: 90%;
            li {
                margin-bottom: 5px;
                font-size: 1.2rem;
            }
        }
    }
    /* --------------------------------- */
    /*        Application Section        */
    /*  -------------------------------- */
    .careers-info-container {
        width: 90%;
    }
    .careers-info-cta-container {
        gap: 4vw;
        margin-top: 8vw;
        margin-bottom: 8vw;
    }
    .careers-page-cta-button {
        padding: 0.65rem 1rem;
        span {
            font-size: 1.2rem;
        }
    }
    .careers-page-cta-button-email {
        padding: 0.8rem;
        img {
            width: 1.25rem;
            height: 1.25rem;
        }
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    /* --------------------------------- */
    /*     Section Styling Section       */
    /*  -------------------------------- */
    .careers-page-container{
        width: 75%;
        flex-direction: column;
        padding: 8vw 0 5vw 0;
        &.even{
            padding: 13vw 0 7vw 0;
        }
    }
    .custom-shape-divider-top-1752505580 svg {
        position: relative;
        height: 60px;
    }
    /* --------------------------------- */
    /*        Subheader Section          */
    /*  -------------------------------- */
    .subheader-container {
        margin-top: 1vw;
        margin-bottom: 3vw;
    }
    .subheader {
        font-size: 1.75rem;
        padding-inline: 3vw;
        text-align: center;
    }
    /* --------------------------------- */
    /*     Join Our Team Section         */
    /*  -------------------------------- */
    .careers-intro-info {
        margin-bottom: 5vw;
        span:nth-child(1) {
            margin-bottom: 4vw;
            font-size: 1.5rem;
        }
        span:nth-child(2) {
            width: 95%;
        }
    }
    .positions-container{
        flex-wrap: wrap;
    }
    .position {
        width: 30%;
        padding: 2vw;
        align-items: center;
        margin-bottom: 1vw;
        img {
            margin-left: -2vw;
            width: 12.5vw;
            height: 12.5vw;
        }
    }
    .position-info {
        margin-top: 2vw;
        span{
            font-size: 1.5rem;
            margin-bottom: 2vw;
            text-align: center;
        }
        ul {
            transform: translateX(4vw);
            width: 90%;
            li {
                margin-bottom: 5px;
                font-size: 1.2rem;
            }
        }
    }
    /* --------------------------------- */
    /*        Application Section        */
    /*  -------------------------------- */
    .careers-info-container {
        width: 95%;
    }
    .careers-info-cta-container {
        gap: 4vw;
        margin-top: 4vw;
        margin-bottom: 6vw;
    }
    .careers-page-cta-button {
        padding: 0.65rem 1rem;
        span {
            font-size: 1.2rem;
        }
    }
    .careers-page-cta-button-email {
        padding: 0.8rem;
        img {
            width: 1.25rem;
            height: 1.25rem;
        }
    }
}