/* global box-sizing */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}

/* clear */
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
body {
    background-color: #190029;
}
strong {
    font-weight: 600;
}
.hero-section {
    width: 100%;
    position: relative;
    min-height: 500px;
    height: 80vh;
    max-height: 730px;
}
.hero-section-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(17, 0, 41);
    background: -moz-linear-gradient(
        180deg,
        rgba(17, 0, 41, 1) -5%,
        rgba(22, 0, 41, 0) 42.9%,
        rgba(25, 0, 41, 0.25) 75.9%,
        rgba(25, 0, 41, 1) 105.5%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(17, 0, 41, 1) -5%,
        rgba(22, 0, 41, 0) 42.9%,
        rgba(25, 0, 41, 0.25) 75.9%,
        rgba(25, 0, 41, 1) 105.5%
    );
    background: linear-gradient(
        180deg,
        rgba(17, 0, 41, 1) -5%,
        rgba(22, 0, 41, 0) 42.9%,
        rgba(25, 0, 41, 0.25) 75.9%,
        rgba(25, 0, 41, 1) 105.5%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#110029",endColorstr="#190029",GradientType=1);
}
.hero-section-wrapper {
    max-width: 1440px;
    width: 100%;
    position: relative;
    height: 100%;
    margin: 0 auto;
    background-position: -160px center;
    background-repeat: no-repeat;
    background-size: auto 115%;
}
.hero-section-logo-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 115px;
    left: 0;
}
.hero-section-logo {
    width: 278px;
    height: auto;
}
.hero-logo-byline {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-top: 22px;
    line-height: 26px;
}
.hero-section-info-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 65px;
    right: 0;
    width: 100%;
    max-width: 720px;
}
.hero-section-info {
    max-width: 560px;
    width: 100%;
    padding-top: 33px;
}
.hero-section-info-title {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    color: #ffffff;
    text-shadow: 0px 2px 50px rgba(25, 0, 41, 0.5);
}
.hero-section-info-title span {
    font-weight: 700;
    color: #ed4fc7;
}
.hero-section-info-desc {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    max-width: 415px;
    text-shadow: 0px 2px 50px rgba(25, 0, 41, 0.5);
    margin-top: 40px;
}
.job-area-section {
    width: 100%;
    position: relative;
}
.job-area-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px 60px 100px;
}
.left-column-container {
    position: relative;
    width: calc(33.3333% - 13px);
}
.open-position-container {
    width: calc(66.6667% - 13px);
    position: relative;
}
.left-col-container {
    width: 100%;
    padding: 32px;
    background: rgba(25, 0, 41, 0.7);
    border-radius: 15px;
    border: 1px solid #590661;
    margin-bottom: 32px;
}
.left-col-container.med-quarter-bild {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 102px auto;
    background-image: url("/static/images/join-bg.png");
}
.left-col-container.med-full-bild {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url("/static/images/refer-bg.png");
}
.wide-radius {
    border-radius: 25px;
}
.no-pad {
    padding: 0;
}
.join-us-title {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
}
.join-us-title span {
    font-weight: 700;
    color: #ed4fc7;
}
.join-us-excerpt {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    text-shadow: 0px 2px 50px rgba(25, 0, 41, 0.5);
    margin-bottom: 48px;
    margin-top: 18px;
}
.unordered-checklist {
    width: 100%;
    margin-bottom: 48px;
}
.unordered-checklist-item {
    margin-bottom: 40px;
    padding-left: 80px;
    padding-right: 10px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 48px;
    background-image: url("/static/images/check-circle.png");
}
.unordered-checklist-item:last-of-type {
    margin-bottom: 0px;
}
.interactive-btn {
    font-family: "Space Grotesk", sans-serif;
    background: #e82155;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 19px 25px;
    width: 100%;
    -webkit-user-select: none;
    /*Chromeall/Safariall*/
    -moz-user-select: none;
    /*Firefoxall*/
    -ms-user-select: none;
    /*IE10+*/
    user-select: none;
    margin-top: 28px;
    transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
}
.interactive-btn:hover {
    opacity: 0.7;
}

