.displayFlex {
    display: flex;
}

.justifyBetween {
    justify-content: space-between;
}

.alignCenter {
    align-items: center;
}

.flexColumn {
    flex-direction: column;
}

#nlOnboarding {
    height: 810px;
    justify-content: center;
    padding-top: 100px;
    align-items: flex-start;
    min-height: calc(100vh - 314px);
    display: flex;
}

#nlOnboarding>div {
    animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
    0% {
        transform: translateY(5%);
    }
    100% {
        transform: translateY(0);
    }
}

.nlo_stepTitle {
    margin-bottom: 90px;
}

.nlo_stepTitle p.nlosMain {
    text-align: center;
    color: #333333;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0;
}

.nlo_var_item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 0px #00000029;
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 20px;
    width: 231px;
    height: 280px;
    cursor: pointer;
    transition: 0.5s;
}

.nlo_var_item:hover {
    box-shadow: 0 0 0 #00000029;
}

.nlo_var_item img {
    height: 131px;
    width: auto;
}

.nlo_var_item p {
    text-align: center;
    color: #333333;
    font-size: 23px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.nlo_varible {
    width: 900px;
    margin: 0 auto;
}

.nlo_step_1 .nlo_varible {
    max-width: 810px;
}

.nlo_step_2 .nlo_stepTitle p.subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #8D8D8D;
    margin: 30px auto 0;
    max-width: 570px;
}

.nlo_step_2 .nlo_stepTitle {
    margin-bottom: 30px;
}

.nlo_s2_varible .nlo_var_item {
    display: flex;
    align-items: center;
    width: 530px;
    margin-bottom: 25px;
    padding: 15px;
    text-align: center;
    justify-content: center;
    height: auto;
}

.nlo_s2_varible .nlo_var_item.selectedTopic {
    background-color: #333333;
    box-shadow: 0 0 0;
}

.nlo_s2_varible .nlo_var_item.selectedTopic p {
    color: #ffffff;
}

.nlo_s2_varible .nlo_var_item p {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    transition: 0.5s;
}

.nlo_s2_varible button,
.css_s3_step .nlo_nextStep button,
.companyStep .nlo_nextStep button {
    background: #F24175 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 0px #00000029;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    width: 100%;
    height: 46px;
}

.nlo_nextStep {
    max-width: 530px;
    width: 100%;
    position: relative;
}

.nlo_s2_varible button {
    height: auto;
    padding: 15px;
    width: 100%;
}

.nlo_s3_varible {
    max-width: 475px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.nlo_s3_varible>div {
    width: 88px;
    height: 88px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #333333;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 20px;
    transition: 0.5s;
    cursor: pointer;
    padding: 0 20px;
}

.nlo_s3_varible>div path {
    transition: 0.5s;
}

.nlo_s3_varible>div:hover {
    box-shadow: 0px 0 0 #00000029;
}

.nlo_s3_varible>div.selectedSocial {
    background-color: #333333;
    box-shadow: 0 0 0;
}

.nlo_s3_varible>div.selectedSocial path {
    fill: #ffffff
}

.css_s3_step .nlo_stepTitle {
    margin-bottom: 40px;
}

.css_s3_step .nlo_nextStep {
    margin: 50px auto 0;
    max-width: 465px;
    text-align: center;
}

.nlo_finalText {
    max-width: 55%;
}

.nlo_finalImg {
    max-width: 30%;
}

.thxStep .container {
    align-items: flex-end;
}

.thxStep .container:afteR {
    display: none;
}

.nlo_finalText img {
    max-width: 144px;
    margin-bottom: 25px;
}

.nlo_finalText h2 {
    text-align: left;
    max-width: 520px;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    margin-bottom: 40px;
}

.nlo_finalText h2 span {
    color: #F24175;
}

.nlo_finalText h2:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #F24175;
    width: 50%;
    bottom: -18px;
    left: 0;
}

