        .container {
            max-width: 1130px;
            margin: 0 auto;
        }
        
        #hero_top_section {
            background-image: url(../../../images/purple-background.webp);
            background-size: cover;
            background-repeat: no-repeat;
        }
        
        .hero_inner {
            padding: 140px 0px 140px;
            display: flex;
            align-items: center;
        }
        
        .hero_left {
            flex: 1;
            box-sizing: border-box;
            padding-right: 50px;
        }
        
        .hero_right {
            width: 520px;
            box-sizing: border-box;
            background-color: #fff;
            border-radius: 8px;
            padding: 30px;
        }
        
        .hero_left h1 {
            -webkit-font-smoothing: auto;
            font-size: 52px;
            line-height: 60px;
            color: #fff;
            font-weight: 800;
            margin: 0px 0px 20px;
        }
        
        .hero_left p {
            font-size: 16px;
            line-height: 26px;
            color: #fff;
            font-weight: 100;
            margin: 0px 0px 20px;
        }
        
        body:not(.scroll_down_mobile) .site-header-new {
            background-color: transparent;
            box-shadow: none;
        }
        
        body:not(.scroll_down_mobile) #aihr-site-navigation .lines-button .menu-line {
            background-color: #fff!important;
        }
        
        .logo-holder {
            display: flex;
            flex-wrap: wrap;
            padding: 0px 0px 10px;
        }
        
        .logo-item {
            line-height: 0;
            width: calc(100%/3);
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
        }
        
        .logo-item img {
            width: 100%;
            max-height: 50px;
            height: auto;
        }
        
        .text_below_logos {
            text-align: center;
        }
        
        .form_title {
            font-size: 25px;
            line-height: 1;
            color: #1EBBF0;
            font-weight: 700;
            margin: 0 0 20px;
            -webkit-font-smoothing: auto;
        }
        .text_below_form_new,
        .text_below_form_old {
            font-size: 12px;
            line-height: 18px;
            color: #778080;
            font-weight: 100;
            margin-top: 20px;
            -webkit-font-smoothing: auto;
        }
        
        .text_below_form_new{
          display: none;
        }
        .hs-form-field>label {
            display: none !important;
        }
        
        .hs-form .hs-input {
            border-radius: 5px;
            width: 100% !important;
            margin-bottom: 17px;
            height: 50px;
            box-sizing: border-box;
        }
        
        .hs-button.primary {
            transition: none !important;
            border: none;
            background: #fb9f00 !important;
            color: #fff;
            height: 50px;
            cursor: pointer;
            font-size: 14px !important;
            width: 250px;
            text-transform: uppercase !important;
            min-height: 50px;
            font-weight: 600 !important;
        }
        
        .hs-button.primary:hover {
            background: #f7b500 !important;
        }
        
        .hs-error-msgs.inputs-list {
            margin: -10px 0px 10px;
        }
        
        .hs-error-msgs.inputs-list .hs-error-msg {
            color: #fb9f00;
        }
        
        .hero_right_form form .form-columns-0 {
            display: none;
        }
        
        @media screen and (max-width: 1230px) {
            .container {
                max-width: 100%;
                margin: 0 50px;
            }
        }
        
        @media screen and (min-width: 1041px) {
            .hero_left p,
            .logo-holder {
                max-width: 540px;
            }
            .scroll1_down .site-header-new {
                background-color: #31216B;
            }
            #hero_top_section {
                margin-top: -85px;
            }
        }
        
        @media screen and (max-width: 1040px) {
            .hero_inner {
                padding: 100px 0px 100px;
                flex-direction: column;
            }
            .hero_left {
                padding-right: 0px;
                width: 100%;
            }
            .hero_right {
                margin: 20px auto 0px;
                max-width: 520px;
                width: 100%;
            }
            .logo-item img {
                width: auto;
                max-width: 180px;
            }
        }
        
        @media screen and (max-width:850px) {
            .hero_inner {
                padding: 100px 0px 160px;
            }
        }
        
        @media screen and (max-width:700px) {
            .logo-item img {
                max-width: 100%;
            }
        }
        
        @media screen and (max-width: 480px) {
            .hero_left h1 {
                font-size: 38px;
                line-height: 46px;
            }
            .container {
                margin: 0 30px;
            }
            .hero_inner {
                padding: 80px 0px 140px;
            }
            .hero_right {
                padding: 20px;
                margin-top: 0px;
            }
            .logo-item {
                width: 50%;
            }
        }
        /***************
Overlap section
***************/
        
        .overlap-subsection-inner {
            display: flex;
            background-color: #F4F6FA;
            padding: 20px 47px;
            border-radius: 15px;
            margin-top: -75px;
            box-shadow: 0 5px 30px 0 rgba(23, 15, 63, 0.20);
        }
        
        .box_holder {
            width: calc(100%/3);
            box-sizing: border-box;
            padding: 27px 25px;
            display: flex;
            align-items: center;
            border-right: 1px solid #CACFE6;
        }
        
        .box_holder:last-child {
            border: none;
        }
        
        .box-text-left {
            color: #31216B;
            font-weight: 600;
            font-size: 48px;
            line-height: 56px;
        }
        
        .box-text-right {
            color: #767D99;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            padding-left: 20px;
        }
        
        @media screen and (max-width: 1040px) {
            .overlap-subsection-inner {
                padding: 10px 20px;
                margin-top: -43px;
            }
            .box_holder {
                padding: 10px 15px;
            }
            .box-text-right {
                padding-left: 10px;
                font-size: 14px;
                line-height: 22px;
            }
            .box-text-left {
                font-size: 38px;
                line-height: 46px;
            }
        }
        
        @media screen and (max-width: 850px) {
            .overlap-subsection-inner {
                flex-direction: column;
                max-width: 480px;
                justify-content: center;
                align-items: center;
                margin: -110px auto 0px;
            }
            .box_holder {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #CACFE6;
            }
            .box_holder:last-child {
                border-bottom: none;
            }
            .box-text-left {
                width: 80px;
                text-align: center;
            }
        }
        
        @media screen and (max-width: 480px) {
            .box-text-left {
                font-size: 28px;
                line-height: 36px;
                width: 60px;
            }
            .overlap-subsection-inner {
                margin: -95px auto 0px;
            }
        }
        /********************
    Third section
    *******************/
        
        .middle-part-holder {
            background: linear-gradient(180deg, rgba(228, 245, 255, 0.00) 0%, rgba(228, 245, 255, 0.60) 60.53%, rgba(228, 245, 255, 0.00) 100%);
        }
        
        .third-section-top {
            display: flex;
            align-items: center;
            flex-direction: column;
            max-width: 1000px;
            margin: 0px auto 50px;
        }
        
        h2 {
            color: #31216B!important;
            font-weight: 800!important;
            font-size: 38px!important;
            line-height: 48px!important;
            margin: 0px 0px 20px!important;
            text-align: center;
        }
        
        .third-section-top p {
            color: #31216B;
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
        }
        
        .third-section-inner {
            padding: 80px 0px 60px;
        }
        
        .third-section-content {
            display: flex;
            flex-wrap: wrap;
            margin: 0px -10px;
        }
        
        .third-section-item {
            width: calc(100%/3 - 20px);
            margin: 0px 10px 20px;
            display: flex;
            flex-direction: column;
            padding: 30px 24px;
            background-color: #fff;
            border-radius: 10px;
            box-sizing: border-box;
        }
        
        .third-section-item-title {
            color: #31216B;
            margin: 0px 0px 10px;
            font-weight: 800;
            font-size: 20px;
            line-height: 24px;
        }
        
        .third-section-item-text {
            color: #50585F;
            margin: 0px 0px 0px;
            font-weight: 400;
            font-size: 13x;
            line-height: 20px;
        }
        
        .third-section-item-icon {
            line-height: 0;
            margin-bottom: 20px;
        }
        
        @media screen and (max-width: 1040px) {
            .third-section-inner {
                padding: 60px 0px 40px;
            }
            .third-section-top {
                margin-bottom: 30px;
            }
        }
        
        @media screen and (max-width: 980px) {
            .third-section-item {
                width: calc(50% - 20px);
            }
        }
        
        @media screen and (max-width: 600px) {
            .third-section-item {
                width: calc(100% - 20px);
            }
        }
        
        @media screen and (max-width: 480px) {
            .third-section-inner {
                padding: 50px 0px 30px;
            }
            h2 {
                font-size: 32px !important;
                line-height: 42px !important;
            }
        }
        /****************************
        Enterprise Scale Section
        *****************************/
        
        .enterprise-scale-image {
            line-height: 0;
        }
        
        .enterprise-scale-image img {
            width: 100%;
        }
        
        .tenterprise-scale-section-top {
            max-width: 800px;
            margin: 0px auto 50px;
        }
        
        .tenterprise-scale-section-top p {
            color: #31216B;
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
        }
        
        .enterprise-scale-section-inner {
            padding-bottom: 80px;
        }
        
        .enterprise-scale-boxes {
            display: flex;
            flex-wrap: wrap;
            margin: 50px -10px 30px;
        }
        
        .box-holder {
            width: calc(100% / 3 - 20px);
            margin: 0px 10px 20px;
            display: flex;
            flex-direction: column;
            padding: 30px 24px;
            background-color: #fff;
            border-radius: 10px;
            border: 1px solid #E2E5F3;
            box-sizing: border-box;
        }
        
        .check-icon {
            line-height: 0;
            padding-bottom: 10px;
        }
        
        .check-icon i {
            font-size: 38px;
            color: #1EBBF0;
        }
        
        .box-title {
            color: #31216B;
            font-weight: 800;
            padding-bottom: 15px;
            font-size: 20px;
            line-height: 24px;
        }
        
        .box-text {
            color: #59607D;
            font-weight: 400;
            font-size: 13px;
            line-height: 20px;
        }
        
        .enterprise-scale-button {
            text-align: center;
        }
        
        .enterprise-scale-button>span {
            font-weight: 600;
            cursor: pointer;
            margin: 0 auto;
        }
        
        @media screen and (max-width: 1040px) {
            .enterprise-scale-section-inner {
                padding-bottom: 60px;
            }
            .tenterprise-scale-section-top {
                margin-bottom: 30px;
            }
            .enterprise-scale-boxes {
                margin: 30px -10px 20px;
            }
        }
        
        @media screen and (max-width: 980px) {
            .box-holder {
                width: calc(50% - 20px);
            }
        }
        
        @media screen and (max-width: 600px) {
            .box-holder {
                width: calc(100% - 20px);
            }
        }
        
        @media screen and (max-width: 480px) {
            .enterprise-scale-section-inner {
                padding-bottom: 50px;
            }
        }
        /************
        Fifth Section
        *************/
        
        .fifth-section-inner {
            display: flex;
            align-items: center;
        }
        
        .white-box-left {
            border-radius: 20px 0px 0px 20px;
            background: rgba(255, 255, 255, 0.50);
            box-shadow: 0 4px 20px 0 rgba(49, 33, 107, 0.30);
            padding: 50px 30px;
            text-align: left;
            font-size: 28px;
            line-height: 40px;
            color: #31216B;
            font-weight: 600;
            width: 300px;
            box-sizing: border-box;
        }
        
        .purple-box-right {
            border-radius: 20px;
            background: #31216B;
            box-shadow: 0 2px 20px 5px rgba(0, 0, 0, 0.15);
            padding: 60px 80px;
            flex: 1;
            box-sizing: border-box;
        }
        
        .box-item {
            padding-bottom: 30px;
            display: flex;
            align-items: center;
        }
        
        .box-item-icon-left {
            line-height: 0;
            max-width: 100px;
        }
        
        .box-item-icon-left img {
            width: 100%;
        }
        
        .box-item-right {
            font-size: 16px;
            line-height: 28px;
            color: #fff;
            font-weight: 400;
            padding-left: 30px;
            flex: 1;
        }
        
        .box-item:last-child {
            padding-bottom: 0px;
        }
        
        .fifth-section-inner {
            padding-bottom: 80px;
        }
        
        @media screen and (max-width: 1040px) {
            .fifth-section-inner {
                padding-bottom: 60px;
            }
            .purple-box-right {
                padding: 50px;
            }
            .white-box-left {
                padding: 30px;
            }
            .box-item {
                padding-bottom: 20px;
            }
        }
        
        @media screen and (max-width: 900px) {
            .fifth-section-inner {
                flex-direction: column;
            }
            .white-box-left {
                border-radius: 20px 20px 0px 0px;
                font-size: 28px;
                line-height: 36px;
                widtH: calc(100% - 100px);
                margin: 0px auto;
                text-align: center;
            }
            .purple-box-right {
                padding: 40px;
                flex: none;
                width: 100%;
            }
            .box-item-left {
                font-size: 38px;
                line-height: 46px;
            }
        }
        
        @media screen and (max-width: 600px) {
            .white-box-left {
                font-size: 24px;
                line-height: 32px;
                widtH: calc(100% - 60px);
                padding: 15px 20px;
            }
            .purple-box-right {
                padding: 30px;
            }
            .box-item-left {
                font-size: 32px;
                line-height: 42px;
            }
            .box-item-right {
                font-size: 14px;
                line-height: 22px;
                padding-left: 20px;
            }
        }
        
        @media screen and (max-width: 480px) {
            .box-item {
                flex-direction: column;
                align-items: flex-start;
            }
            .fifth-section-inner {
                padding-bottom: 50px;
            }
            .white-box-left {
                font-size: 20px;
                line-height: 28px;
                widtH: calc(100% - 40px);
            }
            .purple-box-right {
                padding: 20px;
            }
            .box-item-left {
                font-size: 28px;
                line-height: 38px;
            }
            .box-item-right {
                padding: 10px 0px 0px;
            }
        }
        /*******************
        Authors Section
        ********************/
        
        .authors-section-top p {
            color: #31216B;
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
        }
        
        .authors-section {
            background-color: #F8F9FA;
        }
        
        .authors-section-inner {
            padding: 80px 0px 48px;
        }
        
        .authors-section-content {
            display: flex;
            flex-wrap: wrap;
            margin: 0px -16px;
        }
        
        .authors-section-top {
            max-width: 800px;
            margin: 0 auto 50px;
        }
        
        .authors-section-item {
            width: calc(25% - 32px);
            margin: 0px 16px 32px;
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
        }
        
        .authors-thumbnail {
            line-height: 0;
            padding-bottom: 15px;
        }
        
        .authors-thumbnail img {
            width: 100%;
            border-radius: 8px;
        }
        
        .authors-title {
            color: #31216B;
            margin: 0px;
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            padding-bottom: 20px;
        }
        
        .authors-description {
            color: #31216B;
            margin: 0px;
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
        }
        
        @media screen and (max-width: 1040px) {
            .authors-section-inner {
                padding: 60px 0px 28px;
            }
            .authors-section-top {
                margin-bottom: 30px;
            }
        }
        
        @media screen and (max-width: 900px) {
            .authors-section-item {
                width: calc(50% - 32px);
            }
        }
        
        @media screen and (max-width: 480px) {
            .authors-section-item {
                width: calc(100% - 32px);
            }
            .authors-section-inner {
                padding: 50px 0px 18px;
            }
            .authors-title {
                padding-bottom: 15px;
            }
        }
        /**********************
        Secure Solutions Section
        *********************/
        
        .secure-solution-section-inner {
            padding: 80px 0px;
        }
        
        .secure-solution-top p {
            color: #31216B;
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
        }
        
        .secure-solution-content {
            display: flex;
            align-items: center;
            padding: 50px 0px 80px;
        }
        
        .secure-solution-content-left {
            width: 50%;
            padding-right: 30px;
            box-sizing: border-box;
        }
        
        .secure-solution-content-right {
            line-height: 0;
            width: 50%;
            padding-left: 30px;
            box-sizing: border-box;
        }
        
        .secure-solution-content-right img {
            width: 100%;
        }
        
        .secure-solution-item {
            display: flex;
            padding-bottom: 20px;
        }
        
        .secure-solution-item:last-child {
            padding-bottom: 0px;
        }
        
        .secure-solution-item-left {
            width: 54px;
        }
        
        .secure-solution-item-left img {
            width: 100%;
        }
        
        .secure-solution-item-right {
            flex: 1;
            display: flex;
            flex-direction: column;
            padding-left: 24px;
            box-sizing: border-box;
        }
        
        .secure-solution-item-title {
            color: #31216B;
            padding-bottom: 5px;
            font-size: 20px;
            line-height: 28px;
            font-weight: 600;
        }
        
        .secure-solution-item-text {
            color: #59607D;
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
        }
        
        .secure-solution-bottom {
            display: flex;
            border-radius: 15px;
            background: #f0ecfc;
            align-items: flex-end;
        }
        
        .secure-solution-bottom-image {
            line-height: 0;
        }
        
        .secure-solution-bottom-image img {
            width: 420px;
        }
        
        .secure-solution-bottom-text {
            flex: 1;
            padding: 50px 80px 50px 80px;
        }
        
        .quote {
            color: #31216B;
            font-size: 16px;
            line-height: 28px;
            font-weight: 400;
            padding-bottom: 30px;
        }
        
        .quote-author {
            color: #31216B;
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
        }
        
        .quote-author-position {
            color: #59607D;
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
        }
        
        .secure-solution-bottom-text {
            display: flex;
            flex-direction: column;
        }
        
        @media screen and (max-width: 1040px) {
            .secure-solution-section-inner {
                padding: 60px 0px;
            }
            .secure-solution-content {
                padding: 50px 0px 50px;
            }
            .secure-solution-bottom-text {
                padding: 40px 50px;
            }
        }
        
        @media screen and (max-width:900px) {
            .secure-solution-content {
                flex-direction: column;
            }
            .secure-solution-content-left {
                padding: 0px;
                width: 100%;
            }
            .secure-solution-content-right {
                padding: 30px 0px 0px;
                width: 100%;
                text-align: center;
            }
            .secure-solution-content-right img {
                max-width: 520px;
            }
            .secure-solution-bottom-image {
                display: none;
            }
            .secure-solution-bottom-text {
                padding: 40px;
            }
            .quote {
                padding-bottom: 20px;
            }
        }
        
        @media screen and (max-width: 480px) {
            .secure-solution-section-inner {
                padding: 50px 0px;
            }
            .secure-solution-content {
                padding: 30px 0px;
            }
            .secure-solution-item-left {
                width: 34px;
            }
            .secure-solution-item-right {
                padding-left: 15px;
            }
            .secure-solution-item-title {
                color: #31216B;
                padding-bottom: 5px;
                font-size: 18px;
                line-height: 26px;
            }
            .secure-solution-bottom-text {
                padding: 20px;
            }
            .quote {
                font-size: 14px;
                line-height: 24px;
            }
        }
        
        .faq-section-left h2 {
            text-align: left;
        }
        
        .last-section-left h2 {
            color: #fff!important;
            text-align: left;
        }