*,
*:focus {
    outline: none;
}

body {
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: 400;
    color: var(--font-dark);
    background-color: #ffffff;
}

p,
h1,
h2,
h3,
h4 {
    margin-bottom: 0;
    margin-top: 0;
}

#content * {
    outline: none;
}

.btn2:focus,
.btn:focus,
input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:active,
input:hover,
input:focus,
textarea:active,
textarea:hover,
textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

.text-control-wrapper {
    position: relative;
    max-width: 645px;
}

.floating-label img {
    margin-top: -3px;
}

input:focus~.floating-label,
textarea:focus~.floating-label,
textarea:not(:focus):valid~.floating-label,
input:not(:focus):valid~.floating-label {
    top: -24px;
    bottom: 20px;
    left: 0;
    opacity: 1;
}

.floating-label .textarea-star {
    position: absolute;
    top: 16px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    color: #4c4d4f;
}

.floating-label img {
    width: 8px;
    margin-left: 2px;
    margin-top: -15px;
}

.text-control {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    display: block;
    width: 100%;
    color: #4c4d4f;
    font-size: 24px;
}

.form-fields .text-control {
    margin-bottom: 53px;
    border-radius: 0;
    padding-left: 0;
}

body {
    max-width: 2560px;
    margin: 0 auto;
    overflow-x: hidden;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: unset;
    font-size: 20px;
    margin: 20px 0 30px;
}

.breadcrumbs a {
    text-decoration: none;
    color: var(--font-light);
}

.breadcrumbs .breadcrumbs-separator {
    margin: 0 5px;
}

.breadcrumbs .breadcrumbs-separator:last-child {
    display: none;
}

@media (min-width: 320px) {
    .container {
        margin: 0 15px;
        max-width: 100%;
    }
}

@media (min-width: 660px) {
    .container {
        margin: 0 30px;
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .container {
        margin: 0 60px;
        max-width: 100%;
    }
}

@media (min-width: 1601px) {
    .container {
        max-width: 1590px;
        margin: 0 auto;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon/fonts/icomoon.eot?5f88ad41d241387136558efbee47deec);
    src: url(../fonts/icomoon/fonts/icomoon.eot?5f88ad41d241387136558efbee47deec) format("embedded-opentype"), url(../fonts/icomoon/fonts/icomoon.ttf?1a09cec95477c94a7ccf3c6ca6cf8ffa) format("truetype"), url(../fonts/icomoon/fonts/icomoon.woff?8915a232cf1f7d6019374676cfbcdbca) format("woff"), url(../fonts/icomoon/fonts/icomoon.svg?d9101f1145d532e89a39791361beecc4) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-logo:before {
    content: "\E900";
}

.icon-instagram:before {
    content: "\E901";
}

.icon-linkedin-logo:before {
    content: "\E902";
}

.icon-straight-quotes:before {
    content: "\E903";
}

.icon-twitter-social-logotype:before {
    content: "\E904";
}

.icon-youtube-symbol:before {
    content: "\E905";
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url(../fonts/Montserrat.ttf?ee6539921d713482b8ccd4d0d23961bb);
    font-display: block;
}

@font-face {
    font-family: 'ProximaNova';
    font-weight: 400;
    src: url(../fonts/ProximaNova.otf?a7904363c02bf455a6d37926f192b86d);
    font-display: block;
}

@font-face {
    font-family: 'Arimo';
    font-weight: 400;
    src: url(../fonts/Arimo.ttf?eb92bbeb539f631f0ed02d90d2b66463);
    font-display: block;
}

.header {
    padding: 45px 0;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-heb .header-nav a:first-child {
    font-family: "Arimo";
}

.header-heb .header-nav a:nth-child(2) {
    text-transform: unset;
}

.header-social a {
    color: #000222;
    text-decoration: none;
}

.header-social a i {
    font-size: 22px;
}

.header-social a:nth-child(2n) {
    margin: 0 30px;
    text-decoration: none;
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav a {
    color: #000222;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.header-nav a:first-child {
    font-family: "ProximaNova";
    font-size: 24px;
    line-height: 1;
}

.header-nav a:nth-child(2) {
    margin-left: 60px;
    border: 3px solid #000222;
    height: 29px;
    width: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Arimo";
    font-size: 18px;
    line-height: 1;
}

.footer {
    height: 187px;
    background-color: #f1f1f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-heb .footer-creds a {
    margin-left: 0;
    margin-right: 5px;
}

.footer-social {
    margin-bottom: 30px;
}

.footer-social a {
    color: #000222;
    text-decoration: none;
}

.footer-social a i {
    font-size: 22px;
}

.footer-social a:nth-child(2n) {
    margin: 0 30px;
    text-decoration: none;
}

.footer-creds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-creds p {
    font-size: 18px;
    color: #4c4d4f;
    line-height: 1;
}

.footer-creds a {
    font-size: 18px;
    color: #4c4d4f;
    line-height: 1;
    margin-left: 5px;
}

.button-submit {
    cursor: pointer;
}

#home-heb,
#about-heb {
    font-family: "Arimo" !important;
}

#home-heb .headline h1 br:first-child,
#about-heb .headline h1 br:first-child {
    display: block;
}

#home-heb h1,
#home-heb h2,
#home-heb h3,
#home-heb p,
#about-heb h1,
#about-heb h2,
#about-heb h3,
#about-heb p {
    direction: rtl;
    font-family: "Arimo" !important;
}

#home-heb .floating-label,
#about-heb .floating-label {
    right: 0;
    left: unset;
}

