@charset "UTF-8";
a {
    text-decoration: none;
}

a:focus-visible {
    outline: none;
}

label {
    display: inline-block;
}

button {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

iframe {
    border: none;
    height: 100%;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

:root {
    --mud-palette-primary: #0C7CFF !important;
    --mud-palette-primary-darken: #02163D !important;
    --mud-palette-secondary: #02163D !important;
    --mud-palette-tertiary: #BDBDBD !important;
    --mud-palette-secondary-hover: #FF7F14 !important;
    --mud-palette-tertiary-hover: #313131 !important;
    --mud-palette-secondary-darken: #FF7F14 !important;
}

.brand-bg {
    background-color: #02163D;
}

.brand-bg--white {
    background-color: #fff;
}

.brand-bg--accent1 {
    background-color: #0C7CFF;
}

.brand-bg--gradient {
    background-color: linear-gradient(90.9deg, #0C7CFF 0%, #0963CD 100%);
}

.brand-highlight {
    color: #0C7CFF;
}

.bg-gray {
    background-color: #F8F8F8;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf");
}

:root {
    --mud-typography-h1-family: "Poppins" !important;
    --mud-typography-h2-family: "Poppins" !important;
    --mud-typography-h3-family: "Poppins" !important;
    --mud-typography-h4-family: "Poppins" !important;
    --mud-typography-h5-family: "Poppins" !important;
    --mud-typography-h6-family: "Poppins" !important;
    --mud-typography-caption-family: "Poppins" !important;
    --mud-typography-h1-size: 26px !important;
    --mud-typography-h1-weight: 700 !important;
    --mud-typography-h2-size: 24px !important;
    --mud-typography-h2-weight: 700 !important;
    --mud-typography-h3-size: 20px !important;
    --mud-typography-h3-weight: bold !important;
    --mud-typography-h4-size: 18px !important;
    --mud-typography-h3-weight: bold !important;
    --mud-typography-h5-size: 16px !important;
    --mud-typography-h5-weight: bold !important;
}

.mud-typography-body1 {
    font-family: "Poppins";
}

body {
    color: #777777;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: none;
    text-transform: none;
    background-color: none;
}

a {
    color: #0C7CFF;
}

body {
    font-family: "Poppins";
    font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "Poppins";
}

h1,
.h1 {
    color: #02163D;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    h1,
    .h1 {
        font-size: 28px;
        line-height: normal;
    }
}

h2,
.h2 {
    color: #02163D;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

h3,
.h3 {
    color: #02163D;
    font-size: 20px;
}

h4,
.h4 {
    color: #02163D;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}

h5,
.h5 {
    color: #02163D;
}

p {
    color: #777777;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

a.c-link {
    color: #0C7CFF;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

a.c-link:hover {
    color: #02163D;
}

.c-txt-center {
    text-align: center;
}

small {
    color: #BDBDBD;
    font-size: 12px;
    font-weight: 300;
}

.no-wrap {
    white-space: nowrap;
}

ul.c-checklist {
    position: relative;
    margin-left: 25px;
}

ul.c-checklist li::before {
    content: "";
    position: absolute;
    left: -25px;
    height: 23px;
    width: 20px;
    padding-top: 5px;
    background-image: url("../img/icons/check-blue.svg");
    background-repeat: no-repeat;
    z-index: 10;
    background-position: center center;
}

@media screen and (max-width: 600px) {
    .mud-typography.mud-typography-h1 {
        font-size: 16px;
    }

    .mud-typography.mud-typography-h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .mud-typography.mud-typography-h3 {
        font-size: 16px;
    }
}

.c-main--layout {
    display: flex;
    height: 100vh;
}

@media (max-width: 600px) {
    .c-main--layout {
        display: block;
        width: 100%;
        height: auto;
    }
}

.c-error--layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
}

@media (max-width: 600px) {
    .c-error--layout {
        grid-template-columns: 1fr;
        height: auto;
        margin-top: 50px;
    }
}

.c-error--layout > div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.full-height {
    min-height: 100vh;
}

.fit-content-height {
    height: -moz-fit-content !important;
    height: fit-content !important;
}

.fixed-height {
    /*height: 75vh;*/
    max-height: 50vh;
    overflow-y: auto;
}

@media (min-width: 1280px) {
    .fixed-height {
        max-height: 60vh;
    }
}

@media (min-width: 1920px) {
    .fixed-height {
        max-height: 70vh;
    }
}

@media (min-width: 2560px) {
    .fixed-height {
        max-height: 80vh;
    }
}

.article-full-height {
    margin-bottom: 0 !important;
    height: 86vh;
    overflow-y: auto;
}

.fixed-height-pb {
    height: 83vh;
    overflow-y: auto;
}

.c-1 {
    width: 50%;
}

@media (max-width: 960px) {
    .c-1 {
        width: 100%;
    }
}

.c1-4 {
    width: 25%;
}

@media (max-width: 1280px) {
    .c1-4 {
        width: 33.3333333333%;
    }
}

@media (max-width: 960px) {
    .c1-4 {
        width: 100%;
    }
}

.c3-4 {
    width: 75%;
}

@media (max-width: 960px) {
    .c3-4 {
        width: 100%;
    }
}

.c-img-responsive {
    max-width: 100%;
    height: auto;
}

.c-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

hr {
    border-top: 1px solid #DDD;
}

.w-label {
    min-width: 150px;
}

.m-md-open {
    margin-left: 240px;
}

.m-md-close {
    margin-left: 56px;
}

@media (max-width: 600px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media (max-width: 960px) {
    .hide-until-desktop {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .hide-from-desktop {
        display: none !important;
    }
}

.c-version-nr {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
    font-size: 12px;
}

.w-addendum {
    width: 500px;
}

@media (max-width: 600px) {
    .w-addendum {
        width: 350px;
    }
}

.not-equal-height article {
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: var(--box-padding);
}

.padding {
    padding: 20px;
}

.txt-right {
    text-align: right;
}

/* SCROLL BAR */
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #C4C4C4;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #02163D;
    border-radius: 5px;
}

.hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
}

.word-break-all {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
}

.w-290 {
    width: 290px;
}

.c-svg--li {
    fill: #0A66C2;
}

.c-svg--fb {
    fill: #1877F2;
}

.c-svg--g1 {
    fill: #FFC107;
}

.c-svg--g2 {
    fill: #FF3D00;
}

.c-svg--g3 {
    fill: #4CAF50;
}

.c-svg--g4 {
    fill: #1976D2;
}

.c-svg--eye {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    background-position: center center;
    background-image: url("../img/icons/eye-closed.svg");
}

.c-svg--eyeOpen {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    background-position: center center;
    background-image: url("../img/icons/eye-open.svg");
}

.c-svg--edit {
    position: absolute;
    z-index: 1;
    right: -5px;
    bottom: 0;
    cursor: pointer;
}

.c-svg--edit svg {
    fill: #0C7CFF;
}

.c-svg--edit svg:hover {
    fill: #02163D;
}

.c-svg-back {
    cursor: pointer;
    fill: #02163D;
}

.c-svg-back:hover {
    fill: #FF7F14;
}

@media screen and (max-width: 960px) {
    .c-svg-msg {
        width: 30px;
        height: 30px;
        margin-top: 5px;
    }
}

.c-svg-info {
    fill: #0C7CFF;
}

.c-svg-info:hover {
    fill: #02163D;
}

.c-svg-error {
    fill: #f44336;
}

.c-svg-error:hover {
    fill: #c00;
}

.c-svg-add {
    fill: #0C7CFF;
    cursor: pointer;
    margin-left: 10px;
}

.c-svg-add:hover {
    fill: #02163D;
}

.c-svg--grid {
    fill: #0C7CFF;
    cursor: pointer;
}

.c-svg--grid:hover {
    fill: #02163D;
}

.c-box--headerLink a .c-svg--list,
.c-box--headerLink a .c-svg--grid {
    fill: #777777;
    cursor: pointer;
}

.c-box--headerLink a .c-svg--list:hover,
.c-box--headerLink a .c-svg--grid:hover {
    fill: #02163D;
}

.c-box--headerLink a .c-svg--list.active,
.c-box--headerLink a .c-svg--grid.active {
    fill: #0C7CFF;
}

.c-svg--delete {
    cursor: pointer;
    fill: #f44336;
}

.c-svg--delete:hover {
    fill: #02163D;
}

.c-svg--move {
    cursor: pointer;
    fill: #777777;
}

.c-svg--move:hover {
    fill: #02163D;
}

.c-svg--picture {
    fill: #0C7CFF;
}

.c-svg--editLight, .c-svg--show, .c-svg--download, .c-svg--upload {
    fill: #0C7CFF;
}

.c-svg--editLight:hover, .c-svg--show:hover, .c-svg--download:hover, .c-svg--upload:hover {
    fill: #02163D;
}

.c-ico-damage {
    color: #fff;
    background-color: #f44336;
    border-radius: 5px;
    padding: 4px 7px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    height: 30px;
    min-width: 50px;
    justify-content: center;
}

.c-ico-damage svg {
    fill: #fff;
    padding: 0 2px;
    margin-right: 4px;
}

.c-ico-damage--light {
    position: absolute;
    top: 9px;
    right: 40px;
}

.c-ico-damage--light svg {
    fill: #f44336;
}

.c-ico-cleaning {
    color: #fff;
    background-color: #0C7CFF;
    border-radius: 5px;
    padding: 4px 7px;
    height: 30px;
    min-width: 50px;
    text-align: center;
}

.c-ico-cleaning svg {
    fill: #fff;
}

.c-ico-cleaning--light {
    position: absolute;
    top: 9px;
    right: 60px;
}

.c-ico-cleaning--light svg {
    fill: #0C7CFF;
}

.c-ico-alarm {
    color: #fff;
    border-radius: 5px;
    padding: 4px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    min-width: 50px;
    justify-content: center;
}

.c-ico-alarm svg {
    fill: #fff;
    padding: 0 4px;
}

.smoke {
    background-color: #FF7F14;
}

.boiler {
    background-color: #D26914;
}

.co {
    background-color: #D9C621;
}

.c-ico-damage--position {
    position: absolute;
    top: 8px;
    right: 0;
}

.c-ico-damage--position.c-ico-damage svg {
    height: 20px;
    padding: 0;
    margin: 0 2px;
}

.c-ico-cleaning--position {
    position: absolute;
    top: 8px;
    right: 35px;
}

.c-svg-rotate {
    transform: rotate(45deg);
}

.c-ico-extra-img {
    width: 32px;
    height: 32px;
    background: #02163D;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 20px;
}

.c-ico-extra-img svg {
    margin: 5px 5px;
}

.c-svg--mail {
    fill: #777;
}

.c-btn.c-btn--strech.c-btn--secondary:hover .c-svg--mail {
    fill: #fff;
}

.c-svg--newPerson {
    fill: #FF7F14;
}

.c-svg--newPerson:hover {
    fill: #02163D;
}

.c-svg--moreActions:hover {
    fill: #0C7CFF;
}

.c-ico-ai {
    position: absolute;
    right: 10px;
    top: 45px;
    z-index: 99;
}

.c-ico-ai svg {
    fill: #BDBDBD;
}

.c-ico-ai.active svg {
    fill: #0C7CFF;
}

.c-btn {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    border-radius: 10px;
    text-align: center;
    padding: 10px 50px;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 600px) {
    .c-btn {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

.c-btn--strech {
    width: 100%;
    display: block;
}

.c-btn--primary {
    background: linear-gradient(90.9deg, #0C7CFF 0%, #0963CD 100%);
    color: #fff;
}

.c-btn--primary svg {
    fill: #fff;
    margin-right: 7px;
}

.c-btn--primary:hover {
    background: #02163D;
}

.c-btn--secondary {
    background: #fff;
    color: #777777;
    border: 1px solid #777777;
}

.c-btn--secondary .c-svg {
    vertical-align: middle;
    margin-right: 10px;
}

.c-btn--secondary:hover {
    background: #777777;
    color: #fff !important;
    text-decoration: none !important;
}

.c-btn--secondary:hover .c-svg--li, .c-btn--secondary:hover .c-svg--fb, .c-btn--secondary:hover .c-svg--g1, .c-btn--secondary:hover .c-svg--g2, .c-btn--secondary:hover .c-svg--g3, .c-btn--secondary:hover .c-svg--g4 {
    fill: #fff;
}

.c-btn--small {
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
}

.c-btn--plus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FF7F14;
    color: #fff;
    line-height: 40px;
    font-size: 1.5em;
}

.c-btn--plus:hover {
    background: #02163D;
}

.c-btn--close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F1F1F1;
    color: #02163D;
    line-height: 40px;
    font-size: 1.5em;
    transform: rotate(45deg);
}

.c-btn--close:hover {
    background: #02163D;
    color: #fff;
}

.CTA-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.CTA-right {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

@media screen and (max-width: 600px) {
    .CTA-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: center;
    }
}

.pointer {
    cursor: pointer;
}

.btn-outlined {
    width: 100%;
    height: 48px;
    border: 1px solid #777777;
    border-radius: 5px;
    color: #777777;
    font-size: 15px;
    font-weight: bold;
}

.btn-outlined .svg-fill {
    fill: #777777;
}

.btn-outlined .svg-stroke {
    stroke: #777777;
    stroke-width: 2px;
}

.btn-outlined:hover {
    background-color: #777777;
    color: #fff;
}

.btn-outlined:hover .svg-fill {
    fill: #fff;
}

.btn-outlined:hover .svg-stroke {
    stroke: #fff;
}

.btn-primary {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #0C7CFF;
}

.btn-primary .svg-fill {
    fill: #fff;
}

.btn-primary .svg-stroke {
    stroke: #fff;
}

.btn-primary:hover {
    background-color: #02163D;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
}

.c-login--layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
    max-height: 100%;
}

@media (max-width: 960px) {
    .c-login--layout {
        grid-template-columns: 1fr;
    }
}

.c-login--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 0 30px;
    position: absolute;
    width: 50%;
    z-index: 999;
}

@media (max-width: 960px) {
    .c-login--header {
        position: relative;
        width: 100%;
        background: #fff;
    }
}

.c-login--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

@media (max-width: 1280px) {
    .c-login--wrapper {
        height: auto;
        align-items: flex-start;
        margin-top: 80px;
    }
}

@media (max-width: 600px) {
    .c-login--wrapper {
        height: auto;
        margin-top: 0;
    }
}

.c-login {
    width: 70%;
    text-align: center;
}

@media (max-width: 600px) {
    .c-login {
        margin-top: 30px;
        width: 80%;
    }
}

@media (min-width: 1920px) {
    .c-login {
        width: 400px;
    }
}

.c-login--social {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.c-login--line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #777777;
}

.c-login--lbl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px 10px;
}

.c-login--links {
    text-align: center;
}

.c-login--logo {
    display: flex;
    justify-content: center;
    padding-top: 10%;
}

.c-login--drawing {
    position: absolute;
    bottom: 0;
}

.c-login--drawing img {
    vertical-align: bottom;
}

.c-login--usp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 200px);
}

.c-login--usp h2,
.c-login--usp h4,
.c-login--usp p,
.c-login--usp ul {
    color: #fff;
}

.c-login--usp ul,
.c-login--usp li {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    list-style-image: url("../img/icons/check.svg");
    margin-left: 5px;
    padding-left: 10px;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.mb-5 {
    margin-bottom: 20px;
}

.mt-5 {
    margin-top: 20px;
}

.d-none {
    display: none;
}

@media (min-width: 600px) {
    .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 960px) {
    .d-md-block {
        display: block !important;
    }
}

/* FORM ELEMENTS */
select.c-select-lng {
    display: inline-block;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #02163D;
    width: 55px;
    line-height: 37px;
    cursor: pointer;
    background-color: transparent;
    background-image: linear-gradient(45deg, transparent 50%, #02163D 50%), linear-gradient(135deg, #02163D 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    border: none;
}

select.c-select-lng:focus {
    border-color: #02163D;
    outline: 0;
}

.item-container {
    position: relative;
    margin-bottom: 30px;
}

.item-container label {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.item-container input {
    border: 0;
    border-bottom: 2px solid #DDD;
    background: transparent;
    width: 100%;
    padding: 0;
    font-size: 16px;
    height: 60px;
    z-index: 10;
}

.item-container input:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid #0C7CFF;
}

.item-container input:focus ~ label,
.item-container input:valid ~ label {
    top: -12px;
    font-size: 12px;
}

.item-container.item-container-error input {
    border-bottom: 2px solid #f44336;
}

.item-container.item-container-error label {
    color: #f44336;
}

input[required] + label:after {
    content: "*";
}

.c-form input[type=checkbox] {
    margin-right: 7px;
}

.red {
    color: #f44336;
}

a.c-link-psw {
    color: #777777;
    text-decoration: underline;
}

@media (max-width: 767px) {
    a.c-link-psw {
        margin-top: 15px;
    }
}

a.c-link-psw:hover {
    color: #0C7CFF;
}

.c-login--psw {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 600px) {
    .c-login--psw {
        flex-direction: row;
    }
}

.psw-check-list {
    text-align: left;
    margin-bottom: 20px;
}

.psw-check-list li svg {
    fill: #BDBDBD;
    margin-right: 7px;
    margin-top: 5px;
    padding-top: 2px;
}

.psw-check-list li.ok svg {
    fill: #62CA76;
}

.psw-check-list li.nok svg {
    fill: #E45851;
}

.c-alert {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.c-alert--error {
    color: #f44336;
}

.c-alert--info {
    color: #777777;
}

.c-alert--icon {
    margin-right: 10px;
    line-height: 0;
}

.c-alert--price {
    display: flex;
    background: #02163D;
    color: #fff;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    .c-alert--price {
        margin-top: 20px;
        padding: 10px;
    }
}

.c-alert--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .c-alert--wrapper {
        display: block;
    }
}

.c-onboarding--wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .c-onboarding--wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: auto;
        padding: 20px;
    }
}

.c-onboarding--wrapper p.large {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: normal;
}

.c-onboarding--wrapper form label {
    display: flex;
}

.c1-4.brand-bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .c1-4.brand-bg {
        height: 60px;
        padding: 20px;
    }
}

