body.page-template-template-page-career {
    scroll-behavior: smooth;
}

.duve-career-section {
    position: relative;
    padding: 134px 0;
}

.duve-career-section .abs-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.duve-career-section .abs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.duve-career-section .banner-text-wrapper {
    max-width: 525px;
    background-color: rgb(255 255 255 / 80%);
    border-top-right-radius: 217px;
    border-bottom-right-radius: 217px;
    padding: 77px 43px 66px 43px;
}

.duve-career-section .banner-text-wrapper h1 {
    font-size: 55px;
    color: #000;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 36px;
}

.duve-career-section .banner-text-wrapper .button {
    font-size: 20px;
    font-weight: 500;
    padding: 0 30px;
}

/* opening section css */
.current-opening-section {
    padding: 68px 0 56px;
}

.current-opening-section .opening-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.current-opening-section .opening-outer-wrapper .opening-left-block {
    flex: 0 0 33.91%;
    max-width: 33.91%;
    padding-right: 20px;
}

.current-opening-section .opening-outer-wrapper .opening-left-block .opening-left-inner {
    position: sticky;
    top: 135px;
}

.current-opening-section .opening-outer-wrapper .opening-right-block {
    flex: 0 0 66.09%;
    max-width: 66.09%;
    padding-top: 22px;
}
.current-opening-section .opening-outer-wrapper:has(.no-new-position) .opening-right-block{
    padding-top: 12px;
}
.current-opening-section .opening-outer-wrapper .opening-right-block .no-new-position p{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #1A1B20;
    line-height: 1.64;
}   

.current-opening-section .opening-drop-down-wrapper {
    max-width: 302px;
}

.current-opening-section .opening-right-block .opening-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -26px;
}

.current-opening-section .opening-right-block .opening-grid .opening-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px 32px;
}

.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner {
    display: block;
    background-color: #FBFAFF;
    padding: 24px 27px;
    border-radius: 12px 0 12px 0;
    text-decoration: none;
    height: 100%;
}

.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner .title-block {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #9C9C9C;
}

.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner ul li+li {
    margin-left: 9px;
    padding-left: 14px;
}

.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner ul li+li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11.3px;
    width: 4px;
    height: 4px;
    background-color: #755BE2;
    border-radius: 50%;
}

.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner ul li {
    position: relative;
    color: #755BE2;
    font-size: 18px;
    font-weight: 400;
}


.current-opening-section .opening-left-block h2 {
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 29px;
}

.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner h3 {
    font-family: 'Playfair Display', serif;
    color: #1A1B20;
    font-size: 36px;
    line-height: 1.2;
}

.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner p {
    color: #755BE2;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.1px;
}
.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner p span {
    margin-left: 5px;
    padding-left: 12px;
    line-height: 1.15;
    position: relative;
}
.current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner p span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11.3px;
    width: 4px;
    height: 4px;
    background-color: #755BE2;
    border-radius: 50%;
}


.current-opening-section .opening-drop-down-wrapper .custom-select:not(:last-child) {
    margin-bottom: 24px;
}

.opening-drop-down-wrapper .custom-select .select-selected {
    background-color: #F8F4FF;
    transition: all 0.5s;
    background-image: none;
    position: relative;
    padding: 0 20px 0 20px;
    color: #1A1B20;
}
.opening-drop-down-wrapper .custom-select .select-items div{
    color: #231F20;
    line-height: 1.75;
    padding: 11px 20px;
}

.opening-drop-down-wrapper .custom-select .select-selected::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    background-image: url(../img/book/down-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 35px;
    height: 35px;
    transition: all 0.2s;
}

.opening-drop-down-wrapper .custom-select .select-selected.select-arrow-active::after {
    transform: translateY(-50%) rotate(180deg);
}

.opening-drop-down-wrapper .select-items {
    max-height: 300px;
    background-color: #FFF;
    box-shadow: none;
    border: 1px solid #D9D9D9;
    margin-top: 10px;
}

