@font-face {
    font-family: 'helvetica-neue'; 
    src: url('fonts/HelveticaNeue-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-neue'; 
    src: url('fonts/HelveticaNeue-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'nunito-sans'; 
    src: url('fonts/NunitoSans-12ptExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
/* HTML5 Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



main ul {
    list-style: none;
    padding-left: 0;
}

main li {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
main li::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 5px;
    height: 8px;
    background-color: #3da5cd;
    border-radius: 0 100px 100px 0;
}
.elementor-location-footer li::after{
    content: none;
}

.special-list li::after {
    top: 6px!important;
}

.apple a{
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700;
}
.apple a:hover{
    text-decoration: underline;
}
.apple a img{
    height: 40px;
    width: auto;
    vertical-align: middle;
    padding-right: 20px;

}
.android a{
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700;
}
.android a:hover{
    text-decoration: underline;
}
.android a img{
    height: 32px;
    width: auto;
    vertical-align: middle;
    padding-right: 20px;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
video {
    width: 100%;
    height: auto;
}

html body {
    font-family: 'helvetica-neue', sans-serif;
}



blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
html { 
    scroll-behavior: smooth; 
    /* font-family: */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Box sizing reset */
*, *:before, *:after {
    box-sizing: border-box;
}

:root {
    --active-font-size: 86px;
    --normalized-font-size: 58px;
    --scale: 1;
}

html body strong {
    font-weight: 700;
}
/*
[type=button],[type=submit],button {
    border: 0;
    background: radial-gradient(circle at 100% 100%, #449544 0, #449544 6px, transparent 6px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #449544 0, #449544 6px, transparent 6px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #449544 0, #449544 6px, transparent 6px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #449544 0, #449544 6px, transparent 6px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#449544, #449544) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat,
            linear-gradient(#449544, #449544) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, #fff 0%, #3ea5cd 100%);
    border-radius: 8px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}*/




#faux-scroll-down { 
    height: 9000px; 
}

.hr-divider { 
    width: 60px; 
    background: linear-gradient(to right, #3DA5CD, #F48523);
    height: 3px;
    margin: 15px 0;
}
body {
    font-family: 'Darker Grotesque', sans-serif;
    overflow-x: hidden;
}
header { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin: 0 auto;
    
}
.admin-bar header{
    top: 32px;
}
/*
header .header-container { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 12px 20px;
  
}
.header-container #logo a{
    display: block;
    width: 100%;
    max-width: 152px;
} */
section#menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
section#menu ul {
    display: flex;
    align-items: center;
    width: 100%;
    list-style: none; 
    padding: 0;
    margin: 0;
}
section#menu ul li{
    margin: 0 32px;
}
section#menu ul li:last-child{
    margin-right: 0!important;
}
section#menu ul li a{
    font-size: 22px; 
    color: #1a4a6d; 
}
/*
section#menu ul li.login a, header .login a {
    background-color: #daf0f6!important; 
    padding: 9px 19px;
    border-radius: 5px;
    border: 1px solid #daf0f6!important;
    transition: all 0.5s ease-in-out;
    margin: 0 30px !important;
}
section#menu ul li.login a:hover, header .login a:hover {
    background-color: #1a4a6d!important; 
    color: #daf0f6!important;
    border: 1px solid #daf0f6!important;
}   

*/
body section#menu ul li.login a::before, 
body header .login a::before {
    content: "";
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    margin-right: 5px;
    -webkit-mask-image: url(/wp-content/uploads/2026/05/user-solid-full.svg);
    mask-image: url(/wp-content/uploads/2026/05/user-solid-full.svg);
    background-color: #1A4A6D !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 1 !important;
    position: relative;
}
.login a:after{
    content: none!important;
}
header .orange a{
    color: #f58522!important; 
}
section#menu ul li.login a::after, header .login a::after{
    content: none!important;
}

section#menu ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #1a4a6d;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.elementor-nav-menu li a::after {
  content: '';
  position: absolute;
  width: 60%!important;
  height: 2px!important; 
  background-color: #1a4a6d!important; 
  bottom: 2px!important; 
  left: 51%!important;
  transform: translateX(-50%)!important;
  opacity: 0; 
  transition: opacity 0.3s ease;
}
footer .elementor-nav-menu li a::after{
    background-color: #3DA5CD!important; 
}


