/*
Theme Name: Matrix EE
Author URI: https://t.me/andreevic_h
Author: Andrey Andreevich
*/

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
*::-webkit-scrollbar{
    width: 0px;
    background: transparent;
    display: none;
}
html,body{
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

#_page {
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: .2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99);
    -webkit-transition: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99);
}

.page--loaded #_page {
    opacity: 1;
}

:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible{
    outline: 4px solid #2e8cff !important;
    border-color: white;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    z-index: 112;
    transition: .3s;
    border-bottom: 1px solid #efefef;
}

.menu-item-has-children > a {
    padding-right: 15px;
    position: relative;
}

.header-hide header {
    transform: translate3d(0px, -100%, 0px);
}

main {
    padding-top: 111px;
}

header .wrapper1 {
    display: flex;
    justify-content: space-between;
    padding: 19px 0px;
}

header .wrapper1 > .col-right {
    display: flex;
    gap: 30px;
    align-items: center;
}

header .wrapper1 ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

header .wrapper1 ul a {
    text-decoration: none;
    color: rgba(0,0,0,.55);
}

header .wrapper1 ul li:hover a {
    color: rgba(0,0,0,.7);
}

.ui-button {
    display: flex;
    width: max-content;
    color: white;
    border-radius: 10px;
    background: #009FE3;
    padding: 11px 30px;
    text-decoration: none;
    min-width: 123px;
    justify-content: center;
    font-weight: 600;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}
.ui-button.ui-button--large {
    padding: 20px;
    min-width: 170px;
}
.ui-mobile-menu {
    display: none;
}

footer {
    background-color: #F4F7FF;
    padding-top: 60px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1E335A;
}

footer .wrapper1 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

footer ul {
    list-style: none;
    display: grid;
    gap: 13px;
}

footer ul a {
    color: inherit;
    text-decoration: none;
}

footer h3, footer h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #732281;
}

footer .wrapper1 .item {
    margin-bottom: 25px;
}

footer .wrapper1 .item:last-child {
    margin-bottom: 0;
}

footer .wrapper2 {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #732281;
}

footer .wrapper2 a {
    text-decoration: none;
}


footer .social {
	display: flex;
	justify-content: space-between;
	max-width: 144px;
	padding-top: 20px;
	margin-bottom: 15px;
}

footer .social a {
	border-radius: 100%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DCEEFC;
	/*opacity: 0.1;*/
	color: #009FE3;
}

footer .social i {
	color: #009FE3;
}
.fab.fa-glassdoor {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fab.fa-glassdoor:after {
	content: '';
	background-image: url("assets/icons/glassdoor.svg");
	width: 8px;
	height: 10px;
	display: inline-block;
}


header .item.mobile-menu {
    display: none;
}

.menu-item-has-children > .sub-menu {
    position: absolute;
    width: 160px;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 11px 17px;
    gap: 7px;
    top: 31px;
    background: white;
}

.menu-item-has-children > [aria-expanded="true"] + .sub-menu {
    display: flex;
}

.menu-item-has-children > .sub-menu a {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #1E335A;
}


.s-home-start {
    background: #78caf2;
    position: relative;
    padding: 100px 0;
}

.s-home-start .s-wrap {
    display: grid;
    min-height: 300px;
    position: relative;
    z-index: 1;
}

.home--careers-search {
    margin-top: auto;
}

.s-home-start  h1 {
    color: #742282;
    font-weight: 800;
    font-size: 56px;
    line-height: 76px;
}

.home--careers-search > .title {
    color: rgb(28, 92, 167);
    text-shadow: 0 0 3px #BFDFF6, 0 0 5px #BFDFF6;
    font-weight: 700;
    font-size: 21px;
}

.home--careers-search form.wrap {
    display: flex;
    background: white;
    width: max-content;
    border-radius: 10px;
    margin-top: 30px;
    position: RELATIVE;
}


.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    background: url('assets/icons/chevron.svg');
    width: 12px;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -2px;
}
.home--careers-search form.wrap .field {
    position: relative;
    padding: 0 15px;
    display: flex;
    gap: 7px;
}