.banner {
    height: 750px;
    background: url("../images/main-bg.png") no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner .headline {
    margin: 60px 0;
}

.banner .headline h1 br:nth-child(1) {
    display: none;
}

.banner .button {
    width: 240px;
    height: 54px;
    font-size: 20px;
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000222;
    color: #ffffff;
    text-decoration: none;
}

.subheadline h3 {
    font-size: 30px;
    color: #4c4d4f;
    line-height: 1;
    text-transform: uppercase;
}

.headline h1 {
    font-size: 60px;
    color: #222222;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    font-family: 'ProximaNova';
    font-weight: 400;
}

.headline h2 {
    font-size: 60px;
    color: #222222;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    font-family: 'ProximaNova';
    font-weight: 400;
}

.career {
    max-width: 1050px;
    margin: 100px auto 0;
}

.career .headline {
    margin: 60px 0 100px;
}

.career .subheadline {
    text-align: center;
}

.career-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    height: 270px;
}

.career-text p {
    font-size: 20px;
    color: #4c4d4f;
    max-width: 500px;
    line-height: 1.8;
}

.career-text p:nth-child(2n) {
    margin-top: 53px;
}

.career-text p span {
    display: none;
}

.career-text p a {
    color: #00aeff;
    text-decoration: none;
}

.main {
    display: grid;
    grid-template-columns: 1.013fr 1fr;
    grid-column-gap: 40px;
    margin: 100px 0 60px;
}

.main-mobile {
    display: none;
}

.main-image {
    background-size: cover;
    margin-bottom: 115px;
}

.main-image img {
    width: 100%;
}

.main-left {
    display: block;
}

.main-left .headline h2 {
    text-align: left;
    margin: 60px 0 100px;
}

.main-left .description {
    max-width: 705px;
    margin-bottom: 60px;
}

.main-left .description p {
    font-size: 20px;
    color: #4c4d4f;
    line-height: 1.8;
}

.main-left .form-group:nth-child(2) {
    margin: 40px 0;
}

.main-left textarea {
    height: 120px;
}

.main-left .button {
    width: 240px;
    height: 54px;
    font-size: 20px;
    margin-top: 60px;
}

.main-right {
    padding-top: 60px;
}

.main-right .headline {
    margin: 60px 0;
}

.main-right .headline h2 {
    text-align: left;
}

.main-right .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-right .quote i {
    color: #000222;
    font-size: 32px;
}