/*.elementor-nav-menu a:hover::after,*/ .elementor-nav-menu li a.elementor-item-active::after, 
.elementor-nav-menu li.current-menu-parent a::after {
  opacity: 1!important;
}

#stage1 { 
    background: url(../images/top-right-blue.jpg) no-repeat top right;
    background-size: 50% auto;
}
#stage1 .stage1-outer {
    background: url(../images/top-left-blue-gradient.jpg) no-repeat top left;
    background-size: 50% auto;
}
#stage1 .stage1-inner {
    background: url(../images/left-side.png) no-repeat left; 
    background-position-y: bottom; 
}

.laptop-container {
    position: relative;
    overflow: hidden;
}
.hero-laptop {
    position: absolute;
    top: -60px;          
    left: 460px;        
    width: 1100px;
    pointer-events: none;
}

.hero-laptop img {
    width: 100%;
    max-width: none;
}
.stage-container{
    width: 100%; 
    margin: 0 auto; 
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}
.stage-container--small{
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}
.stage-container h2, #stage3 .quote-section p{
    font-size: 38px;
}
.stage-container h3{
    font-size: 26px;
}

#hero-content {
    padding-top: 300px;
    padding-bottom: 300px;
    z-index: 40;
    position: relative;
}

#hero-content .text-content {
    position: relative;
    z-index: 40;
}

#hero-content h2 {
    line-height: 98px;
    font-size: var(--active-font-size);
    height: var(--active-font-size);
}

#hero-content h2 .inactive {
    /*display: none;*/
}

#hero-content h2 .active {
    display: inline-block;
    color: #3ea5cd;
    font-weight: bold;
    font-size: var(--active-font-size);
}

#hero-content h2 .normalized {
    display: inline-block;
    color: #1a4a6d;
    font-weight: bold;
    font-size: var(--normalized-font-size);
}

#hero-content p {
    font-size: 38px;
    color: #3ea5cd;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

/* Laptop image container */
#hero-content #hero-image {
    position: absolute;
    top: 0;
    left: calc(1820px - 1060px); /* anchor point */
    width: 1100px;
    max-width: none;
    z-index: 30;
}

/* Crossfade setup */
.laptop-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    will-change: opacity, transform;
}

.laptop-img.active {
    opacity: 1;
}

#hero-content #buttons button {
    /*transform: translateY(75px);
    margin-right: 40px;*/
    padding: 20px 50px;
}

#hero-content #buttons button#how-it-works {
    padding: 20px 50px 20px 84px;
    border: 0;
    margin-left: 18px;
}
.cxalloy-hero {
    overflow: hidden;
}

#stage2 {
    /*background: url(../images/center-screen.webp) no-repeat center center;*/
    background-size: cover;
    position: relative;
    /*height: 100vh;*/
    max-width: 1240px;
    overflow: hidden;
    margin: 0 auto;
}
#stage2 .stage2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#stage2 .stage2-divider, .title-divider {
    background: url(../images/divider.jpg) center center no-repeat transparent; 
    width: 100px;
    height: 3px;
    margin: 25px 0 25px; 
}

#stage2 .stage2-outer {
    background: transparent;
    /*height: 100vh;*/
}

#stage2 .stage2-inner {
    padding: 60px 0px;
    width: 100%; 
    margin: 0 auto; 
    background: #fff;
    /* clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%); */
    /*clip-path: polygon(0% 0%, 0% 100%, 2% 100%, 2% 20%, 98% 20%, 98% 62%, 0% 62%, 0% 100%, 100% 100%, 100% 0%); */
    /*height: 100vh; */
}

#stage2 .image-section {
    /*width: 150px;
    padding: 240px 225px; 
    background: transparent;*/
    background: url(../images/center-screen.webp) no-repeat center center;
    background-size: 145%;
    height: 480px;
    width: 100%;
    max-width: 100%;
    margin: 25px 0;
    border-radius: 10px;
}
#stage2 .stage2-content h2 {
    font-size: 26px; 
    margin-bottom: 20px;
    color: #3ea5cd; 
    font-weight: 600;
}
#stage2 .stage2-content p {
    font-size: 18px; 
    color: #000; 
    font-weight: 400;
    line-height: 1.5;   
}
#stage2 .stage2-button {
    padding: 35px 0;
    text-align: center;
}
#stage2 .stage2-button button {
    background: #f58522; 
    padding: 10px 20px;
    border-radius: 5px;
    border: 0; 
    color: #fff; 
    font-size: 18px; 
    font-weight: 600;
    cursor: pointer;
}
#stage2 .stage2-button button a {
    color: #fff; 
}