.home--careers-search form.wrap .field:after {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.home--careers-search input, .home--careers-search  select, .home--careers-search button {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background: inherit;
    min-height: 60px;
    min-width: 200px;
}

.home--careers-search button {
    background: #009FE3;
    border-radius: 0 8px 8px 0;
    font-weight: 600;
    border: none;
}
.home--careers-search form.wrap .field:last-child {
    padding: 0;
    margin-left: -1px;
}

.home--careers-search form.wrap .field:last-child:after {
    display: none;
}

.s-home-start > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s-home-start > .bg > div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.s-stories {
    padding-top: 76px;
}

.s-1 {
    padding: 65px 0;
}

.s-header > .subtitle {
    font-size: 18px;
    line-height: 25px;
    color: #009FE3;
    font-weight: 500;
    width: 100%;
}

.s-header > .label {
    font-size: 40px;
    line-height: 54px;
    color: #732281;
    margin-bottom: 20px;
    font-weight: 500;
}

.advantagesSlider .swiper-slide {
    max-width: calc(33% - 40px);
}

.servicesSlider .swiper-slide {
    max-width: 192px;
}

.reviewsSlider .swiper-slide {
    max-width: 340px;
}

.advantage-card {
    background-color: white;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    padding: 40px 31px;
    font-weight: 300;
    font-size: 15px;
    line-height: 170%;
    color: #1E335A;
    display: block;
    text-decoration: none;
    width: 100%;
}

.advantage-card > .title {
    font-size: 24px;
    line-height: 33px;
    color: #009FE3;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.advantage-card .icon {
    margin-bottom: 15px;
}

.advantage-card.style--1 {
    text-align: center;
    padding: 30px 21px;
    line-height: 1.5;
}

.review--card {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 0px 10px 10px 10px;
    padding: 24px;
    font-weight: 300;
    font-size: 15px;
    line-height: 170%;
    color: #1E335A;
}

.review--card .user-info {display: flex;gap: 7px;align-items: center;}

.clientsLogoSlider .swiper-slide {
    max-width: 158px;
}

.clientsLogoSlider .swiper-slide.style--1 {
    max-width: 104px;
}

.clientsLogoSlider .client-logo {
    display: flex;
    align-items: center;
    height: 84px;
    line-height: 0;
}

.clientsLogoSlider .client-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}


.review--card .user-info img {
    width: 56px;
    height: 56px;
    min-width: 56px;
}

.review--card .user-info .spec {
    font-size: 12px;
    line-height: 16px;
    color: #969BAB;
    font-weight: 500;
}

.review--card .user-info  .user-name {
    font-size: 18px;
    color: #1E335A;
    font-weight: 500;
}

.review--card:hover {
    border-color: #009FE3;
}

.review--card a {
    color: #009FE3;
    border-bottom: 1px solid #009FE3;
    cursor: pointer;
    text-decoration: none;
}

.review--card p {
    display: inline;
}

.fullreview-dialog-content {
    display: none;
    max-width: 688px !important;
}

.reviewsSlider {
    padding-bottom: 70px !important;
}

.swiper-pagination-bullet-active {
    background: #009fe3;
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px;
    transform: scale(1) !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    transform: scale(.8);
}

.swiper {
    padding: 10px 0;
    overflow: unset;
}
.featuresSlider {
    margin-top: 50px;
}
.ui-story-card {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #009FE3;
}

.ui-story-card img {
    width: 100%;
    border-radius: 1000px;
    border: 3px solid #fff;
}

.storiesSlider .swiper-slide {
    max-width: 170px;
}

.ui-story-card .image {
    line-height: 0;
    margin-bottom: 20px;
    border: 6px solid #40b6e891;
    border-radius: 100px;
}

/* ============= */
.w100{
    width: 100%;
}

.relative{
    position: relative;
}
.text-center{
    text-align: center;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

[data-animate-text] {
    overflow: hidden;
    line-height: 1.4;
}

[data-animate-text] .word {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    color: black;
    align-items: center;
}

.theme-dark [data-animate-text] .word, .s-b [data-animate-text] .word {
    color: white;
}

[data-animate-text] .word > .text {
    display: -webkit-inline-flex;
    position: relative;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    transform: translate3d(0px, 111%, 0px);
    -webkit-transition: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 0.95);
    -webkit-transform: translate3d(0px, 111%, 0px);
    opacity: 0;
    align-items: baseline;
}
[data-animate-text].nofly .word > .text {
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
}
.page--loaded .animate[data-animate-text] .word > .text {
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
    opacity: 1;
}

footer a {
    text-decoration: none;
    color: inherit;
}