.opening-drop-down-wrapper .select-items div,
.opening-drop-down-wrapper .select-items div:nth-child(odd) {
    background-color: #F8F4FF;
    transition: all 0.5s;
}

.opening-drop-down-wrapper .select-items div:nth-child(odd):hover,
.opening-drop-down-wrapper .select-items div:hover {
    color: #000;
    background-color: #FFF;
}

/* help us section */
.help-us-section {
    padding: 52px 0 80px;
}

.help-us-section .help-us-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -24px;
}

.help-us-section .help-us {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 12px 24px;
}

.help-us-section .image-block {
    flex: 0 0 66.67%;
    max-width: 66.67%;
    padding: 0 12px 24px;
    position: relative;
}

.help-us-section .image-block .image-grid-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.help-us-section .image-block .image-grid-main.active {
    opacity: 1;
    pointer-events: all;
}

.help-us-section .image-block .image-grid-main .image-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px 24px;
    height: 100%;
}

/* tab helpus section */
.help-us-section .help-us-grid-tab {
    display: none;
    flex-wrap: wrap;
    margin: 0 -12px -20px;
}

.help-us-section .help-us-grid-tab .help-us-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px 20px;
}

.help-us-section .help-us-inner {
    overflow: hidden;
    border-radius: 32px 0 32px 0;
    background: #755BE2;
    height: 100%;
    padding: 78px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.help-us-section .help-us-inner h3 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.help-us-section .help-us-inner ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 auto 40px;
    max-width: 313px;
}

.help-us-section .help-us-inner ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 2px;
    transition: all 0.5s;
}

.help-us-section .help-us-inner ul li a:hover {
    transform: scale(1.05);
}

.help-us-section .help-us-inner p a {
    color: #FFF;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.74;
}

.help-us-section .help-us-inner,
.help-us-section .image-block-inner {
    overflow: hidden;
    border-radius: 32px 0 32px 0;
}

.help-us-section .image-block-inner {
    height: 100%;
    position: relative;
}

.help-us-section .image-block-inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px 0 32px 0;
}

/* meet the team section */
.meet-the-team-section {
    padding: 60px 0;
    background-color: #FAFBFC;
}

.meet-the-team-section h2 {
    font-family: 'Playfair Display', serif;
    color: #1A1B20;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.meet-the-team-section .image-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1069px;
    margin: 0 auto;
}

.meet-the-team-section .image-content-wrapper .content-block {
    flex: 0 0 61.65%;
    max-width: 61.65%;
    padding-right: 40px;
    align-self: center;
}

.meet-the-team-section .image-content-wrapper .content-block .content-inner {
    max-width: 523px;
}

.meet-the-team-section .image-content-wrapper .content-block p {
    font-size: 16px;
    font-weight: 400;
    color: #1A1B20;
    line-height: 1.7;
}

