@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Hanken Grotesk', sans-serif;
}

.cookiealert.show { 
    color: #fff !important;
}

/* for old header & footer */
.progress,
.topBar,
.Menu.menu_dec22,
.new_footer_2023 {
    display: none;
}

/* for old header & footer end */

.menu {
    padding-top: 10px;
}

.menu .navbar-brand {
    max-width: 175px;
    margin-right: 50px;
}

.navbar-toggler {
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    max-width: 30px;
}

.navbar-toggler img {
    width: 20px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.menu .nav-link {
    font-size: 17pt;
    color: #fff;
    font-weight: 700;
    padding-right: 0 !important;
    padding-left: 0px !important;
}

.menu .dropdown-toggle::after {
    display: none;
}

.menu .nav-item {
    margin-right: 40px;
    position: relative;
}

.menu .nav-item:hover {
    opacity: 1;
}

.menu .nav-item::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #fff;
}

.menu .nav-item::before {
    width: 100%;
    bottom: 4px;
    opacity: 0;
}

.menu .nav-item:hover::before {
    bottom: 6px;
    opacity: 1;
}

/*.nav-item:hover .dropdown-menu  {display: block;}*/

.menu .dropdown-item {
    color: #fff;
    font-size: 13pt;
}

.menu .dropdown-menu {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.menu .dropdown-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.menu .login_btn {
    border-radius: 0;
    border: 1px solid #0097d8;
    color: #fff;
    padding: 5px 25px;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 13pt;
    font-weight: 600;
}

.menu .login_btn:hover {
    background: #0097d8;
    color: #fff;
}

.menu .free_trail_btn {
    border-radius: 0;
    border: 1px solid #0097d8;
    color: #fff;
    padding: 5px 25px;
    background: #0097d8;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 13pt;
    font-weight: 600;
}

.menu .free_trail_btn:hover {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_btns .d-flex {
    gap: 15px;
}

.hero_banner {
    /*background: linear-gradient(#000 50%, #fff 10%);*/
    background: linear-gradient(#014766 1%, #0097d8 30%);
    padding-bottom: 40px;
}

.hero_banner_text {
    text-align: center;
    padding-top: 50px;
}

.hero_banner_text h1 {
    font-size: 35pt;
    font-weight: 800;
    color: #fff;
    line-height: 1.4;
}

.hero_banner_text h2 {
    font-size: 16pt;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    border-top: 1px solid #ffffff4d;
    border-bottom: 1px solid #ffffff4d;
    display: table;
    margin: 0 auto;
    padding: 10px 5px;
    margin-top: 20px;
}

.hero_banner_text h3 {
    color: #fff;
    font-size: 12pt;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
}

.hero_banner_tabs {
    max-width: 600px;
    margin: 23px auto 10px auto;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.3);
}

.hero_banner_nav {
    margin: 0 auto;
    display: table;
}

.hero_banner_nav .nav-tabs {
    border: 0;
}

.hero_banner_nav .nav-tabs .nav-link {
    font-size: 14pt;
    font-weight: 400;
    min-width: 180px;
    margin: 0 10px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
}

.hero_banner_nav .nav-tabs .nav-link:hover {
    color: #abe4fd;
    border-color: #abe4fd;
}

.hero_banner_nav .nav-tabs .nav-link.active {
    border-color: #abe4fd;
    color: #abe4fd;
}

.hero_banner_nav .nav-tabs .nav-link .fa-circle-play {
    margin-right: 5px;
}

/*.hero_banner_nav .nav-tabs .nav-link .fa-circle { 
    position: absolute;
    right: 10px;
    top: 12px;
    color: #fff;
}*/

.levels_of_seniority {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
}

.levels_of_seniority h4 {
    font-size: 24pt;
    font-weight: 300;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.book_cta {
    border-radius: 0;
    color: #fff;
    border: 1px solid #0097d8;
    padding: 10px 25px;
    background: #0097d8;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 20pt;
    font-weight: 600;
}

.book_cta:hover {
    background: #000;
    border-color: #fff;
    color: #fff;
}

.trusted_by {
    background: #f2f2f2;
    padding-top: 65px;
    padding-bottom: 65px;
}

.trusted_by h5 {
    font-size: 17pt;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000;
    margin-bottom: 45px;
}

.trusted_by_owl_carousel .item img {
    max-width: 180px;
    margin: 0 auto;
}

.trusted_by_owl_carousel .owl-nav button.owl-next,
.trusted_by_owl_carousel .owl-nav button.owl-prev {
    background: #fff !important;
    color: #000 !important;
    width: 33px;
    height: 33px;
    line-height: 0 !important;
    margin: 3px !important;
    border-radius: 0;
}

.trusted_by_owl_carousel .owl-nav button.owl-next span,
.trusted_by_owl_carousel .owl-nav button.owl-prev span {
    font-size: 25px;
}

.our_platform {
    padding-top: 100px;
    padding-bottom: 100px;
}

.our_platform .container {
    max-width: 870px;
}

.our_platform h1 {
    color: #0097d8;
    font-size: 30pt;
    font-weight: 900;
    line-height: 1.4;
}

.our_platform p {
    color: #000;
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.our_platform p b {
    font-weight: 600;
}

.improve_your_lx {
    background: linear-gradient(rgba(0, 151, 216, 0.9), rgba(0, 151, 216, 0.8)), url(../images/improve_your_lx.png) no-repeat fixed;
    background-position: center;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 125px;
    text-align: center;
}

.improve_your_lx h1 {
    font-size: 38pt;
    color: #fff;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 40px;
}

.improve_your_lx h1 span {
    display: block;
}

.improve_your_lx .book_cta {
    background: #000;
}

.improve_your_lx .book_cta:hover {
    background: #0097d8;
}

.unlocking_leadership_excellence {
    background: #f2f2f2;
    padding-top: 105px;
    padding-bottom: 90px;
}

.unlocking_leadership_excellence h1 {
    color: #0097d8;
    font-size: 30pt;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.unlocking_leadership_excellence h1 span {
    display: block;
}

.unlocking_leadership_excellence h4 {
    color: #000;
    font-size: 12pt;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

.unlocking_leadership_excellence h4 span {
    display: block;
}

.unlocking_leadership_excellence p {
    color: #000;
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.6;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.unlocking_leadership_excellence ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.unlocking_leadership_excellence .unlocking_leadership_icon {
    max-width: 40px;
}

.unlocking_leadership_excellence li {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 20px;
}

.unlocking_leadership_excellence li h6 {
    font-size: 16pt;
    font-weight: 300;
    margin: 0;
}

.unlocking_leadership_list_row {
    max-width: 800px;
    margin: 38px auto 0 auto;
}

.hear_from_our {
    padding-top: 90px;
    padding-bottom: 90px;
}

.hear_from_our .container {
    max-width: 870px;
}

.hear_from_our h1 {
    color: #0097d8;
    font-size: 30pt;
    font-weight: 900;
    line-height: 1.4;
}

.hear_from_our h1 span {
    display: block;
}

.hear_from_our h4 {
    color: #000;
    font-size: 12pt;
    font-weight: 800;
    line-height: 1.5;
}

.hear_from_our p {
    color: #000;
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.6;
}

.hear_from_our p b {
    font-weight: 600;
}

.hear_from_our h5 {
    color: #000;
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .3rem;
}

.hear_from_our .carousel-indicators {
    margin-bottom: 0;
}

.hear_from_our .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    ;
    background-color: #0097d8;
}

.hear_from_our .carousel-control-prev,
.hear_from_our .carousel-control-next {
    position: absolute;
    bottom: -40px;
    background: #0097d8;
    top: auto;
    left: 42%;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.hear_from_our .carousel-control-next {
    right: 42%;
    left: auto;
}

footer {
    background: #000;
    padding-top: 100px;
    padding-bottom: 55px;
}

.footer_logo {
    max-width: 175px;
}

.social_link {
    margin-top: 30px;
}

.social_link ul {
    margin: 0;
    padding: 0;
}

.social_link li {
    display: inline-block;
    margin-right: 2px;
}

.social_link li a {
    border: 2px solid #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 5px;
    color: #fff;
}

.social_link li a:hover {
    border: 2px solid #0097d8;
    background: #0097d8;
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: 800;
}

footer .footerlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerlist li {
    color: #fff;
    font-size: 12pt;
    margin-bottom: 6px;
}

.footerlist li a {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
}

.footerlist li a:hover {
    color: #0097d8;
}

.footerlist li:before {
    content: "-";
}

.footer_bottom {
    padding-top: 40px;
    align-items: baseline;
}

.footer_bottom p,
.footer_bottom p a {
    color: #fff;
    margin: 0;
    line-height: 1.5;
    font-size: 10pt;
    text-decoration: none;
    font-weight: 300;
}

.footer_bottom p a:hover {
    color: #0097d8;
}

.equipped_to_excel_banner {
    background: url(../images/equipped_to_excel_banner.png) no-repeat #000;
    background-position: right -30px bottom;
    background-size: 480px;
}

.equipped_to_excel_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.equipped_to_excel_banner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.equipped_to_excel_banner h1 span {
    color: #0097d8;
}

.unlock_improved_performance {
    padding-top: 100px;
    padding-bottom: 80px;
}

.unlock_improved_performance h1 {
    font-size: 29pt;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    margin-bottom: 25px;
}

.unlock_improved_performance h5 {
    color: #000;
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 50px;
}

.unlock_improved_performance ul {
    margin: 0;
    padding: 0;
}

.unlock_improved_performance li {
    display: flex;
    gap: 17px;
}

.unlock_improved_list_icon {
    max-width: 25px;
}

.unlock_improved_performance li h5 {
    color: #0097d8;
    font-size: 12pt;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 5px;
}

.unlock_improved_performance li p {
    color: #000;
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.5;
}

.equipping_your_leaders {
    background: linear-gradient(rgba(0, 151, 216, 0.9), rgba(0, 151, 216, 0.8)), url(../images/equipping_your_leaders.png) no-repeat fixed;
    background-position: center;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 125px;
    text-align: center;
}

.equipping_your_leaders h1 {
    font-size: 38pt;
    color: #fff;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 40px;
}

.equipping_your_leaders h1 span {
    display: block;
}

.equipping_your_leaders .book_cta {
    background: #000;
}

.equipping_your_leaders .book_cta:hover {
    background: #0097d8;
}

.each_step {
    background: #f2f2f2;
    padding-top: 55px;
    padding-bottom: 55px;
}

.each_step h1 {
    color: #0097d8;
    font-size: 30pt;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.each_step h1 span {
    display: block;
}

.leadership_step {
    padding-top: 100px;
    padding-bottom: 30px;
}

.leadership_step h1 {
    font-size: 29pt;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

.leadership_step h1 b {
    font-weight: 900;
}

.leadership_step h4 {
    color: #000;
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.ipad-mockup {
    text-align: center;
}

.leadership_step table {
    font-size: 12pt;
    color: #000;
    margin-bottom: 100px;
}

.leadership_step .table> :not(caption)>*>* {
    padding: 1rem;
    border-color: #ffbd59;
}

.leadership_step table thead {
    font-weight: 800;
    background: #f2f2f2;
}

.leadership_step table thead th {
    border: 0;
    width: 33%;
}

.leadership_step table b {
    font-weight: 800;
}

.leadership_step table ul {
    margin: 0;
    padding: 0;
}

.leadership_step table ul li::after {
    position: absolute;
    content: '';
    background: url(../images/orange-check.png) no-repeat;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
}

.leadership_step table ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    font-size: 12pt;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

.laptop-table> :not(caption)>*>* {
    border-color: #0097d8 !important;
}

.laptop-table ul li::after {
    background: url(../images/blue-check.png) no-repeat !important;
}

.prespective-table> :not(caption)>*>* {
    border-color: #007620 !important;
}

.prespective-table ul li::after {
    background: url(../images/green-check.png) no-repeat !important;
}

.learn-leadership {
    background: #f2f2f2;
    padding-top: 110px;
    padding-bottom: 110px;
    text-align: center;
}

.learn-leadership h2 {
    font-size: 29pt;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

.learn-leadership h1 {
    font-size: 35pt;
    font-weight: 900;
    color: #000;
    line-height: 1.3;
    text-align: center;
}

.learn-leadership h1 span {
    color: #0097d8;
}

.our_difference_banner {
    background: url(../images/our_difference_banner.png) no-repeat, linear-gradient(#014766 1%, #0097d8 30%);
    background-position: right bottom;
    background-size: 700px;
}

.our_difference_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.our_difference_banner_text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.difference_reachlx_makes {
    padding-top: 100px;
    padding-bottom: 70px;
}

.difference_reachlx_makes h1 {
    font-size: 43pt;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.difference_reachlx_makes h1 span {
    display: block;
}

.difference_reachlx_makes h5 {
    color: #000;
    font-size: 21pt;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.difference_reachlx_makes_box {
    position: relative;
    padding: 70px 20px 20px 20px;
    text-align: center;
    background: #f2f2f2;
    margin-top: 100px;
    margin-bottom: 80px;
}

.difference_reachlx_makes_box:hover {
    background: #f2fafd;
}

.difference_reachlx_makes_box figure {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.difference_reachlx_makes_box p {
    font-size: 18pt;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.examples_difference_reachlx {
    padding-top: 90px;
    padding-bottom: 90px;
}

.examples_difference_reachlx h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}

.examples_difference_reachlx h5 {
    color: #000;
    font-size: 12pt;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-align: center;
}

.examples_difference_reachlx figure {
    text-align: center;
}

.examples_difference_reachlx p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.examples_difference_reachlx p b {
    font-weight: 800;
    color: #0097d8;
}

.profiling_next_step {
    background: #f2f2f2;
}

.strengths_based_management {
    background: #f2fafd;
}

.integration-changes-everything {
    background: #f2f2f2;
    padding-top: 90px;
    padding-bottom: 110px;
    text-align: center;
}

.integration-changes-everything h1 {
    font-size: 41pt;
    font-weight: 900;
    color: #0097d8;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}

.integration-changes-everything h2 {
    font-size: 29pt;
    font-weight: 900;
    color: #000;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 40px;
}

.whats_included_banner {
    background: url(../images/whats_included_banner.png) no-repeat, linear-gradient(#014766 1%, #0097d8 30%);
    background-position: right bottom;
    background-size: 700px;
}

.whats_included_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.whats_included_banner_text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.included_in_platform {
    padding-top: 100px;
    padding-bottom: 30px;
}

.included_in_platform h1 {
    font-size: 41pt;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.included_in_platform_steps {
    padding-top: 90px;
    padding-bottom: 90px;
}

.included_in_platform_steps:nth-child(even) {
    background: #f2f2f2;
}

.included_in_platform_steps h2 {
    font-size: 35pt;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.included_in_platform_steps h5 {
    color: #0097d8;
    text-align: center;
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 50px;
}

.included_in_platform_steps .accordion {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    padding: 15px 10px 15px 20px;
    width: 100%;
    border: 1px solid #f9f8f9;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
}

.included_in_platform_steps .accordion::before {
    content: '\002B';
    color: #fff;
    font-size: 16pt;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    text-align: center;
    background: #0097d8;
    height: 100%;
    border-radius: 5px 0 0px 5px;
    line-height: 50px;
}

.included_in_platform_steps .accordion h3 {
    font-size: 13pt;
    margin: 0;
    color: #272727;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 50px;
}

.included_in_platform_steps .panel {
    background: #fff;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    margin-top: 8px;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 20%);
    margin-bottom: 12px;
}

.included_in_platform_steps .accordion.active:before {
    content: "\2212";
    background: #0097d8;
}

.included_in_platform_steps .panel p {
    font-weight: 400;
    font-size: 12pt;
    color: #272727;
    line-height: 1.5;
}

.included_in_platform_steps .panel p b {
    font-weight: 500;
}

.marketing-table {
    margin-top: 40px;
}

.included_in_platform_steps .panel img {
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.11);
}

.included_in_platform_steps ul {
    margin-top: 15px;
    padding-left: 0;
}

.included_in_platform_steps ul li {
    font-size: 12pt;
    color: #272727;
    line-height: 26px;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 8px;
}

.included_in_platform_steps ul li a {
    color: #272727;
}

.included_in_platform_steps ul li::before {
    position: absolute;
    content: '\f058';
    font-family: 'Font Awesome\ 6 Free';
    font-size: 12pt;
    color: #0097d8;
    left: 0;
    top: 0;
    text-align: center;
}

.marketing-table th {
    padding: 15px 10px 15px 15px;
    color: #272727;
    border: 1px solid #f0f2f5;
    font-weight: 400;
    font-size: 12pt;
}

.marketing-table th:nth-child(1) {
    width: 28%;
}

.marketing-table tbody td {
    padding: 15px 15px 10px 20px;
    border: 1px solid #f0f2f5;
}

.marketing-table tbody tr p {
    font-size: 12pt;
    color: #272727;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}

.marketing-table tbody p b {
    font-weight: 500;
}

/*.marketing-table tbody tr p a {
    color: #272727;
}*/

.marketing-table tbody tr a:hover {
    color: #0097d8;
}

.marketing-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.marketing-table thead {
    background: #0097d8;
}

.marketing-table thead th {
    padding: 15px 15px 15px 20px;
    font-size: 12pt;
    color: #fff;
    font-weight: 500;
    border-color: #f9f9f9 !important;
    text-transform: uppercase;
}

.fee_pricing_structure {
    background: url(../images/fee_pricing_structure.png) no-repeat #0097d8;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
    background-position: top left;
    background-size: 500px;
}

.fee_pricing_structure h1 {
    font-size: 41pt;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

.fee_pricing_structure h2 {
    font-size: 28pt;
    font-weight: 900;
    color: #000;
    line-height: 1.3;
    margin-bottom: 30px;
}

.fee_pricing_structure .book_cta {
    background: #000;
}

.key_benefits_banner {
    background: url(../images/key_benefits_banner.png) no-repeat, linear-gradient(#014766 1%, #0097d8 30%);
    background-position: right top;
    background-size: contain;
}

.key_benefits_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.key_benefits_banner_text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.your_leaders_equipped {
    padding-top: 90px;
    padding-bottom: 90px;
}

.your_leaders_equipped:nth-child(odd) {
    background: #f2f2f2;
}

.key-title {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
}

.key-title h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.7;
    color: #000;
}

.key-title h1 span {
    position: absolute;
    left: 0px;
    padding: 10px;
    color: #0097d8;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    font-size: 30pt;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    border: 2px solid #000;
}

.key-title h4 {
    /*text-align: center;*/
    font-size: 18pt;
    color: #0097d8;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 30px;
}

.key-title h5 {
    /*text-align: center;*/
    font-size: 16pt;
    color: #0097d8;
    font-weight: 600;
    line-height: 1.6;
}

.key-title p {
    font-size: 12pt;
    color: #000;
    line-height: 1.6;
    font-weight: 300;
    /*text-align: center;*/
}

.key-title ul {
    margin: 0;
    padding: 0;
}

.key-title li {
    font-size: 15pt;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    list-style: none;
    position: relative;
    margin-bottom: 30px;
    /*text-align: center;*/
}

.key-title li .fa-square-check {
    color: #0097d8;
    padding-right: 3px;
}

/*
.GreenCheckList li::before {
    position: absolute;
    font-size: 17px;
    color: #3b46cc;
    left: 0; 
    content: '';
    background: url(../images/BlueCheckListIcon.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 5px;
}*/

.VideoPopup.modal {
    background: rgba(0, 0, 0, 0.8);
}

.VideoPopup .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.VideoPopup .modal-header {
    padding: 0.3rem 1rem;
    border: 0;
}

.VideoPopup .btn-close {
    width: .8em;
    height: .8em;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.6em auto no-repeat;
    opacity: 1;
    border-radius: 100px;
}

.your_leaders_equipped_row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.your_leaders_equipped_black {
    background: #000 !important;
}

.your_leaders_equipped_black h1 span {
    border-color: #fff;
}

.your_leaders_equipped_black h1,
.your_leaders_equipped_black p {
    color: #fff;
}

.better-employee-value {
    background: #0097d8;
    padding: 0px 0px 10px 10px;
    position: relative;
    min-height: 315px;
}

.better-employee-percentage {
    background: #fff;
    color: #0097d8;
    font-size: 15pt;
    font-weight: 700;
    padding: 8px;
    display: table;
    margin-right: 0;
    margin-left: auto;
}

.better-employee-value h3 {
    font-size: 18pt;
    color: #fff;
    font-weight: 800;
    padding-left: 10px;
    margin-top: 15px;
}

.better-employee-value p {
    font-size: 12pt;
    color: #fff;
    font-weight: 300;
    padding-left: 10px;
    text-align: left;
    padding-right: 15px;
    line-height: 1.5;
}

.live_demonstration {
    background: url(../images/live_demonstration.png) no-repeat #0097d8;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
    background-position: top right;
    background-size: 500px;
}

.live_demonstration h1 {
    font-size: 41pt;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

.live_demonstration h2 {
    font-size: 28pt;
    font-weight: 900;
    color: #000;
    line-height: 1.3;
    margin-bottom: 30px;
}

.live_demonstration .book_cta {
    background: #000;
}

.about_banner {
    background: url(../images/about_banner-circle.png) no-repeat, #000;
    background-position: right 80px center;
    background-size: 350px;
}

.about_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.about_banner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.why_reachlx {
    background: #f2f2f2;
    padding-top: 90px;
    padding-bottom: 90px;
}

.why_reachlx h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 15px;
}

.why_reachlx figure {
    text-align: center;
}

.why_reachlx p,
.we_are_driven p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.we_are_driven p b {
    font-weight: 600;
}

.we_are_driven {
    padding-top: 90px;
    padding-bottom: 90px;
}

.we_are_driven:nth-child(even) {
    background: #f2fafd;
}

.we_are_driven h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

.we_are_driven h1 span {
    display: block;
}

.we_are_driven h5 {
    color: #000;
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}

.who_are_we {
    background: #f2f2f2;
    padding-top: 70px;
    padding-bottom: 70px;
}

.who_are_we h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

.who_are_we p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.who_are_we_profiles {
    margin-top: 40px;
    margin-bottom: 30px;
}

.who_are_we_img {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    text-align: center;
    max-width: 250px;
    margin: 10px auto;
}

.who_are_we_img img {
    border-radius: 6px 6px 0 0;
}

.who_are_we_img figure {
    margin-bottom: 10px;
}

.who_are_we_img h5 {
    color: #0097d8;
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.who_are_we_img h5 span {
    display: block;
}

.gold_partner {
    padding-top: 90px;
    padding-bottom: 90px;
}

.gold_partner_btns .book_cta {
    text-transform: unset;
    font-size: 16pt;
    margin: 0 auto;
    display: table;
}

.gold_partner_btns {
    margin-bottom: 50px;
}

.partner-golden-box {
    background: linear-gradient(to left, #8f6B29, #FDE08D, #DF9F28);
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.partner-golden-box-decpt {
    background: #fff;
    padding: 25px;
}

.partner-golden-box-decpt h4 {
    font-size: 15pt;
    font-weight: 800;
    margin-top: 6px;
    color: #0097d8;
}

.partner-golden-box-decpt p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.partner-golden-box-decpt .btn {
    background: #0097d8;
    border-radius: 0;
    color: #fff;
    font-size: 15pt;
    font-weight: 600;
    margin-top: 15px;
    padding: 10px 25px;
    border: 0;
}

.partner-golden-box-decpt .btn:hover {
    background: linear-gradient(to left, #8f6B29, #FDE08D, #DF9F28);
}

.partner-golden-contact-box {
    background: #f2fafd;
    padding: 15px 25px 5px 25px;
}

.partners_banner {
    background: url(../images/partners_banner.png) no-repeat, #000;
    background-position: right -5px bottom 20px;
    background-size: 520px;
}

.partners_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.partners_banner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.plans_banner {
    background: url(../images/our_difference_banner.png) no-repeat, linear-gradient(#014766 1%, #0097d8 30%);
    background-position: right bottom;
    background-size: 700px;
}

.plans_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.plans_banner_text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.plans_banner_text h1 span {
    display: block;
    font-size: 33pt;
}

.subscription_based {
    padding-top: 60px;
    padding-bottom: 60px;
}

.subscription_based h5 {
    color: #000;
    font-size: 12pt;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.whats_included {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f2fafd;
}

.whats_included p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.whats_included b {
    font-weight: 800;
}

.whats_included h1 {
    color: #0097d8;
    font-size: 30pt;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.whats_included h5 {
    color: #000;
    font-size: 12pt;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

/* ------------------------------------- */
.WhatsincludedBox {
    /* border-radius: 15px 15px 0 0; */
    /* box-shadow: 0 22px 55px -20px rgba(16,47,32,.07),0 70px 65px -20px rgba(16,47,32,.08),0 30px 35px -20px rgba(24,64,45,.07); */
    margin-top: 40px;
}

.WhatsincludedBoxTop {
    height: 80px;
    display: flex;
    /*-webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;*/
    justify-content: space-between;
    -webkit-box-align: center;
    /* -moz-box-align: center; */
    /* -o-box-align: center; */
    /* -ms-flex-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    background: #0097d8;
    position: sticky;
    top: 0;
    z-index: 9;
}

.WhatsincludedBoxTop h2 {
    color: #fff;
    font-size: 18pt;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
    align-self: end;
    padding-bottom: 18px;
}

.WhatsincludedBoxTop h2:nth-child(3) {
    padding-bottom: 0;
    align-self: auto;
    height: 100%;
    background: #0085be;
}

.WhatsincludedBoxTop h2 span {
    font-size: 9pt;
    display: table;
    background: #fff;
    padding: 5px 15px;
    color: #0097d8;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto 7px auto;
}

.WhatsincludedBoxTop-features {
    margin-left: 40px;
    width: 54%;
}

.WhatsincludedBoxTop-standard {
    width: 20%;
    text-align: center;
}

.WhatsincludedBoxTop-advantage {
    width: 20%;
    text-align: center;
}

.Whatsincluded_List ul {
    padding: 0;
    margin: 0;
    background: #fff;
}

.Whatsincluded_List li {
    color: #131414;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    /*margin: 0 50px;*/
    border-top: 1px solid #0097d8;
    cursor: pointer;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.Whatsincluded_List li:nth-child(1) {
    border-top: 0;
}

.Whatsincluded_List li:hover .WhatsincludedList-featureName {
    font-weight: 400;
    color: #131414;
}

.WhatsincludedList-featureName {
    width: 60%;
    font-size: 12pt;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    padding-left: 50px;
}

.Whatsincluded_List li::before {
    position: absolute;
    font-size: 10px;
    color: #fff;
    left: 15px;
    top: 21px;
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 600;
    content: '\f067';
    background: #0097d8;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    padding-top: 2px;
    margin: 0 auto;
    padding-left: 1px;
}

.Whatsincluded_List li:hover:before {
    background: #000;
}

.WhatsincludedList_icon {
    height: 60px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    width: 20%;
}

.WhatsincludedList_icon:nth-child(3) {
    background: #e5f2f8;
}


.Whatsincluded_List h4 {
    color: #333;
    min-height: 60px;
    background: #f2fafd;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 12pt;
    font-weight: 800;
}

.ListTextimg,
.ListText {
    display: none;
}

.WhatsincludedModal p {
    font-size: 12pt;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin-bottom: 5px;
}

.WhatsincludedModal .modal-lg {
    max-width: 900px;
}

.WhatsincludedModal .modal-header {
    border: 0;
    background: #0097d8;
    border-radius: 0;
}

.WhatsincludedModal .modal-content {
    border-radius: 0;
    border: 0;
}

/* ---------------------------------------------------- */

.how_much_cost {
    padding-top: 60px;
    padding-bottom: 60px;
}

.how_much_cost h1 {
    color: #0097d8;
    font-size: 30pt;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.how_much_cost h5 {
    color: #000;
    font-size: 12pt;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.HowMuchCostbox {
    background: #f2fafd;
    padding: 20px 22px 10px 22px;
    min-height: 270px;
    margin-bottom: 14px;
    margin-top: 14px;
}

.HowMuchCostbox h4 {
    color: #0097d8;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 14pt;
    margin-bottom: 15px;
    font-weight: 800;
}

.HowMuchCostbox p {
    font-size: 12pt;
    color: #000;
    font-weight: 400;
    margin-bottom: 0.4rem;
}

.HowMuchCost_price {
    background: #fcfeff;
    padding: 11px 20px 5px 20px;
    margin-top: 15px;
}

.HowMuchCostbox h6 {
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.HowMuchCostbox h6 b,
.HowMuchCostbox h6 strong {
    font-weight: 700;
}

.HowMuchCostbox h6 small {
    display: block;
    font-size: 11pt;
    color: #0097d8;
}

.mission_science_banner {
    background: url(../images/science_banner_globe.png) no-repeat, #000;
    background-position: right 20px bottom 20px;
    background-size: 350px;
}

.mission_science_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.mission_science_banner_text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.adaptability {
    padding-top: 60px;
    padding-bottom: 60px;
}

.adaptability p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.higher_reach {
    background: #f2fafd;
    padding-top: 60px;
    padding-bottom: 60px;
}

.higher_reach h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

.realworld {
    margin-top: 50px;
}

.real-world {
    position: relative;
}

.real-world-title {
    min-height: 58px;
}

.real-world h4 {
    font-size: 15pt;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    font-weight: 500;
}

.real-world h4 span {
    display: block;
}

.realworld-hover {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.realworld-hover .realworld-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.realworld-hover:hover .realworld-overlay {
    background-color: rgba(80, 80, 80, 0.7);
}

.realworld-hover img {
    display: block;
    position: relative;
}

.realworld-hover h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 10pt;
    padding: 13px 10px;
    background: rgba(0, 151, 216, 0.9);
    -webkit-transform: translateY(32px);
    -ms-transform: translateY(32px);
    transform: translateY(32px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.realworld-hover:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.realworld-hover a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 7px 0 0 0;
    padding: 52px 100px;
}

.realworld-hover a.info .far,
.realworld-hover a.info .fas {
    font-size: 50px;
}

.realworld-hover:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.science_and_tools {
    padding-bottom: 60px;
    padding-top: 60px;
}

.science_and_tools h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 15px;
}

.science_and_tools p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.science_and_tools ul {
    margin: 0;
    padding: 0;
}

.science_and_tools li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    font-size: 12pt;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.science_and_tools li::before {
    position: absolute;
    content: '';
    background: url(../images/BlueCheckListIcon.png) no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 1px;
}

.dimensions {
    background: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.dimensions h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
}

.dimensions h4 {
    color: #000;
    font-size: 16pt;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 20px;
}

.dimensions p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.dimensions ul {
    padding-left: 30px;
}

.dimensions ul li {
    list-style-type: decimal;
    font-size: 10pt;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 7px;
    padding-left: 13px;
    position: relative;
    z-index: 9;
    color: #0097d8;
}

.dimensions ul li::before {
    position: absolute;
    content: '';
    border-radius: 100px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #0097d8;
    border: 2px solid #0097d8;
    left: -23px;
    z-index: -1;
    top: 4px;
}

.dimensions ul li span {
    font-size: 12pt;
    color: #000;
}

.analysis_approach {
    background: #0097d8;
    padding-bottom: 60px;
    padding-top: 60px;
}

.analysis_approach h3 {
    font-size: 16pt;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    font-weight: 800;
    margin: 0;
}

.science_behind {
    padding-top: 60px;
    padding-bottom: 60px;
}

.science_behind h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 30px;
}

.science_behind h4 {
    font-size: 20pt;
    font-weight: 800;
    line-height: 1.5;
    color: #000;
}

.science_behind p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.adopting_reach_banner {
    background: url(../images/adopting_banner.png) no-repeat, #000;
    background-position: right 100px center;
    background-size: 400px;
}

.adopting_reach_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.adopting_reach_banner_text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.adopting_reach {
    padding-top: 90px;
    padding-bottom: 90px;
}

.adopting_reach h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: center;
}

.adopting_reach p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.adopting_reach ul {
    margin: 0;
    padding: 0;
}

.adopting_reach ul li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    font-size: 12pt;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.adopting_reach ul li::after {
    position: absolute;
    content: '\f058';
    font-family: 'Font Awesome\ 6 Free';
    font-size: 12pt;
    color: #0097d8;
    left: 0;
    top: 0;
    text-align: center;
}

.adopting_reach .accordion {
    background: #fff;
    cursor: pointer;
    padding: 15px 10px 15px 20px;
    width: 100%;
    border: 1px solid #f3f3f3;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
}

.adopting_reach .accordion::before {
    content: '\002B';
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    text-align: center;
    background: #0097d8;
    height: 100%;
    border-radius: 5px 0 0px 5px;
    line-height: 50px;
}

.adopting_reach .accordion.active::before {
    content: "\2212";
}

.adopting_reach .accordion h3 {
    font-size: 12pt;
    margin: 0;
    color: #000;
    font-weight: 400;
    padding-left: 45px;
}

.adopting_reach .accordion h3 img {
    max-width: 20px;
    margin-right: 10px;
}

.adopting_reach .panel {
    background: #fff;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    margin-top: 8px;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 20%);
    margin-bottom: 12px;
}

.adopting_reach .panel h3 {
    color: #000;
    font-size: 16pt;
    line-height: 1.5;
    font-weight: 800;
}


.products_banner {
    background: url(../images/products_banner.png) no-repeat, #000;
    background-position: right 80px center;
    background-size: 400px;
}

.products_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.products_banner_text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
    font-family: 'Hanken Grotesk', sans-serif;
}

.reach_rug {
    padding-top: 30px;
    padding-bottom: 30px;
}

.reach_rug .resources-img img {
    border: 3px solid #eeeeee;
    box-shadow: 2px 2px 4px rgb(223, 223, 223);
}

.reach_rug h3 {
    color: #0097d8;
    font-size: 20pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
}

.reach_rug p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Hanken Grotesk', sans-serif;
}

.reach_rug h4 {
    color: #000;
    font-size: 16pt;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Hanken Grotesk', sans-serif;
}

.reach-box-border {
    border: 1px solid #0097d8;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
}

.reach_rug .book_cta {
    font-size: 13pt;
    margin-top: 15px;
    font-family: 'Hanken Grotesk', sans-serif;
}

.reach_rug .lilist {
    padding-left: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.reach_rug .lilist li {
    font-size: 12pt;
    font-weight: 400;
    color: #131414;
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 28px;
    padding-bottom: 7px;
    font-family: 'Hanken Grotesk', sans-serif;
}

.reach_rug .lilist li::before {
    position: absolute;
    font-size: 17px;
    color: #0097d8;
    left: 0;
    top: 0;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: normal;
    content: '\f35a';
}

.contact_banner {
    background: url(../images/contact_banner.png) no-repeat, #000;
    background-position: right 100px center;
    background-size: 400px;
}

.contact_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.contact_banner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.contactus-matter {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 30px 25px 20px 25px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.contactus-matter h1 {
    color: #0097d8;
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 40px;
}

.contactus-matter h5 {
    color: #0097d8;
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.5;
}

.contactus-matter p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.integrations_banner {
    background: url(../images/integrations_banner.png) no-repeat, #000;
    background-position: right 60px center;
    background-size: 350px;
}

.integrations_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.integrations_banner_text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.integrations p,
.integrations table {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.integrations .table {
    border: 1px solid #dee2e6;
}

.integrations .table> :not(caption)>*>* {
    padding: 2rem;
}


.privacy_banner {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 300px;
    align-items: center !important;
    display: flex;
    background: #000;
    font-family: 'Hanken Grotesk', sans-serif;
}

.privacy_banner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.privacy_content {
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: 'Hanken Grotesk', sans-serif;
}

.privacy_content,
.privacy_content p {
    color: #000;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
}

.privacy_content h2,
.privacy_content h3 {
    font-size: 18pt;
    font-weight: 800;
    line-height: 1.5;
    color: #0097d8;
}

.privacy_content ul {
    margin: 0;
    padding: 0;
}

.privacy_content ul li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    font-size: 12pt;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.privacy_content ul li::after {
    position: absolute;
    content: '\f058';
    font-family: 'Font Awesome\ 6 Free';
    font-size: 12pt;
    color: #0097d8;
    left: 0;
    top: 0;
    text-align: center;
}

.cost-benefit {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cost-benefit h1 {
    color: #0097d8;
    font-size: 30pt;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 30px;
}

.cost-benefit-table table .table-bordered td, 
.cost-benefit-table .table-bordered th {
    border: 1px solid #dee2e6;
    width: 25%;
}

.cost-benefit-table .table-bordered thead td, 
.cost-benefit-table .table-bordered thead th {
    border-bottom-width: 1px;
    background: #0097d8;
    color: #fff;
    font-size: 12pt;
    font-weight: 400;
    text-transform: capitalize;
    vertical-align: middle;
    line-height: 1.5;
    width: 20%;
    padding: .8rem .8rem;
}

.cost-benefit-table .table-bordered td {
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.5;
    padding: .8rem .8rem;
}

.cost-benefit-table span {
    display: inline-flex;
}

.cost-benefit-table input {
    border: 0;
}

.cost-benefit-table .tr-grey {
    background: #f9f9f9;
    font-weight: 400;
}

.cost-benefit-table select {
    width: 100%;
    height: 32px;
    border: 0;
}

.greenbold {
    font-weight: 600 !important;
    color: #02931c;
}

.retain_talent_banner {
    background: url(../images/equipped_to_excel_banner.png) no-repeat #000;
    background-position: right -30px bottom;
    background-size: 480px;
}

.retain_talent_banner_text {
    padding-top: 110px;
    padding-bottom: 165px;
}

.retain_talent_banner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 41pt;
    line-height: 1.3;
}

.retain_talent_banner h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22pt;
    line-height: 1.3;
}

.great_people {
    padding-top: 80px;
    padding-bottom: 70px;
}

.great_people h1,
.want_to_grow h1 {
    font-size: 29pt;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    margin-bottom: 15px;
}

.great_people h5 { 
    font-size: 16pt;
    color: #0097d8;
    font-weight: 600;
    line-height: 1.6;
}

.want_to_grow {
    background: #f2fafd;
    padding-top: 80px;
    padding-bottom: 80px; 
}

.want_to_grow_row {
    background: #0097d8;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.want_to_grow_row h1,
.want_to_grow_row p {
    color: #fff;
}

.want_to_grow ul {
    margin: 0;
    padding: 0;
}

.want_to_grow ul li {
    font-size: 12pt;
    color: #272727;
    line-height: 26px;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-left: 25px;
    padding-bottom: 8px;
}

.want_to_grow ul li::before {
    position: absolute;
    content: '\f058';
    font-family: 'Font Awesome\ 6 Free';
    font-size: 12pt;
    color: #0097d8;
    left: 0;
    top: 0;
    text-align: center;
}

.subscription_based {
    padding-top: 60px;
    padding-bottom: 40px;
}

.subscription_based p {
    color: #000;
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.subscriptionbased_ellips {
    text-align: center; 
}

.costaccordions .accordion {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    padding: 15px 10px 15px 20px;
    width: 100%;
    border: 1px solid #f9f8f9;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
}

.costaccordions .accordion::before {
    content: '\002B';
    color: #fff;
    font-size: 16pt;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    text-align: center;
    background: #0097d8;
    height: 100%;
    border-radius: 5px 0 0px 5px;
    line-height: 50px;
}

.costaccordions .accordion h4 {
    font-size: 13pt;
    margin: 0;
    color: #272727;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 50px;
}

.costaccordions .panel {
    background: #fff;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%; 
    margin-bottom: 12px;
}

.costaccordions .accordion.active:before {
    content: "\2212";
    background: #0097d8;
}

.costaccordions .panel p {
    font-weight: 400;
    font-size: 12pt;
    color: #272727;
    line-height: 1.5;
}

.costaccordions .panel p b {
    font-weight: 500;
}




/* ----------------- partner page ------------- */
.partner_banner { 
    position: relative;
    padding: 280px 10px;
}

.partner_banner video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner_banner h1 {
    font-size: 50pt;
    font-weight: 900; 
    line-height: 1.5;
    text-align: center;
    color: #ffffff; 
}

.partner_banner h1 span {
    color: #0097d8;
    border-bottom: 5px solid #0097d8;
}

.partner_banner .partner_banner_content {
    position: relative;
    z-index: 9;
}

.partner_banner_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.partner_banner_menu figure { 
    max-width: 180px;
    margin: 0;
}

.partner_banner_menu .btn{
    font-size: 12pt;
}

.analyse_your_numbers {
    background: #000;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #fff;
} 

.analyse_your_numbers h2 {
    font-size: 29pt;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    color: #0097d8;
}

.analyse_your_numbers h1 {
    font-size: 35pt;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
}

.analyse_your_numbers .analyse_logo {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}

.analyse_logo {
    max-width: 220px;
}


.contact_partner {
    padding-top: 90px;
    padding-bottom: 90px; 
}

.contact_partner h1 {
    font-size: 35pt;
    font-weight: 900;
    color: #000;
    line-height: 1.3;
    text-align: center;
}

.contact_partner h2 {
    font-size: 29pt;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    text-align: center; 
}

.partner_whats_included .Whatsincluded_List li::before { 
    display: none;
}

.partner_whats_included .Whatsincluded_List li {
    cursor: auto;
}

/* ----------------- partner page end ------------- */








@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu .nav-link {
        font-size: 14pt;
    }

    .menu .nav-item {
        margin-right: 30px;
    }

    .improve_your_lx h1 span,
    .equipping_your_leaders h1 span,
    .plans_banner_text h1 span {
        display: inline;
    }

    .book_cta {
        font-size: 17pt;
    }

    .learn-leadership h1 {
        font-size: 28pt;
    }

    .our_difference_banner_text h1,
    .integration-changes-everything h1,
    .whats_included_banner_text h1,
    .plans_banner_text h1,
    .plans_banner_text h1 span {
        font-size: 35pt;
    }

    .difference_reachlx_makes_box p {
        font-size: 15pt;
    }

    .integration-changes-everything h2 {
        font-size: 24pt;
    }

    .examples_difference_reachlx h1 {
        font-size: 24pt;
    }

    .better-employee-value h3 {
        font-size: 15pt;
    }

    .better-employee-value p {
        font-size: 11pt;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-brand {
        max-width: 140px;
        margin-right: 30px;
    }

    .menu .nav-item {
        margin-right: 20px;
    }

    .menu .nav-link {
        font-size: 12pt;
    }

    .menu .dropdown-item {
        font-size: 10pt;
    }

    .menu .free_trail_btn,
    .menu .login_btn {
        padding: 5px 15px;
        font-size: 11pt;
    }

    #login_btn .dropdown-item {
        font-size: 9pt;
    }

    .menu_btns .d-flex {
        gap: 5px;
    }

    .levels_of_seniority h4 {
        font-size: 20pt;
    }

    .book_cta {
        padding: 10px 15px;
        font-size: 15pt;
    }

    .trusted_by h5 {
        font-size: 14pt;
    }

    .our_platform h1,
    .improve_your_lx h1,
    .unlocking_leadership_excellence h1,
    .hear_from_our h1,
    .unlock_improved_performance h1,
    .equipping_your_leaders h1,
    .each_step h1,
    .leadership_step h1,
    .who_are_we h1,
    .we_are_driven h1,
    .whats_included h1,
    .how_much_cost h1,
    .higher_reach h1,
    .science_and_tools h1,
    .dimensions h1,
    .science_behind h1 ,
    .cost-benefit h1,
    .great_people h1, 
    .want_to_grow h1,
    .analyse_your_numbers h1 ,    
    .contact_partner h1,
    .contact_partner h2 ,
    .partner_banner h1 {
        font-size: 25pt;
    }

    .improve_your_lx,
    .unlocking_leadership_excellence,
    .learn-leadership,
    .equipped_to_excel_banner_text,
    .unlock_improved_performance,
    .equipping_your_leaders,
    .our_difference_banner_text,
    .difference_reachlx_makes,
    .examples_difference_reachlx,
    .integration-changes-everything,
    .whats_included_banner_text,
    .included_in_platform_steps,
    .fee_pricing_structure,
    .key_benefits_banner_text,
    .live_demonstration,
    .about_banner_text,
    .why_reachlx,
    .we_are_driven,
    .who_are_we,
    .gold_partner,
    .plans_banner_text,
    .partners_banner_text,
    .mission_science_banner_text,
    .adopting_reach_banner_text,
    .adopting_reach,
    .retain_talent_banner_text,
    .great_people {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .unlocking_leadership_excellence li h6 {
        font-size: 13pt;
    }

    .footer_logo {
        max-width: 140px;
    }

    .footerlist li {
        font-size: 10pt;
    }

    .equipped_to_excel_banner,
    .our_difference_banner,
    .whats_included_banner,
    .fee_pricing_structure,
    .live_demonstration,
    .plans_banner,
    .partners_banner,
    .adopting_reach_banner,
    .retain_talent_banner {
        background-size: 300px;
    }

    .equipped_to_excel_banner h1,
    .our_difference_banner_text h1,
    .whats_included_banner_text h1,
    .included_in_platform_steps h2,
    .fee_pricing_structure h1,
    .key_benefits_banner_text h1,
    .live_demonstration h1,
    .about_banner h1,
    .plans_banner_text h1,
    .plans_banner_text h1 span,
    .partners_banner h1,
    .mission_science_banner_text h1,
    .adopting_reach_banner_text h1,
    .privacy_banner h1 ,
    .retain_talent_banner h1 ,
    .analyse_your_numbers h2{
        font-size: 26pt;
    }

    .leadership_step,
    .included_in_platform {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .learn-leadership h2,
    .learn-leadership h1,
    .fee_pricing_structure h2,
    .live_demonstration h2,
    .why_reachlx h1 {
        font-size: 20pt;
    }

    .difference_reachlx_makes h5,
    .included_in_platform_steps h5 {
        font-size: 14pt;
    }

    .difference_reachlx_makes_box {
        padding: 50px 10px 20px 10px;
    }

    .difference_reachlx_makes_box figure {
        top: -35px;
        max-width: 70px;
        margin: 0 auto;
    }

    .difference_reachlx_makes_box p {
        font-size: 12pt;
    }

    .difference_reachlx_makes h1,
    .included_in_platform h1 {
        font-size: 30pt;
    }

    .examples_difference_reachlx h1,
    .integration-changes-everything h2 {
        font-size: 18pt;
    }

    .integration-changes-everything h1 {
        font-size: 24pt;
    }

    .key-title h1 {
        font-size: 20pt;
        line-height: 1.5;
    }

    .key-title h1 span {
        height: 50px;
        width: 50px;
        font-size: 20pt;
    }

    .key-title h4 {
        font-size: 14pt;
    }

    .key-title h5 {
        font-size: 12pt;
    }

    .your_leaders_equipped {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .key-title li {
        font-size: 12pt;
        margin-bottom: 20px;
    }

    .your_leaders_equipped_black .row .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .better-employee-value {
        margin-bottom: 20px;
    }

    .who_are_we_profiles .col-md {
        flex: 0 0 auto;
        width: 50%;
    }

    .who_are_we_img {
        max-width: unset;
    }

    .who_are_we_img h5 span,
    .plans_banner_text h1 span {
        display: inline;
    }

    .gold_partner_btns .book_cta {
        font-size: 10pt;
        display: block;
        padding: 10px 10px;
    }

    .partner-golden-box-decpt .btn {
        font-size: 11pt;
        padding: 10px 15px;
    }

    .WhatsincludedBoxTop {
        height: 70px;
    }

    .WhatsincludedBoxTop h2 {
        font-size: 12pt;
    }

    .WhatsincludedBoxTop h2 span {
        font-size: 8pt;
    }

    .WhatsincludedList-featureName {
        font-size: 10pt;
    }

    .WhatsincludedModal .modal-lg {
        max-width: 700px;
    }

    .WhatsincludedModal p {
        font-size: 10pt;
    }

    .HowMuchCostRow .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .real-world h4 {
        font-size: 12pt;
    }

    .realworld-hover a.info {
        margin: 7px 0 0 0;
        padding: 8px 60px;
    }

    .realworld-hover h2 {
        font-size: 11px;
        padding: 10px 7px;
        -webkit-transform: translateY(37px);
        -ms-transform: translateY(37px);
        transform: translateY(37px);
    }

    .dimensions h4,
    .analysis_approach h3 {
        font-size: 13pt;
    }

    .science_behind h4 {
        font-size: 15pt;
    }

    .mission_science_banner,
    .about_banner {
        background-size: 200px;
    }

    .products_banner_text,
    .contact_banner_text,
    .integrations_banner_text {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .products_banner,
    .contact_banner {
        background-size: 300px;
    }

    .products_banner_text h1,
    .contact_banner h1,
    .contactus-matter h1,
    .integrations_banner_text h1 {
        font-size: 26pt;
    }

    .integrations_banner {
        background-size: 200px;
    }

    .partner_banner { 
        padding: 200px 10px 150px 10px;
    }

}



@media only screen and (min-width: 0px) and (max-width: 767px) {
    .menu .navbar-brand {
        max-width: 145px;
        margin-right: 0;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 0.1);
        padding: 0 15px 15px 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 60px;
        z-index: 9;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .menu .nav-link {
        font-size: 11pt;
        font-weight: 500;
    }

    .menu .nav-item {
        margin-right: 0;
    }

    .menu .nav-item::before {
        display: none;
    }

    .menu .dropdown-item {
        font-size: 10pt;
    }

    .hero_banner_text h1 {
        font-size: 23pt;
    }

    .hero_banner_text h2 {
        font-size: 12pt;
        letter-spacing: 2px;
    }

    .hero_banner_text h2 {
        font-size: 12pt;
        letter-spacing: 2px;
    }

    .hero_banner_text h3 {
        font-size: 11pt;
    }

    .hero_banner_nav .nav-tabs {
        display: flex;
        margin: 0 auto;
        gap: 3px;
    }

    .hero_banner_nav .nav-tabs .nav-link {
        font-size: 11pt;
        padding: 7px;
        min-width: 140px;
        margin: 3px auto;
    }

    .levels_of_seniority h4 {
        font-size: 14pt;
    }

    .book_cta {
        font-size: 15pt;
    }

    .trusted_by,
    .our_platform,
    .improve_your_lx,
    .unlocking_leadership_excellence,
    .hear_from_our,
    footer,
    .unlock_improved_performance,
    .equipping_your_leaders,
    .leadership_step,
    .learn-leadership,
    .difference_reachlx_makes,
    .profiling_next_step,
    .examples_difference_reachlx,
    .integration-changes-everything,
    .included_in_platform,
    .included_in_platform_steps,
    .fee_pricing_structure,
    .your_leaders_equipped,
    .live_demonstration,
    .why_reachlx,
    .we_are_driven,
    .who_are_we,
    .gold_partner,
    .subscription_based,
    .whats_included,
    .how_much_cost,
    .adaptability,
    .higher_reach,
    .science_and_tools,
    .dimensions,
    .analysis_approach,
    .science_behind,
    .adopting_reach,
    .great_people,
    .want_to_grow {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .our_platform h1,
    .unlocking_leadership_excellence h1,
    .hear_from_our h1,
    .unlock_improved_performance h1,
    .equipping_your_leaders h1,
    .each_step h1,
    .leadership_step h1,
    .learn-leadership h2,
    .learn-leadership h1,
    .difference_reachlx_makes h1,
    .examples_difference_reachlx h1,
    .integration-changes-everything h1,
    .included_in_platform h1,
    .included_in_platform_steps h2,
    .fee_pricing_structure h1,
    .fee_pricing_structure h2,
    .live_demonstration h1,
    .live_demonstration h2,
    .why_reachlx h1,
    .we_are_driven h1,
    .who_are_we h1,
    .whats_included h1,
    .how_much_cost h1,
    .higher_reach h1,
    .science_and_tools h1,
    .dimensions h1,
    .science_behind h1,
    .adopting_reach h1,
    .cost-benefit h1 ,
    .great_people h1,
    .want_to_grow h1,
    .analyse_your_numbers h1,
    .contact_partner h1,
    .contact_partner h2,
    .partner_banner h1 {
        font-size: 20pt;
    }

    .improve_your_lx h1 span,
    .unlocking_leadership_excellence h4 span,
    .each_step h1 span,
    .difference_reachlx_makes h1 span,
    .who_are_we_img h5 span,
    .plans_banner_text h1 span {
        display: inline;
    }

    .our_platform_video {
        max-width: 400px;
        margin: 0 auto;
    }

    .trusted_by h5 {
        font-size: 14pt;
    }

    .improve_your_lx h1,
    .integration-changes-everything h2 {
        font-size: 18pt;
        margin-bottom: 20px;
    }

    .unlocking_leadership_excellence li {
        margin-bottom: 10px;
    }

    .unlocking_leadership_excellence li h6 {
        font-size: 12pt;
    }

    footer h3 {
        margin-top: 20px;
    }

    .footer_bottom {
        padding-top: 10px;
    }

    .footer_bottom p {
        margin-bottom: 15px;
    }

    .equipped_to_excel_banner_text,
    .our_difference_banner_text,
    .whats_included_banner_text,
    .key_benefits_banner_text,
    .about_banner_text,
    .plans_banner_text,
    .partners_banner_text,
    .mission_science_banner_text,
    .adopting_reach_banner_text,
    .retain_talent_banner_text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .equipped_to_excel_banner h1,
    .our_difference_banner_text h1,
    .whats_included_banner_text h1,
    .key_benefits_banner_text h1,
    .about_banner_text h1,
    .plans_banner_text h1,
    .plans_banner_text h1 span,
    .partners_banner h1,
    .mission_science_banner_text h1,
    .adopting_reach_banner_text h1,
    .privacy_banner h1,
    .retain_talent_banner h1,
    .retain_talent_banner h3,
    .analyse_your_numbers h2 {
        font-size: 20pt;
    }

    .equipped_to_excel_banner,
    .our_difference_banner,
    .whats_included_banner,
    .fee_pricing_structure,
    .live_demonstration,
    .plans_banner,
    .partners_banner,
    .retain_talent_banner {
        background-size: 120px;
    }

    .leadership_step_table {
        overflow: auto;
    }

    .leadership_step table {
        min-width: 550px;
        margin-bottom: 50px;
    }

    .learn-leadership h1 {
        margin-top: 30px;
    }

    .difference_reachlx_makes h5 {
        font-size: 12pt;
    }

    .difference_reachlx_makes_box p {
        font-size: 16pt;
    }

    .difference_reachlx_makes_box figure {
        top: -30px;
        max-width: 60px;
        margin: 0 auto;
    }

    .difference_reachlx_makes_box {
        padding: 40px 20px 20px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .included_in_platform_steps h5 {
        font-size: 12pt;
    }

    .included_in_platform_steps .accordion h3 {
        font-size: 11pt;
        padding-left: 40px;
    }

    .included_in_platform_steps .panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .marketing-table {
        margin-top: 20px;
    }

    .included_in_platform_steps .panel p,
    .marketing-table tbody td,
    .included_in_platform_steps ul li,
    .marketing-table thead th {
        font-size: 11pt;
    }

    .key_benefits_banner {
        background-size: 120px;
        background-position: bottom right;
    }

    .key-title h1 {
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }

    .key-title {
        padding-left: 0;
    }

    .key-title h1 span {
        position: unset;
        height: 40px;
        width: 40px;
        font-size: 15pt;
        display: block;
        margin: 0 auto;
    }

    .key-title h4,
    .key-title li,
    .key-title h5 {
        font-size: 12pt;
    }

    .better-employee-value {
        min-height: unset;
        margin-bottom: 15px;
    }

    .gold_partner_btns .book_cta {
        margin: 3px auto;
        display: block;
        max-width: 350px;
        font-size: 13pt;
    }

    .partner-golden-box-decpt .btn {
        font-size: 11pt;
        padding: 10px 10px;
    }

    .WhatsincludedBoxTop-standard,
    .WhatsincludedBoxTop-advantage,
    .WhatsincludedList_icon {
        display: none;
    }

    .WhatsincludedList-featureName {
        width: 100%;
    }

    .WhatsincludedModal .modal-lg img {
        margin-bottom: 10px;
    }

    .WhatsincludedBoxTop h2 {
        margin: 0;
        width: auto;
        text-align: center;
        padding: 0;
        align-self: center;
    }

    .WhatsincludedBoxTop {
        height: 60px;
        justify-content: center;
    }

    .HowMuchCostbox {
        padding: 20px 22px 20px 22px;
        min-height: auto;
    }

    .real-world h4 {
        font-size: 12pt;
    }

    .real-world-title {
        min-height: unset;
    }

    .realworld-hover a.info {
        padding: 32px 100px;
    }

    .realworld-hover h2 {
        padding: 10px;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }

    .realworld-hover {
        margin-bottom: 20px;
    }

    .realworld-hover img {
        width: 100%;
    }

    .realworld {
        margin-bottom: 10px;
    }

    .analysis_approach h3 {
        font-size: 12pt;
    }

    .science_behind h4 {
        font-size: 14pt;
    }

    .mission_science_banner,
    .about_banner,
    .adopting_reach_banner {
        background-size: 120px;
        background-position: bottom right;
    }

    .products_banner_text,
    .contact_banner_text,
    .integrations_banner_text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .products_banner_text h1,
    .contactus-matter h1,
    .contact_banner h1,
    .integrations_banner_text h1 {
        font-size: 20pt;
    }

    .products_banner,
    .contact_banner,
    .integrations_banner {
        background-size: 120px;
        background-position: bottom right;

    }

    .integrations_table {
        overflow: auto;
    }


    .privacy_content h2,
    .privacy_content h3 {
        font-size: 15pt;
    }

    .want_to_grow_row {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .want_to_grow_logo {
        max-width: 300px;
        margin-bottom: 30px;
    }

    .partner_banner { 
        padding: 150px 10px 100px 10px;
    }

    .partner_banner_menu figure {
        max-width: 100px !important; 
    }
}