body {
    margin: 0
}

#root {
    height: 100%
}

html {
    --antd-wave-shadow-color: #fff;
    font-size: 100%
}

html::selection {
    background: #fff
}

body {
    font-size: 14px
}

@media (min-width:769px) {
    .v2container {
        margin: 0;
        box-sizing: inherit;
        background-color: #dfdfdf !important;
        padding: 25px;
        overflow-y: hidden;
        overflow-x: hidden;
        background-image: linear-gradient(90deg, rgba(10, 10, 10, 0.527), #2222227e 148.96%), url(../img/man.jpg);
        background-size: cover;
        background-position: top;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: calc(100vh - 60px)
    }

    .v2container .content-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        overflow-x: hidden;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .v2container .content-container:hover {
        overflow-y: scroll
    }

    .v2container .content-container::-webkit-scrollbar {
        width: 0;
        background: transparent
    }

    .v2container .otherdetails-container {
        overflow-x: hidden;
        overflow-y: hidden;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .v2container .otherdetails-container:hover {
        overflow-y: scroll
    }

    .v2container .otherdetails-container::-webkit-scrollbar {
        width: 0;
        background: transparent
    }
}

@media (max-width:768px) {
    .v2container {
        margin: 0;
        box-sizing: inherit;
        background-color: #571d73 !important;
        padding: 25px;
        overflow-y: hidden;
        overflow-x: hidden;
        background-image: linear-gradient(90deg, rgba(224, 224, 224, 0.9), #d8d8d8 148.96%), url(../img/employer-networking.jpg);
        background-size: cover;
        background-position: top;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: calc(100vh - 60px)
    }

    .v2container .content-container {
        overflow-x: hidden;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .v2container .content-container:hover {
        overflow-y: scroll
    }

    .v2container .content-container::-webkit-scrollbar {
        width: 0;
        background: transparent
    }
}

.anticon .anticon-loading .anticon-spin svg path {
    color: red
}

@font-face {
    font-family: "Museo Sans";
    src: local("Museo Sans"), url(../fonts/Museo_Sans_700.c4bc01e0.otf) format("opentype")
}

@keyframes roll-in-left {
    0% {
        transform: translateX(-200%);
        opacity: 0
    }

    90% {
        transform: translateX(10%);
        opacity: 1
    }

    to {
        transform: translateX(0) rotate(0deg);
        opacity: 1
    }
}

@keyframes roll-in-from-bottom {
    0% {
        transform: translateY(100rem);
        opacity: 0
    }

    90% {
        transform: translateY(-3rem);
        opacity: 1
    }

    to {
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }
}

@keyframes roll-in-from-right {
    0% {
        transform: translateX(200%);
        opacity: 0
    }

    90% {
        transform: translateX(-10%);
        opacity: 1
    }

    to {
        transform: translateX(0) rotate(0deg);
        opacity: 1
    }
}

@keyframes roll-in-from-bottom-smooth {
    0% {
        transform: translateY(2rem);
        opacity: 0
    }

    to {
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }
}

.exim-loader {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    color: #571d73
}

.exim-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 4px solid transparent;
    border-top-color: #571d73
}

.exim-loader div:first-child {
    animation-delay: -.45s
}

.exim-loader div:nth-child(2) {
    animation-delay: -.3s
}

.exim-loader div:nth-child(3) {
    animation-delay: -.15s
}

.exim-loader-container {
    width: 100%;
    display: flex;
    justify-content: space-around
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.phone-number .phone-number-input {
    font-size: 1rem;
    font-family: Lato;
    outline: none;
    color: #000;
    transition: .1s ease-out;
    width: 100%
}

@media (max-width:768px) {
    .phone-number .phone-number-input {
        font-size: 14px
    }
}

.phone-number .phone-number-input::-webkit-input-placeholder {
    opacity: 1
}

.phone-number .ant-input {
    border: none
}

.phone-number .ant-input:focus {
    border: none;
    box-shadow: none
}

.phone-number .ant-form-item-explain {
    position: absolute;
    top: 120%;
    left: -40%
}

.checkbox-radio-label {
    font-size: 12px;
    color: #000;
    font-family: Lato
}

.checkbox-option-label {
    font-size: 16px;
    font-family: Lato;
    color: #595959
}

@media (max-width:768px) {
    .checkbox-option-label {
        font-size: 14px
    }
}

@media (max-width:385px) {
    .checkbox-option-label {
        font-size: 12px
    }
}

.material-textfield {
    position: relative;
    width: 100%;
    margin-bottom: 24px
}

.material-textfield .material-label {
    position: absolute;
    font-size: 1rem;
    top: 50%;
    font-family: Lato;
    background-color: #fff;
    color: #000;
    padding: 0 .3rem;
    margin: 0 .5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    top: 0;
    transform: translateY(-50%) scale(.7)
}

@media (max-width:768px) {
    .material-textfield .material-label {
        font-size: 12px
    }
}

.material-textfield .material-input {
    font-size: 1rem;
    font-family: Lato;
    outline: none;
    border: 1px solid #000;
    border-radius: 5px;
    padding: .4rem .8rem;
    color: #000;
    transition: .1s ease-out;
    width: 100%
}

@media (max-width:768px) {
    .material-textfield .material-input {
        font-size: 14px
    }
}

.material-textfield .material-input::-webkit-input-placeholder {
    opacity: 1
}

.material-textfield .material-input input[type=number]::-webkit-inner-spin-button,
.material-textfield .material-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.material-textfield .material-input__dirty,
.material-textfield .material-input__touched {
    border: 2px solid green
}

.material-textfield .material-input__error {
    border: 2px solid red
}

.material-textfield .material-input .ant-form-item-has-error {
    font-size: 10px
}

.material-textfield .material-select {
    padding: .3rem;
    font-size: 1rem;
    outline: none;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    transition: .1s ease-out;
    width: 100%
}

.material-textfield .material-select .ant-select-selector {
    border: none;
    box-shadow: none
}

.material-textfield .material-select .ant-select-focused {
    border: none
}

@media (max-width:768px) {
    .material-textfield .material-select {
        font-size: 14px
    }
}

.material-textfield .material-select::-webkit-input-placeholder {
    opacity: .3
}

.material-textfield .material-select__dirty,
.material-textfield .material-select__touched {
    border: 2px solid green
}

.material-textfield .material-select__error {
    border: 2px solid red
}

.material-textfield .material-rightLabel {
    position: absolute;
    right: 24px;
    text-align: right;
    top: 12px;
    height: 12px;
    color: #111;
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    z-index: 1;
    vertical-align: middle
}

.material-textfield .material-rightLabelLoader {
    position: absolute;
    right: 12px;
    text-align: right;
    top: 8px;
    color: #361b6d;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    z-index: 1
}

.material-textfield .material-rightBottomLabel {
    position: absolute;
    text-align: right;
    transform: translate(-2%);
    color: #111;
    font-family: Lato;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    z-index: 1;
    vertical-align: middle;
    text-decoration: underline;
    right: 0;
    margin-top: 5px
}

.material-textfield .material-rightBottomLabel:hover {
    cursor: pointer
}

.material-textfield .material-rightBottomLabel__danger {
    color: red
}

.material-textfield .material-leftBottomLabel {
    text-align: right;
    transform: translate(-2%);
    color: #111;
    font-family: Lato;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    z-index: 1;
    vertical-align: middle;
    text-decoration: underline
}

.material-textfield .material-leftBottomLabel:hover {
    cursor: pointer
}

.material-textfield .material-leftBottomLabel__danger {
    color: red
}

.material-textfield .material-errorLabel {
    position: relative;
    color: red;
    height: 12px;
    font-family: Lato;
    font-size: 10px;
    margin-top: 1px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 12px
}

.material-textfield .material .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff
}

.material-textfield .material-input:focus+.material-label {
    color: #6200ee
}

.step2-field {
    padding-left: 8%;
    padding-right: 8%
}

.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
.ant-select-show-search.ant-select-single:not(.ant-select-customize-input):hover .ant-select-selector {
    box-shadow: none
}

.ant-form-item {
    margin-bottom: 0
}

.ant-form-item-has-error {
    font-size: 10px
}

.ant-form-item-explain {
    font-size: 10px;
    min-height: 0
}

@media (max-width:768px) {
    .ant-checkbox-inner {
        width: 20px;
        height: 20px
    }
}

.btn {
    font-weight: 600;
    font-size: 12px;
    height: 36px;
    width: 100%;
    padding: 5px 14%;
    border-radius: 4px;
    box-shadow: "none"
}

.btn__google-btn {
    border: "1px solid #333333";
    color: "#111111"
}

.btn:focus {
    color: #571d73
}

.btn__get-started-btn,
.btn__get-started-btn:active,
.btn__get-started-btn:focus,
.btn__get-started-btn:hover {
    color: #fff;
    background-color: #5e5e5e
}

.others {
    display: flex;
    width: 100%;
    max-height: 700px;
    color: #000;
    flex-direction: column;
    justify-content: flex-start
}

.others__text1 {
    min-height: 72px;
    width: 90%;
    font-family: "Museo Sans";
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 2rem
}

.others__text1,
.others__text2 {
    color: #fff;
    letter-spacing: 0;
    animation-name: roll-in-from-bottom-smooth;
    animation-delay: 0s;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards
}

.others__text2 {
    min-height: 48px;
    width: 85%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5rem;
    font-family: "Lato", sans-serif
}

.others__benifits {
    min-height: 200px;
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.others__benifits__box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    animation-name: roll-in-from-bottom-smooth;
    animation-delay: 0s;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
    min-height: 160px;
    width: 27%;
    margin-bottom: 20px
}

.others__benifits__box--image {
    max-height: 48px;
    max-width: 48px;
    margin-bottom: 5px;
    object-fit: cover
}

.others__benifits__box--name {
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 12px;
    font-family: "Lato", sans-serif
}

.others__benifits__box--percentage {
    width: 49px;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 34px;
    font-family: "Museo Sans"
}

.others__benifits__box--percentage--sign {
    font-size: 16px;
    margin-left: 5px
}

.others__bottomBar {
    width: 90%;
    height: 1px;
    background-color: #fff;
    animation-name: roll-in-from-bottom-smooth;
    animation-delay: 0s;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards
}

@media (max-width:1024px) {
    .others {
        padding-left: 5%;
        margin-top: 5%
    }

    .others__text2 {
        min-height: 0;
        height: 24px
    }
}

@media (max-width:1024px) {
    nav img {
        width: 140px;
        height: auto;
        margin-right: 12px
    }

    nav button {
        width: auto
    }
}

.navbar-container nav {
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, rgba(226, 226, 226, 0.9), #dfdfdf 148.96%);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2em;
    border-bottom: 0 solid #000;
    overflow: hidden
}

.navbar-container nav img {
    height: 35px;
    object-fit: contain;
    display: block
}

.navbar-container nav button {
    width: 200px;
    height: 40px;
    background-color: #ef4277;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .navbar-container nav button {
        width: 96px
    }
}

.navbar-container nav button:hover {
    cursor: pointer
}

.navbar-container nav button:active {
    transform: translateY(-.1rem);
    box-shadow: 0 .5rem 1rem #000
}

.navbar-container nav button:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all .4s
}

.signupcard {
    animation-name: roll-in-from-right;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
    border-radius: 1rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media (min-width:769px) {
    .signupcard {
        min-width: 28rem;
        max-width: 70%
    }
}

@media (max-width:768px) {
    .signupcard .ant-card-body {
        padding: 0
    }
}

.signupcard .signupform {
    display: flex;
    align-items: center
}

.signupcard .signupform .form-field {
    width: 100%;
    height: 2em;
    position: relative
}

.signupcard .signupform .form-field:first-child {
    margin-top: 10rem
}

.signupcard .signupform__step1 {
    justify-content: center;
    flex-direction: column;
    align-items: center
}

@media (min-width:769px) {
    .signupcard .signupform__step1 {
        padding: 3% 10%
    }
}

@media (max-width:768px) {
    .signupcard .signupform__step1 {
        padding: 5% 10%
    }
}

.signupcard .signupform__step1--createFreeAccountText {
    color: #111;
    font-family: "Museo Sans";
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    font-weight: 800;
    height: 2rem
}

@media (max-width:768px) {
    .signupcard .signupform__step1--createFreeAccountText {
        font-size: 20px
    }
}

@media (min-width:769px) {
    .signupcard .signupform__step1--createFreeAccountText {
        font-size: 24px
    }
}

.signupcard .signupform__step1--organisationTypeLabelText {
    line-height: 24px;
    margin-right: auto;
    font-size: 12px;
    font-family: "Museo Sans";
    font-weight: 700
}

.signupcard .signupform__step1--organisationTypeRadioGroup {
    line-height: 24px;
    margin-right: auto
}

.signupcard .signupform__step1--alreadyHaveAccount {
    color: #111;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    margin-top: 16px
}

.signupcard .signupform__step1--alreadyHaveAccount a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 700;
    margin-left: 5px
}

.signupcard .signupform__step1 .ant-radio-wrapper {
    margin-right: 2px
}

.signupcard .signupform__step1 .phone-number-input {
    -moz-appearance: textfield !important;
    padding: 0
}

.signupcard .signupform__step1 .ant-divider-horizontal {
    margin: 16px 0
}

.signupcard .signupform__step2 {
    justify-content: center;
    flex-direction: column;
    align-items: center
}

@media (max-width:768px) {
    .signupcard .signupform__step2 {
        padding: 8% 3%
    }
}

.signupcard .signupform__step2--niceToMeetText {
    color: #111;
    font-family: "Museo Sans";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    padding: 8% 3%;
    width: 100%;
    text-align: center
}

@media (max-width:768px) {
    .signupcard .signupform__step2--niceToMeetText {
        font-size: 16px
    }
}

.signupcard .signupform__step2--numberOfContainerLabel {
    height: 10px;
    color: #333;
    font-family: Lato;
    font-size: .7rem;
    letter-spacing: 0;
    line-height: 10px;
    margin-bottom: 1.2rem;
    margin-right: -.5rem
}

.signupcard .signupform__step2--rangeLabel {
    position: relative;
    left: 15%
}

.signupcard .signupform__step2 .input-range {
    width: 99%
}

.signupcard .signupform__step2 .input-range__track--active {
    background: #111
}

.signupcard .signupform__step2 .input-range__slider {
    background: #6dc7e5;
    border: 1px solid #6dc7e5
}

.signupcard .signupform__step2 .input-range__label--max,
.signupcard .signupform__step2 .input-range__label--min,
.signupcard .signupform__step2 .input-range__label-container {
    display: none
}

.signupcard .signupform__step2 .ant-checkbox-wrapper {
    margin-top: 1rem;
    height: 10px;
    width: 76px;
    color: #333;
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 10px;
    width: 100%
}

.signupcard .signupform__step2 .download-brochure {
    margin-top: 16px;
    height: 10px;
    width: 76px;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;
    color: #333;
    text-decoration: underline;
    color: #ef4277;
    text-align: center
}

.signupcard .signupform__step2 .download-brochure:hover {
    color: #571d73
}

.signupcard .signupform__signin {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 5% 15% 15%
}

@media (max-width:768px) {
    .signupcard .signupform__signin {
        padding: 5% 12% 15%
    }
}

.signupcard .signupform__signin--signinText {
    color: #111;
    font-family: "Museo Sans";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10%
}

.signupcard .signupform__signin--dontHaveAccount {
    margin-top: 10%;
    color: #111;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px
}

.signupcard .signupform__signin--dontHaveAccount a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 700;
    margin-left: 5px
}