.meet-the-team-section .image-content-wrapper .image-block {
    flex: 0 0 38.35%;
    max-width: 38.35%;
}
.meet-the-team-section .image-content-wrapper .image-block .image-wrapper{
    position: relative;
    padding-bottom: 151.3%;
}
.meet-the-team-section .image-content-wrapper .image-block .image-wrapper img{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meet-the-team-section .image-content-wrapper .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* media css */
@media (min-width: 1400px) {

    .help-us-section .container,
    .current-opening-section .container,
    .duve-career-section .container {
        max-width: 1280px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .duve-career-section .container {
        max-width: 690px;
    }

    .meet-the-team-section .container {
        max-width: 670px;
    }

    .current-opening-section .container {
        max-width: 670px;
    }

    .help-us-section .container {
        max-width: 673px;
    }
}

@media(max-width:1366px) {
    .duve-career-section .banner-text-wrapper h1 {
        font-size: 50px;
    }

    .meet-the-team-section h2,
    .current-opening-section .opening-left-block h2,
    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner h3 {
        font-size: 32px;
    }

    .help-us-section .help-us-inner h3 {
        font-size: 44px;
    }
    .current-opening-section .opening-outer-wrapper .opening-right-block .no-new-position p{
        font-size: 28px;
    }
}

@media(max-width:1199px) {
    .duve-career-section .banner-text-wrapper h1 {
        font-size: 44px;
    }

    .duve-career-section .banner-text-wrapper {
        max-width: 425px;
    }

    .duve-career-section {
        padding: 80px 0;
    }

    .duve-career-section .banner-text-wrapper .button {
        font-size: 18px;
    }

    /* open positions */
    .current-opening-section .opening-left-block h2,
    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner h3 {
        font-size: 28px;
    }

    /* help us */
    .help-us-section .help-us-inner h3 {
        font-size: 38px;
    }
    .help-us-section .help-us-inner{
        padding: 70px 25px;
    }
    .current-opening-section .opening-outer-wrapper .opening-right-block .no-new-position p{
        font-size: 26px;
    }
}

@media(max-width:991px) {
    .duve-career-section {
        padding: 52px 0;
    }

    .duve-career-section .banner-text-wrapper h1 {
        font-size: 32px;
        line-height: 1.32;
        margin-bottom: 21px;
    }

    .duve-career-section .banner-text-wrapper {
        max-width: 332px;
        padding: 37px 57px 37px 26px;
    }

    .duve-career-section .banner-text-wrapper .button {
        font-size: 16px;
        padding: 0 41px;
    }

    /* open positions */
    .current-opening-section {
        padding: 70px 0 60px;
    }

    .current-opening-section .opening-outer-wrapper .opening-right-block p.no-new-position{
        text-align: center;
    }

    .current-opening-section .opening-right-block .opening-grid {
        margin: 0 -10px -30px;
    }

    .current-opening-section .opening-right-block .opening-grid .opening-grid-item {
        padding: 0 10px 30px;
    }

    .current-opening-section .opening-outer-wrapper .opening-left-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .current-opening-section .opening-outer-wrapper .opening-left-block .opening-left-inner {
        position: static;
    }

    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner h3 {
        line-height: 1.4;
    }

    .current-opening-section .opening-outer-wrapper .opening-right-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 91px;
    }

    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner .title-block {
        margin-bottom: 25px;
    }

    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner {
        padding: 24px 24px 21px;
    }

    .current-opening-section .opening-drop-down-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        margin: 0 -10px -20px;
    }

    .current-opening-section .opening-drop-down-wrapper .custom-select:not(:last-child) {
        margin-bottom: 0;
    }

    .current-opening-section .opening-drop-down-wrapper .custom-select {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px 0;
    }

    .current-opening-section .opening-left-block h2 {
        margin-bottom: 36px;
    }

    /* meet the team */
    .meet-the-team-section h2 {
        font-size: 28px;
        margin-bottom: 29px;
    }

    .meet-the-team-section .image-content-wrapper .content-block .content-inner {
        max-width: 312px;
    }
    .meet-the-team-section .image-content-wrapper .content-block{
        align-self: self-start;
        padding-top: 23px;
    }

    /* help us block */
    .help-us-section .help-us-block {
        display: none;
    }

    .help-us-section .help-us-grid-tab {
        display: flex;
    }

    /* tab helpus section */
    .help-us-section{
        padding: 0 0 60px;
    }
    .help-us-section .help-us-grid-tab .help-us-inner {
        padding: 35px;
    }

    .help-us-section .help-us-item-inner {
        border-radius: 25px 0 25px 0;
    }

    .help-us-section .help-us-item-inner img {
        border-radius: 25px 0 25px 0;
    }

    .help-us-section .help-us-grid-tab .help-us-item-inner {
        position: relative;
        padding-bottom: 87.8%;
    }

    .help-us-section .help-us-inner h3 {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .help-us-section .help-us-inner ul {
        margin: 0 auto 28px;
    }

    .help-us-section .help-us-inner ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 28px;
        width: 28px;
        padding: 2px;
    }
    .help-us-section .help-us-inner p a {
        font-size: 14px;
    }
    .help-us-section .help-us-grid-tab .help-us-item-inner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 25px 0 25px 0;
    }

    /* no open position */
    .current-opening-section .opening-outer-wrapper .opening-right-block .no-new-position{
        text-align: center;
    }
    .current-opening-section .opening-outer-wrapper .opening-right-block .no-new-position p{
        font-size: 24px;
    }

    .current-opening-section .opening-left-block .opening-left-inner h2{
        text-align: center;
    }
    .current-opening-section .opening-left-block .opening-left-inner:has(.location-select) h2 {
        text-align: left;
    }
    .current-opening-section .opening-outer-wrapper:has(.no-new-position) .opening-right-block{
        padding-top: 34px;
    }
    .opening-drop-down-wrapper .select-items {
        left: 10px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 990px) {
    body.page-template-template-page-career {
        padding-top: 48px !important;
    }
}