.interactive-btn.less-pad {
    padding: 12px 20px;
}
.interactive-btn.inactive {
    cursor: not-allowed;
    background: rgba(232, 33, 85, 0.3);
}
.open-pos-action-container .interactive-btn {
    margin-top: 0;
}
.open-pos-title {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    color: white;
    padding-bottom: 13px;
    margin-bottom: 12px;
    border-bottom: 1px solid #590661;
}
.open-pos-title span {
    color: #ed4fc7;
    font-weight: 700;
}
.open-pos-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}
.open-pos-items {
    width: calc(50% - 12px);
    padding: 19px 24px 36px;
    background: rgba(25, 0, 41, 0.7);
    border-radius: 25px;
    border: 1px solid #590661;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}
.open-pos-job-title {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}
.open-pos-company {
    color: #988ca2;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}
.open-pos-specs-wrapper {
    margin-top: 16px;
}
.open-pos-specs-item {
    margin-bottom: 8px;
    font-family: "Inter";
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.open-pos-skills-footer {
    margin-top: auto;
}
.open-pos-mobile-accordion {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.open-pos-specs-item span {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ed4fc7;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
.open-pos-excerpt {
    margin-top: 16px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.open-pos-skills-label {
    font-family: "Space Grotesk", sans-serif;
    margin-top: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.open-pos-skills-item {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    background: rgba(110, 32, 104, 0.6);
    border-radius: 40px;
    padding: 4px 12px;
    color: #ffffff;
    margin-top: 8px;
    margin-right: 8px;
}
.spacer-hr {
    width: 100%;
    margin: 24px 0;
    background-color: #590661;
    height: 1px;
}
.open-pos-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.open-pos-tag {
    display: inline-block;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    background: rgba(110, 32, 104, 0.6);
    border-radius: 40px;
    padding: 4px 12px;
    color: #ffffff;
}
.open-pos-tag.small {
    font-size: 14px;
    line-height: 22px;
}
.open-pos-location {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 4px 0;
}
.open-pos-location-flag {
    display: inline-block;
    width: 16px !important;
    height: 16px;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 4px;
    border-radius: 20px;
}
.accordion-trigger {
    cursor: pointer;
}
.collapsable-header {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    padding: 22px 25px;
}
.accordion-trigger {
    padding-right: 56px;
    position: relative;
}
.accordion-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/static/images/accordion-arrow.png");
}

.accordion-trigger.open:before {
    transform: rotate(180deg) translateY(8px);
}

.accordion-body {
    height: 0;
    overflow: hidden;
}
.left-col-maxers {
    width: 100%;
    max-width: 275px;
}
.refer-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-family: "Space Grotesk", sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
}
.refer-body {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 35px;
}
.refer-link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 20px;
    display: block;
}
.refer-link:hover {
    color: #ed4fc7;
}
.overlay-bg-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 10;
    background: rgba(25, 0, 41, 0.4);
    cursor: pointer;
}
.popup-section {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: fixed;
    z-index: 20;
    max-width: 750px;
    width: calc(100% - 40px);
    background: #190029;
    background: -moz-linear-gradient(
            135deg,
            rgba(239, 102, 207, 0.2) 0%,
            rgba(232, 33, 85, 0.2) 100%
        ),
        #190029;
    background: -webkit-linear-gradient(
            135deg,
            rgba(239, 102, 207, 0.2) 0%,
            rgba(232, 33, 85, 0.2) 100%
        ),
        #190029;
    background: linear-gradient(
            135deg,
            rgba(239, 102, 207, 0.2) 0%,
            rgba(232, 33, 85, 0.2) 100%
        ),
        #190029;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef66cf",endColorstr="#e82155",GradientType=1);
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 64px;
    padding-right: 32px;
}
.popup-section.wide {
    max-width: 1044px;
    border-radius: 25px;
    padding: 96px;
    padding-right: 48px;
}
.job-info-popup-close {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    background-image: url('/static/images/close-overlay.png');
    cursor: pointer;
    z-index: 1;
}
.popup-section .open-pos-header {
    justify-content: flex-start;
    margin-bottom: 32px;
}
.popup-section .open-pos-tag {
    margin-left: 16px;
}
.popup-section .open-pos-job-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 8px;
}
.popup-section .open-pos-company {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
}
.popup-section .open-pos-specs-item {
    line-height: 18px;
    margin-bottom: 4px;
}
.popup-section .open-pos-excerpt {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-top: 32px;
}
.popup-section .open-pos-skills-label {
    margin-top: 32px;
}
.open-pos-action-container {
    display: flex;
    margin-top: 48px;
    justify-content: space-between;
    align-items: center;
}
.open-pos-action-left {
    width: calc(100% - 280px);
}
.cancel-btn {
    padding: 12px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    font-family: "Space Grotesk", sans-serif;
    color: white;
    letter-spacing: 0.2em;
    cursor: pointer;
    text-transform: uppercase;
}
.browse-more {
    width: 100%;
    max-width: 260px;
}
.scrollable-container {
    max-height: calc(80vh - 168px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 32px;
}
.popup-section.wide .scrollable-container {
    padding-right: 48px;
}
.none {
    display: none;
}
.popup-form-container {
    position: relative;
    max-width: 645px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-col-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-col-wrapper.mbottom {
    margin-bottom: 60px;
}
.form-col-full {
    width: 100%;
    position: relative;
}
.form-col-half {
    width: calc(50% - 16px);
    position: relative;
}
.form-col-thirds {
    width: calc(33.33% - 21.3333px);
    position: relative;
}
.form-col-quarter {
    width: calc(25% - 24px);
    position: relative;
}
.form-row-btm {
    margin-bottom: 20px;
    position: relative;
}
.form-header-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 48px;
}
.form-header-subtitle {
    margin-bottom: 32px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
}
.form-input-header {
    display: flex;
    justify-content: space-between;
    color: #988ca2;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}
span.form-error {
    color: #e82155;
    display: none;
}
.has-error .form-error {
    display: block;
}
.popup-form-container input[type="email"],
.popup-form-container input[type="number"],
.popup-form-container input[type="text"],
.popup-form-container input[type="tel"],
.popup-form-container select.single {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    background: rgba(232, 33, 85, 0.15);
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    padding: 16px 20px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.popup-form-container select.single {
    background-size: 16px 16px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("/static/images/accordion-arrow.png");
    background-position-x: calc(100% - 28px);
}
.popup-form-container input[type="radio"] {
    appearance: none;
    position: relative;
    width: 100%;
    height: 64px;
    margin: 0 !important;
    background: rgba(232, 33, 85, 0.15);
    display: block;
    border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    border: 1px solid transparent;
}
.popup-form-container .radio-label {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    border: 1px solid transparent;
    top: 50%;
    left: 50%;
    color: #ffffff;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    white-space: nowrap;
}
.popup-form-container input[type="radio"]:checked {
    background-color: white;
}
.popup-form-container input[type="radio"]:checked + label.radio-label {
    color: #e82155;
}

.popup-form-container .checkbox-label {
    position: relative;
    padding: 20px 32px;
    padding-left: 56px;
    background: rgba(232, 33, 85, 0.15);
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: white;
    width: 100%;
    display: block;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}
.popup-form-container input[type="checkbox"] {
    position: absolute;
    appearance: none;
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: transparent;
    width: 24px;
    height: 24px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0;
    background-image: url("/static/images/checkmark-input.png");
}
.popup-form-container input[type="checkbox"]:checked {
    border: 1px solid #e82155;
    background-size: 20px 20px;
}
.popup-form-container input[type="checkbox"]:checked + label.checkbox-label {
    color: #e82155;
    background-color: white;
}

.popup-form-container input[type="email"]::-webkit-input-placeholder,
.popup-form-container input[type="number"]::-webkit-input-placeholder,
.popup-form-container input[type="tel"]::-webkit-input-placeholder,
.popup-form-container input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    opacity: 0.5;
}
.popup-form-container input[type="email"]::-moz-placeholder,
.popup-form-container input[type="number"]::-moz-placeholder,
.popup-form-container input[type="tel"]::-moz-placeholder,
.popup-form-container input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    opacity: 0.5;
}
.popup-form-container input[type="email"]:-ms-input-placeholder,
.popup-form-container input[type="number"]:-ms-input-placeholder,
.popup-form-container input[type="tel"]:-ms-input-placeholder,
.popup-form-container input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    opacity: 0.5;
}
.popup-form-container input[type="email"]:-moz-placeholder,
.popup-form-container input[type="number"]:-moz-placeholder,
.popup-form-container input[type="tel"]:-moz-placeholder,
.popup-form-container input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    opacity: 0.5;
}

.popup-form-container .has-error input[type="email"],
.popup-form-container .has-error input[type="number"],
.popup-form-container .has-error input[type="text"],
.popup-form-container .has-error input[type="tel"],
.popup-form-container .has-error select.single {
    border: 1px solid #e82155;
}
.popup-form-container .has-error input[type="radio"] {
    border: 1px solid #e82155;
}
.popup-form-container .has-error input[type="radio"]:checked {
    border: 1px solid transparent;
}
.popup-form-container .has-error input[type="checkbox"] {
    border: 1px solid #e82155;
}
.popup-form-container .has-error .checkbox-label {
    border: 1px solid #e82155;
}
.popup-form-container
    .has-error
    input[type="checkbox"]:checked
    + label.checkbox-label {
    border: 1px solid transparent;
}

.popup-form-container .has-error input[type="email"]::-webkit-input-placeholder,
.popup-form-container
    .has-error
    input[type="number"]::-webkit-input-placeholder,
.popup-form-container .has-error input[type="tel"]::-webkit-input-placeholder,
.popup-form-container .has-error input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #e82155;
    opacity: 0.5;
}
.popup-form-container .has-error input[type="email"]::-moz-placeholder,
.popup-form-container .has-error input[type="number"]::-moz-placeholder,
.popup-form-container .has-error input[type="tel"]::-moz-placeholder,
.popup-form-container .has-error input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #e82155;
    opacity: 0.5;
}
.popup-form-container .has-error input[type="email"]:-ms-input-placeholder,
.popup-form-container .has-error input[type="number"]:-ms-input-placeholder,
.popup-form-container .has-error input[type="tel"]:-ms-input-placeholder,
.popup-form-container .has-error input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #e82155;
    opacity: 0.5;
}
.popup-form-container .has-error input[type="email"]:-moz-placeholder,
.popup-form-container .has-error input[type="number"]:-moz-placeholder,
.popup-form-container .has-error input[type="tel"]:-moz-placeholder,
.popup-form-container .has-error input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #e82155;
    opacity: 0.5;
}