.main-right .quote:last-child {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-right p {
    font-size: 20px;
    color: #4c4d4f;
    line-height: 1.8;
    padding-left: 60px;
}

.main-right p:nth-child(2n+1) {
    margin: 50px 0;
}

.about-top {
    background: url("../images/about-bg.png") no-repeat center;
    background-size: cover;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
}

.about .subheadline h3 {
    text-align: center;
}

.about .headline {
    margin: 60px 0 100px;
}

.about-text {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
}

.about-text p {
    font-size: 20px;
    font-family: "Montserrat";
    color: #4c4d4f;
    line-height: 1.8;
    max-width: 780px;
}

.about-text p:nth-child(2n),
.about-text p:nth-child(3) {
    margin-top: 40px;
}

.about .description {
    max-width: 705px;
    margin: 0 auto 60px;
}

.about .description p {
    font-size: 20px;
    text-align: center;
    color: #4c4d4f;
    line-height: 1.8;
}

.about-form {
    margin: 0 auto 100px;
    max-width: 645px;
}

.about-form .form-group:nth-child(2) {
    margin: 40px 0;
}

.about-form textarea {
    height: 120px;
}

.about-form .button {
    width: 240px;
    height: 54px;
    font-size: 20px;
    margin-top: 60px;
}

.about-form .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#home-heb .career-text {
    height: unset;
}

#home-heb .main-right .headline h2,
#home-heb .main-left .headline h2 {
    text-align: right;
}

#home-heb .floating-label {
    right: 0;
}

#home-heb .main-right p {
    padding-left: 0;
    padding-right: 60px;
}

@media (max-width: 1440px) {
    .banner {
        height: 575px;
    }
}

@media (max-width: 1024px) {
    .headline h1,
    .headline h2 {
        font-size: 48px;
    }
    .floating-label {
        font-size: 18px;
    }
    .banner {
        height: 425px;
    }
    .career {
        margin: 60px auto 0;
    }
    .career-text {
        grid-column-gap: 30px;
    }
    .career-text p {
        font-size: 18px;
    }
    .career-text p:nth-child(2n) {
        margin-top: 40px;
    }
    .career .headline {
        margin: 60px 0;
    }
    .main {
        grid-column-gap: 30px;
    }
    .main-image {
        margin-bottom: 60px;
    }
    .main-left .headline h2 {
        margin: 60px 0;
    }
    .main-left .description p {
        font-size: 18px;
    }
    .main-right {
        padding-top: 30px;
    }
    .main-right p {
        font-size: 18px;
        padding-left: 20px;
    }
    .main-right p:nth-child(2n+1) {
        margin: 35px 0;
    }
    .about-top {
        height: 170px;
        margin-bottom: 60px;
    }
    .about .headline {
        margin: 60px 0;
    }
    .about-text {
        margin-bottom: 80px;
    }
    .about-text p {
        font-size: 18px;
    }
    .about .description {
        max-width: 437px;
    }
    .about .description p {
        font-size: 18px;
    }
    .about-form {
        margin: 0 auto 80px;
        max-width: 437px;
    }
    #home-heb .main-right p {
        padding-right: 20px;
    }
}