#stage2 .stage2-header-title h2{ 
    font-size: 32px; 
    color: #000; 
    font-weight: 600; 
    line-height: 1;
    text-align: center;
    margin: 20px 0 0;
    padding-top: 20px;
}

#stage2 h2 {
    text-align: left; 
    font-size: 22px; 
}
h2.stage2-content-title { 
    width: 100%; 
    text-align: left;
}

#stage3 {
    background: url(../images/testimonials-bg.png) no-repeat right center; 
    background-size: cover;
    padding: 100px 0; 
}
#stage3 .stage3-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center; 
    /* transform: translateY(-370px) translateX(0); */
    /* opacity: 0;  */
    /* scale: 1.5; */
}
#stage3 .quote-section p {
    background: url(../images/QuotationMark.svg) no-repeat left top;
    background-size: 45px;
    background-position: 0px 12px;
    color: #1a4a6d;
    font-weight: 200;
    line-height: 1.5;
    padding: 0 0 18px 50px;
}
#stage3 .quote-section button {
    position: relative;
    background-color: #ffffff;
    border: 0px solid transparent;
    border-radius: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 21px;
    font-weight: 600;
    color: #1a4a6d;
    cursor: pointer;
}

#stage3 .quote-section button::before, .button__bg--blue-orange a::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(90deg, #3DA5CD 0%, #F48523 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.button__bg a{
    position: relative;
}

#stage4 {
    background: #fff; 
    padding: 100px 0; 
}
#stage4 .stage4-inner {
    /*transform: translateX(-1420px);
    opacity: 0; */
}
#stage4 .stage4-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
    text-align: center;
}
#stage4 .left-content {
    width: calc(38% - 55px);
    text-align: left;

}
#stage4 .right-content {
    width: calc(62% - 25px);
}
#stage4 .right-content video {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

#stage4 h2 {
    color: #000; 
    line-height: 1;
}
#stage4 p {
    font-size: 18px; 
    color: #000; 
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

#stage4 button {
    background: url(../images/orange-play-btn.png) no-repeat left center;
    padding: 20px 50px 20px 84px;
    border: 0; 
    color: #000; 
    font-size: 18px; 
    font-weight: 600;
    cursor: pointer;
}
#stage4 button a {
    font-size: 18px; 
    font-weight: 700;
    color: #000; 
}


#stage5 {
    background: url(../images/demo-bg.jpg) no-repeat center center; 
    background-size: cover;
    /* padding: 100px 0;  */
}
.stage5-outer {
    padding: 66px 0; 
}
#stage5 .stage5-inner {
    /* transform: scale(2);  */
}
#stage5 .stage5-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#stage5 .stage5-column1 {
    width: 25%;
}   
#stage5 .stage5-column2 {
    width: 72%;
    margin-left: 0%;
}
#stage5 .stage5-column1-inner {
    width: 100%;
    height: 100%;
}
#stage5 .stage5-column1-inner h2 {
    font-size: 38px; 
    color: #fff; 
    font-weight: 700;
    line-height: 1;
}
#stage5 .stage5-column1-inner h3 {
    font-size: 26px; 
    color: #fff; 
    font-weight: 700;
    line-height: 1.5;
}
#stage5 .stage5-column1-inner .hr-divider {
    width: 68px; 
    /* linear gradient from #fff to #B6E1ED to #F48726 */ 
    background: linear-gradient( to right, #ffffff, #B6E1ED, #F48726 );
    height: 3px;
    margin: 15px 0;
}
#stage5 .stage5-column2-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; 
}
#stage5 .stage5-column2-inner-column1 {
    width: 100%;
    max-width: 520px;
    margin-right: auto;
    height: 100%;
}
#stage5 .stage5-column2-inner-column2 {
    width: 25%;
    height: 100%;
    text-align: center; 
}
#stage5 .stage5-column2-inner-column2 button {
    width: 100%;
    height: 100%;
}

#stage5 button {
    position: relative;
    background-color: #449544;
    border: 0px solid transparent;
    border-radius: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

