html {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    line-height: 1.4;
    font-size: 14px;
    background: #03004B;
}

h1, .h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0;
}
h2, .h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 56px;
}
h3, .h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 42px */
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}
h4, .h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-30 {
    font-size: 30px;
}
.font-70 {
    font-size: 70px;
}
.font-400 {
    font-weight: 400;
}
.font-300 {
    font-weight: 300;
}
.font-500 {
    font-weight: 500;
}
.font-700 {
    font-weight: 700;
}
.lightgray-bg {
    background: #F9F9F9;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
/************************************************************************************************/
section + section {
    margin-top: 80px;
}
.white-bg {
    background: #ffffff;
    color: #03004B;
}
.btn {
    font-size: 14px;
    padding: 10px 24px;
    font-weight: 500;
}
.btn-light {
    --bs-btn-color: #03004B;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-bg: #03004B;
    --bs-btn-hover-border-color: #03004B;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #FFF;
    --bs-btn-active-bg: #03004B;
    --bs-btn-active-border-color: #03004B;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #03004B;
    --bs-btn-disabled-bg: #ccc;
    --bs-btn-disabled-border-color: #ccc;
}
.btn-light-invert {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #03004B;
    --bs-btn-border-color: #03004B;
    --bs-btn-hover-color: #03004B;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #FFF;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #ccc;
    --bs-btn-disabled-border-color: #ccc;
}
.btn-lng {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    background: none !important;
    border: none !important;
}
.dropdown-menu.dropdown-menu-lng {
    min-width: 100%;
    background: none !important;
    border: none !important;
}
.dropdown-menu.dropdown-menu-lng .dropdown-item {
    padding: 1px 7px;
    font-size: 16px;
}
.dropdown-menu.dropdown-menu-lng .dropdown-item:hover {
    opacity: 0.5;
    background: none !important;
}
/************************************************************************************************/
.mob-menu {
    display: none;
    border-radius: 32px;
    background: #FFF;
    position: absolute;
    left: -24px;
    right: -24px;
    top: -24px;
    height: 100vh;
    padding: 24px;
    color: #03004B;
z-index:20;
}
.mmenu-menu {
    list-style: none;
    margin: 22px 0 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.mmenu-menu > li {
    padding: 12px 0;
}
header {
    position: absolute;
    top: 65px;
    left: 60px;
    right: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: rgb(3, 0, 75);
}
.header-menu > li {
    padding: 0 10px;
}
.top-block {
    border-radius: 40px;
    background: #ffffff;
    color: #03004B;
    height: 98vh;
    margin-top: 1vh;
    text-align: center;
}
.top-block h1{z-index: 2;}
.top-block .bgtop{
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
    max-width: 390px;
    width:87%;
    height:auto;
}
.top-block .bgtop img{
    max-width: 100%;
    max-height: 100%;
}
.assistant-item {
    border-radius: 24px;
    background: #F2F5FF;
    padding: 26px 36px;
    color: #03004B;
    min-height: 208px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.white-wrap {
    background: #ffffff;
    color: #03004B;
    border-radius: 40px;
    padding: 80px 0px;
}
.services-item {
    border-radius: 24px;
    background: #F2F5FF;
    padding: 26px 24px;
    min-height: 208px;
    height: 100%;
    transition: all 0.2s ease-out ;
}
.services-item > h4 {
    color: #18048E;
    background: #F2F5FF;
    transition: all 0.2s ease-out ;
    /*margin-bottom: 64px;*/
}
/*.services-item.services-item-negative,
.services-item.services-item-negative > h4 */
.services-item:hover,
.services-item:hover > h4{
    color: #fff;
    background: #2F2B83;
}
.apps-item {
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(75, 167, 253, 0.66) 0%, #3509A9 40.5%, rgba(35, 0, 128, 0.73) 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 100%;
}
.pink-wrap {
    background: #2F2B83;
    color: #fff;
    border-radius: 40px;
    padding: 80px 0px;
}
.industries-item {
    position: relative;
    border-radius: 24px;
    background: #F2F5FF;
    padding: 26px 36px;
    margin-top: 16px;
    color: #03004B;
    transition: all 0.2s ease-out ;
}
/*.industries-item.industries-item-negative*/
.industries-item:hover {
    background: #03004B;
    color: #fff;
}
.framework-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-between;
    margin-right: -44px;
}
.framework-item {
    width: 56px;
    height: 58px;
    margin-bottom: 50px;
    margin-right: 44px;
    background-position: center -14px;
    cursor: pointer;
}
.framework-item:hover,
.framework-item.hover {
    background-position: center bottom -14px;
}
.way-num,
.way2-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #2F2B83;
    border-radius: 12px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 42px */
    text-transform: uppercase;
}
.way2-num {
    transition: all 0.2s ease-out ;
    background: #03004B;
    color: #FFF;
    position: relative;
    box-shadow: 16px 0 0 #2F2B83, -16px 0 0 #2F2B83;
}
.way2-item {
    cursor: pointer;
}
.way2-item:hover .way2-num,
.way2-item.hover .way2-num {
    color: #03004B;
    background: #FFF;
}
.way2-line {
    position: relative;
}
.way2-line:before {
    content: "";
    display: block;
    border-top: 1px dashed rgba(255,255,255,0.5);
    position: absolute;
    left: 8%;
    right: 8%;
    top: 32px;
}
.way2-description-item {
    text-align: center;
    margin: auto;
}


.btn.btn-submit {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 42px */
    border-radius: 12px;
    border: 3px solid #FFF;
    box-shadow: 0 14px;
    background: #03004B;
    padding: 16px 60px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-out ;
    -moz-transition: all 0.2s ease-out ;
    -o-transition: all 0.2s ease-out ;
    transition: all 0.2s ease-out ;
}
.btn.btn-submit:active {
    top: 10px;
    box-shadow: 0 4px;
}
label {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-bottom: 4px;
}
.form-control {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: none !important;
    color: #fff !important;
}
.form-control-lg {
    padding: 14px 10px;
    min-height: 60px;
}
footer {
    margin-top: 80px;
    margin-bottom: 32px;
    border-radius: 40px;
    background: #FFF;
    padding: 40px 0;
    color: #2F2B83;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.8px;
}
@media screen and (min-width:440px) {
    .luxar_disclaimer_container{
        left: auto!important;
        right:1%;
        transform: translateX(0%)!important;
    }
}
.luxar_disclaimer_container {
    position: fixed;
    left: 50%;
    bottom: 1%;
    width: 80%;
    box-sizing: border-box;
    padding: 35px 80px;
    text-transform: initial;
    font-size: 18px;
    font-family: "Acrobat", "Open Sans", sans-serif;
    z-index: 1000;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    transform: translateX(-50%);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.56);
    max-width:322px;
    }
    .footer-form__check a,.luxar_disclaimer_container a{color: #476bf0;}
    .luxar_disclaimer_container.bottom {
        top: auto;
        bottom: 1%;
        }   
        .luxar_disclaimer_container.small {
            font-size: 13px;
            padding: 9px 50px 9px 16px;
            }
            .luxar_disclaimer_container.light {
                background: #fff;
                color: #000;
                }
                .luxar_disclaimer_container.light .luxar_disclaimer_button {
                    border-color: rgba(0, 0, 0, 0.32);
                    color: #000;
                    }
                    .luxar_disclaimer_container .luxar_disclaimer_button {
                        margin-left: 20px;
                        display: block;
                        padding: 5px 15px;
                        border-left: 1px solid ;
                        border-right:0px;
                        border-top:0px;
                        border-bottom:0px;
                        text-decoration: none;
                        height: 100%;
                        position: absolute;
                        right: 0;
                        line-height: 400%;
                        }
                        .luxar_disclaimer_container .luxar_disclaimer_button{
                            border-top-right-radius: 15px;
                            border-bottom-right-radius: 15px;
                        }

.modal-content {
    color: #000;
    padding: 48px 24px;
}