.with-bg {
    background: url(assets/images/waves.svg) no-repeat, linear-gradient(to bottom, #F5F8FF, #fff 100%);
}

main.with-bg-1 {
    background: url(assets/images/waves.svg) no-repeat;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.single--post .breadcrumb {
    color: white;
}

.breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb .active {
    color: #009FE3;
}

.services--section .service--menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.ui-button.ui-button--light {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #009FE3!important;
    padding: 7px 10px;
}

.post-content {
    margin-bottom: 30px;
}

.service--items > .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service--items > .wrap .advantage-card {
    width: calc(33% - 10px);
}

.service--items {
    margin: 30px 0;
    margin-bottom: 100px;
}

.s-about--start .s-wrap {
    display: grid;
    grid-template-columns: 47% auto;
    gap: 50px;
}

.s-about--start .s-wrap .bg img {
    width: 100%;
}

.s-about--start .caption {
    font-size: 24px;
    line-height: 54px;
    color: #009FE3;
    padding-bottom: 20px;
    font-weight: 500;
}

h1 {
    font-weight: normal;
    font-size: 40px;
    color: #732281;
    margin-bottom: 10px;
}

.s-about--start .subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
    color: #1E335A;
}

.s-about--start .subtitle p {
    margin-bottom: 20px;
}

.s-about--start .subtitle b {
    font-weight: 500;
}
a {
    text-decoration: none;
    color: #009fe3;
}

.s-about-rows .s-wrap {
    display: grid;
    gap: 20px;
    max-width: 800px;
    font-weight: 300;
    font-size: 15px;
    line-height: 170%;
    color: #1E335A;
}

.s-about-rows {
    padding: 50px 0;
}

.s-about-rows .s-wrap .title {
    font-size: 24px;
    line-height: 170%;
    color: #732281;
    margin-bottom: 10px;
}

h2,h3,h4 {
    font-weight: 500;
}

.s-about-h2 {
    text-align: center;
    padding-top: 106px;
    padding-bottom: 30px;
}

.s-about-h2 h2.label {
    font-size: 32px;
    line-height: 44px;
    margin-left: auto;
    margin-right: auto;
}

.s-about-features {
    background: #4b94c2;
    padding: 50px 0;
    position: relative;
}

.s-about-features img {
    display: block;
    margin: auto;
    max-width: 335px;
}

.s-about-features .a-feature--card {
    background: #FFFFFF;
    border: 1px solid #009FE3;
    border-radius: 20px;
    padding: 24px;
}

.s-about-features .a-feature--card .num {
    font-size: 64px;
    line-height: 128%;
    text-align: center;
    letter-spacing: -0.1em;
    color: #732281;
    margin-bottom: 3px;
}

.s-about-features .a-feature--card  .label {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #1E335A;
    margin-bottom: 15px;
}

.s-about-features .a-feature--card  .footer {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    color: #1E335A;
    align-items: center;
}

.s-about-features .a-feature--card .title {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #009FE3;
    min-height: 72px;
    margin-bottom: 25px;
}

.featuresSlider .swiper-slide {
    max-width: 410px;
}

.s-about-features .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s-about-features .bg > div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.s-about-features .s-wrap {
    position: relative;
    z-index: 1;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #E9E9E9;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 1px;
    height: 93%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0 46px 0;
    padding-left: 100px;
    counter-increment: section;
}

ul.timeline > li:before {
    /*content: '0' counter(section);*/
    content: '';
    background: white;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #E9E9E9;
    left: 0px;
    width: 60px;
    height: 60px;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 166.5%;
    text-align: center;
    color: #1E335A;
    font-family: 'Gilroy-Regular', sans-serif;
    background-repeat: no-repeat;
    background-position: center;
}
ul.timeline > li:nth-child(1):before {
    background-image: url("assets/icons/life-at-matrix/1.svg");
}
ul.timeline > li:nth-child(2):before {
    background-image: url("assets/icons/life-at-matrix/2.svg");
}
ul.timeline > li:nth-child(3):before {
    background-image: url("assets/icons/life-at-matrix/3.svg");
}
ul.timeline > li:nth-child(4):before {
    background-image: url("assets/icons/life-at-matrix/4.svg");
}
ul.timeline.from-four {
    counter-reset: section 3;
}

ul.timeline > li:hover:before, ul.timeline > li:focus:before {
    border: 1px solid #00A1E4;
    color: #00A1E4;
}

ul.timeline .title {
    font-size: 24px;
    line-height: 170%;
    color: #732281;
}

ul.timeline p {
    font-weight: 300;
    font-size: 15px;
    line-height: 170%;
    color: #1E335A;
    max-width: 740px;
}

.life--workplace .s-wrap {
    display: grid;
    grid-template-columns: 46% auto;
    gap: 70px;
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
    color: #1E335A;
}

.life--workplace .s-wrap .caption {
    margin-bottom: 40px;
}

.life--workplace .s-wrap .items-list > .wrap {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 30px;
    width: calc(100% - 60px);
}

.life--workplace .s-wrap .advantage-card {
    padding: 18px 18px;
    text-align: center;
    border-radius: 13px;
}

.advantage-card .subtitle {
    color: rgb(0, 159, 227);
    font-size: 17px;
    line-height: 1.2;
}

.life--workplace .s-wrap .advantage-card .title {
    font-size: 32px;
    line-height: 128%;
    color: #732281;
    margin-bottom: 10px;
}

.life--workplace .s-wrap .advantage-card img {
    height: 79px;
    object-fit: contain;
}

.life--workplace .s-wrap .advantage-card .icon {
    margin-bottom: 5px;
}

.life--workplace .s-wrap .text-blocks {
    display: grid;
    gap: 40px;
    margin-top: 50px;
}

.life--workplace .s-wrap .text-blocks .title {
    font-size: 24px;
    line-height: 170%;
    color: #732281;
    margin-bottom: 20px;
}

.benefitsSlider .swiper-slide {
    max-width: 173px;
    display: flex;
    height: auto;
}

.s-content {
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
    color: #1E335A;
    margin-bottom: 40px;
}

.life--referral .s-wrap {
    display: grid;
    grid-template-columns: 61% auto;
    gap: 100px;
    font-size: 18px;
    line-height: 170%;
    color: #1E335A;
    font-weight: 300;
}

.life--referral .s-wrap p {
    margin: 20px 0;
}

.life--referral small {
    font-size: 11px;
    line-height: 170%;
    color: #8E8E8E;
    display: block;
}

.matrix--join {
    text-align: center;
    padding-bottom: 200px;
    position: relative;
}

.matrix--join .title {
    font-size: 32px;
    line-height: 150%;
    color: #732281;
    margin-bottom: 24px;
}

.matrix--join .desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color: #1E335A;
    margin-bottom: 40px;
}

