
.logo-image {
    margin: 100px auto 0 !important;
}

.tech-page .eyebrow {
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}


.avatar-eyebrow .eyebrow{
    background: linear-gradient(
            90deg,                      /* left → right */
            #5469A1 0%,                  /* darker blue left */
            #3D5A98 50%,                 /* medium blue middle */
            #2A3C87 100%                 /* darker blue right */
    );
    padding: 20px;
    border-radius: 34px;
    max-width: 610px;
    margin: 0px auto 20px;
    position: relative;
    text-indent: 80px;
}
.avatar-eyebrow .eyebrow:before{
    content:"";
    position: absolute;
    width: 130px;
    height: 44px;
    background-image: url("https://onereal.wpenginepowered.com/wp-content/uploads/2025/08/avatar-container.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 16px;
    top: 8px;
}




.tech-page .headline {
    text-align: center;
    font-family: "PP Telegraf";
    font-size: 74px;
    font-style: normal;
    font-weight: 300;
    line-height: 109%; /* 74px */
    letter-spacing: -2px;
}

.tech-page{
    width: 100%;
    max-width: 100% !important;
}

.tech-page .headline em{
    font-family: "Instrument Serif";
    font-size: 74px;
    font-style: italic;
    font-weight: 400;
    padding: 5px;
}

.tech-hero{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    flex-direction: column;
}

.tech-hero.black-bg {
    position: relative;
    overflow: hidden; /* Ensure the scaling background doesn't overflow */
    padding-top: 0px;
}

.tech-hero.black-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Increase size to avoid cropping during scaling */
    height: 100%;
    background-image: url("../img/tech-page/tech-black-blob-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1; /* Keep the opacity fixed */
    transform-origin: center; /* Set the scaling origin */
    animation: scaleBackground 10s ease-in-out infinite; /* Scale up and down infinitely */
    z-index: 0;
}

.tech-hero.black-bg .hero-content {
    position: relative;
    z-index: 1; /* Ensure content is above the scaling background */
}

@keyframes scaleBackground {
    0%, 100% {
        transform: scale(1); /* Normal size */
    }
    50% {
        transform: scale(2.5); /* Slightly larger */
    }
}

.tech-hero.black-bg .hero-content {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
}


.tech-hero p{
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 25px */
}
.tech-hero h2{
    font-size: 80px;
}
.tech-hero em{
    font-family: Instrument Serif;
}


.tech-hero.why-agents-bg{
    background-image: url("../img/tech-page/why-background.png");
    background-size: cover;
}

:root {
    --primary-color: #1d1d1d;
    --text-color: #ffffff;
    --accent-color: #ff557d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    color: var(--text-color);
}

.nav {
    position: absolute;
    top: 31px;
    left: 53px;
    z-index: 10;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 20px;
}

.tech-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(23, 53, 58, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 29px;
    border: 1px solid white;
    margin-bottom: 2rem;
}

.tech-nav ul {
    display: flex;
    list-style: none;
    gap: 1rem;
}

.tech-nav li {
    cursor: pointer;
    padding: 0.5rem 1rem;
}

.tech-nav li a.active {
    background: linear-gradient(135deg, rgba(128,153,255,1) 0%, rgba(37,99,235,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
}

.tech-nav li a:hover {
    background: linear-gradient(135deg, rgba(128,153,255,1) 0%, rgba(37,99,235,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
}


.subtitle {
    font-size: 16.3px;
    letter-spacing: 5.53px;
    margin-bottom: 1.5rem;
}

.tagline {
    font-size: 1.25rem;
}

.tech-features {
    background: white;
    color: var(--primary-color);
    padding: 8rem 0;
    text-align: center;
}

.tech-features h2 {
    font-size: 4.375rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.feature-grid {
    max-width: 1200px;
    margin: 4rem auto;
}

.feature-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.wallet {
    background: #010101;
    color: var(--text-color);
    padding: 4rem 0;
    text-align: center;
}

.wallet h4 {
    font-size: 0.75rem;
    letter-spacing: 4.56px;
    margin-bottom: 2rem;
}

.wallet h1 {
    font-size: 4.375rem;
    max-width: 825px;
    margin: 0 auto 2rem;
    line-height: 1.1;
}

.wallet img {
    max-width: 991px;
    width: 100%;
    margin-top: 3rem;
}

.marketing {
    background: var(--primary-color);
    padding: 4rem 0;
}

.marketing-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.marketing-content {
    padding: 2rem;
}

.badge {
    background: #e5e7eb;
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2rem;
}

.marketing h2 {
    font-size: 2.625rem;
    margin-bottom: 2rem;
    color: #2563eb;
}

.marketing h2 em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
}

.marketing-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.marketing-images img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.tech-video{
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
}

.video-blur video {
        width:100%;
        /*-webkit-mask-image: linear-gradient( to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 87% );*/
        mask-image: linear-gradient( to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 87% );
}


 .tech-security{
     padding-top: 100px;
     display: flex;
     justify-content: center;
 }

.tech-security .card {
    display: inline-flex;
    align-items: center;
    gap: 3rem;
    padding: 3rem 3.75rem;
    background-color: #18181b;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.tech-security .card-content {
    display: flex;
    padding: 0;
}

.tech-security .text-content {
    display: flex;
    flex-direction: column;
    width: 533px;
    gap: 1rem;
}

.tech-security .subtitle {
    font-family: 'Inter', Helvetica, sans-serif;
    font-weight: 700;
    color: #90a1f1;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    line-height: normal;
}

.tech-security .title {
    font-family: 'Telegraf-Regular', Helvetica, sans-serif;
    font-weight: normal;
    color: white;
    font-size: 3rem;
    letter-spacing: -0.125rem;
    line-height: 3.438rem;
}

.tech-security .description {
    width: 495px;
    font-family: 'Inter', Helvetica, sans-serif;
    font-weight: 500;
    color: #a1a1aa;
    font-size: 16px;
    letter-spacing: -0.0625rem;
    line-height: 1.563rem;
}

.tech-security .image-container {
    position: relative;
    width: 430px;
    height: 430px;
}

.tech-security .shield-image {
    position: absolute;
    width: 486px;
    height: 477px;
    top: -41px;
    left: -60px;
}

@media (max-width: 1024px) {
    .tech-security .card {
        flex-direction: column;
        padding: 2rem;
    }

    .tech-security .text-content {
        width: 100%;
    }

    .tech-security .description {
        width: 100%;
    }

    .tech-security .image-container {
        width: 100%;
        height: 300px;
    }

    .tech-security .shield-image {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
    }
}

.tech-content-section{
    text-align: center;
    color:#FFF;
}
.tech-content-section p{
    color:#FFF;
    text-align: center;
    max-width: 528px;
    margin: 0px auto;
}



.banking-section {
    display: inline-flex;
    flex-direction: column;
    height: 687px;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 40px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    width: 100%;
}

.banking-section .header {
    width: 904px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.banking-section .subtitle {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 4.8px;
    text-align: center;
    margin: 0;
    color: #FFF;
}

.banking-section .title {
    font-family: 'PP_Telegraf-Light', Helvetica;
    font-size: 70px;
    letter-spacing: -2px;
    text-align: center;
    margin: 0;
    color: #FFF;
}

.banking-section .title .italic {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
}

.banking-section .description {
    width: 1010px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #D4D4D4;
    margin: 0;
}

.banking-section .features {
    display: flex;
    width: 1060px;
    height: 271px;
    gap: 40px;
}

.banking-section .feature-card {
    display: flex;
    flex-direction: column;
    width: 235px;
    align-items: center;
    gap: 24px;
}

.banking-section .icon-wrapper {
    width: 159px;
    height: 158px;
}

.banking-section .icon-circle {
    width: 158px;
    height: 158px;
    border-radius: 165.06px;
    overflow: hidden;
    box-shadow: inset 0px -2.53px 10.14px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    /*background: url('/noise---texture-3.png') center/cover;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.banking-section .feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.banking-section .feature-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
    margin: 0;
    color: #FFF;
}

.banking-section .feature-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #A1A1AA;
    margin: 0;
}








.tech-apply .card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1080px;
    align-items: center;
    gap: 2rem;
    padding: 2.75rem 0;
    background-color: rgba(255, 255, 255, 0.24);
    border-radius: 22px;
    overflow: hidden;
    z-index: 1;
}

.card-border {
    position: relative;
    flex-direction: column;
    width: 100%;
    max-width: 1082px;
    padding: 2px;
    border-radius: 22px;
    overflow: hidden;
    z-index: 0;
    margin: 0px auto;
}

.card-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 22px; /* Match the border-radius of .card-border */
    background: linear-gradient(to bottom, #8673DF 0%, #8673DF 40%, #4B4B4B 85%, black 100%);
    z-index: -1;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    padding: 2px; /* Adjust for border thickness */
    box-sizing: border-box;
}


.tech-apply .gradient-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1px;
    left: 0;
    overflow: hidden;
    background-color: #1A052F;
}

.tech-apply .gradient-container {
    position: relative;
    width: 1674px;
    height: 1674px;
    top: -684px;
    left: -297px;
}

.tech-apply .gradient-1 {
    position: absolute;
    width: 437px;
    height: 437px;
    top: 753px;
    left: 174px;
    background-color: black;
    border-radius: 218.5px;
    filter: blur(400px);
}

.tech-apply .gradient-2 {
    position: absolute;
    width: 466px;
    height: 466px;
    top: 494px;
    left: 604px;
    background-color: #3b82f6;
    border-radius: 233px;
    filter: blur(250px);
    opacity: 0.5;
}

.tech-apply .gradient-3 {
    position: absolute;
    width: 375px;
    height: 375px;
    top: 772px;
    left: 1156px;
    background-color: #4338ca;
    border-radius: 187.5px;
    filter: blur(400px);
}

.tech-apply .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.tech-apply .heading-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
}

.tech-apply h2 {
    font-family: 'PP_Telegraf-Light', Helvetica;
    font-weight: 300;
    color: white;
    font-size: 3.75rem;
    text-align: center;
    letter-spacing: -2px;
    margin-top: -1px;
}

.tech-apply p {
    max-width: 528px;
    opacity: 0.7;
    color: #f4f4f5;
    font-size: 1.25rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .heading-section {
        padding: 0 40px;
    }

    .tech-apply h2 {
        font-size: 40px;
    }

    .tech-apply p {
        font-size: 16px;
    }
}

.tech-apply .button {
    margin-top: 2rem;
    padding: 13px 2rem;
    background-color: white;
    color: black;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', Helvetica;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: -0.09px;
    line-height: 26px;
    transition: background-color 0.2s;
}

.tech-apply .button:hover {
    background-color: #f4f4f4;
}


.tech-apply-section{
    display: flex;
    margin: 0 auto;
    width: 1080px;
    padding: 44px 0px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 22px;
    border: 1px solid #8673DF;

    background: linear-gradient(0deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.24) 100%), rgba(46, 59, 117, 0.10);

    background-blend-mode: overlay, normal;
    box-shadow: 1px 1px 4px 0px rgba(255, 255, 255, 0.08) inset;
    backdrop-filter: blur(12px);
}
.tech-apply-bg{
    background-image: url(<?php echo get_template_directory_uri(); ?>/assets/img/tech/apply-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.apply-bg-animation-circle{
    border-radius: 437px;
    background: #000;
    filter: blur(400px);
}
.apply-bg-animation-circle-1{
    border-radius: 466px;
    opacity: 0.5;
    background: #3B82F6;
    filter: blur(250px);
}
.apply-bg-animation-circle-2{
    border-radius: 375px;
    background:  #4338CA;
    filter: blur(400px);
}



/* Technology Page layout*/
.rl-header.rl-header_cobalt{
    display: none;
}

.rl-bg-cobalt, #rl-main{
    background-color: #000 !important;
}
.rl-footer__lines>div {
    background-color: #000;
}

@media (min-width: 768px) {
    .main-wrapper:not(.has-header-gradient) {
        padding-top: 0px !important;
    }
}
html{
    background-color: #000 !important;
}

/* Technology Page layout*/

.real-card-section{
    position: relative;
    background-color: #000;
    padding: 100px 0;
    text-align: center;
}
.real-card-section img{
    background-blend-mode: soft-light;
}

.real-card-bg{
    background: radial-gradient(46.59% 10.19% at 50% 50%, rgba(23, 43, 133, 0.70) 0%, rgba(73, 103, 253, 0.70) 50%, rgba(9, 9, 11, 0.70) 100%);
    filter: blur(132px);
    max-width: 1440px;
    width: 100%;
    min-height: 568px;
    position: absolute;
    /* background-image: url(<?php echo get_template_directory_uri(); ?>/assets/img/tech/card-bg.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat; */
}

.banking-icon-wrapper{
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1440px;
}




.gradient-text {
    background: linear-gradient(180deg, #FFF 40%, #4967FD66 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.gradient-text-blue {
    background: linear-gradient(180deg, #4967FD 40%, #2C3D97 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.gradient-text-pink {
    background: linear-gradient(
            180deg,
            #FFF 0%,
            #DF738C 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; /* makes text show gradient */
    display: inline-block;
}

#main-container {
    width: 100%;
    height: 790px;
    max-width: 100vw;
    max-height: 100vh;
    background-color: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    margin-bottom: 500px;
}

h1 {
    color: #333;
    margin-top: 0;
}

.animated-element {
    width: 100px;
    height: 100px;
    background-color: dodgerblue;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
}

.animated-element:hover {
    transform: scale(1.1) rotate(5deg);
    background-color: tomato;
}

.scroll-box {
    width: 100%;
    height: 80%;
    min-height: 747px;
    /*background-color: lightcoral;*/
    /*border: 1px solid darkred;*/
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%) translateY(300px);
    pointer-events: none;
    border-radius: 15px;
}

#box1 {
    /* top: 30%; */ /* Removed */
    /* left: 10%; */ /* Removed */
    z-index: 1; /* Optional: Explicitly set stacking */
    /*background-color: lightcoral; !* Keep original color *!*/
    overflow: hidden;
}

#box2 {
    /* top: 50%; */ /* Removed */
    /* left: 40%; */ /* Removed */
    /*background-color: lightseagreen;*/
    /*border-color: darkcyan;*/
    z-index: 2; /* Optional: Explicitly set stacking */
}

#box3 {
    /* top: 70%; */ /* Removed */
    /* left: 70%; */ /* Removed */
    /*background-color: lightgoldenrodyellow;*/
    /*border-color: goldenrod;*/
    /*color: #333;*/
    z-index: 3; /* Optional: Explicitly set stacking */
}

/* Style for the inner boxes */
.inner-box {
    position: absolute;
    width: 600px;
    height: 820px;
    left: 70%; /* Off-center to the right (centered around 70% mark) */
    /*border: 2px solid black;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    opacity: 0; /* Start hidden */
    /* transition: transform 1s ease-in-out, opacity 0.5s ease-in-out; GSAP handles this */
    /* Center horizontally around the 70% mark */
    transform: translateX(-50%);
    border-radius: 15px; /* Added rounded corners */
}

#inner-box-top {
    /* Start slightly above its final top position if needed, or just rely on opacity */
    /* transform: translate(-50%, -20px); */
    background-image: url("<?php echo get_template_directory_uri(); ?>/assets/img/tech/cardreader-top.png");
    background-size: contain;
    top: -673px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;

}

#inner-box-bottom {

    background-image: url("<?php echo get_template_directory_uri(); ?>/assets/img/tech/cardbottom.png");
    background-size: contain;
    top: 317px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;

    bottom: 0;
    /* Start slightly below its final bottom position if needed */
    /* transform: translate(-50%, 20px); */
}


 .tech-page{
     background-color:#FFF;
 }
.tech-page .nav-menu{
    display:none;
}
.btn.pill{
    color: white;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.09px;
    background-color:#000;
    border-radius:32px;
    padding:13px 32px;
    text-decoration:none;
}
em.dark-green{
    color:#003630;
}
em.light-green{
    color:#00FBF0;
}
.tech-overlay-image{
    position:relative;
}

.tech-overlay-image:before{
    content:'';
    display:block;
    position:absolute;
    background: radial-gradient(46.59% 10.19% at 50% 50%, rgba(44, 103, 104, 0.70) 0%, rgba(231, 248, 245, 0.70) 25%, rgba(232, 250, 246, 0.70) 50%, rgba(154, 230, 222, 0.70) 100%);
    filter: blur(132px);
    width: 100%;
    height: 250px;
    top: -60px;

}
.overlay-content{
    background:transparent !important;
}
.tech-overlay-image{
    min-height:700px !important;
}
.tech-hero.phone-section p{
    margin:30px auto;
    max-width:800px;
    color: #000;

    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 55.385px; /* 145.161% */
    letter-spacing: -1.196px;
}
.tech-hero.phone-slides .tech-img {
    margin-inline: auto;
    margin-bottom: 80px;
    max-width: 1200px;
}




/*.tech-page section{*/
/*    margin-bottom: 100px;*/
/*}*/

.rl-footer__mid{
    paddint-top:0px;
}


.flex_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
}