@media(max-width:767px) {
    .duve-career-section {
        padding: 0 0 13px;
        height: 102vh;
    }
    .duve-career-section .container{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .duve-career-section .banner-text-wrapper {
        max-width: 348px;
        padding: 36px 25px 26px 30px;
    }
    .duve-career-section .banner-text-wrapper h1{
        margin-bottom: 19px;
        line-height: 1.3;
    }

    .duve-career-section .banner-text-wrapper .button {
        font-size: 16px;
        padding: 0 40px;
        display: inline-flex;
        width: auto;
    }

    .duve-career-section .banner-text-wrapper h1 {
        max-width: 250px;
    }

    /* opening */
    .current-opening-section {
        padding: 63px 0 25px;
    }
    .current-opening-section .opening-right-block .opening-grid {
        margin: 0 0 -24px;
    }

    .current-opening-section .opening-right-block .opening-grid .opening-grid-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 24px;
    }
    .current-opening-section .opening-drop-down-wrapper .custom-select{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .current-opening-section .opening-drop-down-wrapper .custom-select:not(:last-child) {
        margin-bottom: 24px;
    }

    .current-opening-section .opening-outer-wrapper .opening-right-block {
        padding-top: 24px;
    }

    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner h3 {
        font-size: 30px;
    }
    .opening-drop-down-wrapper .select-items {
        left: 0;
        width: 100%;
    }

    /* meet the team section */
    .meet-the-team-section {
        padding: 36px 0 0;
    }

    .meet-the-team-section .image-content-wrapper .content-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 30px;
    }

    .meet-the-team-section .image-content-wrapper .image-block {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .meet-the-team-section .image-content-wrapper .content-block .content-inner {
        max-width: 100%;
    }

    /* help us block */
    .help-us-section .help-us-grid-tab {
        display: none;
    }

    .help-us-section .help-us-block {
        display: flex;
        margin: 0;
    }

    .help-us-section{
        padding: 0;
    }
    .help-us-section .image-block .image-grid-main {
        margin: 0;
    }
    .help-us-section .help-us,
    .help-us-section .image-block .image-grid-main .image-grid-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 24px;
    }

    .help-us-section .image-block{
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: calc(173.5% + 48px);
    }
    .help-us-section .image-block .image-grid-main .image-grid-item {
        height: auto;
    }
    .help-us-section .help-us-inner {
        padding: 64px 38px 64px;
    }    
    .help-us-section .help-us-inner h3 {
        font-size: 39px;
        margin-bottom: 29px;
    }
    .help-us-section .help-us-inner ul{
        margin: 0 auto 31px;
    }
    .help-us-section .help-us-inner, .help-us-section .image-block-inner{
        border-radius: 25px 0 25px 0;
    }
    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner p,
    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner p span{
        line-height: 1.15;
    }
}

@media (max-width: 430px) {
    .duve-career-section .container {
        width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }

    /* meet the section */
    .meet-the-team-section .container {
        width: 100%;
    }

    .meet-the-team-section .image-content-wrapper .content-block .content-inner {
        padding: 0 25px;
    }
}