.matrix--join .desc strong {
    font-weight: 400;
    display: grid;
    gap: 10px;
}

.matrix--join .s-wrap {
    display: grid;
    justify-content: center;
}

.matrix--join .join-us-btn {
    display: flex;
    justify-content: center;
}


.posts--list .s-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: initial !important;
}

.posts--list .s-content .ui-post--card {
    width: calc(33% - 30px);
}

.link_to_clipboard {
    position: relative;
    cursor: pointer;
    border: none;
    padding: 0;
    min-height: auto;
}

.ui-post--card {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    background: white;
    /* overflow: hidden; */
}

.ui-post--card .thumbnail {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.ui-post--card .thumbnail > div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 8px 8px 0 0;
}

.ui-post--card .details {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 100%;
}

.ui-post--card .details .caption {
    font-size: 15px;
    line-height: 150%;
    color: #000000;
}

.ui-post--card .event-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    color: #009FE3;
    width: 100%;
    gap: 10px;
    font-weight: 500;
    position: relative;
}

.posts--list .s-content .ui-post--card:nth-child(7n), .posts--list .s-content .ui-post--card:nth-child(7n)+div {
    width: calc(50% - 25px);
}


.ui-post--card .details a {
    display: flex;
    margin-left: auto;
    margin-top: auto;
    font-size: 16px;
}

.ui-post--card .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.posts--list .s-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.s-footer > .page-numbers {
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 5px;
    color: #009FE3;
}

.s-footer > a.page-numbers {
    border: 1px solid #E9E9E9;
    background: white;
    color: black;
}

.s-footer > .page-numbers.next, .s-footer > .page-numbers.prev {
    display: none;
}

.posts--list {
    padding-bottom: 100px;
}
.post--start {
    position: relative;
    padding: 142px 0;
    text-align: center;
    margin-bottom: 70px;
    margin-top: -67px;
}

.post--start > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post--start > .bg > div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.post--start .section--wrapper {
    position: relative;
    z-index: 1;
    color: white;
}

.post--start .section--wrapper h1 {
    color: rgb(0, 159, 227);
    font-size: 28px;
    font-weight: 500;
}

.single--post .s-content {
    max-width: 710px;
    margin: auto;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}

.single--post .s-content p {
    margin: 30px 0;
}

.contact--start {
    background: #009fe3;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.contact--start > .bg {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact--start .circle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background: #05a3eb;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact--start .circle > .circle-1 {
    width: 80%;
    height: 80%;
    border-radius: 100%;
    background: #01abf3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact--start .circle > .circle-1 > .circle-2 {
    width: 70%;
    height: 70%;
    border-radius: 100%;
    background: #02b3fe;
}

.contact--start .s-wrap {
    position: relative;
    z-index: 1;
}

.contact--start .contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    line-height: 20px;
}

.contact--start .contact-info a {
    color: inherit;
}

