@charset "UTF-8";

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-Thin.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-ThinItalic.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-ThinItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-Light.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-LightItalic.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-Regular.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-Italic.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-Medium.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-MediumItalic.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-Bold.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-BoldItalic.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-ExtraBold.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-ExtraBoldItalic.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-ExtraBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-Black.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo';
    src: url('https://cdn.baseform.com/Chivo-Full/Chivo-BlackItalic.woff2') format('woff2'),
    url('https://cdn.baseform.com/Chivo-Full/Chivo-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 900;
    font-display: swap;
}

html.dark {
    background-color: #002030;
    color: white;
}

html {
    margin: 0;
    padding: 0;
    font-family: Chivo, sans-serif;
    color: #002030;
}

.headContent.section {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 32, 48, .9);
    -webkit-transition: background .5s;
    transition: background .5s;
}

.headContent.section .localeAlert {
    display: none;
    width: 100%;
    background: #77a3dd;
    padding: 8px 0;
}

.section .grid {
    padding: 0 60px;
    margin: 0;
    position: relative;
}

.fadeIn {
    opacity: 0;
    transform: translateY(-5px);
    -webkit-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
}

.fadeIn.active {
    opacity: 1;
    transform: translateY(0px);
}
a.btn:before {
    content: "";
    position: absolute;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
}
a.btn:hover:before {
    top: 0;
    border: 1px solid white;
}

#top {
    font-size: 24px;
    text-align: right;
    position: relative;
    margin-top: 0;
    height: 108px;
    /* min-height: 60px; */
    /* max-height: 84px; */
}

.logo {
    background: url(//cdn.baseform.com/baseform.com/img/home/v2/logo20.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 186px;
    height: 45px;
    left: 0;
    /* background-position-y: 72%; */
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    bottom: 20px;
}
a {
    color: #77a3dd;
    text-decoration: none;
}

#mainMenu {
    width: calc(100% - 222px);
    width: calc(100% - 186px - 36px);
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    padding-left: 36px;
    text-align: left;
    position: relative;
    top: calc(100% - 25px);
    transform: translateY(-100%);
    margin: 0;
}

ul, ol {
    list-style: none;
}
#mainMenu li:first-child {
    padding-left: 0;
}
#mainMenu li {
    /* letter-spacing: .07em; */
    padding-left: 18px;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: text-bottom;
}

.dark #mainMenu li.on a {
    color: white;
}

#mainMenu li.on a {
    color: #002030;
}

ul.buttonList {
    position: absolute;
    width: 100%;
    list-style: none;
    top: 12.5px;
    padding-left: 0;
}

ul.buttonList li {
    display: inline-block;
    margin-left: 14px;
}

a.btn {
    background: #77a3dd;
    border: 1px solid #77a3dd;
    box-sizing: border-box;
    width: 112px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    position: relative;
    z-index: 1;
}
a.btn.login {
    font-family: 'Chivo', sans-serif;
    font-weight: 500;
    vertical-align: middle;
    padding: 1.5px 0;
    font-size: 14px;
    line-height: 17px;
    width: 70px;
    height: auto;
    border: 1px solid white;
    letter-spacing: .07em;
    background: white;
    color: #002030;
}
a.btn.login.jobs {
    background: none;
    border: 1px solid #77A3DD;
    padding: 1.5px 0;
    font-size: 14px;
    font-weight: 400;
    width: 70px;
    color: #77A3DD;
}

.customSelect.langPickerHolder {
    width: 70px;
    text-align: left;
}
.customSelect {
    position: relative;
    /* margin: 10px 0; */
    display: block;
    width: max-content;
    top: -1px;
}

.customSelect {
    border: 1px solid white;
    border-bottom: 0;
}
.customSelect .selectTitle {
    color: white;
    text-transform: uppercase;
    background: #002030;
    border-radius: unset;
    padding-right: 17px;
    margin: 0 6px;
    font-family: "Chivo";
    vertical-align: middle;
    font-size: 14px;
    line-height: 21px;
    height: 20px;
    cursor: pointer;
}
.customSelect .selectPopup {
    position: absolute;
    left: -1px;
    right: -1px;
    border-top: 1px solid white;
    background: #002030;
    z-index: 2;
    padding-left: 0;
    margin: 0;
}
.customSelect:after {
    content: '';
    position: absolute;
    right: 7px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    pointer-events: none;
}

.customSelect .selectPopup li {
    text-transform: uppercase !important;
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    margin: 0 6px;
    border-top: 1px solid white;
    padding-left: 0 !important;
    cursor: pointer;
    text-align: left;
}

.customSelect .selectPopup li {
    display: none !important;
}

.customSelect .selectPopup.active li {
    display: block !important;
}

.customSelect .selectPopup.active {
    border: 1px solid white;
    border-top: none;
}

.mainContent {
    padding-top: 30px;
}

html.dark #mapOut {
    border-top: 2px solid white;
}

a:hover {
    color: #ffbb33;
}

#mapOut {
    margin: 20px auto;
    border-top: 1px solid #002030;
}

.customSelect.langPickerHolder {
    width: 70px;
    text-align: left;
}
.customSelect.pickerFooter {
    display: none;
}
#mapOut .grid {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mapBlockGrid {
    /*box-sizing: border-box;*/
    width: 100%;
    display: grid;
    grid-template-columns: 240px 1fr 1fr 1fr 1fr;
    gap: 52px;
}

html.dark .mapBlock.tm {
    color: white;
}
html.dark .mapBlock {
    color: #77a3dd;
}
.mapBlock.tm {
    color: #002030;
    padding-top: 5px;
    line-height: 140%;
    font-weight: 300;
}
.tmUl {
    width: 100%;
     margin-top: 0;
    padding-left: 0;
}
.mapBlockGrid .mapBlock {
    margin-top: 0;
    ul {
        margin: 0;
        padding: 0;
    }
}
.responsiveTm {
    display: none;
}
.mapBlock {
    color: #77a3dd;
    cursor: pointer;
    font-size: 14px;
}

.mapBlock .l1 {
    padding: 4px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.mapBlock .l2 {
    padding: 2px 0;
}
html.dark .mapBlock .l1 a {
    color: white;
}

@media (max-width: 1023px) {
    .mapBlockGrid .mapBlock.tm {
        display: none;
    }
    .responsiveTm {
        display: block;
        .tmUl {
            li {
                display: inline-block;
                position: relative;
                &:not(:first-of-type) {
                    padding-left: 7px;
                    :before {
                        content: '·';
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                }
            }

        }
    }

    .mapBlockGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 767px)  {
    .customSelect.pickerFooter {
        display: block;
        margin-bottom: 15px;
        margin-left: 24px;
        margin-top: 15px;
    }
    .newapps .section .grid {
        padding: 0 30px;
    }
    #top {
        text-align: center;
        height: 78px;
    }
    .mainContent {
        padding-top:30px;
    }
    #top #mainMenu {
        width: 100%;
        display: block;
        /* line-height: 4vw; */
        top: -4px;
        text-align: center;
        padding-left: 0;
        transform: none;
        font-size: 14px;
    }
    ul.buttonList {
        margin-top: 0;
        .langPickerHolder {
            display: none;
        }
    }
    .logo {
        width: 138px;
        height: 34px;
        padding: 10px 0;
        padding-bottom: 0;
        position: relative;
        bottom: 0;
        z-index: 99;
        margin-top: 10px;
    }
    ul.buttonList .jobsHolder {
        margin-left: 0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
    }
    ul.buttonList .loginHolder {
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
    }
}
@media (max-width: 479px)  { /* small phones */ }