#stage5 button::before, .button__bg--blue-darkblue a::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(90deg, #ffffff 0%, #3ea5cd 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


#stage5 .stage5-column2-inner-column1 p {
    font-size: 18px; 
    color: #fff; 
    font-weight: 400;
    line-height: 1.5;
}

#stage6 {
    /* background: #fff;  */
    padding: 180px 0 240px 0; 
}
#stage6-outer {
    min-height: 100vh;
}
#stage6 .stage6-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /*transform: translateY(95%) translateX(-100%);
    opacity: 0;*/
}
#stage6 .stage6-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: start;
    margin-bottom: 40px; 
    /*transform: translateX(100%);*/
}
#stage6 .stage6-title .ribbon, .ribbon-section {
    width: 64px;
    height: 64px;
    background: url(../images/featured-ribbon.png) no-repeat center center #DAF0F6;
    border-radius: 50%;
    margin-right: 20px;
}
#stage6 .stage6-title h2 {
    font-size: 32px; 
    color: #231f20; 
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px; 
    letter-spacing: 4px; 
    text-transform: uppercase; 

}

.webinar-presenter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.webinar-presenter .presenter-image {
    margin-right: 15px;
}
.webinar-presenter .presenter-image img{
    width: 92px;
}

.stage6-video-card,
.stage7-video-card {
    box-shadow: 0 20px 40px 0px #dff0f7;
    border-radius: 15px;
    border: 10px solid #fff;
    padding: 0px;
    width: 100%;
    max-width: 100%;
}
#stage7 .stage7-video-card {
    background: #fff; 
    box-shadow: 15px 30px 30px #1a4a6d;
}
.video-card-content {
    padding: 0 15px;
}
.video-card-content h3{
    font-weight: bold;
    font-size: 32px;
}
.stage6-video-card-inner,
.stage7-video-card-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px 30px;
    background: #fff;
} 
.stage6-video-card .video-inner,
.stage7-video-card .video-inner {
    width: 720px; 
    height: 486px;
    border-radius: 15px;
    overflow: hidden;
}
.stage6-video-card .video-inner video,
.stage7-video-card .video-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stage6-video-card .video-outer .actions, 
.stage7-video-card .video-outer .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.stage6-video-card .presenter-info h4, 
.stage6-video-card .presenter-info h4 p {
    color: #3DA5CD;
}

.webinar-presenter .presenter-info p {
    font-size: 14px;
}

.webinar-presenter .presenter-info h4 {
    margin: 0;
}

#stage6 .video-outer, 
#stage7 .video-outer {
    position: relative;
}

#stage6 .actions,
#stage7 .actions {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px; 
    z-index: 99; 
    font-weight: bold; 
}

#stage6 .actions .watch-now button,
#stage7 .actions .watch-now button {
    background: url(../images/orange-play-btn.png) no-repeat left center;
    padding: 20px 50px 20px 84px;
    border: 0; 
    color: #000; 
    font-size: 18px; 
    font-weight: bold;
    cursor: pointer;
    border: 0; 
}
#stage6 .actions .all-webinars button,
#stage7 .actions .all-webinars button {
    background: url(../images/play-btn.png) no-repeat left center;
    padding: 20px 50px 20px 84px;
    border: 0; 
    color: #000; 
    font-size: 18px; 
    font-weight: bold;
    cursor: pointer;
    border: 0; 
}
#stage6 .actions button a,
#stage7 .actions button a {
    color: #fff; 
    font-size: 18px; 
    font-weight: bold;
    cursor: pointer;
}
#stage7 {
    background: url(../images/stg7bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 180px 0 240px 0; 
}
#stage7 .stage7-inner {
    /*transform: translateX(-200px); 
    opacity: 0; */
}
#stage7 .stage7-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-self: start;
    margin-bottom: 40px; 
}
#stage7 .stage7-title .ribbon {
    background: url(../images/featured-ribbon-2.png) no-repeat center center #DAF0F6;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
#stage7 .stage7-title h2 {
    font-size: 32px; 
    color: #fff; 
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 4px; 
    text-transform: uppercase;  
}
#stage8 {
    background: url(../images/testimonials-bg.png) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
}