.c-onboarding--layout {
    text-align: center;
    width: 100%;
}

@media (min-width: 1280px) {
    .c-onboarding--layout {
        width: 80%;
    }
}

@media (min-width: 1920px) {
    .c-onboarding--layout {
        width: 70%;
    }
}

@media (min-width: 2560px) {
    .c-onboarding--layout {
        width: 60%;
    }
}

.c-onboarding--layout p {
    color: #02163D;
}

.c-onboarding--layout h1 {
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .c-onboarding--layout h1 {
        font-size: 18px !important;
        margin-bottom: 5px;
    }

    .c-onboarding--layout h2 {
        font-size: 16px !important;
    }
}

.c-onboarding--layout .c-form--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width: 960px) {
    .c-onboarding--layout .c-form--wrapper {
        display: block;
    }
}

.c-onboarding--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-onboarding--header .mud-select {
    color: #fff;
}

.c-onboarding--footer a:link {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.c-onboarding--footer svg {
    fill: #fff;
}

@media (max-width: 600px) {
    .c-onboarding--footer {
        display: none;
    }
}

@media (max-width: 600px) {
    .c-onboarding--radius {
        border-radius: 0px 0px 10px 10px;
    }
}

.c-onboarding--type {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 960px) {
    .c-onboarding--type {
        display: flex;
        flex-direction: column;
    }
}

.c-onboarding--type .c-onboarding--box {
    background-color: #F1F1F1;
    border: 2px solid #F1F1F1;
    padding: 20px 10px;
    border-radius: 10px;
    cursor: pointer;
}

@media (min-width: 1280px) {
    .c-onboarding--type .c-onboarding--box {
        padding: 50px;
    }
}

.c-onboarding--type .c-onboarding--box svg {
    fill: #02163D;
}

.c-onboarding--type .c-onboarding--box:hover {
    border: 2px solid #02163D;
}

.c-onboarding--type .c-onboarding--box.selected {
    background: #02163D;
    color: #fff !important;
    border: 2px solid #02163D;
}

.c-onboarding--type .c-onboarding--box.selected ul,
.c-onboarding--type .c-onboarding--box.selected li,
.c-onboarding--type .c-onboarding--box.selected .c-onboarding--intro,
.c-onboarding--type .c-onboarding--box.selected h2 {
    color: #fff !important;
}

.c-onboarding--type .c-onboarding--box.selected svg {
    fill: #fff;
}

.c-onboarding--type .c-onboarding--divider {
    width: 4px;
    background-color: #F1F1F1;
    margin: 0 30px;
}

@media (max-width: 960px) {
    .c-onboarding--type .c-onboarding--divider {
        display: block;
        margin: 10px;
    }
}

.c-onboarding--usp ul,
.c-onboarding--usp li {
    line-height: normal;
    font-weight: 400;
    list-style-image: url(../img/icons/check-blue.svg);
    margin-left: 5px;
    padding-left: 10px;
    vertical-align: middle;
    text-align: left;
    color: #313131;
    display: none;
}

.c-onboarding--usp ul li,
.c-onboarding--usp li li {
    list-style-image: none;
    list-style-type: disc;
    color: #313131;
    margin-left: 15px;
}

@media (min-width: 1920px) {
    .c-onboarding--usp ul,
    .c-onboarding--usp li {
        display: list-item;
    }
}

.c-onboarding--intro {
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    color: #313131;
}

@media (max-width: 1280px) {
    .c-onboarding--intro {
        text-align: center;
    }
}

select.c-select-lng--inverted {
    display: inline-block;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    width: 55px;
    line-height: 37px;
    cursor: pointer;
    background-color: transparent;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

select.c-select-lng--inverted:focus {
    border-color: #fff;
    outline: 0;
}

.mud-form-cta {
    margin-top: 30px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

@media (max-width: 960px) {
    .mud-form-cta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-top: 20px;
    }
}

.mud-form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

@media (max-width: 960px) {
    .mud-form-group {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}

.c-onboarding-lng {
    margin-top: -25px;
    width: 60px;
}

.c-onboarding-lng .mud-input {
    color: #fff;
}

.c-onboarding-lng .mud-icon-root.mud-svg-icon {
    fill: #fff;
}

.c-onboarding-lng .mud-input.mud-input-underline:before {
    border-bottom: none;
}

.c-avatar {
    display: inline-block;
    position: relative;
}

.c-avatar .mud-avatar.mud-avatar-large {
    width: 150px;
    height: 150px;
}

.general-conditions {
    text-align: left;
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .general-conditions {
        height: 250px;
    }
}

.sticky-button {
    width: 100%;
    margin: auto;
    text-align: center;
}

.onboarding-check-list {
    text-align: left;
    color: #02163D;
}

.onboarding-check-list li svg {
    margin-right: 7px;
    margin-top: 5px;
    padding-top: 2px;
}

.disabled {
    background-color: #F8F8F8;
}

.branding {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
}

@media (max-width: 1280px) {
    .branding {
        flex-direction: column;
        text-align: left;
    }
}

.vb-logo {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    margin-top: 26px;
    margin-left: 28px;
}

.vb-footer {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 400px;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.c-drag-drop {
    border: 1px dashed #0C7CFF;
    width: 400px;
    background: #F1F1F1;
    color: #0C7CFF;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    /*display: flex;*/
    /*align-items: center;*/
    cursor: pointer;
}

.c-drag-drop.active {
    border: 1px solid #FF7F14;
}

.c-onboarding--title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media (max-width: 960px) {
    .c-onboarding--title {
        flex-direction: row;
        align-items: center;
        margin-bottom: 5px;
    }
}

.c-onboarding--margin {
    margin-bottom: 20px;
}

@media (min-width: 960px) {
    .c-onboarding--margin {
        margin-bottom: 50px;
    }
}

.mud-button-filled {
    box-shadow: none !important;
}

/* INTEL OVERWRITE */
#phone, .iti {
    width: 100%;
    height: 50px;
    position: relative;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    position: absolute;
    z-index: 1;
    border: none;
    left: 50px;
    top: 20px;
}

.iti input:focus, .iti input[type=text]:focus, .iti input[type=tel]:focus {
    outline: none;
    border: none;
}

.iti__flag-container {
    top: 10px;
    left: 0;
}

.c-steps--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .c-steps--wrapper {
        display: none;
    }
}

.c-steps {
    position: relative;
    list-style: none;
}

.c-steps-item {
    position: relative;
    counter-increment: list;
    font-size: 18px;
    font-weight: 400;
    color: #777777;
    height: 70px;
}

.c-steps-item.is-done, .c-steps-item.current {
    color: #fff;
}

.c-steps-item::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #777777;
    position: absolute;
    top: 3px;
    left: -40px;
}

.c-steps-item:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 30px;
    border-left: 1px solid #777777;
    position: absolute;
    left: -30px;
    top: 33px;
}

.c-steps-item.is-done::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "✔";
    font-size: 12px;
    color: #02163D;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
}

.c-pager--wrapper {
    position: absolute;
    top: 35px;
    right: 30px;
    z-index: 1;
}

@media (max-width: 600px) {
    .c-pager--wrapper {
        display: none;
    }
}

.c-pager {
    color: #BDBDBD;
    font-size: 18px;
    font-weight: 700;
}

/*# sourceMappingURL=profile.css.map */