@media (max-width: 1023px) {
    .mobile-hidded {
        display: none;
    }
    .header {
        padding: 30px 0;
    }
    .header-logo a img {
        width: 216px;
        height: 45px;
    }
    .header-nav a:nth-child(2) {
        margin-left: 40px;
    }
    .header-social a:nth-child(2n) {
        margin: 0 20px;
    }
    .headline h1,
    .headline h2 {
        font-size: 36px;
    }
    .subheadline h3 {
        font-size: 24px;
    }
    .banner .button {
        width: 216px;
    }
    .banner .headline {
        margin: 40px 0;
    }
    .career .headline {
        margin: 40px 0;
    }
    .career-text {
        display: grid;
        grid-template-columns: 1fr;
        height: unset;
    }
    .career-text p {
        font-size: 16px;
        max-width: unset;
    }
    .career-text p:nth-child(3) {
        display: none;
    }
    .career-text p:nth-child(2n) {
        margin-top: 30px;
    }
    .career-text p span {
        display: inline-block;
    }
    .main {
        grid-template-columns: 1fr;
        margin: 60px 0;
    }
    .main-mobile {
        display: block;
        grid-row: 1;
    }
    .main-mobile img {
        width: 100%;
    }
    .main-left {
        grid-row: 3;
    }
    .main-left .headline h2,
    .main-left .subheadline h3 {
        text-align: center;
    }
    .main-left .description {
        max-width: 437px;
        margin: 0 auto 40px;
    }
    .main-left .description p {
        font-size: 16px;
        text-align: center;
    }
    .main-left .contact-form {
        max-width: 437px;
        margin: 0 auto;
    }
    .main-left .headline h2 {
        margin: 40px 0;
    }
    .main-left .button {
        width: 216px;
        margin: 60px auto 0;
    }
    .main-right {
        padding-top: 40px;
        grid-row: 2;
    }
    .main-right p {
        font-size: 16px;
    }
    .main-right .headline {
        margin: 40px 0;
    }
    .about .headline {
        margin: 40px 0;
    }
    .about-text {
        grid-template-columns: 1fr;
        grid-row-gap: 35px;
    }
    .about-text p:nth-child(2n),
    .about-text .about-text p:nth-child(3) {
        margin-top: 35px;
    }
    .about-text p {
        font-size: 16px;
        max-width: unset;
    }
    .about .description p {
        font-size: 14px;
    }
    .about-form .button {
        width: 216px;
    }
    .footer-social a:nth-child(2n) {
        margin: 0 20px;
    }
    #home-heb .career-text div:nth-child(1) {
        grid-row: 2;
    }
    #home-heb .career-text div:nth-child(2) {
        grid-row: 1;
    }
    #home-heb .main-left .headline h2 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .headline h1,
    .headline h2 {
        font-size: 30px;
    }
    .subheadline h3 {
        font-size: 20px;
    }
    .banner .headline h1 br:nth-child(1) {
        display: block;
    }
    .header {
        padding: 20px 0;
    }
    .header-social {
        display: none;
    }
    .header-logo a img {
        height: 35px;
        width: 161px;
    }
    .about-form {
        margin: 0 auto 60px;
    }
}

@media (max-width: 479px) {
    .floating-label {
        font-size: 16px;
    }
    .header {
        padding: 20px 0;
    }
    .header-logo a img {
        height: 28px;
        width: 131px;
    }
    .header-nav a:first-child {
        font-size: 20px;
    }
    .header-nav a:nth-child(2) {
        margin-left: 15px;
        height: 24px;
        width: 65px;
        font-size: 16px;
    }
    .banner .button {
        height: 50px;
        width: 136px;
        font-size: 16px;
    }
    .career {
        margin: 40px auto 0;
    }
    .career .headline {
        margin: 20px 0;
    }
    .career-text p {
        font-size: 14px;
    }
    .main {
        margin: 40px 0;
    }
    .main-image {
        margin-bottom: 40px;
    }
    .main-right {
        padding-top: 20px;
    }
    .main-right p {
        font-size: 14px;
    }
    .main-right .headline {
        margin: 20px 0;
    }
    .main-left .headline h2 {
        margin: 20px 0;
    }
    .main-left .description p {
        font-size: 14px;
    }
    .main-left .button {
        width: 150px;
        height: 50px;
        font-size: 16px;
        margin-top: 40px;
    }
    .about .description p {
        font-size: 14px;
    }
    .about .headline {
        margin: 20px 0;
    }
    .about-top {
        margin-bottom: 40px;
    }
    .about-text {
        grid-row-gap: 30px;
        margin-bottom: 40px;
    }
    .about-text p {
        font-size: 14px;
    }
    .about-text p:nth-child(2n),
    .about-text .about-text .about-text p:nth-child(3) {
        margin-top: 30px;
    }
    .about-form {
        margin: 0 auto 40px;
    }
    .about-form .button {
        margin-top: 40px;
        width: 150px;
        height: 50px;
        font-size: 16px;
    }
    .footer-creds {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-creds p span {
        display: none;
    }
    .footer-creds a {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}

@media (max-width: 360px) {
    .headline h1,
    .headline h2 {
        font-size: 22px;
    }
}