#stage8 .stage8-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#stage8 .stage8-column1 {
    width: 28%;
    flex-direction: column;
    display: flex;
}
#stage8 .stage8-column2 {
    width: 43%;
    flex-direction: row;
    display: flex;
}
#stage8 .stage8-column3 {
    width: 23%;
    flex-direction: row;
    display: flex;
}
#stage8 .stage8-column1 h2 {
    color: #000; 
    line-height: 1;
    margin-bottom: 2px;
}
#stage8 .stage8-column1 .hr-divider {
    width: 60px; 
    background: linear-gradient(to right, #1A4A6D, #439345);
    height: 3px;
    margin: 15px 0;
}
#stage8 .stage8-column1 h3 {
    color: #3DA5CD; 
    font-weight: 700;
    line-height: 1.5;
    margin-top: 2px;
}

#stage8 .stage8-column2-inner {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: stretch;
    gap: 10px;  
}

#stage8 .stage8-column2-inner-column1 {
    width: 50%;
}
#stage8 .stage8-column2-inner-column2 {
    width: 50%;
}
#stage8 .stage8-column2-inner h4{
    font-size: 21px; 
    color: #000; 
    font-weight: 700;
    margin-bottom: 8px;
}

body main .elementor .elementor-element {
    --widgets-spacing-row: 0;
}


/* TODO: MOve this section to more appropriate place */ 
/* For animations only */
/* 
.stage8-column2-inner-column4 {
    transform: translatex(710px);
    opacity: .1;
}

.stage8-column2-inner-column2 {
    transform: translatex(440px);
    opacity: .1;
}

.stage8-column2-inner-column1 {
    transform: translatex(-440px);
    opacity: .1;
}
.stage8-column2-inner-column4-icon {
    height: auto;
}

.stage8-column2-inner-column3 {
    transform: translate(-710px);
    opacity: .1;
}
.stage8-column1 {
    transform: translate(-510px);
    opacity: .1;
}

.stage8-column3 {
    transform: translate(510px);
    opacity: .1;
}
.stage8-content h2 {
    transform: translate(-310px);
    opacity: .1;
}
.stage8-content .hr-divider {
    transform: translate(-350px);
    opacity: .1;
}
.stage8-content h3 {
    transform: translate(-450px);
    opacity: .1;
}
*/

#stage8 .stage8-column2-inner-column1-icon,
#stage8 .stage8-column2-inner-column2-icon,
#stage8 .stage8-column2-inner-column3-icon,
#stage8 .stage8-column2-inner-column4-icon,
.email-section, .brain-section, .training-section, .hours-section {
    height: auto;
    width: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 65px;
    margin-right: 15px; 
    margin-bottom: 5px; 
    margin-top: 5px; 
}

#stage8 .stage8-column2-inner-column1-icon, .email-section {
    background: url(../images/email.png) no-repeat center center #daf0f6; 
}
#stage8 .stage8-column2-inner-column2-icon, .brain-section {
    background: url(../images/knowledgebase.png) no-repeat center center #daf0f6;
}
#stage8 .stage8-column2-inner-column3-icon, .training-section {
    background: url(../images/training.png) no-repeat center center #daf0f6;
}
#stage8 .stage8-column2-inner-column4-icon, .hours-section {
    background: url(../images/officehours.png) no-repeat center center #daf0f6;
}

#stage8 .stage8-column2 .stage8-column2-inner-column1, 
#stage8 .stage8-column2 .stage8-column2-inner-column2, 
#stage8 .stage8-column2 .stage8-column2-inner-column3, 
#stage8 .stage8-column2 .stage8-column2-inner-column4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	width: 45%;
    /*     margin: 0 auto; */
    text-align: left;
}
#stage8 .stage8-column2 a {
    color: #000; 
    font-size: 18px; 
}

#stage8 button {
    position: relative;
    background-color: #3DA5CD;
    border: 0px solid transparent;
    border-radius: 10px;
    padding: 15px 40px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    margin: 0 0 0 auto;
}

#stage8 button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(90deg, #ffffff 0%, #F48523 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