.contact--start .contact-info img {
    position: relative;
    top: 3px;
    margin-right: 9px;
}

.contact--start h1.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.contact--start .breadcrumb, .contact--start .breadcrumb .active {
    color: white;
}

.s-bg-gray {
    background: #F4F7FF;
}

.section--form {
    max-width: 1100px;
    position: relative;
    top: -72px;
    padding: 22px 20px 40px 20px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 30px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.section--form .s-header {
    text-align: center;
    padding: 30px 0;
    display: grid;
    gap: 20px;
    justify-content: center;
}

.ui_form__fieldsets.grid-3 {
    grid-template-columns: auto auto auto;
}

.section--form form {
    max-width: 800px;
    margin: auto;
}

.section--form .s-header .title {
    font-size: 24px;
    text-align: center;
    color: #732281;
}

.form__send {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.contact--start.s-service-form .section--form {
    top: 0;
}

.contact--start.s-service-form {
    padding: 100px 0;
}

.contact--start.s-service-form > .bg {transform: scale(2.5) translate(0px, 37%);}

.careers--search-form {
    position: fixed;
    width: 100%;
    top: 112px;
    padding: 15px 0;
    object-fit: contain;
    background: white;
    z-index: 111;
    transition: .3s;
    border-bottom: 1px solid #efefef;
}

.header-hide .careers--search-form {
    transform: translate3d(0px, -112px, 0px);
    border-color: #efefef;
}

.ui-button.ui-button--1 {
    background: #F4F7FF;
    color: #009FE3;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    min-height: auto;
}

.choices-terms .filter-close {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("assets/icons/close.svg");
}

main.page--careers, main.single--careers {
    padding-top: 220px;
}

.careers--search-form form {
    display: flex;
    width: 100%;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    justify-content: space-between;
    background: white;
    align-items: center;
}

.careers--search-form form select, .careers--search-form form input {
    border: none;
    width: calc(100% - 40px);
    border-radius: 10px;
    padding: 0 6px;
}

.careers--search-form form .field {
    width: 100%;
}

.careers--search-form form .field:last-child {
    width: auto;
}

.careers--search-form form .field img {
    position: relative;
    top: 3px;
    margin-left: 15px;
    height: 18px;
    width: 18px;
}

.careers--search-form form .field button {
    border-radius: 0px 11px 11px 0px;
    border: none;
    margin: -1px;
    padding: 10px 30px;
    min-height: 56px;
}

.careers--search-form form .divider {
    width: 1px;
    height: 37px;
    background: #c6c6c6;
    min-width: 1px;
}

.careers--search-form .f-bar {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    padding-bottom: 0;
}

.careers--search-form .f-bar .col-right {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.choices-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-sidebar {
    display: grid;
    gap: 10px;
}

.filter-sidebar .filter-sidebar--item__title {
    background: #F4F7FF;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    color: #009FE3;
    padding: 0.63rem 1.25rem;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border: none;
    min-height: auto;
}

.careers--items .s-wrap {
    grid-template-columns: 300px auto;
    gap: 60px;
    display: grid;
}

.filter-sidebar--item__content ul {
    list-style: none;
    display: grid;
    gap: 10px;
}

.filter-sidebar--item__content ul .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #1E335A;
    cursor: pointer;
}

.filter-sidebar--item__content ul .form-check input {
    min-height: auto;
    border: 1px solid rgba(0,0,0,.25);
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    width: 1em;
    height: 1em;
    padding: 0;
    border-radius: 5px;
}

.filter-sidebar--item__content ul .form-check input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #009FE3;
    border-color: #009FE3;
}

.filter-sidebar--item__content {
    padding: 20px 0;
}

.search_res_num {
    line-height: 22px;
    color: #8E8E8E;
    font-weight: 500;
}

.search_res_num img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.search_res_num > span {
    color: #009FE3;
}

.saved_job_link a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.careers--items {
    padding-bottom: 70px;
}

.ui-vacancy--card {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 15px;
    padding: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #1E335A;
    height: max-content;
}

.careers--items .s-wrap .col-right {
    display: grid;
    gap: 20px;
    height: max-content;
}

.ui-vacancy--card .info_vacancy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #B3B3B3;
}

.ui-vacancy--card .info_vacancy button {
    border: none;
    min-height: auto;
}

.toggle-save {
    background: url('assets/icons/star-alt.svg');
    height: 19px;
    width: 21px;
    cursor: pointer;
    background-size: contain !important;
}

.action_buttons {
    display: flex;
    align-items: center;
    gap: 7px;
}

.saved.toggle-save {
    background: url('assets/icons/star.svg');
}