.signupcard .signupform__signin .btn__get-started-btn {
    margin-bottom: 10%;
    margin-top: 10%
}

.signupcard .signupform__verifyemail {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center
}

@media (max-width:768px) {
    .signupcard .signupform__verifyemail {
        padding: 5% 10%
    }
}

.signupcard .signupform__verifyemail--emailNotVerified {
    color: #111;
    font-family: "Museo Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 2rem;
    width: 100%
}

.signupcard .signupform__verifyemail--sendEmailText {
    font-family: "Lato", sans-serif;
    color: #333;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px
}

.signupcard .signupform__verifyemail--notreceivedText {
    margin-top: 20px;
    color: #111;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px
}

.signupcard .signupform__verifyemail--notreceivedText a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 700;
    margin-left: 5px
}

.signupcard .signupform__forgotpassword {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 5% 15% 15%
}

.signupcard .signupform__forgotpassword--forgotpassword {
    height: 16px;
    width: 173px;
    color: #111;
    font-family: "Museo Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 700;
    width: 100%
}

.signupcard .signupform__forgotpassword--forgotpasswordMessage {
    margin-top: .5rem;
    margin-bottom: 3rem;
    font-size: 14px;
    font-family: "Museo Sans";
    font-weight: 400
}

.signupcard .signupform__resetpassword {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 5% 15% 15%
}

