:root {
    --white: #ffffff;
    --light-white: #F5F5F5;
    --dark: #282728;
    --blue: #021768;
    --dark-blue: #030a38;
    --dark-blue-02: #043466;
    --dark-blue-03: #0a256a;
    --primary-color: #e2eff7;
    --purple-color: #79008D;
    --blue-color: #1787ca;
    --green-color: #44DF8A;
    --yellow-color: #FFB400;
    --orange-color: #FF8200;
    --red-color: #FD1B44;
    --gray-color: #CCCCCC;
    --xsmall: 6px;
    --small: 12px;
    --medium: 18px;
    --base: 24px;
    --large: 36px;
    --xlarge: 48px;
    --xxlarge: 96px;
    --xxxlarge: 96px;
}

/* ::selection {
  color: var(--primary-color);
  background: rgba(13, 110, 253, 0.25);
} */
html,body {
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    color: var(--dark);
    font-family: 'BrownStd', sans-serif;
	font-weight: 300;
	font-size: 18px;
    line-height: 1.5;
}

.members__item_image img{
    background: none;
    border: 0 !important;
}

.members__description {
    max-height: 95vh;
    overflow: scroll;
}

.grecaptcha-badge{
    visibility: hidden !important;
}

.entry-content p{
	font: normal 400 18px/1.55 "BrownStd",sans-serif;
	font-weight: 400;
}
.entry-content p strong{
	font-weight: 700;
}


.h1, h1 {
    font-size: 70px;
    font-weight: bold;
    line-height: 54px;
}

.h2, h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.286;
}

.h3, h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

h4 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
}

h5 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}

h6 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

