
.uni-body .uk-button-primary.uk-active,.uni-body .uk-button-primary:focus,.uni-body .uk-button-primary:hover {
    background-color: #082dc2!important;
}

.uni-body .uk-button-default,.uni-body .uk-button-default.uk-dark,.uni-body .uk-dark .uk-button-default {
    background-color: hsla(0,0%,100%,.08)!important;
    color: #fff!important;
}

.uni-body .uk-button-default.uk-active,.uni-body .uk-button-default:focus,.uni-body .uk-button-default:hover {
    background-color: #fff!important;
    color: #1b46f5!important;
}

.uni-header-navbar .uk-navbar-nav>li>a {
    white-space: nowrap;
}


.uni-body .uni-btn .uk-button-primary.uk-active,.uni-body .uni-btn .uk-button-primary:focus,.uni-body .uni-btn .uk-button-primary:hover {
    background-color: #ff0062!important;
}


/*contact-form-section*/
.contact-form-section {
    width: 100%;
    padding: 76px 0 136px 0;
    background: #000000;
}
@media screen and (max-width: 998px) {
    .contact-form-section {
        padding: 55px 80px;
    }
}
@media screen and (max-width: 520px) {
    .contact-form-section {
        padding: 55px 30px;
    }
}
.contact-form-section .section-content {
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 998px) {
    .contact-form-section .section-content {
        width: 100%;
    }
}
.contact-form-section .section-content .title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 23px;
}
@media screen and (max-width: 520px) {
    .contact-form-section .section-content .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.contact-form-section .section-content .info {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    width: 568px;
    max-width: 100%;
    margin: 0 auto 47px;
}
.contact-form-section .section-content .contact-tel-box {
    font-family: 'GT Walsheim';
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    padding-left: 22px;
    margin-bottom: 36px;
}
.contact-form-section .section-content .contact-tel-box a {
    color: #FFFFFF;
    display: inline-block;
    text-decoration: underline;
    transition: all 0.25s ease-in-out;
}
.contact-form-section .section-content .contact-tel-box a:hover {
    color: #2745EC;
}
.contact-form_footer form {
    position: relative;
    padding-bottom: calc(50% + 54px);
}
@media screen and (max-width: 980px) {
    .contact-form_footer form {
        padding-bottom: calc(50% + 79px);
    }
}
@media screen and (max-width: 866px) {
    .contact-form_footer form {
        padding-bottom: calc(50% + 120px);
    }
}
@media screen and (max-width: 768px) {
    .contact-form_footer form {
        padding-bottom: 0;
    }
}
.contact-form_footer form .hs-form-field {
    position: absolute;
    left: 0;
    width: calc(50% - 35px);
}
@media screen and (max-width: 998px) {
    .contact-form_footer form .hs-form-field {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 768px) {
    .contact-form_footer form .hs-form-field {
        position: static;
        width: 100%;
    }
}
.contact-form_footer form .hs-form-field:nth-child(5),
.contact-form_footer form .hs-form-field:nth-child(6),
.contact-form_footer form .hs-form-field:nth-child(7) {
    right: 0;
    left: auto;
}
.contact-form_footer form .hs-form-field:nth-child(1),
.contact-form_footer form .hs-form-field:nth-child(5) {
    top: 0;
}
.contact-form_footer form .hs-form-field:nth-child(2),
.contact-form_footer form .hs-form-field:nth-child(6) {
    top: 90px;
}
.contact-form_footer form .hs-form-field:nth-child(3),
.contact-form_footer form .hs-form-field:nth-child(7) {
    top: 180px;
}
.contact-form_footer form .hs-form-field:nth-child(4) {
    top: 270px;
}
.contact-form_footer form .hs-form-field label {
    display: block;
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.contact-form_footer form .hs-form-field label .hs-form-required {
    display: none;
}
.contact-form_footer form .hs-form-field .input {
    margin-bottom: 18px;
}
.contact-form_footer form .hs-form-field .input input,
.contact-form_footer form .hs-form-field .input select,
.contact-form_footer form .hs-form-field .input textarea {
    width: 100% !important;
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 12px;
    line-height: 48px;
    color: #2745EC;
    padding: 17px 13px !important;
    height: 48px;
    background: #212121;
    border: 2px solid #212121;
    border-radius: 9px;
}
.contact-form_footer form .hs-form-field .input input::-webkit-input-placeholder,
.contact-form_footer form .hs-form-field .input select::-webkit-input-placeholder,
.contact-form_footer form .hs-form-field .input textarea::-webkit-input-placeholder,
.contact-form_footer form .hs-form-field .input input:-ms-input-placeholder,
.contact-form_footer form .hs-form-field .input select:-ms-input-placeholder,
.contact-form_footer form .hs-form-field .input textarea:-ms-input-placeholder,
.contact-form_footer form .hs-form-field .input input::placeholder,
.contact-form_footer form .hs-form-field .input select::placeholder,
.contact-form_footer form .hs-form-field .input textarea::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}
.contact-form_footer form .hs-form-field .input input:focus,
.contact-form_footer form .hs-form-field .input select:focus,
.contact-form_footer form .hs-form-field .input textarea:focus,
.contact-form_footer form .hs-form-field .input input.has_value,
.contact-form_footer form .hs-form-field .input select.has_value,
.contact-form_footer form .hs-form-field .input textarea.has_value {
    background: #FFFFFF;
    border: 2px solid #0025BA !important;
    box-shadow: none !important;
    outline: none !important;
}
.contact-form_footer form .hs-form-field .input input:focus-visible,
.contact-form_footer form .hs-form-field .input select:focus-visible,
.contact-form_footer form .hs-form-field .input textarea:focus-visible {
    outline: none !important;
}
.contact-form_footer form .hs-fieldtype-radio .input .inputs-list {
    display: flex;
    align-items: center;
    align-content: stretch;
    padding: 0;
    margin: 0 -11px;
}
.contact-form_footer form .hs-fieldtype-radio .input .inputs-list .hs-form-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
    height: 48px;
    border-radius: 9px;
    margin: 0 11px;
    padding: 0;
    overflow: hidden;
}
.contact-form_footer form .hs-fieldtype-radio .input .inputs-list .hs-form-radio .hs-form-radio-display {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}
.contact-form_footer form .hs-fieldtype-radio .input .inputs-list .hs-form-radio .hs-form-radio-display input {
    position: absolute;
    top: 50%;
    left: 16px;
    margin: -6px 0 0 0;
    width: 12px !important;
    height: 12px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    appearance: none;
    padding: 0 !important;
    z-index: 10;
}
.contact-form_footer form .hs-fieldtype-radio .input .inputs-list .hs-form-radio .hs-form-radio-display input:focus,
.contact-form_footer form .hs-fieldtype-radio .input .inputs-list .hs-form-radio .hs-form-radio-display input.has_value {
    border: 1px solid #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
}
.contact-form_footer form .hs-fieldtype-radio .input .inputs-list .hs-form-radio .hs-form-radio-display input:checked::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #ffffff;
}
.contact-form_footer form .hs-fieldtype-radio .input .inputs-list .hs-form-radio .hs-form-radio-display input:checked + span {
    background: #2745EC;
    border: 2px solid #0021A7;
}
.contact-form_footer form .hs-fieldtype-radio .input .inputs-list .hs-form-radio .hs-form-radio-display span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    background: #242425;
    border: 2px solid #242425;
    padding-left: 37px;
    padding-right: 16px;
    border-radius: 9px;
    white-space: nowrap;
}
@media screen and (max-width: 998px) {
    .contact-form_footer form .hs-fieldtype-radio .input .inputs-list .hs-form-radio .hs-form-radio-display span {
        white-space: normal;
    }
}
.contact-form_footer form .hs-fieldtype-radio.hs-what_is_your_budget_ .input .inputs-list {
    display: flex;
    align-items: center;
    align-content: stretch;
    padding: 0;
    margin: 0 -4px;
}
.contact-form_footer form .hs-fieldtype-radio.hs-what_is_your_budget_ .input .inputs-list .hs-form-radio {
    margin: 0 4px;
}
.contact-form_footer form .hs-fieldtype-radio.hs-what_is_your_budget_ .input .inputs-list .hs-form-radio:last-child {
    width: 87px;
    flex-grow: 0;
}
.contact-form_footer form .hs-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 18px;
    right: 0;
    width: 100%;
}
@media screen and (max-width: 980px) {
    .contact-form_footer form .hs-submit {
        bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .contact-form_footer form .hs-submit {
        position: static;
        width: 100%;
        margin-top: 37px;
    }
}
.contact-form_footer form .hs-submit::before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: 1px;
    background-color: #242425;
}
@media screen and (max-width: 768px) {
    .contact-form_footer form .hs-submit::before {
        position: static;
        margin-bottom: 25px;
    }
}
.contact-form_footer form .hs-submit .actions {
    position: relative;
    width: 198px;
    height: 48px;
    max-width: 100%;
}
.contact-form_footer form .hs-submit .actions::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    display: block;
    width: 24px;
    height: 14px;
    background-image: url("../images/index/icon/icon-form-arr-right.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 2;
}
.contact-form_footer form .hs-submit .actions:hover::after {
    right: 16px;
}
.contact-form_footer form .hs-submit input[type="submit"] {
    font-family: 'GT Walsheim';
    font-weight: 500;
    font-size: 17px;
    line-height: 48px;
    letter-spacing: 0.25px;
    color: #000000;
    width: 100%;
    height: 48px;
    background: #00CC61;
    border-radius: 8px;
    box-shadow: none;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    text-align: left;
    padding: 0 17px;
}
.contact-form_footer form .hs-submit input[type="submit"]:hover {
    background: #00b355;
}
.contact-form_footer form .hs-submit input[type="submit"]:focus,
.contact-form_footer form .hs-submit input[type="submit"]:active,
.contact-form_footer form .hs-submit input[type="submit"]:link {
    box-shadow: none;
    border: none;
}
.contact-form_footer form .hs-error-msgs {
    padding: 0!important;
    margin: -16px 0 0 0;
}
@media screen and (max-width: 768px) {
    .contact-form_footer form .hs-error-msgs {
        margin: -8px 0 18px 0;
    }
}
.contact-form_footer form .hs-error-msgs .hs-error-msg,
.contact-form_footer form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
    padding: 0 !important;
    font-family: 'Poppins';
    font-weight: 500;
    color: red;
    font-size: 12px;
    text-transform: none;
}
.contact-form_footer form .hs-error-msgs li::marker,
.contact-form_footer form .hs_error_rollup .hs-error-msgs li::marker {
    font-size: 0;
}
.contact-form_footer form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
    text-align: center;
}
.contact-form_footer .submitted-message {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #58C27D;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.contact-form_footer .hs_error_rollup {
    margin-bottom: 32px;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    text-align: left;
}
/*end of contact-form-section*/

/*section-03_work_life*/
.section-03_work_life{
    padding-bottom: 120px;
}

@media screen and (max-width: 998px) {
    .section-03_work_life {
        margin-top:80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 520px) {
    .section-03_work_life {
        margin-top:60px;
        padding-bottom: 60px;
    }
}
/*end of section-03_work_life*/


/*section-07*/
.section-07{
    display: none !important;
}
/*section-07*/