.carrer-section-mentors h1{margin:20px 0}.carrer-section-mentors__mentors{display:flex;flex-wrap:nowrap;gap:24px;overflow-x:scroll;padding:80px 0 20px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.carrer-section-mentors__mentors.grabbing{cursor:grabbing;scroll-behavior:auto}.carrer-section-mentors__mentors::-webkit-scrollbar{width:10px;height:10px;border-radius:20px}.carrer-section-mentors__mentors::-webkit-scrollbar-track{background:var(--white20);border-radius:20px}.carrer-section-mentors__mentors::-webkit-scrollbar-thumb{background-color:var(--yellow);border:1px solid var(--white20);border-radius:20px}.carrer-section-mentors__mentor:hover .carrer-section-mentors__hover{opacity:1}.carrer-section-mentors__image{position:relative;min-width:196px;min-height:196px;border-radius:50%}.carrer-section-mentors__hover{position:absolute;left:50%;transform:translate(-50%);bottom:0;opacity:0;width:196px;height:256px;transition:opacity .3s;display:flex;flex-direction:column;gap:5px;justify-content:end;align-items:center;text-align:center;background:linear-gradient(180deg,#4862dd00 .5%,#4862ddcc);z-index:3;border-radius:44%;padding-bottom:10px}.carrer-section-mentors__hover a{text-decoration:underline}.carrer-section-mentors__last-child{position:relative;display:flex;align-items:end}.carrer-section-mentors__last-child:after{content:"";position:absolute;left:0;bottom:10px;width:196px;height:196px;background:linear-gradient(97deg,#daf5fd33 .5%,#78d7fa33);border-radius:50%}.carrer-section-mentors__last-child svg{position:absolute;left:50%;bottom:58px;transform:translate(-50%)}.carrer-section-mentors__last-child .carrer-section-mentors__hover{opacity:1;border-radius:50%;height:256px!important;width:256px!important;padding-bottom:40px}.carrer-section-mentors__text{margin-top:47px}.carrer-section-mentors__text.two-col{display:grid;grid-template-columns:1fr max-content;align-items:center;gap:30px}@media (max-width: 768px){.carrer-section-mentors__text.two-col{grid-template-columns:1fr}}@media (max-width: 991px){.carrer-section-mentors__mentors{padding-top:0}}.carrer-section-content{position:relative;background:var(--bg-section)}.carrer-section-content__row{display:flex;flex-wrap:wrap;align-items:center;gap:50px}.carrer-section-content p:not(:last-child){margin-bottom:16px}.carrer-section-content__left-side,.carrer-section-content__right-side{width:calc(50% - 25px)}.carrer-section-content__badge{position:absolute;left:0;top:50px;border-radius:0 60px 60px 0;box-shadow:0 4px 4px #0000001a;background-color:var(--white);padding:8px 32px;display:flex;align-items:center;justify-content:center}.carrer-section-content__badge img{max-height:50px}.carrer-section-content__image{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:10px}.carrer-section-content__image img{width:100%;height:100%;object-fit:cover}.carrer-section-content h2{margin-bottom:12px}@media (max-width: 991px){.carrer-section-content__badge{top:-20px}.carrer-section-content__badge img{max-height:40px}.carrer-section-content__left-side,.carrer-section-content__right-side{width:100%}}.carrer-section-content .button{width:fit-content}.carrer-section-benefits__benefits{margin-top:50px;display:flex;flex-wrap:wrap;gap:20px}.carrer-section-benefits__single-benefit{flex:0 0 auto;width:calc(33% - 20px);background-color:var(--white30);display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:flex-start;text-align:center;padding:25px 14px;border:1px solid var(--white);border-radius:30px;transition:.2s all ease-in-out}@media (max-width: 1024px){.carrer-section-benefits__single-benefit{width:calc(33% - 20px)}}@media (max-width: 900px){.carrer-section-benefits__single-benefit{flex-direction:row;justify-content:unset;text-align:left}}.carrer-section-benefits__single-benefit:hover{background-color:var(--white40)}.carrer-section-benefits__single-benefit .icon-area{display:flex;width:50px;height:50px;align-items:center;justify-content:center}.carrer-section-benefits__single-benefit .icon-area svg,.carrer-section-benefits__single-benefit .icon-area img{width:100%;height:100%}@media (max-width: 900px){.carrer-section-benefits__single-benefit{width:100%;flex:unset}}.carrer-section-benefits .additional-content{margin-top:100px}.carrer-section-benefits .additional-content .row{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}@media (max-width: 900px){.carrer-section-benefits .additional-content .row{grid-template-columns:1fr}}.carrer-section-benefits .additional-content h2{margin-bottom:30px}.carrer-section-benefits__image-area{overflow:hidden;width:100%;aspect-ratio:16/9;border-radius:10px}.carrer-section-benefits__image-area img{width:100%;height:100%;object-fit:cover}.carrer-section-benefits__text p:not(:last-child){margin-bottom:16px}.carrer-section-works .open-works{display:grid;grid-template-columns:1fr;gap:30px;margin-top:50px}.carrer-section-works .open-works .single-open-work{padding:15px;border:1px solid var(--white);border-radius:20px;transition:.2s all ease-in-out}.carrer-section-works .open-works .single-open-work .work-wrapper{display:grid;grid-template-columns:1fr max-content;gap:30px}@media (max-width: 700px){.carrer-section-works .open-works .single-open-work .work-wrapper{grid-template-columns:1fr}}.carrer-section-works .open-works .single-open-work:hover{background:var(--bg-section)}.carrer-section-works .open-works .single-open-work .left{display:flex;flex-direction:row;gap:10px;align-items:center}.carrer-section-works .open-works .single-open-work .left .icon{max-width:80px;max-height:80px}.carrer-section-works .open-works .single-open-work .left .icon img{width:100%;height:100%}.carrer-section-works .open-works .single-open-work .left .text{display:flex;flex-direction:column}.carrer-section-works .open-works .single-open-work .left .work-title{font-size:20px;font-weight:700;line-height:35px}.carrer-section-works .open-works .single-open-work .right{display:flex;gap:10px;align-items:center}@media (max-width: 700px){.carrer-section-works .open-works .single-open-work .right{justify-content:flex-end}}.carrer-section-works .open-works .single-open-work .right .button{cursor:pointer;height:fit-content}.carrer-section-works .open-works .single-open-work .work-description{display:none}.carrer-section-works .open-works .single-open-work .work-description .work-activities,.carrer-section-works .open-works .single-open-work .work-description .work-hopes{margin-top:50px;margin-bottom:40px;list-style-position:inside}.carrer-section-works .open-works .single-open-work .work-description .work-activities .single-activity:first-of-type,.carrer-section-works .open-works .single-open-work .work-description .work-activities .single-hope:first-of-type,.carrer-section-works .open-works .single-open-work .work-description .work-hopes .single-activity:first-of-type,.carrer-section-works .open-works .single-open-work .work-description .work-hopes .single-hope:first-of-type{margin-top:20px}.post-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:999}.post-modal__content{max-width:840px;max-height:900px;margin:auto;height:100%;width:100%;position:relative;overflow:auto;background:var(--bg);border-radius:20px}.post-modal__content::-webkit-scrollbar{width:10px;height:10px;border-radius:20px}.post-modal__content::-webkit-scrollbar-track{background:var(--white20);border-radius:20px}.post-modal__content::-webkit-scrollbar-thumb{background-color:var(--yellow);border:1px solid var(--white20);border-radius:20px}.post-modal__close{position:absolute;top:10px;right:4px;font-size:24px;cursor:pointer;background-color:#fff;width:56px;height:56px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:var(--dark-blue)}.post-modal .wrap{padding:40px}@media (max-width: 500px){.post-modal .wrap{padding:40px 20px}}.post-modal .wrap .position-title{font-size:30px;font-weight:700;line-height:40px}.post-modal #workFormModalContent{margin-top:30px}.post-modal .single-open-work-form .gform_validation_errors{background:#fff;border-color:red}.post-modal .single-open-work-form .validation_message{background:#fff;padding:10px;text-align:center;font-weight:500}.post-modal .single-open-work-form .iti__flag-container{top:-5px!important}.post-modal .single-open-work-form label,.post-modal .single-open-work-form legend{font-size:12px!important;font-weight:400!important;letter-spacing:.17px;color:#fffc!important;margin-bottom:8px!important}.post-modal .single-open-work-form textarea{resize:none;max-height:100px;min-block-size:100px!important}.post-modal .single-open-work-form .ginput_container_select{position:relative}.post-modal .single-open-work-form .ginput_container_select select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.post-modal .single-open-work-form .ginput_container_select:after{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;top:40%;right:5px;content:"";z-index:98}.post-modal .single-open-work-form input:not([type=checkbox]):not([type=submit]),.post-modal .single-open-work-form textarea,.post-modal .single-open-work-form select{background-color:transparent!important;border:unset!important;border-bottom:1px solid rgba(255,255,255,.42)!important;color:#fff!important;font-size:15px;font-style:normal;font-weight:400;line-height:130%;padding:0 0 8px!important;border-radius:unset!important;box-shadow:unset!important;transition:all ease .3s}.post-modal .single-open-work-form input:not([type=checkbox]):not([type=submit]):focus,.post-modal .single-open-work-form textarea:focus,.post-modal .single-open-work-form select:focus{outline:none;border:none;border-bottom:1px solid #000!important}.post-modal .single-open-work-form input:not([type=checkbox]):not([type=submit]).iti__tel-input,.post-modal .single-open-work-form textarea.iti__tel-input,.post-modal .single-open-work-form select.iti__tel-input{padding-left:99px!important}.post-modal .single-open-work-form input:not([type=checkbox]):not([type=submit]).iti__tel-input::placeholder,.post-modal .single-open-work-form textarea.iti__tel-input::placeholder,.post-modal .single-open-work-form select.iti__tel-input::placeholder{opacity:.4}.post-modal .single-open-work-form .ginput_container_select{position:relative;cursor:pointer}.post-modal .single-open-work-form .ginput_container_select.disabled .select-selected{background:var(--white)!important;padding:0}.post-modal .single-open-work-form .ginput_container_select.disabled .select-items{display:none!important}.post-modal .single-open-work-form .ginput_container_select.disabled .arrow-chevron{display:none}.post-modal .single-open-work-form .ginput_container_select.error{box-shadow:0 0 2px 2px #ab0e0ead;border-radius:5px;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}.post-modal .single-open-work-form .ginput_container_select select{display:none}.post-modal .single-open-work-form .select-selected{background-color:transparent!important;border:unset!important;border-bottom:1px solid rgba(255,255,255,.42)!important;color:#fff!important;font-size:15px;font-style:normal;font-weight:400;line-height:130%;padding:0 0 8px!important;border-radius:unset!important;box-shadow:unset!important;transition:all ease .3s}.post-modal .single-open-work-form .select-selected:focus{outline:none;border:none;border-bottom:1px solid #000!important}.post-modal .single-open-work-form .select-selected .unselect{background-color:#fff;color:var(--dark-blue)}.post-modal .single-open-work-form .select-items{background:var(--bg)!important;border:1px solid var(--white)}.post-modal .single-open-work-form .select-items div:hover,.post-modal .single-open-work-form .same-as-selected{color:#fff!important;background-color:var(--bg-header)}.post-modal .single-open-work-form .arrow-chevron{position:absolute;top:50%;right:1px;background-color:#fff;transform:translateY(-50%) rotate(0);display:flex;align-items:center;justify-content:center;height:calc(100% - 2px);aspect-ratio:1/1;border-radius:0 5px 5px 0;cursor:pointer}.post-modal .single-open-work-form .select-selected.select-arrow-active:after{border-color:transparent transparent #fff transparent;top:7px}.post-modal .single-open-work-form .select-items div{padding:.6rem .9rem;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--white);font-size:1rem;line-height:1.2rem;font-weight:400}.post-modal .single-open-work-form .select-items div.hidden{display:none}.post-modal .single-open-work-form .select-items{position:absolute;background-color:#efefef;color:var(--white10);top:100%;left:0;right:0;z-index:99;max-height:33vh;overflow-y:auto}.post-modal .single-open-work-form .select-hide{display:none}.post-modal .single-open-work-form .arrow-chevron svg{transition:.2s all ease-in-out}.post-modal .single-open-work-form .arrow-chevron.active svg{transform:rotate(180deg)}.post-modal .single-open-work-form .gform_button{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;font-size:15px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;color:var(--dark-blue)!important;border:unset!important;background-color:#fff!important;padding:12px 32px!important;margin:0!important;cursor:pointer!important;border-radius:30px!important}.post-modal .single-open-work-form .gform_fileupload_rules{display:none}@media (max-width: 768px){.post-modal__content{border-radius:0}.post-modal__close{width:40px;height:40px;font-size:20px}}.carrer-section-studies__row{display:flex;align-items:center;gap:115px;justify-content:space-between}.carrer-section-studies h2{margin-bottom:12px}.carrer-section-studies p{margin-bottom:24px}.carrer-section-studies ul{display:flex;flex-wrap:wrap;gap:12px}@media (max-width: 991px){.carrer-section-studies__row{flex-direction:column-reverse;gap:50px}}.carrer-section-calc .text,.carrer-section-calc .offer{margin:20px 0}.carrer-section-calc .carrer-form{margin-top:40px}.carrer-section-calc .carrer-form .wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px}@media (max-width: 900px){.carrer-section-calc .carrer-form .wrapper{grid-template-columns:1fr}}.carrer-section-calc .carrer-form .wrapper .select-input,.carrer-section-calc .carrer-form .wrapper .radio-inputs{margin-top:20px}.carrer-section-calc .carrer-form .wrapper .select-input:first-of-type,.carrer-section-calc .carrer-form .wrapper .radio-inputs:first-of-type{margin-top:0}.carrer-section-calc .carrer-form .wrapper .select-input label,.carrer-section-calc .carrer-form .wrapper .select-input .label,.carrer-section-calc .carrer-form .wrapper .radio-inputs label,.carrer-section-calc .carrer-form .wrapper .radio-inputs .label{font-size:16px;font-weight:700;display:block;margin-bottom:10px}.carrer-section-calc .carrer-form .wrapper .radio-inputs__wrapper{display:flex;gap:20px;flex-direction:row}.carrer-section-calc .carrer-form .wrapper .radio-inputs__wrapper .single-radio-button{border:1px solid #fff;border-radius:30px;padding:8px 16px;position:relative;cursor:pointer;transition:background .2s,border-color .2s,color .2s;display:flex;align-items:center;justify-content:center}.carrer-section-calc .carrer-form .wrapper .radio-inputs__wrapper .single-radio-button:has(input:checked){background:var(--yellow);border-color:var(--yellow);color:#000}.carrer-section-calc .carrer-form .wrapper .radio-inputs__wrapper .single-radio-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.carrer-section-calc .carrer-form .wrapper .radio-inputs__wrapper .single-radio-button label{font-weight:400;margin-bottom:0;display:block;pointer-events:none}.carrer-section-calc .carrer-form .wrapper .right{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;border:1px solid #FFF;background-color:#ffffff20;border-radius:10px;padding:15px}.carrer-section-calc .carrer-form .wrapper .right .col{width:100%;display:flex;gap:10px;align-items:center;justify-content:space-between}.carrer-section-calc .carrer-form .wrapper .right .col .text{font-size:20px;margin:0}.carrer-section-calc .carrer-form .wrapper .right .col .value{font-size:30px;font-weight:500}.carrer-section-calc .note{margin-top:20px;text-align:center;font-weight:700}.carrer-section-calc .row{margin-top:100px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}@media (max-width: 900px){.carrer-section-calc .row{grid-template-columns:1fr}}.carrer-section-calc .row h2{font-family:Syne;font-size:54px;font-weight:700}.carrer-section-calc .row .image-area{border-radius:10px;aspect-ratio:16/9;overflow:hidden;width:100%}.carrer-section-calc .row .image-area img{width:100%;height:100%;object-fit:cover}.carrer-section-calc__buttons{display:flex;margin-top:20px}