.ui-vacancy--card > .wrap > .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #732281;
    margin-bottom: 10px;
}

.ui-vacancy--card > .wrap > .title a {
    color: inherit;
}

.ui-vacancy--card > .wrap > .info_options {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #009FE3;
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}

.ui-vacancy--card > .wrap > .desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 156%;
    color: #8E8E8E;
    margin-bottom: 30px;
}

.ui-vacancy--card .--footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.ui-vacancy--card .--footer .date {
    font-size: 12px;
    line-height: 16px;
    color: #B3B3B3;
    margin-top: auto;
}

.s-vacancy .s-wrap {
    display: grid;
    grid-template-columns: 400px auto;
    gap: 50px;
}

.s-vacancy {
    padding: 50px 0;
    padding-top: 70px;
}

.saved-jobs--bar > .wrap > .head .saved {
    font-size: 18px;
    line-height: 25px;
    color: #1E335A;
}

.ui-vacancy--card p {
    margin-bottom: 20px;
}

.ui-vacancy--card h2 {
    font-size: 18px;
    line-height: 25px;
    color: #732281;
    margin-bottom: 10px;
}
.collapse:not(.show) {
    display: none;
}
.btn-link-icon {
    display: inline-flex;
    gap: 10px;
    color: black;
}

#copied_tip {
    animation-name: come_and_leave;
    animation-duration: 1s;
    animation-fill-mode: both;
    bottom: -35px;
    left: -10px
}

.tip {
    background-color: #263646;
    padding: 0 14px;
    line-height: 27px;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    animation-name: tip;
    animation-duration: .6s;
    animation-fill-mode: both
}
#single-event-section #copied_tip.tip:before {
    left: 26px;
}

.event--wrap .s--wrapper {
    display: grid;
    align-items: center;
    gap: 50px;
    grid-template-columns: auto 51%;
}

.event--wrap .s--wrapper .thumb img {
    width: 100%;
    height: auto;
}

.event--wrap {
    position: relative;
}

.event--wrap .s--wrapper .subtitle {
    font-size: 24px;
    line-height: 33px;
    color: #009FE3;
    margin-bottom: 20px;
}

.single--event .s-content .details--row {
    display: grid;
    grid-template-columns: auto auto;
    padding-bottom: 30px;
}

.single--event .s-content  h2 {
    font-size: 32px;
    line-height: 170%;
    font-weight: normal;
    padding-bottom: 6px;
    color: #732281;
}

.single--event .s-content .s-wrap {
    max-width: 800px;
}

.content--footer {
    padding-top: 30px;
}

.saved-jobs--bar .list {
    display: grid;
    padding-top: 20px;
}

.ui-vacancy--card.saved {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #efefef;
    padding: 20px 10px;
}

.ui-vacancy--card.saved:hover {
    background: #F4F7FF;
}

.ui-vacancy--card.saved > .wrap > .info_options {
    padding: 0;
}

.ui-vacancy--card.saved > .wrap {
    display: grid;
    gap: 8px;
}

.ui-vacancy--card.saved .title {
    margin: 0;
    font-size: 17px;
}

.saved-jobs--bar > .wrap > .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-vacancy--card h2 a {
    color: inherit;
}

[data-bs-toggle="collapse"] .icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    margin-left: 4px;
    position: relative;
    top: 2px;
}

[data-bs-toggle="collapse"] .icon img {
    width: 100%;
}

[data-bs-toggle="collapse"][aria-expanded="true"] .icon {
    transform: rotate(180deg);
}
.filter-sidebar--item.submit{
    display: none;
}


#skip-to-main a{
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip-to-main a:focus{
    position: static;
    height: auto;
    background: #EFEFF0;
    padding: 10px;
    display: block;
    width: max-content;
    border: 2px solid;
}
#skip-to-main {
    position: fixed;
    top: 0;
    z-index: 1111;
}

.s-saved-jobs .s-wrap {
    border: 1px solid #efefef;
    border-radius: 30px;
    margin: 100px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 30px;
}

.s-saved-jobs .s-wrap > .list {
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 0;
    display: grid;
    gap: 10px;
}

.s-saved-jobs .s-wrap > .list .ui-vacancy--card {
    width: 100%;
    border: none;
    border-radius: 0px;
    background: transparent;
    padding: 0;
    position: relative;
    counter-increment: section;
    display: flex;
    align-items: center;
    gap: 30px;
}


.s-saved-jobs .s-wrap .ui-vacancy--card:before {
    content: counter(section);
    background: #009FE3;
    position: relative;
    border-radius: 50%;
    border: 1px solid #009FE3;
    left: 0px;
    width: 24px;
    height: 24px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    min-width: 24px;
}