.flex_container .flex_item {
    flex-grow: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flex_container .flex_item.with-border {
    border-right: solid 1px #707070;
}

.flex_container.flex_one > .flex_item {
    width: 100%;
}

.flex_container.flex_two > .flex_item {
    width: 50%;
}

.flex_container.flex_two > .flex_item.flex_60 {
    width: 60%;
}

.flex_container.flex_two > .flex_item.flex_40 {
    width: 40%;
}

.flex_container.flex_two > .flex_item.one_third {
    width: 30%;
}

.flex_container.flex_two > .flex_item.two_thirds {
    width: 70%;
}

.flex_container.flex_two > .flex_item.three_fourths {
    width: 70%;
}

.flex_container.flex_two > .flex_item.one_fourth {
    width: 30%;
}

.flex_container.flex_three > .flex_item {
    width: 33.3%;
}

.flex_container.flex_four > .flex_item {
    width: 25%;
}

.flex_container.flex_five > .flex_item {
    width: 20%;
}

.flex_container.flex_six > .flex_item {
    width: 16.6%;
}
.main-wrapper:not(.has-header-gradient) {
    padding-top: 0 !important;
}

.green-burst:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 250px;
    top: -60px;
    left: 0;
    z-index: -1;
    background: radial-gradient(46.59% 10.19% at 50% 50%, rgba(230, 246, 244, 0.70) 0%, rgba(232, 250, 246, 0.70) 50%, rgba(154, 230, 222, 0.70) 100%);

    filter: blur(132px);
}

/* Mobile Typography */
@media (max-width: 768px) {
    .tech-page .eyebrow {
        font-size: 12px;
    }
    
    .tech-page .headline {
        font-size: 40px;
    }
    
    .tech-page .headline em {
        font-size: 40px;
    }
    
    .tech-hero p {
        font-size: 16px;
    }
}