.signupcard .signupform__resetpassword--resetPasswordLabel {
    height: 16px;
    width: 173px;
    color: #111;
    font-family: "Museo Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 50px
}

.signupcard .signupform__signupinvite {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start
}

.signupcard .signupform__signupinvite--pleasewait {
    color: #111;
    font-family: "Museo Sans";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    font-weight: 600
}

.faq {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    animation-name: roll-in-from-bottom-smooth;
    animation-delay: 0s;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards
}

.faq__header {
    height: 34px;
    color: #fff;
    font-family: "Museo Sans";
    font-size: 32px;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 2rem
}

.faq__plus {
    color: #fff
}

.faq__plus:hover {
    cursor: pointer
}

.faq__question {
    min-height: 16px;
    width: 655px;
    color: rgb(255, 184, 54);
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    font-family: "Lato", sans-serif;
    margin-left: 1rem
}

.faq__question:hover {
    cursor: pointer
}

.faq__answer {
    min-height: 2rem;
    width: 655px;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    font-family: "Lato", sans-serif;
    margin-left: 2em;
    margin-top: 1em;
    transition: ease-in-out
}

.faq__answer:hover {
    cursor: pointer
}

.faq__dottedline {
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #fff
}

@media (max-width:1024px) {
    .faq {
        margin-top: 25px;
        padding-left: 5%;
        margin-bottom: 25px
    }

    .faq__header {
        height: 34px;
        width: 100%
    }

    .faq__question {
        min-height: 16px;
        width: 100%
    }

    .faq__answer {
        min-height: 2rem;
        width: 100%;
        margin-left: 0;
        margin-top: 1em
    }

    .faq__dottedline {
        width: 80%;
        height: 2px
    }
}

/*# sourceMappingURL=main.26d266c0.chunk.css.map */