.form-submit-btn {
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 60px auto 0;
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 20px 24px;
    text-align: center;
    background: #e82155;
    border: 1px solid #e82155;
    border-radius: 50px;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}
.popup-section.success-apply-popup {
    padding: 100px 96px;
    padding-right: 48px;
}
.success-checkmark {
    position: relative;
    margin: 0 auto 16px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/static/images/check-circle-green.png");
}
.flex-column {
    flex-direction: column;
}
.success-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: white;
    margin-bottom: 32px;
}
.success-job-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    font-family: "Space Grotesk", sans-serif;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}
.success-job-company {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #988ca2;
    margin: 0 auto;
}
.back-btn {
    margin: 80px auto 0;
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 20px 60px;
    text-align: center;
    background: #e82155;
    border: 1px solid #e82155;
    border-radius: 50px;
    cursor: pointer;
    width: auto;
}
.success-apply-popup .scrollable-container {
    max-height: calc(80vh - 100px);
}
.form-header-subtitle.mtop {
    margin-top: 60px;
}
.form-row-btm.more {
    margin-bottom: 32px;
}
.form-header-subtitle-sub {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #988ca2;
    text-align: center;
}
.form-header-subtitle-sub.err {
    display: none;
}
.has-error .form-header-subtitle-sub.err {
    display: block;
    color: #e82155;
}
.form-number-manipulator {
    display: flex;
    justify-content: center;
    align-items: center;
}
.has-error .form-header-subtitle-sub {
    color: #e82155;
}
.counter-btn {
    background: #e82155;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}
.counter-btn.counter-minus {
    background-image: url("/static/images/subtract.png");
}
.counter-btn.counter-plus {
    background-image: url("/static/images/add.png");
}
.counter-label,
.popup-form-container input.counter-input {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 118px;
    text-align: center;
}
.counter-label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-form-container input.counter-input {
    background: transparent;
    padding: 0;
    width: 23px;
    color: #fff;
}

.popup-form-container input.counter-input::-webkit-input-placeholder {
    opacity: 1;
}

.popup-form-container .ui.fluid.dropdown.selection.multiple {
    background: rgba(232, 33, 85, 0.15);
    border: 1px solid rgba(232, 33, 85, 0.15);
    border-radius: 4px;
    padding: 8px 8px 0;
    padding-right: 56px;
    position: relative;
    min-height: 58px;
}
.popup-form-container .ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 10px 12px;
    line-height: 1.21428571em;
}
.popup-form-container .ui.default.dropdown:not(.button) > .text,
.popup-form-container .ui.dropdown:not(.button) > .default.text {
    color: rgba(255, 255, 255, 0.5);
}
.popup-form-container .ui.fluid.dropdown > .dropdown.icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/static/images/accordion-arrow.png");
    margin: 0;
    padding: 0;
    opacity: 1;
}
.popup-form-container .ui.multiple.dropdown > .label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background: #ffffff;
    border-radius: 24px;
    padding: 8px 40px 8px 16px;
    color: #e82155;
    margin: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}