.s-saved-jobs .s-wrap > .list .ui-vacancy--card > .wrap {
    width: 100%;
}
.submit-jobs-form {
    width: 100%;
}

.submit-jobs-form > .fields {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: CENTER;
    width: 100%;
}

.submit-jobs-form > .fields .upload-file {
    position: relative;
    padding: 20px;
    border: 1px dashed #D9DBE1;
    border-radius: 10px;
    min-width: 400px;
    font-size: 12px;
    line-height: 24px;
    color: #969BAB;
}

.submit-jobs-form > .fields .upload-file input {
    display: none;
}

.ui-button.ui-button--outline {
    background: white;
    border: 1px solid #009FE3;
    color: #009FE3;
}

.submit-jobs-form > .fields .upload-file .start {
    display: grid;
    justify-content: center;
}

.submit-jobs-form > .fields .upload-file .start .or {
    margin-bottom: 10px;
}

.ui-outline-field {
    border: 1px solid #009FE3;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    color: #009FE3;
    border-radius: 6px;
    max-width: 342px;
    width: 100%;
}

input.lin-share {
    padding-left: 45px;
    padding-right: 40px;
    background-image: url(assets/icons/ln.svg), url(assets/icons/copylink.svg);
    background-position: 4% center,96% center;
    background-repeat: no-repeat;
}

.submit-jobs-form > .fields .col-right {
    width: 100%;
}

input.lin-share::placeholder {
    color: #009FE3;
    font-weight: 600;
}

.form-check-input {
    width: 1em;
    height: 1em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    min-height:auto;
    padding: 0;
    margin-top: 1px;
}

.form-check-input:checked {
    background-color: #009FE3;
    border-color: #009FE3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}


.form-check {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    display: flex;
    gap: 10px;
}

.terms_check {
    display: grid;
    gap: 10px;
    padding-top: 20px;
}

.redstar {
    color: red;
    font-weight: 600;
}

.submit-jobs-form .form-footer {
    display: grid;
    gap: 20px;
}

.form-check-input.x2 {
    width: 1.4em;
    height: 1.4em;
}

.files-list .file-item {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ui-stories-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 111;
    background: #9da6b2f0;
    display: none;
}

.ui-stories-modal > .wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ui-stories-modal > .wrapper > .window {
    width: 100%;
    overflow: scroll;
    height: 100%;
}

.ui-stories-modal > .wrapper > .window .nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ui-stories-modal > .wrapper > .window .nav .nav-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.ui-stories-modal > .wrapper > .window .nav .nav-slide button {
    width: 100%;
    background: transparent;
    cursor: pointer;
    border: none;
}

.ui-stories-modal > .wrapper > .window .nav .nav-stories {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    cursor: pointer;
    pointer-events: none;
}

.ui-stories-modal > .wrapper > .window .nav .nav-stories button {
    margin: 0 20px;
    background: transparent;
    border: none;
    pointer-events: all;
}

.ui-stories-modal > .wrapper > .window .header {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    z-index: 1;
    position: absolute;
    width: 100%;
    padding: 20px;
}

.ui-stories-modal > .wrapper > .window .header button {
    background: transparent;
    border: none;
    font-size: 30px;
    color: white;
    padding: 10px;
    cursor: pointer;
    min-height: auto;
}

.stories--shown .ui-stories-modal {
    display: block;
}
body.stories--shown {
    overflow: hidden;
}

.ui-stories-modal > .wrapper > .window .header .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.ui-stories-modal > .wrapper > .window > .viewer > .image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}


.ui-stories-modal > .wrapper > .window .viewer {min-height: 100vh;}

.ui-stories-modal > .wrapper > .window .header .stories--info {
    display: flex;
    gap: 15px;
    align-items: center;
    color: white;
}

.ui-stories-modal > .wrapper > .window .header .stories--info .date {
    font-size: 14px;
    color: #ebebeb;
    margin-top: 2px;
    font-weight: 500;
}

.ui-stories-modal > .wrapper > .window .header .stories--info .avatar {
    line-height: 0;
}

[data-open-story="prev"] {
    transform: rotate(180deg);
}

.ui-stories-modal > .wrapper > .window .nav .nav-stories button svg {
    width: 50px;
    height: 50px;
}
.ui-stories-modal > .wrapper > .window > .viewer > .image img {
    min-height: 100vh;
    max-height: 100%;
    object-fit: contain;
}

.ui-stories-modal > .wrapper > .window .header .stories--info .title {
    font-weight: 700;
}