p {
    line-height: 28px;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

a:hover {
    color: var(--dark);
}

.link-underline {
    text-decoration: underline;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
    text-underline-position: under;
    text-decoration-thickness: 2px;
}

p:last-child {
    margin-bottom: 0 !important;
}

.form-select:focus {
    box-shadow: none
}

:focus {
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
}

.font-bold {
    font-weight: bold !important;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1330px;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

.light-font, .light-font *, .light-font-p p {
    font-weight: 300 !important;
    font-family: 'BrownStd';
}

.light-font strong {
    font-family: 'BrownStd', sans-serif;
    font-weight: bold !important;
}

.bg-color {
    background-color: #000;
}

.gray-bg-color {
    background-color: #f2f7fd !important
}

.light-gray-bg-color {
    background-color: #f9fbfe !important
}

.bg-white {
    background-color: var(--white);
}

.row {
    margin-right: -12px;
    margin-left: -12px;
}

.row>* {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: var(--bs-gutter-y);
}

.form-group input[type=checkbox] {
    display: none;
    cursor: pointer;
}

.h1,.h2,.h3,.h4,.h5, h2,h3,h4,h5 {
    margin-bottom: 18px;
}

.text-left {
    text-align: left;
}

.modal-active {
    height: 100vh;
    overflow: hidden;
}

/* Button Styles */
.btn {
    font-weight: normal;
    overflow: hidden;
    font-size: 18px;
    text-transform: inherit;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-shadow: none;
    background: #fff;
    color: #000000;
    border: 1px solid #000000;
    padding: 11px 20px;
    min-width: 230px;
    outline: none;
    border-radius: 10px;
}

.btn.btn-border {
    border-radius: 6px;
    padding: 14px 20px;
}

.btn.btn-bg-blue {
    border-color: #247abb;
    background-color: #247abb;
    color: #fff;
}

.btn:before, .btn:after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -ms-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -ms-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -ms-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    color: #fff;
    background: rgb(200,35,74);
    background: -moz-linear-gradient(90deg, rgba(200,35,74,1) 0%, rgba(102,102,153,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(200,35,74,1) 0%, rgba(102,102,153,1) 100%);
    background: linear-gradient(90deg, rgba(200,35,74,1) 0%, rgba(102,102,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8234a",endColorstr="#666699",GradientType=1);
}

.btn:before {
    left: 0;
    -ms-transform: translateZ(0) translate(-100%, 0) scale(0);
    -webkit-transform: translateZ(0) translate(-100%, 0) scale(0);
    transform: translateZ(0) translate(-100%, 0) scale(0);
    -moz-transform: translateZ(0) translate(-100%, 0) scale(0);
    -o-transform: translateZ(0) translate(-100%, 0) scale(0);
}

.btn:after {
    right: 0;
    -ms-transform: translateZ(0) translate(100%, 0) scale(0);
    -webkit-transform: translateZ(0) translate(100%, 0) scale(0);
    transform: translateZ(0) translate(100%, 0) scale(0);
    -moz-transform: translateZ(0) translate(100%, 0) scale(0);
    -o-transform: translateZ(0) translate(100%, 0) scale(0);
}

.btn.btn-border.blue-border {
    background: transparent;
    border-color: #1c7fba;
    color: #1c7fba;
}

.btn.btn-border.blue-border:hover {
    color: #fff;
}

.btn:hover {
    color: var(--white);
}

.btn.btn-border:hover {
    /* border: 1px solid transparent; */
}
.clear:after{
	content: '';
	display: table;
	clear: both;
}
.btn:hover:before, .btn:hover:after {
    opacity: 1;
    -ms-transform: translateZ(0) translate(0, 0) scale(1);
    -webkit-transform: translateZ(0) translate(0, 0) scale(1);
    transform: translateZ(0) translate(0, 0) scale(1);
    -moz-transform: translateZ(0) translate(0, 0) scale(1);
    -o-transform: translateZ(0) translate(0, 0) scale(1);
}

.btn:hover input.input {
    color: var(--white);
}

.btn:hover,.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn-custom {
    background-color: var(--light-white);
    color: var(--dark);
    padding: 20px 43px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 3.375;
    font-size: 16px;
    font-size: 15px;
}

.btn-blue {
    color: var(--white);
    position: relative;
    z-index: 1;
    background: var(--blue);
    background: -moz-linear-gradient(57deg, #512f92 0%,#2954cc 100%);
    background: -webkit-linear-gradient(57deg, #512f92 0%,#2954cc 100%);
    background: linear-gradient(57deg, #512f92 0%,#2954cc 100%);
    backface-visibility: hidden;
}

.btn-blue::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    box-shadow: 0 0 0px #512f92;
    background-color: var(--blue);
    transition: 0.3s;
    background: -moz-linear-gradient(57deg, #512f92 0%,#2954cc 100%);
    background: -webkit-linear-gradient(57deg, #512f92 0%,#2954cc 100%);
    background: linear-gradient(57deg, #512f92 0%,#2954cc 100%);
}

.btn-blue:hover:after {
    box-shadow: 0 0 5px #512f92;
}

.btn-blue:hover {
    color: var(--white);
}

.pl-85 {
    padding-left: 85px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

form input.input {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 15px 20px;
}

form .btn.btn-border {
    padding: 0;
    background: #f2f7fd;
}

form .input-group input.form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #a6a9ad;
    padding: 6px 15px;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    background: transparent;
}

form .input-group {
    margin-bottom: 30px;
}

form .input-group input.form-control:focus {
    border-color: #247abb;
}

.text-blue {
    color: var(--blue);
}

.text-blue-02 {
    color: var(--dark-blue-02);
}

.text-blue-03 {
    color: var(--dark-blue-03);
}

/* End Header */
.section-padding {
    padding: 100px 0;
}

.title-gradient h2 {
    display: inline-block;
    background: rgb(240,180,40);
    background: -moz-linear-gradient(90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    background: linear-gradient(90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0b428",endColorstr="#00a260",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-gradient-new {
    max-width: 360px;
}

.title-gradient-new h2 {
    display: inline-block;
    background: #6717cd;
    background: -moz-linear-gradient(115deg, #6717cd 0%, #2871fa 100%);
    background: -webkit-linear-gradient(115deg, #6717cd 0%, #2871fa 100%);
    background: linear-gradient(115deg, #6717cd 0%, #2871fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6717cd",endColorstr="#2871fa",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}

.lift-labs-section h2 {
    font-weight: normal;
}

.lift-labs-section {
    position: relative;
    z-index: 0;
}

.lift-labs-img {
    position: relative;
}

.lift-labs-img img {
    width: 100%;
}

.life-gl-bottom {
    position: absolute;
    bottom: -40px;
    z-index: -1;
    right: 0;
}

/* comcaset section  */
.comcast-section, .box-shadow-light-sky {
    box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%);
    position: relative;
    z-index: 33;
}

.comcast-section, .box-shadow-light-sky {
    -webkit-animation: glowing 8s infinite;
    -moz-animation: glowing 8s infinite;
    -o-animation: glowing 8s infinite;
    animation: glowing 8s infinite;
}

@-webkit-keyframes glowing {
    0% {
        -webkit-box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%);
    }

    50% {
        -webkit-box-shadow: 0 0px 10px 2px rgb(154 220 245 / 65%);
    }

    100% {
        -webkit-box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%);
    }
}

@keyframes glowing {
    0% {
        box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%);
    }

    50% {
        box-shadow: 0 0px 10px 2px rgb(154 220 245 / 65%);
    }

    100% {
        box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%);
    }
}

@-webkit-keyframes glowing-green {
    0% {
        -webkit-box-shadow: 0 0px 60px 8px rgb(62 207 120 / 38%);
    }

    50% {
        -webkit-box-shadow: 0 0px 10px 8px rgb(62 207 120 / 38%);
    }

    100% {
        -webkit-box-shadow: 0 0px 60px 8px rgb(62 207 120 / 38%);
    }
}

@keyframes glowing-green {
    0% {
        box-shadow: 0 0px 60px 8px rgb(62 207 120 / 38%);
    }

    50% {
        box-shadow: 0 0px 10px 8px rgb(62 207 120 / 38%);
    }

    100% {
        box-shadow: 0 0px 60px 8px rgb(62 207 120 / 38%);
    }
}

/*PORTFOLIO COMPANIES*/
.comp-portfolio-section, .comp-portfolio-section h3 {
    position: relative;
    z-index: 11;
}

.comp-portfolio-section {
    padding-bottom: 0;
}

.comp-portfolio-sectionx:before {
    content: "";
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
}

.comp-portfolio-slider {
    margin-top: 50px;
    display: flex;
    gap: 30px;
}

.port-item {
    position: relative;
    width: 100%;
    margin: 15px;
}

.port-img-box img {
    width: 100%;
}

.port-content-box {
    background: #071660;
    margin: 0 auto;
    padding: 24px;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 90%;
    min-height: 100px;
}

.port-content-box p {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.port-arrow-link {
    min-width: 42px;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    overflow: hidden;
}

.port-arrow-link img {
    transform: translateX(-10px);
    transition: 0.3s;
}

.port-content-box:hover img {
    transform: translateX(0);
}

.port-content-box:after {
    content: "";
    background: #07081e;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.port-content-box:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/port-info-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 23px;
    z-index: 1;
    mix-blend-mode: screen;
    background-repeat: repeat;
    background-size: 140% 100%;
    background-position: left top;
    animation: animate 4s linear infinite;
}

.comp-portfolio-slider .slick-list {
    padding-bottom: 100px !important;
}

.comp-portfolio-slider .slick-arrow {
    position: absolute;
    bottom: -28px;
    z-index: 5;
    border: 0;
    background: #eeeded;
    font-size: 0;
    width: 60px;
    height: 60px;
    transition: 0.5s;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.comp-portfolio-slider .slick-next {
    right: -80px;
}

.comp-portfolio-slider .slick-arrow svg {
    fill: #071660;
    width: 30px;
    height: auto;
    display: inline-block;
}

.comp-portfolio-slider .slick-arrow.slick-prev {
    left: -80px;
}

.comp-portfolio-slider .slick-arrow:hover {
    box-shadow: 0 0 10px #021768;
}

/*leaders from across our business*/
.our-business-section {
    background-color: #4582d4;
    padding-top: 250px;
    padding-bottom: 100px;
    position: relative;
}

.our-business-section:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 170px;
    position: absolute;
    top: -1px;
    clip-path: polygon(100% 0, 0 0, 0 80%);
}

.our-business-section:after {
    content: "";
    background: #e4e4e4;
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: -1px;
    clip-path: polygon(100% 100%, 100% 20%, -3% 100%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.our-business-section .content-box p {
    font-weight: bold;
}

.client-logo-main {
    display: flex;
    flex-wrap: wrap;
    padding-left: 80px;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.client-logo {
    filter: brightness(0.0) invert(1) drop-shadow(0px 0px 36px #2ec0f6);
    mix-blend-mode: revert;
}

.ob-glow-top {
    position: absolute;
    top: -185px;
    left: 0;
    right: 0;
    width: 100%;
    mix-blend-mode: screen;
    height: auto;
}

.ob-glow-middle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px;
    width: 100%;
    mix-blend-mode: lighten;
    height: auto;
    z-index: 2;
}

/*founding in color*/
.founding-section {
    background-color: #e4e4e4;
    position: relative;
    padding-top: 70px;
    /*background-image: url(/wp-content/uploads/2023/02/bg-founding-in-color.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.founding-section.section-padding:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/bg-founding-in-color.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -50px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transform: scale(1);
}

@keyframes wave {
    0% {
        transform: translateX(50px) scale(1.2);
        opacity: 1;
    }

    50% {
        transform: translateX(50px) scale(1.5);
        opacity: 1;
    }

    100% {
        transform: translateX(50px) scale(1.2);
        opacity: 1;
    }
}

.founding-section.section-padding:after {
    animation: wave 8s linear infinite;
}

.founding-section .container {
    position: relative;
    z-index: 1;
}



.founding-section .content-box {
    max-width: 930px;
    margin: 0 auto;
}

.founding-box-inner {
    margin-top: 45px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.founding-box {
    position: relative;
}

.founding-in-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.founding-logo {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.founding-info {
    display: flex;
    align-items: center;
    margin-top: 35px;
    text-align: left;
    gap: 100px;
}

.btn-watch {
    font-family: 'BrownStd', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    color: #0a5296;
    padding: 7px 30px 7px 90px;
    border: 0;
    outline: none;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(142 142 142 / 25%);
    position: relative;
}

.btn_stream{
	text-align: center;
	display: block;
	margin: 40px auto 0;
	color: #282728;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 3px;
	text-decoration: underline;
	text-transform: uppercase;
}
.watch-trailer {
    min-width: 335px;
}

.btn-watch img {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.newsletter-section {
    background: var(--dark-blue);
    color: #fff;
    padding-bottom: 0;
}

.newsletter-box .title {
    max-width: 665px;
    margin: 0 auto;
}

.newsletter-box p {
    font-size: 20px;
}

.form {
    max-width: 475px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 40px;
}

.form form {
    width: 100%;
    float: left;
}

.form-group .form-control {
    color: #030a38;
    border-radius: 0;
    background: #e4e4e4;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 45px;
    height: 45px;
    outline: none;
    box-shadow: none;
    border: 0;
}

.form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.frm-name-grp .form-control {
    width: calc(100% / 2);
    border: 0;
}

.form-group {
    float: left;
    width: 100%;
}

.frm-name-grp {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.form-group + .form-group {
    margin-top: 10px;
}

.form-group .form-control::-webkit-input-placeholder {
    color: rgb(3 10 56 / 66%);
}

.form-group .form-control::-moz-placeholder {
    color: rgb(3 10 56 / 66%);
}

.form-group .form-control:-ms-input-placeholder {
    color: rgb(3 10 56 / 66%);
}

.form-group .form-control:-moz-placeholder {
    color: rgb(3 10 56 / 66%);
}

.btn-submit {
    text-align: center;
    margin: 37px auto 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.btn-submit:after {
    content: "";
    background-image: linear-gradient(57deg, rgba(255,15,71,1) 0%, rgba(255,171,150,1) 100%);
    position: absolute;
    z-index: -1;
    background-size: 400%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(3px);
    transition: 0.3s;
}

.btn-submit:hover:after {
    filter: blur(20px);
    opacity: 1;
}

.btn-submit .submit-btn {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 45px 10px;
    min-width: auto;
    border-radius: 0;
}




    .banner-btn a{
        position: relative;
    }

    .banner-btn a:hover{
        background: transparent;
    }

    .banner-btn a:before{
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: -1;
/*      background: linear-gradient(90deg, #1ea74f, #2c7eb7, #c43242, #eeb237);*/
        background: linear-gradient(90deg, #fab517, #f06f26, #c7224c, #6361aa, #1b87c8, #1aaf4b, #fab517);
        background-size: 400%;
        border-radius: 50%;
        opacity: 0;
        transition: .5s;
        -webkit-border-radius: 50%;
        border-radius: 0;
    }

    .banner-btn a:hover:before {
/*      filter: blur(10px);*/
        opacity: 1;
        animation: animate 8s linear infinite;
/*      -webkit-filter: blur(10px);
        -webkit-backface-visibility: hidden;
        -webkit-backdrop-filter: blur(10px);*/
    }







    a.btn-blue, a.btn-orange{
        position: relative;
    }

    a.btn-blue:hover, a.btn-orange:hover{
        background: transparent;
    }

    a.btn-blue:before, a.btn-orange:before{
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        background: linear-gradient(90deg, #fab517, #f06f26, #c7224c, #6361aa, #1b87c8, #1aaf4b, #fab517);
        background-size: 400%;
        border-radius: 50%;
        opacity: 0;
        transition: 0s;
        -webkit-border-radius: 50%;
        border-radius: 0;
    }

    a.btn-blue:hover:before, a.btn-orange:hover:before{
/*      filter: blur(10px);*/
        opacity: 1;
        animation: animate 8s linear infinite;
/*      -webkit-filter: blur(10px);
        -webkit-backface-visibility: hidden;
        -webkit-backdrop-filter: blur(10px);*/
    }

    a.btn-blue::after, a.btn-orange:after{
/*      display: none;*/
        visibility: hidden;
    }

    a.btn-blue:hover:after, a.btn-orange:hover:after, .banner-btn a:hover:after{
        filter: blur(10px);
        opacity: 1;
        visibility: visible;
        background: none;
        background-image: linear-gradient(57deg, rgba(255,15,71,1) 0%, rgba(255,171,150,1) 100%);
        z-index: -2 !important;
    }
    a.btn-blue:after, a.btn-orange:after{
        content: "";
        background-image: linear-gradient(57deg, rgba(255,15,71,1) 0%, rgba(255,171,150,1) 100%);
        position: absolute;
        z-index: -1;
        background-size: 400%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        filter: blur(3px);
        transition: 0.3s;
    }

/* Footer */
footer {
    padding: 20px 0 20px 0;
    color: #b2afaf;
    background-color: var(--dark-blue);
}

.footer-logo img {
    max-width: 198px;
}

.footer-copyright .copyright-info {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
}

.copyright {
    font-size: 14px;
    font-weight: 300;
}

.footer-social-main {
    display: inline-flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: auto;
    margin-left: auto;
}

.has-life-labs {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    text-shadow: 0 0 20px rgb(8 71 119 / 33%);
    display: inline-block;
    text-align: center;
    width: 100%;
    filter: drop-shadow(0px 6px 7px #084777);
    margin-bottom: 15px;
}

.gradient-line-anim {
    background: linear-gradient(90deg, #1ea74f, #2c7eb7, #c43242, #eeb237);
    width: 186px;
    height: 3px;
    margin: 0 auto;
    position: relative;
    background: transparent;
}

.gradient-line-anim:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, #1ea74f, #2c7eb7, #c43242, #eeb237, #1ea74f);
    background-size: 200%;
    opacity: 1;
    transition: .5s;
    animation: animate 10s linear infinite;
    filter: blur(0.2px);
    -webkit-filter: blur(0px);
}

.footer-social ul {
    text-align: right;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px;
}

.footer-social ul li {
    list-style: none;
    width: 44px;
    flex: 1 0 44px;
}

.footer-social ul li a {
    width: 56px;
    height: 56px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #030a38;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background: #fff;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.footer-social ul li a svg {
    fill: #030a38;
    width: 30px;
    height: 30px;
    width: 25px;
    height: 25px;
    display: inline-block;
    transition: 0.3s;
}

.footer-social ul li a:hover svg {
    fill: #fff;
}

@keyframes animate {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 400%;
    }
}

.footer-social ul li a:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #1ea74f, #2c7eb7, #c43242, #eeb237);
    background-size: 400%;
    border-radius: 50%;
    opacity: 0;
    transition: .5s;
    -webkit-border-radius: 50%;
}

.footer-social ul li a:hover:before {
    filter: blur(10px);
    opacity: 1;
    animation: animate 8s linear infinite;
    -webkit-filter: blur(10px);
    -webkit-backface-visibility: hidden;
    -webkit-backdrop-filter: blur(10px);
}

.newsletter-section .form_submit{
    margin-top: 0;
}

/* End Footer */
.custom-tab-1 ul.custom-tabList {
    justify-content: space-between;
    padding-bottom: 25px;
    margin: 0;
}

.nav-tabs {
    border-bottom: 0;
}

.custom-tab-1 .custom-tabList .nav-item {
    margin: 0 15px;
}

.custom-tab-1 .custom-tabList .nav-item .nav-link {
    text-transform: uppercase;
    color: var(--blue-color);
    border: 0px solid var(--dark);
    border-radius: 50px;
    font-weight: bold;
    padding: 25px 60px 20px 90px;
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    letter-spacing: 0.1em;
}

.custom-tab-1 .custom-tabList .nav-item .nav-link.active,
.custom-tab-1 .custom-tabList .nav-item .nav-link:hover {
    color: var(--blue-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.custom-tab-1 .custom-tabList .nav-item .nav-link img {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 23px;
    margin-top: -1px;
}

@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.h1, h1 {
    font-size: 52px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.308;
}

.hero {
    overflow: hidden;
    min-height: 805px;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    padding-top: 157px;
    position: relative;
    z-index: 1;
    background-color: #07081e;
    background-position: right bottom;
    background-size: auto;
}

.gl-bg-01 {
    position: absolute;
    top: 97px;
    left: 0;
    right: 0;
    mix-blend-mode: plus-lighter;
    z-index: -1;
    width: 100%;
}

.bg-jess {
    position: absolute;
    right: 0;
    width: 1160px;
    bottom: 0;
}

.gl-bg-02 {
    position: absolute;
    bottom: -110px;
    left: 0;
    z-index: -1;
}

.gl-bg-03 {
    position: absolute;
    bottom: -240px;
    right: -40px;
    mix-blend-mode: screen;
}

.hero .banner-content {
    display: flex;
    flex-flow: column;
    max-width: 840px;
    position: relative;
    z-index: 1;
    width: 65%;
}

.hero .banner-content .banner-btn {
    position: relative;
    left: 0;
    margin-top: 60px;
    float: left;
    margin-right: 20px;
}

.hero .banner-content .banner-btn a {
    display: inline-block;
    position: relative;
}

.hero .banner-content .banner-btn a img {
    width: 125px;
    height: 125px;
}

.banner-title h1 {
    color: var(--white);
}

.sub-title {
    font-size: 24px;
    line-height: 1.5;
    color: var(--white);
    margin-top: 30px;
}

.hero .banner-content .banner-btn {
    position: relative;
    left: 0;
    margin-top: 60px;
}

.banner-btn a, .btn-submit .submit-btn {
    background: #ef7033;
    background: -moz-linear-gradient(57deg, #ef7033 0%, #f9b031 100%);
    background: -webkit-linear-gradient(57deg, #ef7033 0%,#f9b031 100%);
    background: linear-gradient(57deg, #ef7033 0%,#f9b031 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7033', endColorstr='#f9b031',GradientType=1 );
    padding: 17px 46px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;
    line-height: 1.5;
    min-width: 205px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0;

    font-size: 15px;
}

.banner-btn a:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.banner-btn a:after {
    content: "";
    background-image: linear-gradient(57deg, rgba(255,15,71,1) 0%, rgba(255,171,150,1) 100%);
    position: absolute;
    z-index: -1;
    background-size: 400%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(3px);
    transition: 0.3s;
}

.banner-btn a:hover:after {
    filter: blur(20px);
    opacity: 1;
}

.div-jess {
    margin-left: auto;
    color: var(--white);
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    right: -10%;
    top: calc(100% + 65px);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.357;
    z-index: 1;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 33;
    background-color: var(--white);
    transition: 0.3s;
}

header .big-container {
    display: flex;
    justify-content: space-between;
}

.big-container {
    max-width: 1470px;
    margin: auto;
    padding: 0 15px;
}

.logo {
    max-width: 302px;
    z-index: 2;
    position: relative;
}

.menu-btn {
    width: 60px;
    height: 48px;
    background-color: rgba(255,255,255,0.45);
    padding: 14px 10px;
    display: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    transition: 0.2s;
    z-index: 2;
    margin-right: -10px;
}

.menu-btn span {
    width: 100%;
    height: 2px;
    display: flex;
    background-color: #021768;
    transition: 0.2s;
}

.menu-btn span.menu-small-line {
    width: 30px;
}

.menu-btn:hover {
    background-color: #ffffff;
}

.navbar {
    padding: 0;
}

.navbar > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.navbar > ul > li > a {
    font-size: 15px;
    font-family: 'avenirblack';
    font-weight: normal;
    color: var(--dark);
    text-transform: uppercase;
    line-height: 27px;
}

.navbar > ul > li > a:hover,
.navbar > ul > li.current_page_item > a {
    color: #0a42a5;
}

a {
    transition: 0.2s;
}

.logo a img {
    transition: 0.2s;
    width: 302px;
}

.logo a img.white-logo {
    position: absolute;
    left: 0;
    opacity: 0;
}

.menu-open .logo a img.color-logo {
    opacity: 0;
}

.menu-open .logo a img.white-logo {
    opacity: 1;
}

.menu-open .menu-btn {
    background-color: transparent;
}

.menu-open .menu-btn span:first-child {
    transform: rotate(45deg) translate(8px, 5px);
}

.menu-open .menu-btn span:last-child {
    transform: rotate(-45deg) translate(7px, -5px);
}

.menu-open .menu-btn span.menu-small-line {
    transform: translate(-20px, 0);
    opacity: 0;
}

.menu-open .menu-btn span {
    background-color: #ffffff;
}

header nav.navbar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #020204;
    bottom: 0;
    z-index: -1;
    height: 100vh;
    transition: 0.9s;
    width: 0;
}

.menu-open header nav.navbar::before {
    width: 100%;
}

html.menu-open {
    overflow: hidden;
}

/* accelerator page */
.hero-accelerator .banner-content {
    width: 50%;
}

.hero-accelerator .banner-content img {
    margin-left: 36px;
    max-width: 510px;
}

.hero-accelerator .sub-title {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 50px;
}

.hero.hero-accelerator {
    min-height: auto;
    margin-top: 96px;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.bg-peter-njenga {
    display: none;
}

.hero-accelerator .container {
    position: relative;
}

.hero.hero-accelerator .div-jess {
    top: 90%;
    right: 400px;
    width: 906px;
}

.hb-peter-main {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    left: auto;
}

.about-accelerator-section .content-box {
    padding-right: 46px;
}

.video-modal-sec {
    position: relative;
}

.video-modal-sec .btn-watch {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: inline-block;
    width: 116px;
    top: 50%;
    transform: translateY(-50%);
}

.video-modal-sec .btn-watch img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}

.submit-info-accelerator .content-box p a {
    color: var(--dark);
    border-bottom: 1px solid #2b74ee;
    font-weight: bold;
}

.submit-info-accelerator .content-box p a:hover {
    color: var(--blue);
}

.submit-info-accelerator strong {
    font-weight: bold;
}

.submit-info-accelerator {
    background: #f2f7fc !important;
    padding-top: 145px;
    margin-top: -95px;
    box-shadow: 0 0px 60px 8px rgb(62 207 120 / 38%);
    -webkit-animation: glowing-green 8s infinite;
    -moz-animation: glowing-green 8s infinite;
    -o-animation: glowing-green 8s infinite;
    animation: glowing-green 8s infinite;
}

.apply-now-section .content-box {
    background: #fff;
    border-radius: 16px;
    padding: 50px 100px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 100px;
}

.apply-now-section .content-box:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    filter: blur(10px);
    background: rgb(240,180,40);
    background: -moz-linear-gradient(-90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    background: linear-gradient(-90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#f0b428",endColorstr="#00a260",GradientType=1);
    z-index: -1;
    transition: all ease 0.5s;
    opacity: 0.3;
    border-radius: 16px;
}

.apply-now-section .content-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 16px;
}

.apply-now-section {
    position: relative;
    z-index: 34;
}

.pro-content, .title-gradient-new {
    position: relative;
}

.box-top-title {
    font-weight: bold;
    font-size: 20px;
}

.apply-now-section .content-box h2 {
    margin-top: 20px;
    font-size: 46px;
    margin-bottom: 0;
}

.pro-date {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.556;
    margin-top: 15px;
    margin-bottom: 20px;
}

.apply-now-section .content-box .title-gradient-new {
    flex: 0 0 29%;
    width: 29%;
}

.apply-now-section .content-box .pro-content {
    width: calc(100% - 29%);
}

.startups-section {
    position: relative;
    padding-bottom: 200px;
    overflow: hidden;
}

.startups-section .startup-overlay-line {
    position: absolute;
    mix-blend-mode: screen;
    left: 0;
    right: 0;
    top: 38%;
    width: 100%;
    height: 100%;
}

.startups-section .container {
    position: relative;
    z-index: 223;
}

.startups-section:after {
    top: calc(100% - 170px);
    content: "";
    background: #fff;
    width: 100%;
    height: 170px;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
}

.startups-section .photo-gl-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-light-white {
    background-color: #f7f6f7;
}

.startups-section img {
    position: relative;
    z-index: 1;
}

.startups-section .photo-gl-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.startups-section .life-gl-bottom {
    bottom: calc(0% - 5%);
    position: absolute;
}

.pl-50 {
    padding-left: 50px;
}

.title-gradient-h3 {
    background: var(--dark-blue-02);
    background: -moz-linear-gradient(115deg, #6717cd 0%, #2871fa 100%);
    background: -webkit-linear-gradient(115deg, #6717cd 0%, #2871fa 100%);
    background: linear-gradient(115deg, #6717cd 0%, #2871fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6717cd",endColorstr="#2871fa",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(4 52 102 / 46%);
    line-height: 1.25;
}

.ul-check-mark-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul-check-mark-list li + li {
    margin-top: 20px;
}

.ul-check-mark-list li {
    position: relative;
    padding-left: 42px;
}

.ul-check-mark-list li:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/list-check-marks.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 13px;
}

.sec-heading h3 {
    margin: 0 0 30px;
}

.program-outline-section {
    padding-top: 0;
}

.pro-outline-card {
    background: #fff;
    box-shadow: 0 0 40px rgb(49 49 49 / 11%);
    position: relative;
    text-align: center;
    padding: 20px 20px 35px;
}

.pro-outline-card:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    height: 10px;
    width: 80%;
    filter: blur(10px);
    background: rgb(240,180,40);
    background: -moz-linear-gradient(-90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    background: linear-gradient(-90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#f0b428",endColorstr="#00a260",GradientType=1);
    z-index: -1;
    transition: all ease 0.5s;
    opacity: 1;
    border-radius: 50%;
}

.pro-outline-card .content-box {
    margin-top: 28px;
}

.pro-outline-card h5 {
    color: #491998;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pro-outline-card .content-box p {
    font-weight: bold;
    margin-top: 15px;
}

.cta-blue {
    background: var(--dark-blue-03) !important;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cta-overlay-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    mix-blend-mode: screen;
}

.cta-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}

.cta-box p {
    margin-top: 20px;
    margin-bottom: 0;
}

.cta-box .btn-orange {
    margin-top: 30px;
    display: inline-block;
}

.btn-orange {
    background: #ef7033;
    background: -moz-linear-gradient(57deg, #ef7033 0%, #f9b031 100%);
    background: -webkit-linear-gradient(57deg, #ef7033 0%,#f9b031 100%);
    background: linear-gradient(57deg, #ef7033 0%,#f9b031 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7033', endColorstr='#f9b031',GradientType=1 );
    padding: 15px 34px 13px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.btn-orange:hover {
    color: #fff;
}

.btn-glow-light {
    box-shadow: 0px 0px 6px 0px #e7f0fd;
}

.btn-glow-light:hover {
    box-shadow: 0px 0px 20px 0px #e7f0fd;
}

.btn-glow-light:after {
    content: "";
    background: #ef7033;
    background: -moz-linear-gradient(57deg, #ef7033 0%, #f9b031 100%);
    background: -webkit-linear-gradient(57deg, #ef7033 0%,#f9b031 100%);
    background: linear-gradient(57deg, #e7f0fd 0%,#accbee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7033', endColorstr='#f9b031',GradientType=1 );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: blur(10px);
    z-index: -1;
    opacity: 0;
}

.faq-section .accordion-item {
    padding: 40px 50px;
    background: #fff;
    box-shadow: 0 0 9px rgb(49 49 49 / 11%);
    border: 1px solid #efefef !important;
}

.faq-section .accordion-item + .accordion-item {
    margin-top: 15px;
}

.faq-section .accordion-item .accordion-button {
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: var(--dark-blue-02);
    font-weight: bold;
    font-size: 22px;
    padding-right: 50px;
}

.faq-section .accordion-item .accordion-body {
    padding: 25px 30px 0 0;
}

.faq-section .accordion-item ul {
    margin: 0;
}

.faq-section .accordion-item .accordion-button::after, .faq-section .accordion-item .accordion-button::before {
    background: #488ed6;
    width: 22px;
    height: 2px;
    content: "";
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq-section .accordion-item .accordion-button::before {
    height: 22px;
    width: 2px;
    margin-left: auto;
    right: 10px;
}

.faq-section .accordion-item .accordion-button[aria-expanded="true"]::before {
    transform: rotate(-90deg) translate(11px, 0px);
}

.accordion-option {
    position: relative;
}

.accordion-option .title {
    font-size: 32px;
    font-weight: bold;
    color: #07081e;
}

.acc-btn-group {
    position: absolute;
    top: 3px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.toggle-accordion {
    color: #1771cd;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}

.toggle-accordion > span {
    font-size: 24px;
}

.accordion-item br {
    display: none;
}

/*Accelerator Apply page*/
.hero-accelerator-apply {
    padding-top: 160px;
    background-color: #07081e;
    min-height: 605px;
    position: relative;
}

.hb-top-glow {
    position: absolute;
    width: 100%;
    top: 97px;
    left: 0;
    right: 0;
    mix-blend-mode: plus-lighter;
}

.hero-accelerator-apply .banner-title {
    text-align: center;
}

.hero-accelerator-apply .banner-title img {
    width: 360px;
    position: relative;
    z-index: 11;
}

.hb-bottom-glow {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: plus-lighter;
}

.hb-left-bottom-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: plus-lighter;
}

.ai-details-top h2 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}

.ag-ai-details-section .content-box {
    padding: 50px 130px;
    margin-top: -260px;
    z-index: 2;
}

.box-gradient {
    position: relative;
    border-radius: 40px;
}

.box-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 40px;
    z-index: -1;
}

.box-gradient:after {
    content: "";
    position: absolute;
    top: 0 ;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(10px);
    background: rgb(240,180,40);
    background: -moz-linear-gradient(-90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    background: linear-gradient(-90deg, rgba(240,180,40,1) 0%, rgba(248,94,43,1) 18%, rgba(165,48,84,1) 46%, rgba(10,134,190,1) 75%, rgba(0,162,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#f0b428",endColorstr="#00a260",GradientType=1);
    z-index: -2;
    transition: all ease 0.5s;
    opacity: 1;
    border-radius: 40px;
    -webkit-filter: blur(10px);
    -webkit-backface-visibility: hidden;
    -webkit-backdrop-filter: blur(10px);
    opacity: 0.3;
}

.ai-details-top p {
    margin-bottom: 0;
    margin-top: 25px;
}

.ai-details-middle {
    margin-top: 55px;
    overflow: hidden;
}

.interest-cases-title {
    text-align: center;
    font-size: 24px;
    color: #491998;
    font-weight: bold;
    line-height: 1.042;
}

.case-int-box {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -2px -2px 0;
}

.case-box-item {
    width: 50%;
    border-right: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    padding: 35px 30px 30px 55px;
}

.case-box-title {
    color: #491998;
    font-weight: bold;
    margin-bottom: 10px;
}

.case-box-item:nth-child(odd) {
    padding-left: 0;
}

.case-box-item .ul-check-mark-list {
    padding-left: 25px;
}

.case-box-item .ul-check-mark-list li + li {
    margin-top: 10px;
}

.case-box-item .ul-check-mark-list li {
    padding-left: 22px;
}

.case-box-item .ul-check-mark-list li::before {
    width: 11px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.ai-details-bottom {
    margin-top: 50px;
    text-align: center;
}

.ai-details-bottom > em {
    font-size: 16px;
    color: #5c5959;
    display: block;
    margin-top: 20px;
}

.ai-details-bottom .btn-custom {
    font-size: 14px;
    padding: 16px 58px;
}

.pro-timeline-section {
    padding-bottom: 50px;
}

.pro-timeline-section .content-box {
    max-width: 1130px;
    margin: 0 auto;
}

.pro-timeline-section .content-box h3 {
    margin-bottom: 0;
}

.pro-tileline-box {
    margin-top: 30px;
}

.p-timeline-item {
    border-bottom: 2px solid #d7d7d7;
    padding: 15px 0;
    display: flex;
}

.timeline-date-month {
    width: 340px;
    text-align: center;
    font-size: 21px;
    color: var(--dark-blue-02);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.timeline-date-month:after {
    content: "";
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, #1ea74f, #2c7eb7, #c43242, #eeb237, #1ea74f);
    background-size: 200%;
    opacity: 1;
    transition: .5s;
    animation: animate 10s linear infinite;
    filter: blur(0.2px);
    -webkit-filter: blur(0px);
    width: 186px;
    height: 2px;
    margin: 0 auto;
}

.timeline-content {
    padding-left: 52px;
    font-size: 21px;
}

.p-timeline-item:last-child {
    border: 0;
}

.p-timeline-item:last-child .timeline-date-month:after {
    opacity: 0;
    visibility: hidden;
}

.accel-apply-faq {
    background: #f2f7fd;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
}

.accel-apply-faq:after {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 110px;
    position: absolute;
    top: -1px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    z-index: 1;
}

.faq-top-glow {
    position: absolute;
    top: -235px;
    width: 100%;
    mix-blend-mode: screen;
}

.faq-bottm-glow {
    position: absolute;
    bottom: -250px;
    mix-blend-mode: screen;
    width: 100%;
}

.accel-apply-faq .container {
    position: relative;
    z-index: 22;
}

/*animation*/
.life-gl-bottom, .ob-glow-top, .ob-glow-middle, .pro-outline-card:after, .cta-overlay-line, .photo-gl-bottom {
    animation: opacity-glow 10s cubic-bezier(0.82, 0.29, 0.36, 1) infinite;
}

@keyframes opacity-glow {
    0% {
        opacity: 0.3;
        transition: opacity 0.5s;
    }

    50% {
        opacity: 1;
        transition: opacity 0.5s;
    }

    100% {
        opacity: 0.3;
        transition: opacity 0.5s;
    }
}

.glow-effect:not(.active) {
    opacity: 1;
    transition: opacity 0.3s;
    animation: hb-gr-line-02 1s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.glow-effect.active {
    animation: hb-gr-line-01 1s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes hb-gr-line-01 {
    0% {
        opacity: 0.3;
        transition: opacity 0.5s;
    }

    50% {
        opacity: 0.6;
        transition: opacity 0.5s;
    }

    100% {
        opacity: 1;
        transition: opacity 0.5s;
    }
}

@keyframes hb-gr-line-02 {
    0% {
        opacity: 1;
        transition: opacity 0.5s;
    }

    50% {
        opacity: 0.6;
        transition: opacity 0.5s;
    }

    100% {
        opacity: 0.3;
        transition: opacity 0.5s;
    }
}

.gl-bg-01.glow-effect:not(.active), .hb-top-glow-peter.glow-effect:not(.active), .hb-top-glow.glow-effect:not(.active) {
    animation: move-01 10s infinite alternate, hb-gr-line-02 1s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.gl-bg-01.glow-effect.active, .hb-top-glow-peter.glow-effect.active, .hb-top-glow.glow-effect.active {
    animation: move-active-01 6s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes move-01 {
    0% {
        transform: translateX(-100px);
    }

    50% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(-100px);
    }
}

@keyframes move-active-01 {
    0% {
        opacity: 0.3;
        transition: opacity 0.5s;
        transform: translateX(-100px);
    }

    50% {
        opacity: 0.6;
        transition: opacity 0.5s;
        transform: translateX(200px);
    }

    100% {
        opacity: 1;
        transition: opacity 0.5s;
        transform: translateX(-100px);
    }
}

.bg-peter {
    position: relative;
    height: 100%;
    mix-blend-mode: hard-light;
}

.bg-peter-overlay {
    position: absolute;
    right: 0;
    mix-blend-mode: normal;
}

.hb-top-glow-peter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    mix-blend-mode: lighten;
    z-index: 1;
    width: 100%;
}

.hb-left-bottom-glow-peter {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: screen;
}

.hb-right-bottom-glow-peter {
    position: absolute;
    bottom: 0;
    right: 40px;
    mix-blend-mode: screen;
    width: auto;
}

.faq-section.section-padding.accel-apply-faq:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/faq-top-glow.png);
}

.mob_only, .mob_only_inline{
    display: none;
}

.gl-bg-02{
    pointer-events: none;
}

/**** 001****/
@media (min-width: 991px) {
}

@media (min-width: 1400px) {
    .container.container-space, .tab-section .tab-info-top {
        padding: 0 0 0 80px;
    }
}

@media (min-width: 1200px) {
    .row.gutters-x-20 {
        margin-right: -20px;
        margin-left: -20px;
    }

    .row.gutters-x-20 > [class^=col-], .row.gutters-x-24 > [class*=" col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 1800px) {
    .client-slider button.slick-arrow.slick-next {
        right: -18%;
    }
}

@media (max-width: 1899.98px) {
    .div-jess {
        right: -5%;
    }
}

@media (max-width: 1799.98px) {
    .div-jess {
        right: 0%;
    }

    .ob-glow-top {
        top: -165px;
    }

    .ob-glow-middle {
        bottom: -180px;
    }
}

@media (max-width: 1699.98px) {
    .div-jess {
        right: 7%;
    }

    .ob-glow-top {
        top: -220px;
        height: 100%;
    }

    .hero.hero-accelerator .div-jess {
        right: 300px;
        width: 906px;
    }

    .hb-peter-main {
        right: -100px;
    }

    .hb-right-bottom-glow-peter {
        right: 0;
        width: 100%;
    }
}

@media (max-width: 1549.98px) {
    .port-content-box {
        padding: 15px;
    }

    .ob-glow-middle {
        bottom: -170px;
    }

    .div-jess {
        right: 10%;
    }
}

@media (max-width: 1439.98px) {
    .div-jess {
        right: 20%;
    }

    .hb-right-bottom-glow-peter {
        right: -20px;
        width: auto;
        max-width: initial;
    }
}

@media (max-width: 1400.98px) {
    .hero .banner-content .banner-btn {
        left: 0;
    }
}

@media (max-width: 1399.98px) {
    html,body {
        font-size: 16px;
    }

    .h1,h1 {
        font-size: 42px;
    }

    .h2,h2 {
        font-size: 36px
    }

    .h3,h3 {
        font-size: 34px
    }

    h4 {
        font-size: 28px
    }

    h5 {
        font-size: 26px
    }

    h6 {
        font-size: 20px
    }

    p{
        line-height: 24px;
    }

    .sub-title {
        font-size: 20px;
        margin-top: 15px;
    }

    .hero .banner-content .banner-btn {
        margin-top: 30px;
    }

    .banner-btn a, .btn-submit .submit-btn {
        padding: 13px 30px 11px;
        min-width: auto;
    }

    .hero .banner-content {
        width: 55%;
    }

    .container, header .big-container {
        padding-left: 38px;
        padding-right: 38px;
    }

    .div-jess {
        right: 0;
        top: calc(100% + 110px);
    }

    .btn-custom {
        padding: 18px 30px 14px;
    }

    .ob-glow-top {
        top: -34%;
    }

    .apply-now-section .content-box {
        padding: 40px 40px;
        gap: 50px;
    }

    .pl-50 {
        padding-left: 20px;
    }

    .ul-check-mark-list li:before {
        top: 7px;
    }

    .timeline-date-month {
        width: 348px;
    }
}

@media (max-width: 1366.98px) {
    .div-jess {
        right: 60px;
    }

    .port-content-box p {
        font-size: 18px;
    }
}

@media (max-width: 1299.98px) {
    .h1,h1 {
        font-size: 36px;
    }

    .h2,h2 {
        font-size: 32px
    }

    .h3,h3, .accordion-option .title {
        font-size: 30px
    }

    h5 {
        font-size: 24px
    }

    h6 {
        font-size: 20px
    }

    .number-row .number-count-box .count-border .count {
        font-size: 50px;
    }

    .tab-section .tab-info-top p {
        font-size: 25px;
    }

    .tab-section .tab-info-top h2 {
        font-size: 45px;
    }

    .tab-content-info-main .content-box p br {
        display: none;
    }

    .section-padding {
        padding: 50px 0;
    }

    .tab-section .tab-info-top {
        padding-bottom: 10px;
        margin: 0 0 30px 0;
    }

    footer {
        padding: 40px 0 40px 0;
    }

    .footer-copyright .copyright-info {
        margin-top: 30px;
        padding-top: 30px;
    }

    .custom-tab-1 .custom-tabList .nav-item .nav-link {
        font-size: 16px;
        padding: 16px 40px 12px 60px;
    }

    .custom-tab-1 .custom-tabList .nav-item .nav-link img {
        left: 25px;
    }

    .custom-tab-1 .custom-tabList .nav-item {
        margin: 0 8px;
    }

    .div-jess {
        right: 80px;
    }

    .pl-85 {
        padding-left: 0px;
    }

    .comp-portfolio-section {
        padding-bottom: 40px;
    }

    .our-business-section:before {
        height: 70px;
    }

    .our-business-section {
        padding: 100px 0 50px;
    }

    .founding-section {
        padding-top: 90px;
    }

    .founding-section:before {
        height: 90px;
        top: -2px;
    }

    .ob-glow-top {
        top: -41%;
        transform: rotate(4deg);
    }

    .client-logo-main {
        gap: 30px;
        justify-content: flex-start;
        padding-left: 50px;
    }

    .ob-glow-middle {
        bottom: -27%;
    }

    .hero.hero-accelerator .div-jess {
        right: 9%;
    }

    .hero.hero-accelerator {
        background-position: calc(100% - -290px) center;
    }

    .video-modal-sec .btn-watch {
        width: 80px;
    }

    .about-accelerator-section .content-box {
        padding-right: 20px;
    }

    .startups-section {
        padding-bottom: 200px;
    }

    .program-outline-section {
        padding-top: 0;
    }

    .startups-section .startup-overlay-line {
        top: 36%;
    }

    .accordion-item br {
        display: none;
    }

    .acc-btn-group {
        top: 1px;
    }

    .timeline-content, .timeline-date-month {
        font-size: 18px;
    }

    .timeline-date-month {
        width: 365px;
    }

    .accel-apply-faq {
        padding-top: 100px;
    }

    .accel-apply-faq:after {
        height: 100px;
    }

    .hero.hero-accelerator .div-jess {
        right: 200px;
    }

    .hb-peter-main {
        right: -200px;
    }

    .hb-right-bottom-glow-peter {
        right: -140px;
    }
}

@media (max-width: 1199.98px) {
    .h2,h2 {
        font-size: 28px;
    }

    .h3,h3, .accordion-option .title, .cta-title, .pro-outline-card h5 {
        font-size: 26px;
    }

    .client-slider button.slick-arrow {
        width: 80px;
        height: 80px;
        margin: 0 15px;
    }

    .btn {
        min-width: 170px;
    }

    header nav.navbar {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        transition: 0.6s;
        transform: translate(-100%, 0%);
        -webkit-transform: translate(-100%, 0%);
    }

    .menu-open header nav.navbar {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    header nav.navbar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        max-width: 560px;
        display: flex;
        flex-flow: column;
        width: 100%;
        padding: 220px 0 50px 0;
        padding: 0px 0 50px 0 !important;
        height: 100%;
        overflow-y: auto;
        margin-top: -40px;
    }

    header nav.navbar ul li a {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
    }

    header nav.navbar ul li {
        display: flex;
    }

    header nav.navbar ul li a:hover {
        color: #ffffff;
    }

    .menu-btn {
        display: flex;
    }

    header .big-container {
        align-items: center;
    }

    .hero {
        min-height: 775px;
    }

    /*.hero.setbg {background-image: url(/wp-content/uploads/2023/02/hb-tablate-view-bg.jpg);}*/
    .bg-jess {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
        object-position: center 67px;
    }

    .gl-bg-02 {
        bottom: -80px;
    }

    .gl-bg-03 {
        z-index: -1;
    }

    .hero:before {
        content: "";
        background: #07081e;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

    .hero.hero-accelerator::before {
        opacity: 0.3;
        z-index: 1;
    }

    .hero .banner-content {
        width: 60%;
    }

    .banner-title br {
        display: none;
    }

    .life-gl-bottom {
        bottom: -32px;
    }

    .ob-glow-middle {
        bottom: -22%;
    }

    .hero-accelerator .banner-content img {
        margin-left: 20px;
    }

    .hero-accelerator .sub-title {
        margin-top: 40px;
    }

    .apply-now-section .content-box .pro-content {
        width: calc(100% - 35%);
    }

    .apply-now-section .content-box .title-gradient-new {
        flex: 0 0 35%;
        width: 35%;
        max-width: initial;
    }

    .pro-outline-card .content-box p {
        min-height: 56px;
    }

    .faq-section .accordion-item {
        padding: 30px 30px;
    }

    .startups-section .startup-overlay-line {
        top: 40%;
    }

    .startups-section {
        padding-bottom: 150px;
    }

    .startups-section:after {
        top: calc(100% - 140px);
        height: 140px;
    }

    .ul-check-mark-list li + li {
        margin-top: 10px;
    }

    .acc-btn-group {
        top: 0;
    }

    .ag-ai-details-section .content-box {
        padding: 50px 50px;
    }

    .timeline-date-month {
        width: 25%;
        min-width: 210px;
    }

    .faq-top-glow {
        top: -150px;
    }

    .faq-bottm-glow {
        bottom: -150px;
    }

    .ag-ai-details-section {
        padding-bottom: 30px;
    }

    .comcast-section br {
        display: none;
    }

    @keyframes move-01 {
        0% {
            transform: translateX(-50px);
        }

        50% {
            transform: translateX(50px);
        }

        100% {
            transform: translateX(-50px);
        }
    }

    @keyframes move-active-01 {
        0% {
            opacity: 0.3;
            transition: opacity 0.5s;
            transform: translateX(-50px);
        }

        50% {
            opacity: 0.6;
            transition: opacity 0.5s;
            transform: translateX(50px);
        }

        100% {
            opacity: 1;
            transition: opacity 0.5s;
            transform: translateX(-50px);
        }
    }
}

@media (max-width: 1024.98px) {
    .startups-section .life-gl-bottom {
        top: auto;
    }
}

@media (max-width: 991.98px) {

    .startups-section .sec-img-box {
        max-width: 450px;
        margin: 0 auto 20px;
    }

    .newsletter-box .form{
        width: 100%;
        max-width: 100%;
    }

    .number-row .number-count-box .count-border {
        width: 125px;
        height: 125px;
    }

    .number-row .number-count-box .count-border .count {
        font-size: 30px;
    }

    .hero {
        padding: 70px 0;
        min-height: 600px;
        background-size: cover;
    }

    .hero .banner-content {
        width: 100%;
    }

    .div-jess {
        right: 0;
        top: calc(100% + 70px);
    }

    header {
        position: relative;
    }

    .lift-labs-section .content-box {
        margin-top: 50px;
    }

    .life-gl-bottom {
        top: calc(100% - 8%);
        bottom: auto;
    }

    .port-img-box img {
        width: 100%;
    }

    .client-logo-main {
        padding-left: 0;
        padding-top: 50px;
    }

    .ob-glow-top {
        top: -42%;
        transform: rotate(6deg);
    }

    .ob-glow-middle {
        bottom: auto;
        top: 92%;
    }

    .founding-info {
        flex-flow: column;
        gap: 50px;
    }

    .has-life-labs {
        font-size: 24px;
    }

    .footer-social ul li {
        width: 36px;
        flex: 1 0 36px;
    }

    .footer-social ul li a {
        width: 36px;
        height: 36px;
    }

    .footer-social ul li a svg {
        width: 16px;
        height: 16px;
    }

    .copyright {
        font-size: 16px;
    }

    .footer-logo img {
        max-width: 140px;
    }

    .founding-logo {
        bottom: 40%;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 90%;
    }

    .hero-accelerator .banner-content img {
        margin-left: 10px;
        max-width: 350px;
    }

    .hero-accelerator .banner-content {
        width: 60%;
    }

    .hero.hero-accelerator .div-jess {
        right: 160px;
    }

    .hero.hero-accelerator {
        margin-top: 0;
    }

    .about-accelerator-section .row {
        flex-flow: column-reverse;
        gap: 30px;
    }

    .video-modal-sec {
        position: relative;
        max-width: 550px;
        margin: 0 auto;
    }

    .apply-now-section .content-box {
        padding: 30px 30px;
        gap: 20px;    
        flex-flow: column;
        width: 100%;
    }

    .apply-now-section .content-box .pro-content{
        width: 100%;
    }

    .apply-now-section .content-box h2 {
        margin-top: 10px;
        font-size: 36px;
    }

    .pro-date {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pl-50 {
        padding-left: 0;
    }

    .pro-outline-card {
        padding: 15px;
    }

    .about-accelerator-section .content-box {
        padding-right: 0;
    }

    .timeline-date-month {
        width: 25%;
        min-width: 230px;
    }

    .accel-apply-faq {
        padding-top: 60px;
    }

    .accel-apply-faq:after {
        height: 60px;
    }

    .hero-accelerator-apply {
        padding-top: 60px;
        min-height: 485px;
    }

    .hb-top-glow {
        top: 0;
    }

    .hero-accelerator-apply .banner-title img {
        width: 280px;
    }

    .ag-ai-details-section .content-box {
        padding: 30px;
    }

    .ai-details-top p {
        margin-top: 20px;
    }

    .ai-details-middle, .ai-details-bottom {
        margin-top: 40px;
    }

    .case-box-item {
        padding: 15px 15px 15px 15px;
    }

    .case-box-item .ul-check-mark-list li::before {
        top: 10px;
        transform: none;
    }

    .gl-bg-01 {
        top: 0;
    }

    .bg-jess {
        object-position: center;
    }

    .gl-bg-03 {
        width: 100%;
        right: -10px;
        bottom: -170px;
    }

    .hb-right-bottom-glow-peter {
        right: -200px;
    }
}

@media (max-width: 799.98px) {
    .ob-glow-middle {
        top: calc(100% + -5%);
    }

    .client-logo-main {
        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    .desk_only{
        display: none;
    }
    .mob_only{
        display: block;
    }
    .mob_only_inline{
        display: inline;
    }

    .mob_hide{
        display: none;
    }

    .mob_100{
        width: 100% !important;
    }

    .mob_no_float{
        float: none !important;
    }

    .mob_no_padding{
        padding: 0 !important;
    }
	.con_inner{
		width: 100%;
		padding: 0 0 0px!important;
	}
	.con_inner span{
		display: none;
	}
	.con_inner img{
		width: 100%;
		float: none!important;
		padding-bottom: 20px;
	}
    .h1, h1 {
        font-size: 32px;
/*        line-height: normal;*/
    }

    .number-row .number-count-box {
        width: 50%;
        margin-bottom: 20px;
    }

    .success-stories-info {
        max-width: 400px;
        margin: 0 auto 20px;
        height: auto;
    }

    .tab-content-info-main {
        height: auto;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .footer-info .row {
        gap: 40px;
    }

    .footer-social-main {
        margin: 0 auto;
    }

    .footer-social ul {
        justify-content: center;
        margin-top: 0px;
    }

    .footer-logo {
        text-align: center;
    }

    .form {
        margin-top: 32px;
    }

    footer {
        padding: 0 0 40px 0;
    }

    .footer-copyright .copyright-info {
        margin-top: 40px;
        padding-top: 0;
    }

    .comp-portfolio-section h3 {
        padding: 0 20px;
    }

    .newsletter-box .title br {
        display: none;
    }

    .watch-trailer {
        min-width: 100%;
    }

    .founding-info, .founding-box-inner, .comp-portfolio-slider {
        margin-top: 30px;
    }

    .ob-glow-middle {
        display: none;
    }

    .client-logo-main {
        justify-content: center;
        gap: 30px;
    }

    .client-logo {
        width: calc(100% / 2 - 30px);
        text-align: center;
    }

    .founding-section:before {
        height: 70px;
    }

    .hero-accelerator .banner-content {
        width: 100%;
    }

    .hero-accelerator .banner-content img {
        margin-left: 0;
    }

    .apply-now-section .content-box {
        flex-flow: column;
        gap: 20px;
        padding: 20px;
    }

    .apply-now-section .content-box .title-gradient-new {
        flex: 0 0 100%;
        width: 100%;
    }

    .apply-now-section .content-box .pro-content {
        width: 100%;
    }

    @-webkit-keyframes glowing-green {
        0% {
            -webkit-box-shadow: 0 0px 20px 8px rgb(62 207 120 / 38%);
        }

        50% {
            -webkit-box-shadow: 0 0px 10px 8px rgb(62 207 120 / 38%);
        }

        100% {
            -webkit-box-shadow: 0 0px 20px 8px rgb(62 207 120 / 38%);
        }
    }

    @keyframes glowing-green {
        0% {
            box-shadow: 0 0px 20px 8px rgb(62 207 120 / 38%);
        }

        50% {
            box-shadow: 0 0px 10px 8px rgb(62 207 120 / 38%);
        }

        100% {
            box-shadow: 0 0px 20px 8px rgb(62 207 120 / 38%);
        }
    }

    .startups-section .content-box {
        margin-top: 30px;
    }

    .video-modal-sec {
        max-width: 450px;
    }

    .pro-outline-card {
        padding: 15px;
        max-width: 450px;
        margin: 30px auto 0;
    }

    .sec-heading h3 {
        margin: 0;
    }

    .pro-outline-card .content-box p {
        min-height: auto;
    }

    .accordion-option .title {
        margin-bottom: 5px;
    }

    .acc-btn-group {
        position: relative;
        margin: 0 auto 15px;
        justify-content: center;
    }

    .startups-section .startup-overlay-line {
        bottom: -115px;
        height: 340px;
        top: auto;
    }

    .startups-section {
        padding-bottom: 100px;
    }

    .startups-section:after {
        top: calc(100% - 100px);
        height: 100px;
    }

    .ob-glow-top {
        top: -21%;
        transform: rotate(4deg);
        height: 50%;
    }

    .newsletter-box p {
        font-size: 18px;
    }

    .ag-ai-details-section .content-box {
        padding: 30px;
        border-radius: 20px;
    }

    .box-gradient:before, .box-gradient:after {
        border-radius: 20px;
    }

    .interest-cases-title {
        font-size: 22px;
    }

    .case-int-box {
        margin: 20px 0 0;
    }

    .case-box-item {
        width: 100%;
        padding: 20px 0;
        border-right: 0;
    }

    .p-timeline-item {
        flex-flow: column;
        position: relative;
    }

    .timeline-date-month {
        width: 100%;
        min-width: 100%;
        text-align: left;
        position: initial;
    }

    .timeline-date-month:after {
        top: 100%;
        margin: 0;
    }

    .timeline-content {
        padding: 0;
    }

    .faq-top-glow {
        top: -75px;
        height: 200px;
    }

    .faq-bottm-glow {
        bottom: -80px;
        height: 200px;
    }

    .faq-section .accordion-item .accordion-body {
        padding: 25px 0px 0 0;
    }

    .gl-bg-02 {
        bottom: -7%;
    }

    .gl-bg-01 {
        height: 60px;
    }

    .hb-top-glow-peter {
        height: 60px;
    }

    header nav.navbar > ul {
        gap: 20px;
    }

    .bg-peter {
        object-fit: cover;
    }

    .newsletter-box h3{
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .container, header .big-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sub-title {
        font-size: 18px;
    }

    .hero .banner-content .banner-btn {
        margin-top: 20px;
    }

    .hero {
        min-height: 400px;
        background-position: 80% center;
    }

    .div-jess {
        position: relative;
        margin-top: 30px;
        top: auto;
    }

    .logo a img {
        max-width: 240px;
    }

    .menu-btn {
        width: 50px;
        height: 48px;
        padding: 14px 12px;
        margin-right: -12px;
    }

    .menu-btn span.menu-small-line {
        width: 20px;
    }

    header nav.navbar ul li a {
        font-size: 20px;
        font-size: 24px;
    }

    header nav.navbar ul {
        padding: 180px 0 50px 0;
    }

    .lift-labs-section .content-box p {
        font-size: 16px;
    }

    .port-content-box p {
        font-size: 16px;
        line-height: 1.4;
        min-height: 78px;
    }

    .port-content-box {
        padding: 15px;
        position: relative;
        width: 100%;
        bottom: auto;
        gap: 20px;
        gap: 0px;
    }

    .port-item {
        margin: 10px;
    }

    .founding-in-label {
        width: 280px;
    }

    .founding-logo {
        bottom: 45px;
        max-width: 180px;
    }

    .btn-watch {
        font-size: 16px;
        padding: 7px 15px 7px 65px;
        font-family: 'BrownStd';
        letter-spacing: 2px;
    }

    .btn-watch img {
        width: 50px;
    }

    .comp-portfolio-slider .slick-list {
        padding-bottom: 50px !important;
    }

    .ob-glow-top {
        top: -20px;
        transform: rotate(-6deg) translateX(15px);
        height: auto;
    }

    .hero-accelerator .banner-content img {
        max-width: 220px;
    }

    .hero.hero-accelerator {
        padding: 100px 0;
    }

    .hero.hero-accelerator .div-jess {
        position: absolute;
        top: 79%;
        right: 40px;
        width: 100%;
    }

    .hero-accelerator .sub-title {
        margin-top: 20px;
        font-size: 18px;
    }

    .faq-section .accordion-item {
        padding: 20px 20px;
    }

    .faq-section .accordion-item .accordion-button {
        font-size: 20px;
        padding-right: 40px;
    }

    .box-top-title, .pro-date {
        font-size: 16px;
    }

    .apply-now-section .content-box h2 {
        font-size: 30px;
    }

    .ob-glow-top {
        top: -19%;
        transform: rotate(10deg);
        height: 45%;
    }

    .hero-accelerator-apply .banner-title img {
        width: 200px;
    }

    .hero-accelerator-apply {
        min-height: 435px;
    }

    .ag-ai-details-section {
        padding-bottom: 0;
    }

    .accel-apply-faq:after {
        height: 30px;
    }

    .pro-timeline-section {
        padding-bottom: 20px;
    }

    .case-box-item .ul-check-mark-list {
        padding-left: 15px;
    }

    .gl-bg-03, .gl-bg-02 {
/*        display: none;*/
    }
/*    .gl-bg-02 {
        bottom: -2%;
    }*/

    .bg-jess {
        object-position: calc(100% - 30%) center;
    }

    .hb-left-bottom-glow-peter, .hb-right-bottom-glow-peter {
        display: none;
    }

    .hero.hero-accelerator::before {
        opacity: 0.4;
    }

    .comp-portfolio-slider .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .comp-portfolio-slider .slick-arrow.slick-prev {
        left: -60px;
    }

    .comp-portfolio-slider .slick-next {
        right: -60px;
    }

    .comp-portfolio-slider .slick-arrow svg {
        width: 24px;
    }
}

@media (max-width: 399.98px) {
    .lift-labs-section .content-box {
        margin-top: 40px;
    }

    .port-content-box {
        flex-flow: column;
        padding: 20px 20px;
    }

    .frm-name-grp {
        flex-flow: column;
    }

    .frm-name-grp .form-control {
        width: 100%;
    }
}

@media (max-width: 359.98px) {
    .logo a img {
        max-width: 220px;
    }

    .port-item {
        margin: 5px;
    }

    .founding-logo {
        bottom: 38px;
        max-width: 160px;
    }

    .our-business-section:before, .founding-section:before {
        height: 50px;
    }

    .our-business-section {
        padding: 80px 0 50px;
    }

    .ag-ai-details-section .content-box {
        padding: 20px;
    }
}


.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke,.cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,.cc-close,.cc-link,.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,.cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space:normal
    }
}

@media screen and (max-width: 414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top:0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

.gform_wrapper.gravity-theme .gform_validation_errors{
    padding: 16px !important;
}

.gform_wrapper.gravity-theme *{
    color: #000;
}