#stage9 .stage9-outer {
    background: url(../images/stage-9-top-left.png) no-repeat top left;
    background-size: 50% auto;
}
#stage9 .stage9-inner {
    background: url(../images/stage-9-bottom-right.png) no-repeat top right;
    background-size: 62% auto;
    padding: 68px 0;
}
#stage9 .stage9-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#stage9 .stage9-column1 {
    width: 30%;
    /*transform: translateX(-510px);
    opacity: 0;*/
}
.stage9-content .stage9-column1 button a img {
    height: 40px;
    width: auto;
    vertical-align: middle;
    padding-right: 20px;
}
#stage9 .stage9-column2 {
    width: 70%;
    /*: translateX(510px);
    opacity: 0;*/
}
#stage9 .stage9-column1 h2 {
    margin-bottom: 0;
    color: #000; 
    line-height: 1;
}
#stage9 .stage9-column1 h3 {
    max-width: 360px;
    color: #3DA5CD;
    font-weight: 700;
    line-height: 1.3;
}
#stage9 .stage9-column1 p {
    font-size: 18px; 
    color: #000; 
    font-weight: 400;
    line-height: 1.5;
}
#stage9 .stage9-column1 button {
    background: #fff; 
    padding: 10px 0px;
    border-radius: 5px;
    border: 0; 
    color: #000; 
    font-size: 18px; 
    font-weight: 600;
    cursor: pointer;
}
#stage9 .stage9-column1 button a {
    align-items: center;
    color: #000; 
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px; 
    font-weight: 700;
}

#stage10 {
    background: #1a4a6d;
    padding: 60px;
    position: relative;
    z-index: 1;
}

#stage10 .stage10-divider {
    padding: 30px 0 20px; 
}
#stage10.cxalloy-footer .stage10-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

#stage10 .stage10-row-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 32px;
}

#stage10 .stage10-row-container > div{
    flex: 1;
    color: white;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#stage10 .stage10-row-container *{
    color: white;
    font-size: 21px;
}
.stage10-text{
    width: 100%;
    max-width: 100%;
}
.stage10-icon{
    width: 80px;
    height: 82px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
}

#stage10.cxalloy-footer .stage10-column1-icon {
    background: url(../images/footer_call.png) no-repeat center center; 
}
#stage10.cxalloy-footer .stage10-column2-icon {
    background: url(../images/footer_email.png) no-repeat center center; 
}
#stage10.cxalloy-footer .stage10-column3-icon {
    background: url(../images/footer_subscribe.png) no-repeat center center; 
}


.footer-container{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer-logo{
    display: block;
    width: 100%;
    max-width: 152px;
    
}
.footer-logo img{
    filter: brightness(0) invert(1);
}
/*
.footer-menu{
    width: 100%;
    max-width: calc(100% - 180px);
}

.footer-menu a{
    color: #3DA5CD!important;
}
.footer-menu ul li a::after {
  background-color: #3DA5CD!important; 
}
.footer-container section#menu ul li{
    margin: 0 18px;
}

.footer-container .login a{
    background-color: #3da5cd;
    border: 1px solid #3da5cd!important;
    color: #1a4a6d!important;
    border-radius: 5px!important;
}
.footer-container .login a:hover{
    background-color: #1a4a6d;
    color: #3da5cd!important;
}
    */
.footer-container .login a::before{
    content: "";
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    margin-right: 5px;
    -webkit-mask-image: url(/wp-content/uploads/2026/05/user-solid-full.svg);
    mask-image: url(/wp-content/uploads/2026/05/user-solid-full.svg);
    background-color: #3DA5CD !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 1 !important;
    position: relative;
}
button#free-test-drive {
    background-color: #1a4a6d;
    border: 4px solid;
    border-radius: 16px;
    background: #1a4a6d;
    position: relative;
}
button#free-test-drive::before, .button__bg--blue-green a::before {
    content: '';
    position: absolute;
    inset: 0;  
    border-radius: 10px; 
    padding: 2px; 
    background: linear-gradient(90deg, #B2DFEC 0%, #449545 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

button#free-test-drive , 
button#free-test-drive a { 
    color: #fff; 
    font-size: 22px; 
}
button#how-it-works {
    background: url(../images/play-btn.png) no-repeat left center;
}
button#how-it-works a { 
    color: #1a4a6d; 
    font-weight: bold; 
    font-size: 22px; 
}

.elementor .stage10-copyright a {
    text-decoration: underline; 
}
.stage10-copyright *{
    color: #3DA5CD;
    font-size: 10px;
    margin-bottom: 0;
}



.wp-singular main {
    padding-top: 25px;
}
main{
    overflow: hidden;
}



@media screen and (min-width: 768px) and (max-width: 1920px) {
  .elementor {
    zoom: 1;
  }

  body {
    overflow-x: hidden;
  }
}