@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    background-color: #2E4669;
    background-image: radial-gradient(280px at left,
        #0c5cac 0% 16%,
        #2E4669 125% 6%),
        radial-gradient(200px at right, #0c5cac 0% 20%, #2E4669 150% 6%),
        radial-gradient(280px at right, #0c5cac 0% 20%, #2E4669 150% 6%);
    background-size: 519px 804px, 424px 600px, 519px 804px;
    background-position: 0 330px, 104% 700px, 108% 1820px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 15px;
    position: relative;
}

body.page-career {
    background-image: radial-gradient(280px at left,
        #0c5cac 0% 16%,
        #2E4669 125% 6%),
        radial-gradient(200px at right, #0c5cac 0% 20%, #2E4669 150% 6%),
        radial-gradient(280px at left, #0c5cac 0% 20%, #2E4669 150% 6%);
    background-position: 0 380px, 108% 15%, 0% 55%;
    background-repeat: no-repeat;
}

@media (max-width: 768.9px) {
    body {
        background-image: radial-gradient(200px at right,
            #0c5cac 0% 20%,
            #2E4669 150% 6%),
            radial-gradient(280px at right, #0c5cac 0% 20%, #2E4669 150% 6%);
        background-size: 424px 600px, 519px 804px;
        background-position: 105% 520px, 108% 3200px;
        background-repeat: no-repeat;
    }

    body.page-career {
        background-image: radial-gradient(200px at right,
            #0c5cac 0% 16%,
            #2E4669 125% 6%),
            radial-gradient(200px at left, #0c5cac 0% 20%, #2E4669 150% 6%),
            radial-gradient(200px at right, #0c5cac 0% 20%, #2E4669 150% 6%);
        background-position: 100% 550px, 0% 42%, 100% 51%;
        background-repeat: no-repeat;
    }
}

.btn {
    border-radius: 15px;
    border: 2px solid #9fed61;
    outline: 4px solid #9fed61;
    background: #9fed61;
    height: 68px;
    padding: 20px 40px;
    color: #2E4669;
    text-align: center;
    font-family: "ClashDisplay";
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
    white-space: nowrap;
    margin-bottom: 20px;
}

.btn.btn-main:hover {
    outline: 4px solid #9fed61;
    border: 2px solid black;
    background: #9fed61;
    color: #2E4669;
}

.btn-outline-light {
    height: 72px;
    position: relative;
    outline: 3px solid #9fed61;
    border: 2px solid #9fed61;
    border-radius: 15px;
    color: #fff;
    background-color: #9fed61;
}

.btn-outline-light:hover {
    border: 2px solid #9fed61;
    background: #9fed61;
}

.btn-outline-light span {
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

.btn.btn-outline-light::before {
    position: absolute;
    content: "";
    background-color: #2E4669;
    border-radius: 15px;
    transition: 0.3s ease-out;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.btn.btn-outline-light:hover::before {
    height: 0%;
    border-radius: 0;
}

h2.section-heading {
    font-size: 55px;
    font-weight: 600;
    line-height: 51.163px;
    position: relative;
    z-index: 1;
}

header {
    padding: 62px 0;
    background-color: transparent;
    transition: all 0.5s ease;
    width: 100%;
}

header._header-scroll {
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}

header .nav-link {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    /* 160% */
    letter-spacing: 0.075px;
    margin: 0px 20px;
    position: relative;
    transition: all 0.5s ease;
}

header .nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    bottom: 4px;
    transition: all 0.7s ease;
    height: 1px;
    background-color: #9fed61;
    left: -1px;
}

header .nav-link:hover:before {
    width: 100%;
}

header .translate .lcslt span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-align: center;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 25px !important;
}

.lcslt span:not(.lcslt-placeholder):not(.lcslt-multi-callout) {
    font-size: 15px !important;
    font-weight: 700;
    line-height: 25px !important;
    text-transform: uppercase;
    text-overflow: ellipsis;
}

.lcslt:not(.lcslt-multiple):after {
    border-top: 6px solid #fff !important;
}

header .navbar__translate {
    min-width: 100px;
}

#lc-select-dd {
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    padding: 8px;
}

#lc-select-dd li span {
    white-space: nowrap;
    display: flex !important;
    align-items: flex-end;
    padding: 5px 0;
    justify-content: flex-start;
    gap: 10px;
    text-transform: uppercase;
}

.lcslt-img {
    width: 30px;
    height: 15px;
    display: inline-block;
    background-size: cover !important;
}

.menu-mobile-part {
    display: none;
}

/*Responsive Mobile*/
@media screen and (max-width: 1360px) {
    h2.section-heading {
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (max-width: 991.1px) {

    .container,
    .container-lg {
        padding: 0 24px;
    }

    header {
        padding: 25px 0;
    }

    .offcanvas {
        padding: 32px 31px 26px 20px;
        border-radius: 15px 0px 0px 15px;
        background: radial-gradient(70.71% 70.71% at 50% 50%,
            rgba(0, 0, 0, 0.5) 50.03%,
            #0a7cff 100%),
            linear-gradient(0deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.1) 100%),
            #000;
        min-height: 100vh;
        align-items: flex-end !important;
        padding-bottom: 100px;
    }

    .offcanvas-header {
        padding: 0;
    }

    .navbar-collapse.translate {
        margin-top: 64%;
    }

    .lcslt-wrap {
        width: auto !important;
    }

    .menu-mobile-part {
        display: block;
        margin-top: 60px;
    }

    .offcanvas-body {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow-y: inherit;
    }

    .offcanvas-body .address {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: -0.137px;
        margin-top: 20px;
    }

    .offcanvas-body .address a {
        color: #ffffff;
        display: inline-block;
        margin-bottom: 10px;
    }

    header .nav-link {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
        padding: 0;
        margin: 0 0 20px 0;
    }

    header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg width='31' height='23' viewBox='0 0 31 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H30' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 11.5H19' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 22H30' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        background-position: center center;
        background-repeat: no-repeat;
        width: 29px;
        height: 29px;
        background-size: contain;
    }

    header .navbar-toggler,
    .offcanvas-header .btn-close {
        width: 55px;
        height: 55px;
        padding: 17px 13px;
        border-radius: 12px;
        border: 2.032px solid #9fed61;
        background: #9fed61;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        box-sizing: border-box;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .offcanvas-header .btn-close {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='23' viewBox='0 0 29 23' fill='none'%3E%3Cpath d='M4 22L24.5061 1.4939' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 1L24.5061 21.5061' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
    }
}

/*Section Hero*/
.hero-section {
    padding-top: 180px;
    background: url("/wp-content/uploads/2024/03/hero-left.svg") top left no-repeat,
        url("/wp-content/uploads/2024/03/hero-right.svg") top right no-repeat,
        url("/wp-content/uploads/2024/03/ellipse-hero.png") top right no-repeat;
    background-size: contain;
    position: relative;
}

.hero-section .hero-section__img {
    max-width: 310px;
}

.hero-section h1 {
    line-height: 28.6px;
    font-size: 30px;
    margin-bottom: 60px;
}

.hero-services {
    margin-top: 100px;
}

.hero-services .item {
    display: flex;
    max-width: 294px;
    margin: 0 auto;
    width: 100%;
    height: 121px;
    padding: 8.074px 10.765px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 10px;
    border: 0.673px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    background: rgba(11, 11, 11, 0.15);
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    backdrop-filter: blur(13.45588207244873px);
    align-items: center;
    position: relative;
}

.hero-services .item::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M6 27L27 6M27 6L11.25 6M27 6V21.75' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    top: 8px;
    right: 10px;
}

/*Responsive*/
@media (max-width: 991.9px) {
    .hero-services .item {
        height: 80px;
        font-size: 25px;
        line-height: 37.5px;
        padding: 8.074px 10.765px;
    }

    .hero-services .item::after {
        width: 15px;
        height: 15px;
        background-size: contain;
    }
}

@media (max-width: 576.9px) {
    .hero-section {
        padding-top: 163px;
        background: url("/wp-content/uploads/2024/03/hero-mobile-right.svg") bottom left no-repeat,
            url("/wp-content/uploads/2024/03/hero-img-mobile-top.svg") top right no-repeat,
            url("/wp-content/uploads/2024/03/ellipse-hero.png") top right no-repeat;
        background-size: contain;
        position: relative;
    }

    .hero-section .hero-section__img {
        max-width: 300px;
    }

    .hero-section h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .hero-section .btn {
        min-width: 270px;
    }
}

/*Section Help*/
.section-help {
    text-align: left;
    padding: 69px 0 100px;
}

.helps-items .item {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 15px;
    border: 2px solid #39f;
    background: rgba(255, 255, 255, 0.03);
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
}

.helps-cards {
    margin-top: 40px;
}

.helps-cards .card {
    min-height: 240px;
    border-radius: 21.529px;
    margin-bottom: 20px;
    padding: 18px 25px;
    height: auto;
}

.helps-cards .card .card-text {
    max-width: 308px;
    line-height: 28px;
}

.helps-cards .card img {
    max-width: 200px;
}

.card.card-violet {
    border-radius: 21.529px;
    border: 0.673px solid #9747ff;
    background: radial-gradient(75.71% 75.71% at 50% 50%,
        rgba(0, 0, 0, 0.5) 52.03%,
        #9747ff 120%),
        rgba(255, 255, 255, 0.1);
}

.card.card-blue {
    border: 0.673px solid #0a7cff;
    background: radial-gradient(75.71% 75.71% at 50% 50%,
        rgba(0, 0, 0, 0.5) 52.03%,
        #0a7cff 120%),
        rgba(255, 255, 255, 0.1);
}

.card.card-grey {
    border-radius: 21.529px;
    border: 0.673px solid #9747ff;
    background: radial-gradient(75.71% 75.71% at 50% 50%,
        rgba(0, 0, 0, 0.5) 52.03%,
        #645eca 120%),
        rgba(255, 255, 255, 0.1);
}

/*Responsive*/
@media (max-width: 768.9px) {
    .helps-items .item {
        font-size: 18px;
    }
}

@media (max-width: 576.9px) {
    .section-help {
        padding: 100px 0 50px;
    }

    .helps-cards .card {
        min-height: 380px;
        padding: 29px 25px 26px 25px;
    }

    .helps-cards .card.card-violet .card-body {
        flex-direction: column-reverse;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 20px;
    }

    .helps-cards .card.card-grey .card-body {
        flex-direction: column;
        gap: 20px;
    }

    .helps-cards .card.card-grey .card-body img {
        margin-left: auto;
    }

    .helps-cards .card.card-blue .card-body img {
        margin-right: auto;
    }

    .helps-cards .card.card-blue-mobile .card-body {
        flex-direction: column !important;
        text-align: left;
        align-items: flex-start !important;
        gap: 20px;
    }

    .helps-cards .card.card-blue-mobile .card-body img {
        margin-left: auto;
        margin-right: inherit;
    }

    .helps-cards .card.card-blue .card-body {
        flex-direction: column-reverse;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .helps-cards .card.card-violet .card-body img {
        margin-right: auto;
    }
}

/*Section partners*/
.section-partners {
    padding: 70px 0 62px;
    text-align: center;
}

.section-partners .module-border-wrap {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
    height: 80px;
    border-radius: 8.302px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #6041dc, #bcb6c5);
    padding: 1px;
}

.section-partners .module {
    border-radius: 8.302px;
    background: #2E4669;
    color: white;
    padding: 1px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(9.78609561920166px);
}

.section-partners .module-border-wrap img {
    max-width: 145px;
}

@media (max-width: 1360px) {
    .section-partners .module-border-wrap img {
        max-width: 120px;
        width: 100%;
    }
}

@media (max-width: 576.9px) {
    .section-partners {
        padding: 50px 0;
    }
}

/*Section Indicators*/
.block-indicators {
    padding: 0 0 132px;
    text-align: left;
}

.block-indicators h2.section-heading {
    max-width: 342px;
}

.block-indicators .indicators-info p {
    color: #f6f6f6;
    line-height: 28px;
}

.block-indicators .indicators-info {
    max-width: 447px;
}

.active-indicators .box {
    margin-bottom: 31px;
}

.active-indicators .box p {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 2px;
    line-height: 28px;
}

.multicolortext-1 {
    background: linear-gradient(262deg, #19fb9b -8.01%, #8c01fa 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
}

.multicolortext-2 {
    background: linear-gradient(260deg, #0a84ff -13.37%, #8a88cc 109.53%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
}

.multicolortext-3 {
    background: linear-gradient(265deg,
        #b2a0d6 -5.84%,
        #d6a0a0 -5.83%,
        #5e24a8 111.58%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
}

/*Section Jobs*/
.section-jobs {
    padding: 124px 0 55px;
    text-align: left;
    background-image: radial-gradient(370px at left,
        #0c5cac 0% 16%,
        #2E4669 108% 6%);
    background-size: 519px 804px;
    background-position: 0 330px;
    background-repeat: no-repeat;
}

.section-jobs .section-info {
    position: relative;
    max-width: 1150px;
    width: 100%;
    min-height: 680px;
    border-radius: 10px;
    border: 0.673px solid rgba(255, 255, 255, 0.15);
    background: rgba(11, 11, 11, 0.15);
    backdrop-filter: blur(13.45588207244873px);
    padding: 28px 40px;
}

.section-jobs .section-info .job-info__person {
    max-width: 410px;
}

.section-jobs .section-info .job-info__person .job-text {
    line-height: 28px;
    margin-bottom: 30px;
}

.section-jobs .section-info .job-info__person .btn {
    margin-top: 40px;
    min-width: 269px;
}

.section-jobs .section-info .job-info__person .avatar img {
    max-width: 253px;
}

.section-jobs .section-info .job-info__person .avatar {
    margin-bottom: 30px;
}

.section-jobs .jobs-items {
    position: absolute;
    right: -100px;
    top: 46px;
    max-width: 760px;
    width: 100%;
}

.job-box {
    max-width: 367px;
    width: 100%;
    height: 308px;
    border-radius: 24px;
    margin: 0 auto 8px;
    background-color: #2E4669;
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.job-box .inner {
    padding: 32px;
    border-radius: 21.529px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.job-box .inner h5 {
    font-size: 28px;
    line-height: 33.04px;
    padding-left: 18px;
    border-left: 2px solid #1fcff1;
}

.job-box .inner h5.border-blue {
    border-left: 2px solid #1fcff1;
}

.job-box .inner h5.border-yellow {
    border-left: 2px solid #ffd512;
}

.job-box .inner h5.border-violet {
    border-left: 2px solid #9945ff;
}

.job-box .inner h5.border-green {
    border-left: 2px solid #19fb9b;
}

.job-box .inner h5.border-yellow-light {
    border-left: 2px solid #ffd512;
}

.job-box .inner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27.3px;
    color: #c4c4c4;
}

.job-box .inner span {
    color: #9fed61;
    font-size: 18px;
    font-weight: 700;
    line-height: 27.3px;
    /* 151.667% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.job-box .inner span:after {
    content: "→";
    position: absolute;
    right: -30px;
    top: 45%;
    transform: translate(0, -50%);
}

.job-box .inner span:before {
    content: "";
    position: absolute;
    width: 0;
    bottom: -1px;
    transition: all 0.7s ease;
    height: 1px;
    background-color: #9fed61;
}

.job-box .inner span:hover:before {
    width: 100%;
}

.job-box:hover {
    color: #ffffff;
}

.jobs-items .mt-80 {
    margin-top: -80px;
}

.job-box.blue-box .inner {
    background: radial-gradient(75.71% 75.71% at 50% 50%,
        rgba(0, 0, 0, 0.5) 52.03%,
        #0a7cff 120%),
        rgba(255, 255, 255, 0.1);
}

.job-box.brown-box .inner {
    background: radial-gradient(75.71% 75.71% at 50% 50%,
        rgba(0, 0, 0, 0.5) 52.03%,
        #c9aec1 120%),
        rgba(255, 255, 255, 0.1);
}

.job-box.violet-box .inner {
    background: radial-gradient(75.71% 75.71% at 50% 50%,
        rgba(0, 0, 0, 0.5) 52.03%,
        #9747ff 120%),
        rgba(255, 255, 255, 0.1);
}

.job-box.darkblue-box .inner {
    background: radial-gradient(75.71% 75.71% at 50% 50%,
        rgba(0, 0, 0, 0.5) 52.03%,
        #0a7cff 120%),
        rgba(255, 255, 255, 0.1);
}

.job-box.darkviolet-box .inner {
    background: radial-gradient(75.71% 75.71% at 50% 50%,
        rgba(0, 0, 0, 0.5) 52.03%,
        #645eca 120%),
        rgba(255, 255, 255, 0.1);
}

/*Responsive*/

@media screen and (max-width: 1360px) {
    .section-jobs .jobs-items {
        max-width: 700px;
        right: -20px;
    }

    .multicolortext-1,
    .multicolortext-2,
    .multicolortext-3 {
        font-size: 62px;
    }
}

@media screen and (max-width: 1200px) {
    .section-jobs .jobs-items {
        position: relative;
        max-width: 760px;
        margin: 20px auto 0;
        right: inherit;
        top: inherit;
    }

    .section-jobs .section-info .job-info__person {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 768.9px) {
    .section-jobs .active-indicators {
        margin-top: 70px;
    }

    .section-jobs .jobs-items .mt-80 {
        margin-top: 0;
    }

    .section-jobs {
        padding: 50px 0;
        background-image: radial-gradient(300px at left,
            #0c5cac 0% 16%,
            #2E4669 108% 6%),
            radial-gradient(300px at right, #0c5cac 0% 16%, #2E4669 108% 6%);
        background-size: 519px 804px, 519px 804px;
        background-position: 0 1240px, 100% 2000px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 576.9px) {

    .block-indicators {
        padding: 0 0 100px;
    }

    .section-jobs .section-info {
        padding: 28px 15px;
    }
}

/*Section Choose*/
.section-choose {
    padding: 0 0 192px;
    text-align: left;
}

.section-choose .feature p {
    color: #9facb8;
    font-size: 18px;
    font-style: normal;
    line-height: 25.2px;
    letter-spacing: -0.16px;
}

/*Section FAQ*/
.section-FAQ {
    padding: 235px 0 149px;
    background-image: radial-gradient(280px at right,
        #0c5cac 0% 20%,
        #2E4669 150% 6%);
    background-size: 519px 804px;
    background-position: 102% 380px;
    background-repeat: no-repeat;
}

.section-FAQ .accordion {
    --bs-accordion-bg: transparent !important;
}

.section-FAQ .accordion-button {
    border-top: 1px solid #9fe870;
    border-bottom: 1px solid #9fe870;
    box-shadow: none;
    background-color: transparent !important;
    color: #ffffff;
    outline: none;
    display: flex;
    min-height: 48px;
    padding: 32px 0px;
    align-items: flex-start;
    gap: 0.003px;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
}

.section-FAQ .accordion-button[aria-expanded="true"] {
    border-bottom: 1px solid transparent;
    color: #9fe870;
}

.section-FAQ .accordion-button span {
    display: block;
    margin-right: 22px;
    position: relative;
    font-weight: 700;
    letter-spacing: 1.44px;
    font-size: 18px;
    white-space: nowrap;
}

.section-FAQ .accordion-button span:after {
    content: "/";
    display: inline-block;
    color: #9fe870;
    margin-left: 8px;
}

.accordion-item {
    border: 0;
}

.accordion-body {
    background-color: transparent !important;
    color: #ffffff;
    padding: 5px 0 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    padding-right: 10px;
}

.accordion-button::after {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0683594 0.984375H10.0996L5.08398 6L0.0683594 0.984375Z' fill='%239FE870'/%3E%3C/svg%3E");
    background-position: center;
    background-size: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0683594 0.984375H10.0996L5.08398 6L0.0683594 0.984375Z' fill='%239FE870'/%3E%3C/svg%3E");
    background-position: center;
    background-size: auto;
}

@media (max-width: 576.9px) {
    .section-FAQ {
        padding: 100px 0 130px;
        background: none;
    }

    .section-choose {
        padding: 0 0 100px;
    }

    .section-FAQ .accordion-button span {
        margin-right: 4px;
    }

    .section-FAQ .accordion-button {
        line-height: 28px;
    }
}

/*Section Contact*/
.section-contact {
    position: relative;
    padding: 80px 0 49px;
    background: #2E4669 url("/wp-content/uploads/2024/03/bg-contact.svg");
    background-repeat: no-repeat;
    background-position: left 155%;
}

.section-contact .btn {
    min-width: 335px;
}

.section-contact .lines {
    position: relative;
    padding-top: 140px;
}

.section-contact .contact-img {
    max-width: 516px;
    height: 596px;
    position: relative;
    width: 100%;
    margin-left: auto;
}

.contact-img .animation-1 {
    position: absolute;
    right: 0;
    top: 135px;
}

.contact-img .animation-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.contact-img .animation-3 {
    position: absolute;
    right: 158px;
    top: 5px;
}

.contact-img .animation-4 {
    position: absolute;
    right: 280px;
    top: 140px;
}

.contact-img .animation-5 {
    position: absolute;
    right: 393px;
    top: 265px;
}

.contact-img .animation-6 {
    position: absolute;
    right: 243px;
    top: 326px;
}

.contact-img .animation-7 {
    position: absolute;
    right: 119px;
    bottom: 0;
}

.contact-img .animation-8 {
    position: absolute;
    right: -40px;
    bottom: 7px;
}

.section-contact .lines .lines-text {
    position: absolute;
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    /* 160% */
    text-transform: uppercase;
    top: 2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    transform: rotate(-4deg);
    z-index: 1;
    padding-left: 40px;
    display: flex;
    white-space: nowrap;
}

.section-contact .lines .lines-text span {
    display: inline-block;
    margin-right: 110px;
}

.section-contact .lines:before {
    content: "";
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 102%;
    height: 48px;
    transform: rotate(2.995deg);
    background: #6463c3;
}

.section-contact .lines:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 102%;
    height: 48px;
    transform: rotate(-4deg);
    background: #8685ff;
    box-shadow: 30px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section-contact .social {
    color: #f8f8f8;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    /* 125% */
    letter-spacing: 0.1px;
    display: none;
}

.section-contact .social a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 6px;
}

.address {
    color: #9facb8;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.137px;
}

.address a {
    color: #9facb8;
    font-family: "Roboto";
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 991.9px) {
    .section-contact .social {
        margin-top: 60px;
    }

    .section-contact .btn {
        min-width: 300px;
        margin-top: 10px !important;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 576.9px) {
    .section-contact {
        padding: 80px 0 415px;
        background: url("/wp-content/uploads/2024/03/contact-mobile-bg.svg");
        background-repeat: no-repeat;
        background-position: left 97%;
        background-size: contain;
    }

    .section-contact .btn {
        min-width: 100%;
    }

    .section-contact .lines {
        padding-top: 100px;
    }

    .section-contact .lines:before {
        top: -47px;
    }

    .section-contact .lines .lines-text {
        font-size: 21px;
        font-weight: 500;
        line-height: 48px;
        padding-left: 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .section-contact .lines .lines-text span {
        margin-right: 0;
        display: none;
        text-align: center;
    }

    .section-contact .lines .lines-text span:first-child {
        display: block;
    }

    .section-contact .contact-img {
        max-width: 330px;
        height: 381px;
        position: relative;
        margin-left: auto;
    }

    .contact-img .animation-1 {
        position: absolute;
        right: 0;
        top: 86px;
    }

    .contact-img .animation-1 img {
        max-width: 191px;
    }

    .contact-img .animation-2 {
        position: absolute;
        right: 0;
        top: 0;
    }

    .contact-img .animation-2 img {
        max-width: 100px;
    }

    .contact-img .animation-3 {
        position: absolute;
        right: 94px;
        top: 12px;
    }

    .contact-img .animation-3 img {
        max-width: 100px;
    }

    .contact-img .animation-4 {
        position: absolute;
        right: 158px;
        top: 72px;
    }

    .contact-img .animation-4 img {
        max-width: 121px;
    }

    .contact-img .animation-5 {
        position: absolute;
        right: 251px;
        top: 169px;
    }

    .contact-img .animation-5 img {
        max-width: 79px;
    }

    .contact-img .animation-6 {
        position: absolute;
        right: 156px;
        top: 208px;
    }

    .contact-img .animation-6 img {
        max-width: 123px;
    }

    .contact-img .animation-7 {
        position: absolute;
        right: 76px;
        bottom: 0;
    }

    .contact-img .animation-7 img {
        max-width: 93px;
    }

    .contact-img .animation-8 {
        position: absolute;
        right: 0;
        bottom: 27px;
    }

    .contact-img .animation-8 img {
        max-width: 76px;
    }
}

/*Footer*/
footer.footer {
    text-align: center;
    border-top: 7px solid #9fe870;
    padding: 25px 21px 26px 21px;
    background: #000;
    color: #9facb8;
    font-size: 18px;
    font-weight: 400;
    line-height: 35.814px;
    /* 198.966% */
    letter-spacing: -0.16px;
}

footer.footer p span {
    display: block;
    color: #717579;
}

/*Page Detailed Jobs*/
.detailed-section {
    padding: 182px 0 200px;
    background: url("/wp-content/uploads/2024/03/ellipse-hero.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.breadcrumb .breadcrumb-item a {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.3px;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    color: #eaeaea;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.3px;
}

.detailed-section .job-content h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 30px;
}

.detailed-section .job-content span {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.job-description {
    margin-top: 59px;
    max-width: 700px;
    font-size: 18px;
}

.card-contact-vertical {
    max-width: 460px;
    margin: 0 auto;
    border-radius: 10px;
    border: 0.673px solid rgba(255, 255, 255, 0.15);
    background: rgba(11, 11, 11, 0.15);
    backdrop-filter: blur(13.45588207244873px);
    padding: 45px 45px 67px;
}

.card-contact-vertical h3 p {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 20px;
}

.card-contact-vertical .job-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.card-contact-vertical .btn {
    margin: 47px 0;
}

.card-contact-vertical .job-email p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.card-contact-vertical .job-email a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.card-contact-vertical .job-email svg {
    display: inline-block;
    margin-right: 16px;
}

@media screen and (max-width: 1360px) {
    .detailed-section .job-content h2 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (max-width: 768.9px) {
    .card-contact-vertical {
        padding: 21px 15px 60px;
    }

    body.job-page {
        background-image: radial-gradient(200px at right,
            #0c5cac 0% 20%,
            #2E4669 150% 6%),
            radial-gradient(280px at right, #0c5cac 0% 20%, #2E4669 150% 6%),
            radial-gradient(190px at left, #0c5cac 0% 20%, #2E4669 150% 6%);
        background-size: 424px 600px, 519px 804px, 424px 600px;
        background-position: 105% 5px, 100% 1200px, 0 55%;
    }
}

@media (max-width: 576.9px) {
    body.job-page {
        background-image: radial-gradient(200px at right,
            #0c5cac 0% 20%,
            #2E4669 150% 6%),
            radial-gradient(280px at right, #0c5cac 0% 20%, #2E4669 150% 6%),
            radial-gradient(190px at left, #0c5cac 0% 20%, #2E4669 150% 6%);
        background-size: 424px 600px, 519px 804px, 424px 600px;
        background-position: 105% 5px, 100% 1200px, 0 59%;
    }
}

/*Page Career*/
/*Hero*/
.hero-section.career-hero {
    padding-top: 294px;
    background: url("/wp-content/uploads/2024/03/hero-career-right.svg") top right no-repeat,
        url("/wp-content/uploads/2024/03/hero-career-left.svg") top left no-repeat,
        url("/wp-content/uploads/2024/03/ellipse-hero.png") top right no-repeat;
    background-size: contain;
}

.career-hero h1 {
    max-width: 692px;
    font-size: 60px;
    font-weight: 600;
    line-height: 64px;
    margin: 0 auto 69px;
}

.career-hero .btn {
    min-width: 269px;
}

.hero-section.career-hero .hero-services {
    margin-top: 250px;
}

.item-hero-career {
    border-radius: 10px;
    border: 0.673px solid rgba(255, 255, 255, 0.15);
    background: rgba(11, 11, 11, 0.2);
    backdrop-filter: blur(13.45588207244873px);
    max-width: 399px;
    margin: 0 auto;
    width: 100%;
    height: 121px;
    padding: 8.074px 10.765px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.item-hero-career svg {
    display: inline-block;
    margin-right: 12px;
}

.item-hero-career .w-215 {
    max-width: 215px;
}

.item-hero-career .w-310 {
    max-width: 310px;
}

.item-hero-career.bg-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='107' viewBox='0 0 19 107' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.894547 105.625C0.676811 106.394 0.35259 106.825 0 107V70C0.111344 69.9444 0.21373 69.8076 0.282488 69.5631L5.90627 53.6332C6.03124 53.2333 6.03124 52.7001 5.90627 52.3002L0.282488 36.4369C0.21373 36.1924 0.111344 36.0556 0 36V0C0.35259 0.174902 0.676811 0.605637 0.894547 1.37501L18.7032 51.2975C19.0989 52.5561 19.0989 54.2342 18.7032 55.4927L0.894547 105.625Z' fill='url(%23paint0_linear_98_2787)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_98_2787' x1='0' y1='54.4423' x2='18.9183' y2='54.4423' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230A84FF'/%3E%3Cstop offset='1' stop-color='%230A7CFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
}

@media (max-width: 840.9px) {
    .hero-section.career-hero {
        padding-top: 270px;
        background: url("/wp-content/uploads/2024/03/career-hero-top-mobile.svg") top right no-repeat,
            url("/wp-content/uploads/2024/03/career-hero-bottom-mobile.svg") bottom left no-repeat,
            url("/wp-content/uploads/2024/03/ellipse-hero.png") top right no-repeat;
        background-size: contain, cover, contain;
        position: relative;
    }
}

@media (max-width: 576.9px) {
    .hero-section.career-hero h1 {
        font-size: 45px;
        margin-bottom: 40px;
        max-width: 360px;
    }
}

/*Jobs*/
.grid-jobs {
    padding: 69px 0 55px;
    text-align: left;
}

.page-career .section-FAQ {
    padding-top: 100px;
    background-position: 104% 35%;
}

.grid-jobs .container {
    max-width: 1232px;
}

.grid-jobs .job-box {
    max-width: 390px;
    height: 335px;
}

.grid-jobs__items {
    margin-bottom: 79px;
}

.btn.btn-see-all {
    min-width: 335px;
    margin: 0 auto;
}

.card-contact-horizontal {
    padding: 28px 41px 60px;
    margin-top: 100px;
    width: 100%;
    border-radius: 10px;
    border: 0.673px solid rgba(255, 255, 255, 0.15);
    background: rgba(11, 11, 11, 0.15);
    backdrop-filter: blur(13.45588207244873px);
    min-height: 370px;
}

.card-contact-horizontal svg {
    display: block;
    margin-bottom: 40px;
}

.card-contact-horizontal .job-text {
    max-width: 350px;
    margin: 0 55px;
}

#vacandyModal {
    background: #9fed613d;
}

.vacancy-title {
    color: #fff;
    text-align: center;
    font-size: 2.25em !important;
}

#vacandyModal .modal-content {
    background: radial-gradient(75.71% 75.71% at 50% 50%, rgb(0 0 0) 52.03%, #0a7cff 120%), rgba(255, 255, 255, 0.1);
    padding: 32px;
    border-radius: 21.529px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#vacandyModal .modal-header {
    border: 0;
}

#vacandyModal .modal-dialog {
    top: 30%;
}

#vacandyModal .modal-body-btn {
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#vacandyModal .modal-body-contact {
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#vacandyModal .modal-body-contact a {
    color: #fff;
}

@media (max-width: 991.9px) {
    .card-contact-horizontal .job-text {
        margin: 0 20px;
    }

    .card-contact-horizontal {
        padding: 28px 20px 60px;
    }
}

@media (max-width: 576.9px) {
    .grid-jobs__items {
        margin-bottom: 20px;
    }

    .btn.btn-see-all {
        min-width: 300px;
    }

    .card-contact-horizontal .job-text {
        max-width: 300px;
        margin: 0 5px;
    }
}

.about-card {
    /* box-shadow: 5px 5px 15px 5px #525a8e, -9px 5px 15px 5px #a777a5, -7px -5px 15px 5px #7c87da, 12px -5px 15px 5px #80C7FF, 12px 10px 15px 7px #E488FF, -10px 10px 15px 7px #6a37ac, -10px -7px 27px 1px #8E5CFF, 5px 5px 15px 5px rgba(0, 0, 0, 0); */
    box-shadow: 2px 2px 7px 5px #525a8e, -3px 2px 7px 2px #a777a5, -3px 2px 7px 2px #7c87da, 6px -2px 7px 2px #80C7FF, 6px 5px 7px 3px #E488FF, -5px 5px 7px 3px #6a37ac, -5px -3px 13px 1px #8E5CFF, 2px 2px 7px 5px rgba(0, 0, 0, 0);
    border-radius: 1em;
}

@media (max-width: 840.9px) {
    .about-card {
        margin: 10px 20px;
    }
}

.text-why {
    position: relative;
}

.text-why:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/03/bgtext.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: repeat-y;
    right: 30%;
}

ul.nav.justify-content-start.align-items-center.list-unstyled.d-flex.mobile-soc{
	display: none !important;
}