@media (max-width: 374px) {
    .duve-career-section .banner-text-wrapper .button {
        padding: 0 30px;
    }

    .duve-career-section .banner-text-wrapper h1 {
        font-size: 30px;
    }

    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner h3{
        font-size: 28px;
    }
    .current-opening-section .opening-right-block .opening-grid .opening-grid-item-inner p{
        font-size: 16px;
    }
    .help-us-section .help-us-inner h3{
        font-size: 34px;
    }
}


.career-single .career-content-wrapper{
    background-color: #FBFAFF;
    padding: 51px 123px 80px;
    position: relative;
    border-radius: 24px;
}
.career-single .career-content-wrapper a.button.button-black{
    min-width: 290px;
}
.career-single .banner-section {
    margin-top: 51px;
}
.career-single .banner-section .back-icon{
    position: absolute;
    left: 39px;
    top: 23px
}
.career-single .banner-section .career-content-wrapper span{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.2px;
    color: #755be2;
    margin-bottom: 27px;
    display: block;
}
.career-single .banner-section .career-content-wrapper h1{
    font-size: 55px;
    font-weight: 600;
    max-width: 1079px;
    color: #1A1B20;
    margin-bottom: 42px;
}
.content-section .container{
    max-width: 846px;
}
.content-section .content-block-outer h2{
    font-family: 'Playfair Display';
    color: #1A1B20;
    margin-bottom: 44px;
    margin-top: 82px;
}
.content-section .content-block-outer  p{
    font-size: 20px;
    line-height: 1.6;
}
.content-section .content-block-outer ul{
    padding: 0 15px 0 10px;
    list-style: none;
}
.content-section .content-block-outer ul li{
    font-size: 20px;
    color: #1A1B20;
    line-height: 1.5;
    position: relative;
    padding-left: 19px;
}
.content-section .content-block-outer ul li + li {
    margin-top: 4px;
}
.content-section .content-block-outer ul li::before{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background: #1A1B20;
    border-radius: 50%;
    left: 0;
    top: 14px;
}
/* employee-form start css  */
.contact-us-section{
    background-color: rgb(248, 244, 255);
    padding: 52px 0px 53px;
    margin-top: 62px;
}
.contact-us-section .title-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5rem;
}
.contact-us-section .title-block h2{
    color: #1A1B20;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
}
.contact-us-section .title-block .close-icon{
    height: 24px;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.contact-us-section .single-career-web-form{
    max-width: 627px;
    margin: 0 auto;
}
.contact-us-section .single-career-web-form input,
.contact-us-section .single-career-web-form .hs-form-private .hs-email .input input
{
    font-size: 16px;
    font-weight: normal;
    color: #545454;
    background-color: transparent;
    width: 100%;
    height: auto;
    border: 0;
    border-bottom: 1px solid #1A1B20;
    background-position: 99% center;
    padding: 0;
    line-height: 42px;
    height: 42px;
}
.contact-us-section .single-career-web-form .field + .field{
    margin-top: 50px;
}
.contact-us-section .single-career-web-form select{
    background-image: url(../img/book/down-arrow.svg);
    background-repeat: no-repeat;
    height: 50px;
    background-color: transparent;
    background-position: 100% center;
    color: #545454;
    line-height: 35px;
    font-size: 16px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #1A1B20;
    appearance: none;
    width: 100%;
}
.contact-us-section .single-career-web-form .hs-form-private .actions .hs-button{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    line-height: 63px;
    background-color: #1A1B20;
    display: inline-block;
    text-align: center;
    border: none;
    height: 63px;
}
.contact-us-section .single-career-web-form .hs-form-private .hs-submit{
   margin-top: 40px;
}
.contact-us-section .single-career-web-form .hs-form-private .hs-email label{
    display: inline-block;
}
.contact-us-section .single-career-web-form .hs-form-private .hs-error-msgs label{
    font-size: 16px;
    color: red;
}
.contact-us-section .single-career-web-form .privacy-block{
   color: #000000;
   font-size: 15px;
   margin-top: 33px;
   text-align: center;
}
.contact-us-section .single-career-web-form .privacy-block a{
    text-decoration: underline;
    color: #000000;
    font-size: 15px;
}
.contact-us-section .single-career-web-form .privacy-block a:hover{
    text-decoration: none;
}
.contact-us-section .single-career-web-form .privacy-block a + a{
    padding-left: 8px;
    position: relative;
}
.contact-us-section .single-career-web-form .privacy-block a + a::before{
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #000000;
    border-radius: 50%;
    left: -1px;
    top: 11px;
}
.contact-us-section .single-career-web-form .social-media-block{
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-top: 71px;
}
.contact-us-section .single-career-web-form .social-media-block ul{
    list-style-type: none;
    display: block;
    gap: 21px;
}
.contact-us-section .single-career-web-form .social-media-block .employee-link a{
    color: #755BE2;
    font-size: 16px;
    text-decoration: underline
}
.contact-us-section .single-career-web-form .social-media-block .employee-link a:hover{
    text-decoration: none;
}
.contact-us-section .single-career-web-form .input textarea{
    width: 100%;
    height: 150px;
    border: none;
    resize: none;
    padding: 10px;
}
.contact-us-section .single-career-web-form .hbspt-form .hs-form-field.hs-fieldtype-textarea label{
    margin-bottom: 12px;
}
.contact-us-section .single-career-web-form .hs-dependent-field .input{
    margin: 20px 0;
}

.contact-us-section .hs-form-private .hs-form-booleancheckbox-display::before{
    border-color: #000;
    top: 3px;
}
.contact-us-section .single-career-web-form .hs-dependent-field .input span{
    color: #000;
    font-size: 16px;
}
.contact-us-section .hs-form-private .hs-form-booleancheckbox-display:has(input:checked)::before{
    background: transparent url('../img/check-icon-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 8px;
}
.contact-us-section .single-career-web-form .hs-fieldtype-file{
    display: flex;
    gap: 26px;
}
.contact-us-section .single-career-web-form .hs-fieldtype-file .input{
    position: relative;
    cursor: pointer;
}
.contact-us-section .single-career-web-form .hs-fieldtype-file .input label{
    font-weight: 400;
    cursor: pointer;
    color: #755BE2;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 20px;
}
.contact-us-section .single-career-web-form .hs-fieldtype-file .input input{
    position: absolute;
    left: 0;
    appearance: none;
    opacity: 0;
    height: 100%;
    z-index: 0;
}
.contact-us-section .single-career-web-form .field label span{
    font-size: 20px;
}
.contact-us-section .single-career-web-form .hs-fieldtype-file+.hs-fieldtype-file {
    margin-top: 32px;
}
/* employee-form end css  */

@media(max-width:1199px){
    .career-single .career-content-wrapper{
        padding: 50px 23px 48px;
    }
    .career-single .banner-section{
      margin-top: 0;  
    }
    .career-single .banner-section .career-content-wrapper span{
        font-size: 14px;
        margin-bottom: 24px;
    }
    .career-single .banner-section .career-content-wrapper h1{
        font-size: 30px;
        max-width: 570px;
        margin-bottom: 22px;
    }
    .career-single .banner-section .back-icon{
        display: none;
    }
    
    .career-single .career-content-wrapper a.button.button-black {
        min-width: unset;
        font-size: 16px;
        padding: 0 50px;
    }
    .content-section .content-block-outer h2{
        margin-bottom: 32px;
        margin-top: 64px;
    }
    .content-section .content-block-outer p {
        font-size: 17px;
        line-height: 1.7;
    }
    .content-section .content-block-outer ul li {
        font-size: 17px;
        line-height: 1.4;
        padding-left: 15px;
    }
    .content-section .content-block-outer ul {
        padding: 2px 15px 0 10px;
    }
    .content-section .content-block-outer ul li::before {
        height: 4px;
        width: 4px;
        top: 9px;
    }
    .content-section .container {
        max-width: 504px;
    }
    .contact-us-section .single-career-web-form  form{
        display: flex        ;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contact-us-section .single-career-web-form .field + .field {
        margin-top: 0;
    }
    .contact-us-section .single-career-web-form .hbspt-form .hs-form-field {
        margin-bottom: 40px;
        width: 47%;
    }
    .contact-us-section .single-career-web-form .hbspt-form .hs-dependent-field .hs-form-field,
    .contact-us-section .single-career-web-form .hbspt-form .hs-form-field.hs-fieldtype-textarea{
        width: 100%;
    }
    .contact-us-section .single-career-web-form .hbspt-form .hs-dependent-field .hs-form-field{
        margin-bottom: 0;
    }
    .contact-us-section{
        padding: 47px 0px 19px;
        margin-top: 56px;
    }
    .contact-us-section .title-block{
        margin-bottom: 32px;
    }
    .contact-us-section .title-block h2{
        font-size: 28px;
    }
    .contact-us-section .single-career-web-form .hs-form-private .hs-submit{
        width: 100%;
    }
    .contact-us-section .single-career-web-form .hs-form-private .hs-submit .actions{
        max-width: 326px;
        margin: 0 auto;
    }
    .contact-us-section .single-career-web-form .hs-form-private .actions .hs-button{
        font-size: 16px;
        height: 48px;
        line-height: 48px;
    }
    .contact-us-section .single-career-web-form .social-media-block{
        margin-top: 63px;
        padding: 0 20px;
    }
    .contact-us-section .single-career-web-form .social-media-block ul{
        gap: 27px;
    }
    .contact-us-section .single-career-web-form .social-media-block .employee-link a{
        font-size: 17px;
    }
    .contact-us-section .single-career-web-form .privacy-block{
        font-size: 13px;
        margin-top: 32px;
    }
    .contact-us-section .single-career-web-form {
        max-width: 600px;
    }
    .contact-us-section .single-career-web-form .hs-dependent-field{
        width: 100%;
    }
    .contact-us-section .single-career-web-form .field label span,
    .contact-us-section .single-career-web-form .hs-fieldtype-file .input label{
        font-size: 16px;
    }
    }


@media(max-width:767px){
    .career-single .banner-section .career-content-wrapper span{
        margin-bottom: 16px;
    }
    .career-single .banner-section .career-content-wrapper h1{
        font-size: 28px;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .career-single .career-content-wrapper {
        padding: 60px 23px 48px;
        border-radius: 0;
    }
    .content-section .content-block-outer h2 {
        margin-bottom: 42px;
        margin-top: 54px;
        font-size: 28px;
    }
    .career-single .banner-section .container{
        width: 100%;
        max-width: 100%;
    }
    .content-section .content-block-outer p + h2,
    .content-section .content-block-outer ul + h2
    {
        margin-bottom: 64px;
    }   
    .content-section .content-block-outer ul li{
        line-height: 1.6;
    }
    .content-section .content-block-outer ul{
        padding-right: 0;
    }
    .contact-us-section .single-career-web-form .hbspt-form .hs-form-field{
        width: 100%;
    }
    .contact-us-section .title-block{
        margin-bottom: 2.5rem;
    }
    .contact-us-section .single-career-web-form {
        max-width: 305px;
    }
    
    .contact-us-section .single-career-web-form .social-media-block{
       flex-wrap: wrap;
    }
    .contact-us-section .single-career-web-form .social-media-block ul{
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
    }
    .contact-us-section .single-career-web-form .social-media-block .employee-link{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 23px;
    }
    .contact-us-section .single-career-web-form .hs-form-private .hs-submit{
        margin-top: 0;
    }
    .contact-us-section .single-career-web-form .privacy-block {
        font-size: 13px;
        margin-top: 25px;
    }
    .contact-us-section .single-career-web-form .social-media-block ul{
        justify-content: space-between;
        margin: 0 -13px;
    }
    .contact-us-section {
        padding: 44px 0px 21px;
        margin-top: 56px;
    }
    .contact-us-section .title-block h2 {
        padding-left: 10px;
    }
}