.nlo_finalText p {
    color: #8D8D8D;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

.companyStep {
    max-width: 530px;
    width: 100%;
}

.companyStep .nlo_stepTitle {
    margin-bottom: 60px;
}

.companyStep .companyForm {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.companyStep .companyForm>div {
    margin-bottom: 25px;
    position: relative;
}

.companyStep .companyForm>div.activeInput:before {
    transform: scale(1, -1);
}

.companyStep .companyForm>div:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%239D9D9D' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm134.6 246.6-112 112c-6.2 6.3-14.4 9.4-22.6 9.4s-16.38-3.125-22.62-9.375l-112-112c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L256 290.8l89.38-89.38c12.5-12.5 32.75-12.5 45.25 0s12.47 32.68-.03 45.18z'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    position: absolute;
    right: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: calc(50% - 12.5px);
    border-radius: 50%;
    overflow: hidden;
    transition: 0.3s;
}

.companyStep .companyForm>div.activeInput input,
.companyStep .companyForm>div input:not(:placeholder-shown) {
    padding-right: 30px;
    padding-left: 10px;
}

.ui-menu .ui-menu-item-wrapper {
    line-height: 120%;
    margin-bottom: 5px;
}

.companyStep .companyForm>div:first-child::before,
.companyStep .companyForm>div:nth-child(2)::before {
    display: none;
}
.firststepName{
    max-width: 460px;
	margin: 0 auto 40px;
}
.companyStep .companyForm input,
.firststepName input{
    box-shadow: 5px 5px 0px #00000029;
    border: 1px solid #333333;
    border-radius: 10px;
    width: 100%;
    height: 46px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 100%;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.companyStep .companyForm input::placeholder {
    color: #9D9D9D;
    transition: 0.3s;
}

.companyStep .companyForm input:focus::placeholder {
    color: transparent;
}

.companyStep .nlo_nextStep {
    text-align: center;
    margin-top: 25px;
    max-width: 100%;
    width: 100%;
}

.nf_msg {
    position: absolute;
    top: 100%;
    left: 20%;
    border: 1px solid #000000;
    border-top: unset;
    border-radius: 0 0 5px 5px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7D7D7D;
    padding: 10px;
    background-color: #fff;
    display: none;
    z-index: 11111111;
}

.nf_msg.active {
    display: block;
}

.ui-widget.ui-widget-content {
    border-radius: 0 0 5px 5px;
    border: 1px solid #000000;
    border-top: unset;
    max-height: 300px;
    overflow-y: auto;
}

.companyForm input.smaller_borser {
    border-radius: 10px 10px 0 0;
}

.nlo_nextStep span {
    text-align: center;
    width: 100%;
    color: red;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 600;
    display: none;
}

@media (max-width: 950px) {
    .nlo_varible {
        width: 90%;
    }
    .nlo_var_item {
        max-width: 32%;
        width: 100%;
    }
    .nlo_s2_varible .nlo_var_item {
        max-width: 100%;
    }
}

@media (max-width: 820px) {
    .nlo_finalImg {
        order: 1;
        margin-bottom: 25px;
    }
    .nlo_finalText {
        order: 2;
        max-width: 100%;
    }
    .thxStep .container {
        flex-direction: column;
        align-items: center;
    }
    .nlo_finalText {
        text-align: center;
    }
    .nlo_finalText img {
        display: none;
    }
    #nlOnboarding {
        height: auto;
        min-height: 80vh;
        padding: 60px 0;
    }
    .nlo_finalText h2 {
        max-width: 100%;
        text-align: center;
    }
    .nlo_finalText h2:after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 730px) {
    .nlo_stepTitle p.nlosMain {
        font-size: 25px;
    }
    .nlo_stepTitle {
        margin-bottom: 60px;
    }
    .nlo_varible {
        flex-direction: column;
        width: 90%;
    }
    .nlo_step_1 .nlo_var_item {
        max-width: 100%;
        height: auto;
        margin-bottom: 35px;
        position: relative;
        min-height: 82px;
        padding: 25px;
    }
    .nlo_var_item img {
        max-height: 120px;
        width: auto;
        order: 1;
        margin-bottom: 15px;
    }
    .nlo_var_item p {
        order: 2;
        font-size: 25px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        max-width: 100%;
    }
    .nlo_step {
        width: 100%;
    }
    .nlo_var_item {
        padding: 15px 0 15px 30px;
    }
    .nlo_s2_varible .nlo_var_item {
        position: relative;
    }
    .companyStep .companyForm {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .nlo_s2_varible button {
        padding: 10px 15px;
    }
    #nlOnboarding {
        width: 90%;
        margin: 0 auto;
    }
    .nlo_s2_varible .nlo_var_item {
        margin-bottom: 15px;
    }
    .nlo_s2_varible .nlo_var_item p {
        font-size: 16px;
        line-height: 20px;
    }
    .nlo_step_2 .nlo_stepTitle p.subtitle {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .nlo_s2_varible button,
    .css_s3_step .nlo_nextStep button,
    .companyStep .nlo_nextStep button,
    .nlo_s2_varible,
    .css_s3_step .nlo_nextStep,
    .companyStep .nlo_nextStep,
    .nlo_varible,
    .nlo_nextStep {
        width: 100%;
    }
    .nlo_s3_varible>div {
        height: 77px;
        margin: 0 0 10px;
        max-width: 23%;
        width: 100%;
    }
    .nlo_s3_varible>div svg {
        max-width: 40px;
    }
    .nlo_finalImg {
        max-width: 180px;
    }
    .nlo_finalText h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .nlo_finalText p {
        font-size: 16px;
        line-height: 20px;
    }
    .companyStep .companyForm input {
        max-width: 100%;
    }
    .css_s3_step .nlo_nextStep {
        margin-top: 20px;
    }
    .companyStep .companyForm>div:before {
        width: 20px;
        height: 20px;
        right: 9px;
        top: calc(50% - 10px);
    }
}

@media (max-width: 460px) {
    .nlo_s3_varible>div {
        padding: 0 13px;
        height: 70px;
    }
}