.form--loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    display: none;
}

.s-locations .s-wrap {
    display: grid;
    grid-template-columns: auto 60%;
    gap: 100px;
}

.s-locations {
    padding: 50px 0;
    padding-bottom: 100px;
}

.s-locations .s-wrap h2 {
    font-size: 40px;
    line-height: 54px;
    color: #732281;
    margin-bottom: 20px;
    font-weight: 500;
}

.s-locations .s-wrap  .s-header {
    display: grid;
    gap: 30px;
    font-weight: 300;
    font-size: 15px;
    line-height: 170%;
    color: #1E335A;
}

.s-locations .s-wrap .s-header p {
    margin-bottom: 15px;
}

.s-locations .s-wrap .white_bg_for_scroll {
    height: 100%;
    display: grid;
}

.s-locations .s-wrap .white_bg_for_scroll > .image-location.scrollbar-outer {
    overflow: scroll;
    display: grid;
    gap: 32px;
    max-height: 780px;
    border-radius: 10px;
}

.s-locations .s-wrap .white_bg_for_scroll > .image-location.scrollbar-outer > .item {
    position: relative;
    color: white;
    min-height: 185px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    max-width: 574px;
    margin-left: auto;
    width: 100%;
}

.s-locations .s-wrap .white_bg_for_scroll> .scroll-nav {
    display: block;
    margin-left: auto;
    position: relative;
    right: 34%;
    top: 50%;
    z-index: 1;
}

.s-locations .s-wrap .white_bg_for_scroll> .scroll-nav.scroll-down {
    top: -50%;
}

.s-locations .s-wrap .white_bg_for_scroll > .image-location.scrollbar-outer > .item > .wrap {
    display: grid;
    height: 100%;
    padding: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    border-radius: 10px;
}

.s-locations .s-wrap .white_bg_for_scroll > .image-location.scrollbar-outer > .item > .wrap .title {
    height: max-content;
    margin-top: auto;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
}

.s-locations .s-wrap .white_bg_for_scroll > .image-location.scrollbar-outer > .item > .wrap .contact_info > .row {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 30px;
    opacity: 0;
    transition: .3s;
    font-weight: 600;
}

.s-locations .s-wrap .white_bg_for_scroll > .image-location.scrollbar-outer > .item:hover > .wrap .contact_info > .row {
    opacity: 1;
}

.s-locations .s-wrap .white_bg_for_scroll > .image-location.scrollbar-outer > .item:hover > .wrap {
    backdrop-filter: blur(10px);
}

.ui-button--link {
    width: max-content;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}


.s-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ui-wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: url(assets/images/wave.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto;
    animation: move_wave 15s linear infinite;
    z-index: -1;
}
.ui-wave.style--1 {
    background-image: url(assets/images/waves-alt.svg?);
    background-repeat: repeat-x;
}
.services--section .ui-wave {
    background-position: center 30%;
}

.bg-lines {
    background-image: url(assets/images/clients_bg.svg);
    background-repeat: repeat-x;
    background-position: 100% 45%;
    background-size: contain;
}

footer .hiring_us:after {
    content: '';
    background-image: url("assets/images/hiring.svg");
    width: 68px;
    height: 16px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 5px;
}
.text-danger {
    color: red;
}

.single--post .s-content img {
    max-width: 100%;
    height: auto;
}


form .text-danger {
    margin-top: 20px;
}
.l-mt-10{
    margin-top: 10px;
}
.l-mt-15{
    margin-top: 15px;
}
.l-mt-20{
    margin-top: 20px;
}
.l-mt-25{
    margin-top: 25px;
}
.l-mt-30{
    margin-top: 30px;
}
.l-mt-35{
    margin-top: 35px;
}
.l-mt-40{
    margin-top: 40px;
}

.l-mb-10 {
    margin-bottom: 10px;
}
.l-mb-15 {
    margin-bottom: 15px;
}
.l-mb-20 {
    margin-bottom: 20px;
}
.l-mb-25 {
    margin-bottom: 25px;
}
.l-mb-30 {
    margin-bottom: 30px;
}
.l-mb-35 {
    margin-bottom: 35px;
}
.l-mb-40 {
    margin-bottom: 40px;
}
.l-pb-0 {
    padding-bottom: 0;
}
.l-pb-10 {
    padding-bottom: 10px;
}
.l-pb-15 {
    padding-bottom: 15px;
}
.l-pb-20 {
    padding-bottom: 20px;
}
.l-pb-250 {
    padding-bottom: 250px;
}

@keyframes move_wave {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-1440px, 0, 0);
    }
}