.popup-form-container .ui.label > .close.icon,
.popup-form-container .ui.label > .delete.icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    background-image: url("/static/images/close-red.png");
}
.popup-form-container .ui.fluid.dropdown > .dropdown.icon::before,
.popup-form-container .ui.label > .close.icon::before,
.popup-form-container .ui.label > .delete.icon::before {
    display: none;
}
.accordion-skin {
    padding-bottom: 1px;
    padding-left: 0;
}
.accordion-skin li {
    list-style: none;
}
.join-us-section {
    display: none;
}
.anonymous .your-application-section {
    display: none;
}
.anonymous .join-us-section {
    display: block;
}
.anonymous .no-application {
    display: none;
}
.mobile-navigations {
    display: none;
}
.popup-form-container .ui.selection.dropdown .menu > .item {
    font-family: "Inter", sans-serif;
}

.job-info-popup .apply-now {
    margin-top: 0;
}

@media only screen and (max-width: 1280px) {
    .hero-section-info-container {
        max-width: 640px;
    }
}
@media only screen and (max-width: 1200px) {
    .job-area-wrapper {
        padding: 30px 20px 50px;
    }
    .hero-section {
        max-height: 540px;
    }
    .hero-section-wrapper {
        background-position: -120px center;
    }
    .hero-section-logo-container {
        padding-left: 75px;
    }
    .open-pos-title {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .open-pos-items {
        border-radius: 15px;
        padding: 28px;
        margin-top: 16px;
        width: calc(50% - 8px);
    }
    .accordion-trigger {
        padding: 18px 25px;
        font-size: 14px;
        line-height: 15px;
    }
    .open-pos-job-title,
    .popup-section .open-pos-job-title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .open-pos-company,
    .popup-section .open-pos-company {
        font-size: 16px;
        line-height: 24px;
    }
    .open-pos-specs-wrapper {
        margin-top: 8px;
    }
    .popup-section .open-pos-specs-item,
    .open-pos-specs-item {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .open-pos-specs-item span {
        font-size: 12px;
        line-height: 22px;
    }
    .open-position-container {
        width: calc(66.6667% - 8px);
    }
    .left-column-container {
        width: calc(33.3333% - 8px);
    }
    .ya-header {
        margin-bottom: 26px;
    }
    .open-pos-skills-item {
        font-size: 14px;
        line-height: 22px;
    }
    .open-pos-skills-wrapper {
        width: 100%;
    }
    img.hero-section-logo {
        width: 181px;
    }
    .hero-logo-byline {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .hero-section-info {
        padding-top: 20px;
    }
    .hero-section-info-title {
        font-weight: 400;
        font-size: 40px;
        line-height: 44px;
    }
    .hero-section-info-container {
        max-width: 540px;
    }
    .hero-section-info-desc {
        margin: 15px 0 0;
        font-size: 18px;
        line-height: 26px;
    }
    .join-us-title {
        font-size: 24px;
        line-height: 32px;
    }
    .join-us-excerpt {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
        margin-bottom: 32px;
    }
    .unordered-checklist {
        margin-bottom: 32px;
    }
    .unordered-checklist-item {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
        padding-left: 50px;
        background-size: 30px;
    }
    .no-application .open-pos-job-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
        text-align: center;
        text-transform: uppercase;
    }
}
@media only screen and (max-width: 1000px) {
    .open-pos-skills-wrapper {
        width: 75%;
    }
    section.hero-section {
        height: auto;
    }
    .hero-section-overlay {
        background: rgb(25, 0, 41);
        background: -moz-linear-gradient(
            180deg,
            rgba(25, 0, 41, 0) 0%,
            rgba(17, 0, 41, 1) 100%
        );
        background: -webkit-linear-gradient(
            180deg,
            rgba(25, 0, 41, 0) 0%,
            rgba(17, 0, 41, 1) 100%
        );
        background: linear-gradient(
            180deg,
            rgba(25, 0, 41, 0) 0%,
            rgba(17, 0, 41, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#190029",endColorstr="#110029",GradientType=1);
        height: calc(100% - 70px);
    }
    .hero-section-wrapper {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto calc(100% - 160px);
    }
    .hero-section-logo-container {
        top: 0;
        transform: none;
        padding: 20px 24px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    img.hero-section-logo {
        width: 118px;
    }
    .hero-logo-byline {
        margin-top: 0 !important;
        font-size: 16px;
        margin-top: 22px;
        line-height: 26px;
    }
    .hero-section-info-container {
        position: relative;
        width: 100%;
        top: 0;
        transform: none;
        padding: 210px 30px 175px;
        text-align: center;
        max-width: unset;
    }
    .hero-section-info {
        margin: 0 auto;
        padding: 0;
        max-width: 325px;
    }
    .hero-section-info-title {
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
    }
    .hero-section-info-title span.sm-white {
        font-weight: 400;
        color: #ffffff;
    }
    .hero-section-info-title {
        font-weight: 400;
        font-size: 42px;
        line-height: 46px;
    }
    .hero-section-info-desc {
        margin: 32px auto 0;
        font-size: 18px;
        line-height: 26px;
        max-width: 325px;
    }
    .left-column-container {
        order: 2;
        position: relative;
        max-width: 480px;
        width: 100%;
    }
    .open-position-container {
        width: 100%;
        position: relative;
        max-width: 480px;
        order: 1;
        padding-bottom: 16px;
    }
    .open-pos-title {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .open-pos-title:before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        width: 16px;
        height: 16px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/static/images/accordion-arrow.png");
    }
    .job-area-wrapper {
        padding: 0px 24px 76px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .open-pos-mobile-accordion {
        display: none;
    }
    .open .open-pos-mobile-accordion {
        display: flex;
    }
    .open-pos-items {
        border-radius: 15px;
        width: 100%;
        padding: 28px;
        margin-top: 16px;
    }
    .open-pos-header {
        justify-content: flex-start;
        margin-bottom: 18px;
    }
    .open-pos-tag {
        margin-left: 8px;
        padding: 2px 8px;
    }
    .open-pos-tag.small {
        font-size: 12px;
        line-height: 20px;
    }
    .popup-section .open-pos-job-title,
    .open-pos-job-title {
        font-size: 21px;
        line-height: 25px;
    }
    .popup-section .open-pos-company,
    .open-pos-company {
        font-size: 16px;
        line-height: 24px;
    }
    .open-pos-location {
        padding: 0;
    }
    .open-pos-specs-wrapper {
        margin-top: 8px;
    }
    .popup-section .open-pos-specs-item,
    .open-pos-specs-item {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .open-pos-specs-item span {
        font-size: 12px;
        line-height: 22px;
    }
    .open-pos-skills-label {
        margin-top: 20px;
        margin-bottom: 4px;
    }
    .open-pos-skills-item {
        font-size: 14px;
        line-height: 22px;
    }
    .spacer-hr {
        margin: 20px 0;
    }
    .interactive-btn {
        padding: 22px 34px;
    }
    .done-applied {
        display: none;
    }
    .refer-friend-wrapper {
        margin-bottom: 0;
    }
    .ya-header {
        border: none;
        border-bottom: 1px solid #590661;
        border-radius: unset;
    }
    .accordion-trigger {
        pointer-events: none;
        padding: 22px 0;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        text-transform: none;
        letter-spacing: normal;
    }
    .accordion-body {
        height: auto;
    }
    .accordion-skin .left-col-container {
        margin-bottom: 16px;
    }
    .join-us-section {
        order: 3;
        margin-bottom: 0;
    }
    .left-col-container.med-quarter-bild {
        background-size: auto 100%;
    }
    .join-us-title {
        font-size: 24px;
        line-height: 32px;
    }
    .join-us-excerpt {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
        margin-bottom: 32px;
    }
    .unordered-checklist {
        margin-bottom: 32px;
    }
    .unordered-checklist-item {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
        padding-left: 50px;
        background-size: 30px;
    }
    .no-application .open-pos-job-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
        text-align: center;
        text-transform: uppercase;
    }
    .no-application .open-pos-company {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .mobile-navigations {
        display: block;
        position: fixed;
        bottom: 20px;
        z-index: 9;
        padding: 4px 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: white;
        color: black;
        border-radius: 50px;
    }
    .bubble-moving {
        position: absolute;
        left: 2px;
        top: 2px;
        border-radius: 25px;
        height: calc(100% - 4px);
        width: 64px;
        background-color: #e82155;
        transition: left 250ms ease-in-out, width 250ms ease-in-out;
    }
    .bubble-moving.right {
        left: calc(100% - calc(100% - 66px));
        width: calc(100% - 68px);
    }
    .buttons-wrapper {
        display: flex;
        position: relative;
    }
    .nav-btn {
        padding: 4px 16px;
        margin: 0 2px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        transition: color 250ms ease-in-out;
        cursor: pointer;
        -webkit-user-select: none; /* Chrome all / Safari all */
        -moz-user-select: none; /* Firefox all */
        -ms-user-select: none; /* IE 10+ */
        user-select: none;
        overflow: hidden;
        white-space: nowrap;
    }
    .nav-btn.active {
        color: white;
    }
    .nav-btn.join {
        display: none;
    }
    .anonymous .nav-btn.join {
        display: block;
    }
    .anonymous .nav-btn.applications {
        display: none;
    }
    .popup-section,
    .popup-section.wide {
        max-width: 460px;
        border-radius: 15px;
        padding: 32px;
        padding-right: 16px;
    }
    .scrollable-container,
    .popup-section.wide .scrollable-container {
        max-height: calc(100vh - 200px);
        padding-right: 16px;
    }
    .form-col-half,
    .form-col-thirds,
    .form-col-quarter {
        width: 100%;
    }
    .form-header-subtitle {
        margin-bottom: 16px;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
    }
    .popup-form-container input[type="email"],
    .popup-form-container input[type="number"],
    .popup-form-container input[type="text"],
    .popup-form-container input[type="tel"],
    .popup-form-container select.single {
        padding: 9px 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .popup-form-container input.counter-input {
        padding: 9px 2px;
        width: 35px;
    }

    .form-header-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 42px;
        margin-top: 8px;
    }
    .form-submit-btn {
        max-width: unset;
        width: 100%;
        margin: 32px auto 0;
        padding: 12px 24px;
    }
    .open-pos-mobile-accordion-trigger {
        cursor: pointer;
    }
    .success-checkmark {
        margin: 0 auto 12px;
        width: 28px;
        height: 28px;
    }
    .popup-section.success-apply-popup {
        padding-right: 16px;
    }
    .success-apply-popup .popup-form-container {
        padding: 20px 0;
    }
    .success-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 50px;
    }
    .success-job-title {
        font-size: 22px;
        line-height: 28px;
    }
    .success-job-company {
        font-size: 22px;
        line-height: 28px;
        margin: 4px auto 0;
    }
    .back-btn {
        margin: 52px auto 0;
        font-size: 14px;
        line-height: 18px;
        padding: 12px 10px;
        width: 100%;
    }
    .job-info-popup-close {
        top: 10px;
        right: 10px;
    }
    .popup-form-container select.single {
        background-position-x: calc(100% - 12px);
    }
    .form-input-header {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .cancel-btn.browse-more {
        display: none;
    }
    .open-pos-action-left {
        width: 100%;
        padding-right: 11px;
    }
    .job-info-popup .scrollable-container {
        max-height: calc(100vh - 220px);
    }
    .popup-section .open-pos-excerpt {
        font-size: 16px;
        line-height: 24px;
        margin-top: 32px;
    }
    .form-row-btm.more {
        margin-bottom: 16px;
    }
    .form-row-btm-sm {
        margin-bottom: 16px;
    }
    .form-header-subtitle.mtop {
        margin-top: 48px;
    }
    .popup-form-container input[type="radio"] {
        height: 50px;
    }
    .popup-form-container .radio-label {
        font-size: 14px;
        line-height: 22px;
    }
    .popup-form-container .ui.fluid.dropdown.selection.multiple {
        padding: 6px 6px 0;
        padding-right: 36px;
        min-height: 46px;
    }
    .popup-form-container .ui.fluid.dropdown > .dropdown.icon {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 16px;
        height: 16px;
    }
    .popup-form-container .ui.multiple.dropdown > .text {
        margin: 5px 10px;
        font-size: 14px;
    }
    .popup-form-container .ui.selection.dropdown .menu > .item {
        padding: 8px 14px !important;
        font-size: 14px;
        line-height: 14px;
        font-family: "Inter", sans-serif;
    }
    .popup-form-container .ui.multiple.dropdown > .label {
        font-size: 14px;
        line-height: 22px;
        padding: 4px 26px 4px 11px;
        margin: 0;
        margin-right: 4px;
        margin-bottom: 4px;
    }
    .popup-form-container .ui.label > .close.icon,
    .popup-form-container .ui.label > .delete.icon {
        right: 8px;
        width: 14px;
        height: 14px;
    }
    .popup-form-container .checkbox-label {
        padding: 14px 24px;
        padding-left: 24px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .popup-form-container input[type="checkbox"] {
        opacity: 0;
    }
}
@media only screen and (max-width: 420px) {
    .open-pos-skills-wrapper {
        width: 100%;
    }
    .success-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 50px;
    }
    .form-header-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 40px;
        margin-top: 14px;
    }
    .popup-section,
    .popup-section.wide {
        padding: 32px 22px;
        padding-right: 11px;
    }
    .scrollable-container,
    .popup-section.wide .scrollable-container {
        padding-right: 11px;
    }
}
