@font-face {
    font-family: 'Atyp Display TRIAL';
    src: url(AtypDisplayTRIAL-Semibold.woff2) format('woff2'), url(AtypDisplayTRIAL-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(Poppins-SemiBold.woff2) format('woff2'), url(Poppins-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Big Shoulders';
    src: url(BigShoulders-ExtraBold.woff2) format('woff2'), url(BigShoulders-ExtraBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Host Grotesk';
    src: url(HostGrotesk-Bold.woff2) format('woff2'), url(HostGrotesk-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Host Grotesk';
    src: url(HostGrotesk-ExtraBold.woff2) format('woff2'), url(HostGrotesk-ExtraBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Host Grotesk';
    src: url(HostGrotesk-Regular.woff2) format('woff2'), url(HostGrotesk-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nebulica;
    src: url(Nebulica-SemiBold.woff2) format('woff2'), url(Nebulica-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(Poppins-Light.woff2) format('woff2'), url(Poppins-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Pathway Extreme 8pt';
    src: url(PathwayExtreme-8ptThin.woff2) format('woff2'), url(PathwayExtreme-8ptThin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(Poppins-Medium.woff2) format('woff2'), url(Poppins-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(Poppins-Regular.woff2) format('woff2'), url(Poppins-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, left bottom, from(#de481f), to(#661600));
    background: linear-gradient(180deg, #de481f, #661600);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6b35), to(#8c2000));
    background: linear-gradient(180deg, #ff6b35, #8c2000)
}

body {
    margin: 0;
    font-family: 'Host Grotesk' !important;
    overflow-x: hidden
}

a,
a:hover {
    outline: 0;
    text-decoration: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Big Shoulders';
    font-weight: 700
}

section {
    position: relative
}

.mt-1_as {
    margin-top: 1% !important
}

.mt-2_as {
    margin-top: 2% !important
}

.mt-3_as {
    margin-top: 3% !important
}

.mt-4_as {
    margin-top: 4% !important
}

.mt-5_as {
    margin-top: 5% !important
}

.pt-1_as {
    padding-top: 1% !important
}

.pt-2_as {
    padding-top: 2% !important
}

.pt-3_as {
    padding-top: 3% !important
}

.pt-4_as {
    padding-top: 4% !important
}

.pt-5_as {
    padding-top: 5% !important
}

.pb-1_as {
    padding-bottom: 1% !important
}

.pb-2_as {
    padding-bottom: 2% !important
}

.pb-3_as {
    padding-bottom: 3% !important
}

.pb-4_as {
    padding-bottom: 4% !important
}

.pb-5_as {
    padding-bottom: 5% !important
}

.ms-3n {
    margin-left: -1rem !important;
}

.ms-4n {
    margin-left: -1.5rem !important;
}

.MainHeading_as_II .Bg-red {
    background: #ec0a10 !important
}

.MainHeading_as {
    text-align: center;
    position: relative
}

.MainHeading_as h2 {
    color: #ec0a10;
    font-size: 8.6vw;
    text-transform: uppercase
}

.PrimaryButton_as {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1vw;
    background: #fff;
    color: #000;
    padding: .5vw 1.8vw;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 2.5vw;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: 'Host Grotesk';
    font-size: 1vw;
    line-height: normal;
    -moz-transition: .3s;
    -ms-transition: .3s
}

.PrimaryButton_as:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #c30000;
    color: #fff;
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px)
}

.PrimaryButton_as em,
.PrimaryButton_as i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s
}

.PrimaryButton_as:hover em,
.PrimaryButton_as:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px)
}

.SecondaryButton_as {
    background: #c30000;
    color: #fff
}

.SecondaryButton_as:hover {
    background: #fff;
    color: #c30000
}

.SecondaryButton_Orange {
    color: #fff;
    background: #f3933c;
    border-color: #f3933c
}

.SecondaryButton_Orange:hover {
    background: #fff;
    color: #f3933c
}

.auto-container {
    width: 82%;
    margin: 0 auto
}

.HeroSection_ {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 88dvh;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#d73200), to(#741300));
    background: -o-linear-gradient(left, #d73200 0, #741300 100%);
    background: linear-gradient(90deg, #d73200 0, #741300 100%)
}

.GGHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: transform .4s cubic-bezier(.4, 0, .2, 1), background .3s ease, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: background .3s ease, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: transform .4s cubic-bezier(.4, 0, .2, 1), background .3s ease, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1), background .3s ease;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1), background .3s ease, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: transform .4s cubic-bezier(.4, 0, .2, 1), background .3s ease, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: transform .4s cubic-bezier(.4, 0, .2, 1), background .3s ease, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1)
}

.GGHeaderFixed_as {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: -webkit-gradient(linear, right top, left top, from(#d73200c2), to(#741300d4));
    background: -o-linear-gradient(right, #d73200c2 0, #741300d4 100%);
    background: linear-gradient(270deg, #d73200c2 0, #741300d4 100%);
    -webkit-box-shadow: 0 2px 20px -9px #000;
    box-shadow: 0 2px 20px -9px #000;
    border-radius: 0 0 30px 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    height: 10vw;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px
}

.GGHeaderHide_as {
    top: -100%
}

header.GGHeader.GGHeaderFixed_as .GitexLogo_ {
    width: 28vw
}

.Overlay_ {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: -o-radial-gradient(circle, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 0) 50%, rgba(0, 0, 0, 1) 100%);
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 0) 50%, rgba(0, 0, 0, 1) 100%)
}

.VideoContainer_as {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9.5;
    pointer-events: none;
    margin-top: -2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden
}

.VideoContainer_as iframe {
    display: block;
    width: 300%;
    height: 100%;
    min-height: 350px;
    border: none !important;
    border: 0 !important;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-left: -100%;
    pointer-events: none;
    background: border-box padding-box, border-box #fff0
}

.VideoContainer_as video {
    display: block;
    width: 300%;
    height: 100%;
    min-height: 350px;
    border: none !important;
    border: 0 !important;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
    background: border-box padding-box, border-box #fff0
}

.Navbar_ {
    position: absolute !important;
    width: 91%;
    z-index: 10;
    padding: 2vw 0;
    margin: 0 auto;
    top: 2%;
    left: 0;
    right: 0
}

.GitexLogo_ {
    width: 29.2vw;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s
}

.Gap_ {
    gap: 1vw
}

.MenuBtn_ {
    color: #fff;
    text-decoration: none;
    font-size: .82vw;
    font-weight: 600
}

.MenuBtn_:hover {
    color: #fff
}

.HeroContainer_ {
    position: relative;
    z-index: 5;
    height: 100%
}

.HeroContent_ {
    position: absolute;
    left: 0;
    bottom: 2.4%;
    width: 100%
}

.HeroTagline_ {
    color: #fff;
    font-size: 2.2vw;
    line-height: 1.05;
    margin-bottom: 1.2vw;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Host Grotesk'
}

.HeroWordWrap_ {
    display: block;
    height: 1.05em;
    overflow: hidden
}

.HeroWordTrack_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: HeroWordRoll_ 4s cubic-bezier(.65, 0, .35, 1) infinite;
    animation: HeroWordRoll_ 4s cubic-bezier(.65, 0, .35, 1) infinite
}

.HeroWordTrack_ span {
    display: block;
    height: 1.05em;
    line-height: 1.05em
}

.HeroStatic_ {
    display: block
}

@-webkit-keyframes HeroWordRoll_ {

    0%,
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }

    40%,
    70% {
        -webkit-transform: translateY(-1.05em);
        transform: translateY(-1.05em);
        -moz-transform: translateY(-1.05em);
        -ms-transform: translateY(-1.05em);
        -o-transform: translateY(-1.05em)
    }

    100%,
    80% {
        -webkit-transform: translateY(-2.1em);
        transform: translateY(-2.1em);
        -moz-transform: translateY(-2.1em);
        -ms-transform: translateY(-2.1em);
        -o-transform: translateY(-2.1em)
    }
}

@keyframes HeroWordRoll_ {

    0%,
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }

    40%,
    70% {
        -webkit-transform: translateY(-1.05em);
        transform: translateY(-1.05em);
        -moz-transform: translateY(-1.05em);
        -ms-transform: translateY(-1.05em);
        -o-transform: translateY(-1.05em)
    }

    100%,
    80% {
        -webkit-transform: translateY(-2.1em);
        transform: translateY(-2.1em);
        -moz-transform: translateY(-2.1em);
        -ms-transform: translateY(-2.1em);
        -o-transform: translateY(-2.1em)
    }
}

.HeroHeading_ {
    font-size: 9.88vw;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -.18vw
}

.HeroHeading_ span {
    color: transparent;
    -webkit-text-stroke: .1vw rgb(255 255 255)
}

.HeroText_ {
    position: absolute;
    right: 2vw;
    bottom: 12.6vw;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.35;
    font-family: 'Host Grotesk'
}

.HeroImage_ {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 38%;
    z-index: 3;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.HeroImage_ img {
    width: 100%;
    display: block
}

.DropdownBtn_as,
.TicketBtn_ {
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    font-weight: 400;
    font-size: 1vw;
    padding: .26vw 1.2vw .26vw 1.2vw;
    border-radius: 40px;
    line-height: normal;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff
}

.DropdownBtn_as em,
.DropdownBtn_as i {
    margin-left: 12px
}

.TicketBtn_ {
    color: #fff;
    background: #f3933c;
    border-color: #f3933c;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s
}

.DropdownBtn_as:hover,
.ExhibitBtn_:hover,
.TicketBtn_:hover {
    color: #fff;
    background: #c30000;
    border-color: #c30000
}

.DropdownBtn_as ul {
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 10;
    min-width: 100%;
    left: 0;
    top: 47px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease
}

.DropdownBtn_as ul li {
    padding: 4px 25px
}

.DropdownBtn_as ul.show {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1)
}

.DropdownBtn_as ul a {
    color: #000
}

.DropdownBtn_as ul a:hover {
    color: #000
}

section.LatestNews_as {
    margin-top: -1.9%;
    background: #00000045;
    padding-left: 4.7%;
    z-index: 9
}

.LatestNewsHeading h3 {
    font-family: 'Host Grotesk';
    color: #fff;
    margin-left: 38%;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 1.4vw;
    font-weight: 600
}

.LatestNewsWrapper_ {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 100%
}

.LatestNewsSlide_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
    -webkit-animation-name: NewsTicker;
    animation-name: NewsTicker;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 100%
}

.LatestNewsSlide_ p {
    margin: 0;
    padding-right: 1%;
    padding-right: 2.125rem;
    font-size: 1vw;
    font-family: Poppins;
    position: relative;
    color: #fff
}

.LatestNewsSlide_ p:before {
    position: absolute;
    content: '';
    left: -4%;
    left: -1.25rem;
    top: 0;
    height: 100%;
    width: .25rem;
    background: #ffa900
}

@-webkit-keyframes NewsTicker {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }
}

@keyframes NewsTicker {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

section.BoldNewFrontiers_as {
    padding: 5% 0 3% 0;
    background: #e0e1db
}

.MainHeading_as span {
    color: #fff;
    background: #000;
    position: absolute;
    right: 5%;
    bottom: -5%;
    font-size: 2vw;
    padding: .1vw 1vw .4vw 1vw;
    line-height: normal;
    border-radius: 13px;
    -webkit-transform: rotate(20deg) scale(0);
    -ms-transform: rotate(20deg) scale(0);
    transform: rotate(20deg) scale(0);
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform, opacity
}

.MainHeading_as span.AnimateStamp {
    -webkit-animation: StampDrop .9s cubic-bezier(.17, .89, .32, 1.35) forwards;
    animation: StampDrop .9s cubic-bezier(.17, .89, .32, 1.35) forwards
}

@-webkit-keyframes StampDrop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80px) rotate(-18deg) scale(0);
        transform: translateY(-80px) rotate(-18deg) scale(0)
    }

    55% {
        opacity: 1;
        -webkit-transform: translateY(10px) rotate(8deg) scale(1.15);
        transform: translateY(10px) rotate(8deg) scale(1.15)
    }

    75% {
        -webkit-transform: translateY(-4px) rotate(2deg) scale(.96);
        transform: translateY(-4px) rotate(2deg) scale(.96)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(4deg) scale(1);
        -webkit-transform: translateY(0) rotate(4deg) scale(1);
        -moz-transform: translateY(0) rotate(4deg) scale(1);
        -ms-transform: translateY(0) rotate(4deg) scale(1);
        -o-transform: translateY(0) rotate(4deg) scale(1)
    }
}

@keyframes StampDrop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80px) rotate(-18deg) scale(0);
        transform: translateY(-80px) rotate(-18deg) scale(0)
    }

    55% {
        opacity: 1;
        -webkit-transform: translateY(10px) rotate(8deg) scale(1.15);
        transform: translateY(10px) rotate(8deg) scale(1.15)
    }

    75% {
        -webkit-transform: translateY(-4px) rotate(2deg) scale(.96);
        transform: translateY(-4px) rotate(2deg) scale(.96)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(4deg) scale(1);
        -webkit-transform: translateY(0) rotate(4deg) scale(1);
        -moz-transform: translateY(0) rotate(4deg) scale(1);
        -ms-transform: translateY(0) rotate(4deg) scale(1);
        -o-transform: translateY(0) rotate(4deg) scale(1)
    }
}

.FeaturingTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5vw
}

.FeaturingTitle::after,
.FeaturingTitle::before {
    content: "";
    width: 6vw;
    height: 1px;
    background: #bdbdbd
}

.FeaturingTitle span {
    font-size: .8vw;
    font-weight: 700;
    letter-spacing: .35vw;
    font-family: Poppins;
    color: #111
}

.FeaturingSection .sectorCradLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.FeatureLogo {
    max-height: 4.6vw;
    width: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s
}

.FeatureLogo:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.SponsorsPartnersSection {
    margin: 0 0 4% 0
}

.SponsorsHeading h2 {
    font-family: 'Big Shoulders';
    font-size: 3.7vw;
    font-weight: 900;
    line-height: 3.8vw;
    color: #000;
    margin: 0;
    text-transform: uppercase
}

.SponsorsLogoBox {
    background: #fff;
    border-radius: 1.3vw;
    padding: 1.4vw 2vw
}

.SponsorLogoItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5vw;
    position: relative
}

.SponsorLogoItem span {
    position: absolute;
    top: -10%;
    font-weight: 600
}

.SponsorLogoItem img {
    max-width: 85%;
    max-height: 3vw;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

section.GITEXTech_as {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 225, 219, 0)), color-stop(25%, rgba(224, 225, 219, 0)), color-stop(50%, rgba(224, 225, 219, .9)), color-stop(76%, rgba(224, 225, 219, 1)), to(rgba(224, 225, 219, 1)));
    background: -o-linear-gradient(bottom, rgba(224, 225, 219, 0) 0, rgba(224, 225, 219, 0) 25%, rgba(224, 225, 219, .9) 50%, rgba(224, 225, 219, 1) 76%, rgba(224, 225, 219, 1) 100%);
    background: linear-gradient(360deg, rgba(224, 225, 219, 0) 0, rgba(224, 225, 219, 0) 25%, rgba(224, 225, 219, .9) 50%, rgba(224, 225, 219, 1) 76%, rgba(224, 225, 219, 1) 100%);
    padding: 4% 0 0 0;
    position: relative;
    z-index: 1
}

.TechContent_as h4 {
    color: #eb5e3c;
    font-family: 'Host Grotesk';
    font-weight: 600;
    font-size: 1.4vw
}

.TechContent_as p {
    font-size: 1vw;
    font-family: 'Host Grotesk'
}

section.GITEXTech_as img {
    width: 90%
}

img.TechBanner_as {
    width: 100% !important;
    margin-top: -6%;
    position: relative;
    z-index: -1
}

.BounceEffect_as {
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform, opacity
}

.BounceEffect_as.AnimateStamp_as {
    -webkit-animation: Flip3D_as .9s cubic-bezier(.17, .89, .32, 1.35) forwards;
    animation: Flip3D_as .9s cubic-bezier(.17, .89, .32, 1.35) forwards
}

@-webkit-keyframes Flip3D_as {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) rotateY(-120deg);
        transform: perspective(1000px) rotateY(-120deg)
    }

    70% {
        opacity: 1;
        -webkit-transform: perspective(1000px) rotateY(35deg);
        transform: perspective(1000px) rotateY(35deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }
}

@keyframes Flip3D_as {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) rotateY(-120deg);
        transform: perspective(1000px) rotateY(-120deg)
    }

    70% {
        opacity: 1;
        -webkit-transform: perspective(1000px) rotateY(35deg);
        transform: perspective(1000px) rotateY(35deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }
}

section.TechWorldConvenes_as {
    padding: 4% 0 16% 0;
    background-image: url(../../theme26/images/TechWorldConvenes.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.GitexEventSection_as {
    margin-top: 4%
}

.GitexEventCard_as {
    position: relative;
    border-radius: 2vw;
    overflow: hidden
}

.GittexImageWrap_as {
    position: relative;
    z-index: 2;
    margin: 0 1.2vw
}

.GittexImageWrap_as img {
    width: 100%;
    border-radius: 2vw;
    display: block
}

.GittexContentWrap_as {
    position: relative;
    padding: 2vw 1.6vw 1.2vw;
    border-radius: 2vw;
    z-index: 5;
    margin-top: -24%
}

.GitexLightCard_as .GittexContentWrap_as {
    background-image: url(../../theme26/images/Shape_1.png);
    color: #111;
    background-size: cover;
    background-position: top
}

.GitexDarkCard_as .GittexContentWrap_as {
    background-image: url(../../theme26/images/Shape_2.png);
    background-size: cover;
    background-position: top;
    color: #fff
}

.GittexTitleWrap_as {
    gap: 1vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.GittexHeading_as {
    font-size: 2.3vw;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    text-transform: uppercase
}

.GittexBadge_as {
    font-size: 1.2vw;
    font-weight: 700;
    padding: .2vw .9vw;
    border-radius: .45vw;
    color: #fff;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    white-space: nowrap;
    top: -9px;
    display: inline-block;
    position: relative;
    font-family: 'Host Grotesk'
}

.GittexRedBadge_as {
    background: #ff1414
}

.GittexBlueBadge_as {
    background: #0d7fff
}

.GittexBottomWrap_as {
    margin-top: 2.5vw
}

.GittexDate_as {
    font-size: 2vw;
    font-family: 'Host Grotesk';
    font-weight: 500
}

.GittexYear_as {
    font-size: 2vw;
    font-family: 'Host Grotesk';
    color: #8a8a8a;
    font-weight: 500
}

.ScaleSummitSection_as {
    padding: 6% 0 0 0
}

.ScaleCounterRow_as .col-3 {
    text-align: center
}

.ScaleHeading_as {
    color: #fff;
    font-size: 6vw;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .95;
    margin-bottom: 1vw
}

.ScaleText_as {
    color: #fff;
    font-size: 1.25vw;
    line-height: 1.3;
    margin-bottom: 1.8vw
}

.ScaleLine_as {
    width: 88%;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    margin-bottom: 2vw
}

.ScaleCounterRow_as h3 {
    color: #fff;
    font-size: 2.6vw;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    font-family: 'Host Grotesk'
}

.ScaleCounterRow_as span {
    font-family: 'Host Grotesk' !important
}

.ScaleCounterRow_as h3 span:last-child {
    font-size: 2vw
}

.ScaleCounterRow_as p {
    color: #fff;
    font-size: .95vw;
    line-height: 1.2;
    margin-top: .4vw;
    font-family: Poppins
}

.ScaleShape_as {
    width: 80%;
    position: relative;
    right: -11%
}

.socialSticky01 {
    position: fixed;
    right: 1rem;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.socialSticky01 ul {
    list-style: none;
    margin: 0;
    padding: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .375rem;
    background: rgb(255 255 255 / 30%);
    border: 1px solid rgb(255 255 255 / 30%);
    backdrop-filter: blur(.5rem);
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem
}

.socialSticky01 ul li {
    position: relative;
    width: 2.125rem;
    height: 2.125rem;
    list-style: none;
    color: #fff !important;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background: #d73200;
    background: -webkit-gradient(linear, left top, right top, from(#d73200), to(#741300));
    background: -o-linear-gradient(left, #d73200 0, #741300 100%);
    background: linear-gradient(90deg, #d73200 0, #741300 100%);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    transition: all .35s ease;
    -webkit-backdrop-filter: blur(.625rem);
    backdrop-filter: blur(.625rem);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease
}

.socialSticky01 ul li a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socialSticky01 ul li span {
    position: absolute;
    right: 3rem;
    color: #fff;
    font-size: .625rem;
    padding: .25rem .5rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    background: #000;
    border-radius: .375rem;
    transform: translateX(10px);
    transition: all .3s ease;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    -ms-border-radius: .375rem;
    -o-border-radius: .375rem;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.socialSticky01 ul li:hover {
    color: #fff;
    background: rgba(0, 0, 0, 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.socialSticky01 ul li:hover span {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0)
}

.SpeakerSection_as {
    position: relative;
    margin: 4% 0 0 0
}

.SpeakersCarousel_as {
    margin: 3% 0 0 0
}

.SpeakersCarousel_as .owl-nav {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.SpeakersCarousel_as .owl-nav button.owl-next,
.SpeakersCarousel_as .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 1rem);
    right: 0;
    margin: 0;
    color: #fff;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #a14552;
    border: #fff solid .125rem;
    border-radius: 5rem;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem
}

.SpeakersCarousel_as .owl-nav button.owl-prev {
    margin-left: -3.75rem;
    left: 0
}

.SpeakersCarousel_as .owl-nav button.owl-next {
    margin-right: -3.75rem;
    right: 0
}

.SpeakersCarousel_as .owl-nav button.owl-next:hover,
.SpeakersCarousel_as .owl-nav button.owl-prev:hover {
    color: #fff;
    background: #000
}

.SpeakerCard_as {
    position: relative;
    cursor: pointer;
    height: 23vw;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .7);
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 13%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 83% 0, 100% 13%, 100% 100%, 0 100%);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgb(255 255 255 / 0)), color-stop(50%, rgb(255 255 255 / 38%)), color-stop(76%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgb(255 255 255 / 0) 25%, rgb(255 255 255 / 38%) 50%, rgba(255, 255, 255, 1) 76%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgb(255 255 255 / 0) 25%, rgb(255 255 255 / 38%) 50%, rgba(255, 255, 255, 1) 76%, rgba(255, 255, 255, 1) 100%)
}

.SpeakerCard_as:before {
    content: '';
    position: absolute;
    top: 0;
    right: -33.4%;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -o-transform: rotate(47deg)
}

.SpeakerContent_as {
    padding: 1vw 2vw 1vw .8vw;
    color: #fff;
    position: relative;
    z-index: 2
}

.SpeakerName_as {
    display: block;
    font-size: 1.2vw;
    margin-bottom: 1%;
    font-family: 'Host Grotesk'
}

.SpeakerDesignation_as {
    display: block;
    font-size: .9vw;
    line-height: 1.24;
    font-weight: 400
}

.Company_as {
    font-size: 1.2vw;
    line-height: 1.4vw;
    font-weight: 700;
    margin-top: 1%;
    color: #fff;
    font-family: 'Host Grotesk'
}

.SpeakerCountry {
    position: absolute;
    right: 0;
    top: 6rem;
    z-index: 1;
    background: rgb(255 255 255);
    padding: 1.8rem 0 1.8rem 5px;
    text-align: center;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 100% 100%, 0 83%, 0 10%);
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 100% 100%, 0 83%, 0 10%)
}

.SpeakerCountry span {
    color: #060606;
    font-size: .8vw;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    padding-left: 2px
}

.SpeakerImage_as {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center
}

.SpeakerImage_as img {
    width: 92%;
    width: 100% !important;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.SpeakerContentBox figure {
    width: 19rem !important;
    padding: 3px;
    margin: 0 auto 16px;
    text-align: center;
    border-radius: 4px;
    background: -webkit-gradient(linear, right top, left top, from(#d73200c2), to(#741300d4));
    background: -o-linear-gradient(right, #d73200c2 0, #741300d4 100%);
    background: linear-gradient(270deg, #d73200c2 0, #741300d4 100%)
}

.SpeakerContentBox figure img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.SpeakerContentBox p {
    color: #000;
    font-size: 1vw;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px
}

.SpeakerContentBox h2 {
    color: #000;
    font-size: 1.4vw;
    line-height: 22px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Host Grotesk';
    margin: 2% 0 1.6% 0
}

p.CTF_as {
    color: #d60000;
    font-style: italic
}

.SpeakerContentBox .CompnyText {
    color: #d60000 !important;
    font-weight: 700
}

.SpeakerContentBox .CountrytText {
    font-weight: 700
}

p.CompnyText img {
    width: 13%;
    border-radius: 10px;
    margin: 1% 0 1% 0;
    -webkit-box-shadow: 2px 2px 12px -4px #0000007a;
    box-shadow: 2px 2px 12px -4px #0000007a
}

.CommonModal .modal-content {
    border: 3px solid #bc3106;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 4px 12px 40px -10px #00000099;
    box-shadow: 4px 12px 40px -10px #00000099;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.modal-header {
    border: 0
}

.CommonModal .btn-close {
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 9999;
    opacity: 1;
    font-size: 14px;
    border: 2px solid #6b1100;
    padding: 10px 10px;
    margin: 0;
    outline: 0 !important
}

.CommonModal {
    z-index: 99999999999
}

.CommonModal .modal-dialog {
    max-width: 48%
}

.MainHeading_as_II span {
    color: #fff;
    font-size: 2vw;
    position: relative
}

.MainHeading_as_II color {
    color: #fff;
    background: #000;
    font-size: 2vw;
    padding: .1vw 1vw .4vw 1vw;
    line-height: normal;
    border-radius: 13px;
    -webkit-transform: rotate(-4deg) scale(1);
    -ms-transform: rotate(-4deg) scale(1);
    transform: rotate(-4deg) scale(1);
    display: inline-block;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -moz-transform: rotate(-4deg) scale(1);
    -o-transform: rotate(-4deg) scale(1)
}

.MainHeading_as_II color.AnimateHighlight_as {
    -webkit-animation: HighlightPop_as .8s cubic-bezier(.175, .885, .32, 1.3);
    animation: HighlightPop_as .8s cubic-bezier(.175, .885, .32, 1.3)
}

@-webkit-keyframes HighlightPop_as {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-18deg) scale(.2) translateY(-60px);
        transform: rotate(-18deg) scale(.2) translateY(-60px);
        -webkit-filter: blur(8px);
        filter: blur(8px);
        -moz-transform: rotate(-18deg) scale(.2) translateY(-60px);
        -ms-transform: rotate(-18deg) scale(.2) translateY(-60px);
        -o-transform: rotate(-18deg) scale(.2) translateY(-60px)
    }

    45% {
        opacity: 1;
        -webkit-transform: rotate(6deg) scale(1.18) translateY(8px);
        transform: rotate(6deg) scale(1.18) translateY(8px);
        -webkit-filter: blur(0);
        filter: blur(0);
        -moz-transform: rotate(6deg) scale(1.18) translateY(8px);
        -ms-transform: rotate(6deg) scale(1.18) translateY(8px);
        -o-transform: rotate(6deg) scale(1.18) translateY(8px)
    }

    70% {
        -webkit-transform: rotate(-6deg) scale(.95) translateY(-4px);
        transform: rotate(-6deg) scale(.95) translateY(-4px);
        -moz-transform: rotate(-6deg) scale(.95) translateY(-4px);
        -ms-transform: rotate(-6deg) scale(.95) translateY(-4px);
        -o-transform: rotate(-6deg) scale(.95) translateY(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(-4deg) scale(1);
        transform: rotate(-4deg) scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        -moz-transform: rotate(-4deg) scale(1);
        -ms-transform: rotate(-4deg) scale(1);
        -o-transform: rotate(-4deg) scale(1)
    }
}

@keyframes HighlightPop_as {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-18deg) scale(.2) translateY(-60px);
        transform: rotate(-18deg) scale(.2) translateY(-60px);
        -webkit-filter: blur(8px);
        filter: blur(8px);
        -moz-transform: rotate(-18deg) scale(.2) translateY(-60px);
        -ms-transform: rotate(-18deg) scale(.2) translateY(-60px);
        -o-transform: rotate(-18deg) scale(.2) translateY(-60px)
    }

    45% {
        opacity: 1;
        -webkit-transform: rotate(6deg) scale(1.18) translateY(8px);
        transform: rotate(6deg) scale(1.18) translateY(8px);
        -webkit-filter: blur(0);
        filter: blur(0);
        -moz-transform: rotate(6deg) scale(1.18) translateY(8px);
        -ms-transform: rotate(6deg) scale(1.18) translateY(8px);
        -o-transform: rotate(6deg) scale(1.18) translateY(8px)
    }

    70% {
        -webkit-transform: rotate(-6deg) scale(.95) translateY(-4px);
        transform: rotate(-6deg) scale(.95) translateY(-4px);
        -moz-transform: rotate(-6deg) scale(.95) translateY(-4px);
        -ms-transform: rotate(-6deg) scale(.95) translateY(-4px);
        -o-transform: rotate(-6deg) scale(.95) translateY(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(-4deg) scale(1);
        transform: rotate(-4deg) scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        -moz-transform: rotate(-4deg) scale(1);
        -ms-transform: rotate(-4deg) scale(1);
        -o-transform: rotate(-4deg) scale(1)
    }
}

.MainHeading_as_II h2 {
    color: #fff;
    font-size: 4.4vw;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .95;
    margin-bottom: 1vw
}

.GitexGlobalExpo_as {
    padding: 8% 0 0 0;
    position: relative;
    z-index: 1
}

.GitexGlobalExpo_as img {
    position: absolute;
    top: 0;
    right: -11.4%;
    z-index: -1
}

.GitexGlobalHead_as h3 {
    font-size: 6vw;
    line-height: 6vw;
    color: #000
}

.GitexGlobalHead_as h3 span {
    display: block;
    color: #ec0a10
}

.GitexGlobalHead_as h4 {
    font-family: 'Host Grotesk';
    font-weight: 800;
    font-size: 3vw;
    color: #000;
    position: relative;
    padding-left: 2%;
    line-height: 2.8vw;
    margin-top: 2%
}

.GitexGlobalHead_as h4 :before {
    position: absolute;
    content: '';
    left: 0;
    top: 6%;
    width: .6%;
    height: 87%;
    background: #ec0a10;
    display: inline-block
}

.GitexGlobalHead_as h4 span {
    display: block;
    font-weight: 300
}

.StatsSection_as {
    position: relative;
    padding: 4% 0 0 0;
    margin-top: -10%
}

.BackgroundTitle_as {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16vw;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
    letter-spacing: .08em;
    font-family: 'Big Shoulders';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 240, 240, 0)), color-stop(25%, rgba(240, 240, 240, 0)), color-stop(50%, rgba(240, 240, 240, .9)), color-stop(76%, rgba(240, 240, 240, 1)), to(rgba(240, 240, 240, 1)));
    background: -o-linear-gradient(bottom, rgba(240, 240, 240, 0) 0, rgba(240, 240, 240, 0) 25%, rgba(240, 240, 240, .9) 50%, rgba(240, 240, 240, 1) 76%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(360deg, rgba(240, 240, 240, 0) 0, rgba(240, 240, 240, 0) 25%, rgba(240, 240, 240, .9) 50%, rgba(240, 240, 240, 1) 76%, rgba(240, 240, 240, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.StatItem_as {
    position: relative;
    z-index: 2;
    text-align: center
}

.StatItem_as h2 {
    font-size: 3.44vw;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
    line-height: 1;
    font-family: 'Host Grotesk' !important
}

.StatItem_as h2 .Plus_as {
    color: #ec0a10
}

.StatItem_as h2 span {
    color: #11cbe6;
    font-family: 'Host Grotesk' !important;
    color: #000
}

.StatItem_as p {
    margin: 0;
    font-size: 1.1vw;
    color: #333;
    font-weight: 400;
    font-family: Poppins
}

section.WorldsBiggest_as {
    padding: 4% 0 3% 0
}

.MainHeading_as_III h2 {
    font-size: 6vw;
    line-height: 6vw;
    color: #000
}

.MainHeading_as_III span color {
    background: #00a4b7 !important
}

.MainHeading_as_II.MainHeading_as_III span {
    margin-top: -3%;
    display: block;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg)
}

.MainHeading_as_II.MainHeading_as_III span color {
    font-size: 2.6vw
}

.MainHeading_as_III p {
    font-family: 'Host Grotesk';
    font-weight: 600;
    font-size: 2vw;
    margin-top: .4%
}

.LogosCarousel_as {
    margin: 2% 0 2% 0
}

section.TrustedEcosystem {
    padding: 1% 0 3% 0
}

span.ForColor_as {
    display: block;
    margin-top: -9%;
    margin-left: 52%
}

span.ForColor_as color {
    background: #ec0a10
}

.MainHeading_as_II.MainHeading_as_IIII h2 {
    font-size: 4.9vw;
    line-height: 5.3vw
}

.QuoteCard_as {
    position: relative;
    height: 28vw;
    padding: 2vw;
    color: #fff;
    width: 90%;
    margin: 0 auto
}

.SecuringImpactful_as_II .MaInQuoteSection_as .owl-stage-outer {
    padding: 1.4% 0 1.4% 0
}

.QuoteCard_asII.QuoteCardImg_as {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 2px 2px 20px -11px #000000ab;
    box-shadow: 2px 2px 20px -11px #000000ab;
    height: auto;
    overflow: hidden;
    padding: 2%
}

.QuoteCard_asII.QuoteCardImg_as:hover {
    background: #fff
}

.QuoteCard_asII.QuoteCardImg_as img {
    width: 100%
}

.RedCard_as {
    background: #d70000
}

.BlackCard_as {
    background: #000
}

.Corner_as {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 35px solid #fff;
    border-left: 35px solid transparent
}

.Content_as {
    position: relative;
    z-index: 2
}

.QuoteText_as {
    font-size: 1.2vw;
    line-height: 1.8vw;
    font-weight: 400;
    font-family: 'Host Grotesk'
}

.QuoteText_as strong {
    font-weight: 700
}

.Author_as {
    margin-top: 40px
}

.Author_as h5 {
    margin: 0;
    font-size: 1.2vw;
    font-weight: 700;
    font-family: 'Host Grotesk'
}

.Author_as span {
    display: block;
    font-size: 1vw;
    font-family: 'Host Grotesk'
}

.Author_as h4 {
    font-size: 1.4vw;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Host Grotesk'
}

.Speaker_as {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11vw !important;
    z-index: 1
}

.QuoteIcon_as {
    position: absolute;
    left: -10%;
    bottom: -7%;
    width: 8vw
}

.GrayQuote_as {
    color: #8c8c8c
}

.TwoItemCarousel .owl-stage-outer {
    padding: 0 0 4% 2%
}

.SecuringImpactful_as {
    padding: 2% 0 1% 0;
    position: relative;
    z-index: 99
}

section.SecuringImpactful_as.SecuringImpactful_as_II {
    padding-top: 4%
}

.QuoteCard_asII {
    background: url(../../theme26/images/MediaCoverage_bg.png);
    border-radius: 16px;
    padding: 14% 4% 0 7%;
    position: relative;
    height: 14vw;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    overflow: visible;
    background-size: cover;
    background-position: bottom;
    -moz-transition: .35s;
    -ms-transition: .35s
}

.SecuringImpactfulQuoteIcon_as {
    position: absolute;
    width: 2.8vw;
    top: -7%;
    left: 6%
}

.QuoteCard_asII p {
    font-size: 1.2vw;
    line-height: 1.45;
    margin: 0;
    font-family: 'Host Grotesk'
}

.QuoteLogo_as {
    position: absolute;
    left: 70%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.MaInQuoteSection_as .owl-stage-outer {
    padding: 4% 0 0 0
}

.QuoteCard_asII:hover {
    background: #000
}

.QuoteCard_asII:hover p {
    color: #fff;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s
}

.QuoteCard_asII .QuoteLogo_as img {
    bottom: 0;
    position: relative;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s
}

.QuoteCard_asII:hover .QuoteLogo_as img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    bottom: 30px
}

section.AnnuallyConvenes_as {
    padding: 3% 0 4% 0;
    position: relative;
    z-index: 99
}

.StatItem_as_II {
    text-align: center
}

.StatItem_as_II h2,
.StatItem_as_II span {
    font-family: 'Host Grotesk';
    font-size: 2.4vw;
    font-weight: 300;
    color: #000
}

.StatItem_as_II p {
    font-family: Poppins;
    color: #000;
    font-size: 1vw
}

.StatsSecond_as {
    background: url(../../theme26/images/Bg_as.png);
    background-size: cover;
    background-position: center;
    border-radius: 27px;
    margin: 3% 0 3% 0;
    padding: 1% 0 0 0
}

.GitexFooter_as {
    position: relative;
    z-index: 1;
    padding-top: 2%
}

footer.GitexFooter_as .auto-container {
    border-top: 1px solid #ffffff47;
    padding-top: 3%
}

.Footer_bg {
    position: absolute;
    bottom: -86%;
    bottom: -56%;
    left: 0;
    width: 100%;
    z-index: -1
}

.MainLogo_as {
    width: 86%;
    margin-bottom: 6%
}

.FooterBtn_as {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#de481f), to(#661600));
    background: -o-linear-gradient(top, #de481f 0, #661600 100%);
    background: linear-gradient(180deg, #de481f 0, #661600 100%);
    padding: .3vw 1.6vw;
    border-radius: 50px;
    font-size: 1vw;
    margin-bottom: 35px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    font-family: Poppins;
    font-weight: 500;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.FooterBtn_as span {
    width: 24px;
    height: 24px;
    background: #fff;
    color: #8c0018;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px
}

.FooterBtn_as:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fff;
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.FooterBrand_as h5 {
    margin-bottom: 18px;
    font-size: 1vw;
    font-family: Poppins;
    font-weight: 200;
    color: #fff
}

.FooterColumn_as h4 {
    font-size: 1vw;
    font-weight: 700;
    margin-bottom: 2%;
    padding-bottom: 3%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-family: Poppins;
    color: #fff
}

.FooterColumn_as ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.FooterColumn_as ul li {
    margin-bottom: 1vw
}

.FooterColumn_as ul li a {
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    font-size: .9vw;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: Poppins
}

.FooterColumn_as ul li a:hover {
    color: #ffd56a
}

.ContactList_as li {
    color: rgba(255, 255, 255, .9);
    font-size: .9vw
}

.ContactList_as strong {
    display: block;
    color: #fff;
    margin-bottom: 3px
}

.BigText_as {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 1;
    top: 65%;
    left: 50%;
    width: 52vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .4;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.FooterAccordion_as .accordion-item {
    background: 0 0;
    border: 0
}

.FooterAccordion_as .accordion-button {
    background: 0 0;
    padding-left: 0;
    padding-top: 0;
    font-size: 1vw;
    font-weight: 700;
    margin-bottom: 2%;
    padding-bottom: 3%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-family: Poppins;
    color: #fff
}

.FooterAccordion_as .accordion-button:not(.collapsed) {
    background: 0 0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.FooterAccordion_as .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.FooterAccordion_as .accordion-button::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.FooterAccordion_as .accordion-body {
    padding: 15px 0;
    min-height: 140px;
    overflow: overlay;
    max-height: 300px
}

.FooterAccordion_as .accordion-body ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.FooterAccordion_as .accordion-body li {
    margin-bottom: 10px
}

.FooterAccordion_as .accordion-body a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: .9vw;
    transition: .3s;
    font-family: Poppins;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.FooterAccordion_as .accordion-body a:hover {
    color: #ffd56a
}

.fotter-bottom {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding: 10px 0 0
}

.fotter-bottom .socialfooterul01 {
    margin: 0;
    padding: 0;
    gap: .125rem;
    margin-bottom: .625rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fotter-bottom .socialfooterul01 li {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0 !important;
    border-radius: 3rem;
    z-index: 1;
    margin: 0 0;
    transition: .3s;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.fotter-bottom .socialfooterul01 li em,
.fotter-bottom .socialfooterul01 li i {
    position: relative;
    color: #fff;
    font-size: 1.25rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.fotter-bottom .socialfooterul01 li::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: .3s;
    border-radius: 3rem;
    -webkit-backdrop-filter: blur(.625rem);
    backdrop-filter: blur(.625rem);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem
}

.fotter-bottom .socialfooterul01 li:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.fotter-bottom .quiklinks {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.fotter-bottom .quiklinks li {
    list-style: none;
    margin: 0 8px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: .8vw;
    font-family: Poppins
}

.fotter-bottom .quiklinks li a {
    color: #fff;
    font-weight: 400;
    font-size: .8vw;
    font-family: Poppins
}

.fotter-bottom p,
.fotter-bottom p a {
    color: #fff;
    font-size: .8vw;
    font-family: Poppins
}

.fotter-bottom p a {
    font-weight: 600
}

.fotter-bottom p img {
    height: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin: 0 -3px 0 3px
}

.menuList {
    width: 360px;
    background: rgba(10, 10, 10, .9);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-right: 1px solid rgba(255, 255, 255, .15);
    padding: 10px;
    overflow-y: auto;
    position: fixed;
    right: -410px;
    top: 18%;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    z-index: 99999;
    -ms-transition: all .3s ease-in-out 0s;
}

.menuList.active {
    right: 0;
    opacity: 1
}

.menuList.accordionMenu.NavFixed_as {
    top: 130px
}

.menuList ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.menuList li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
}

.menuList li>a:hover {
    background: rgba(255, 255, 255, .12);
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.arrowIcon {
    -webkit-transition: transform .3s ease, -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -webkit-transform .3s ease;
    -ms-transition: transform .3s ease, -webkit-transform .3s ease;
}

.parentItem.active .arrowIcon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

li.parentItem.active ul.levelOne {
    max-height: 500px !important;
    overflow: scroll;
    overflow-x: hidden
}

.levelOne {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -o-transition: max-height .4s ease;
    transition: max-height .4s ease;
    -moz-transition: max-height .4s ease;
    -ms-transition: max-height .4s ease;
}

.levelOne li a {
    font-size: 14px;
    color: #cfcfcf;
    padding: 10px 18px
}

.levelOne li a:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

section.HeroSection_.HeroInneBanner_as {
    height: 52vh;
    text-align: center
}

h1.HeroHeading_.HeroInneBannerHeading_as {
    font-size: 4vw;
    letter-spacing: 0
}

section.HeroSection_.HeroInneBanner_as .HeroContent_ {
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%
}

section.GITEXTech_as.InnerSections_as img {
    border-radius: 18px;
    border: 1px solid #b9b9b9;
    padding: 1%
}

.PressReleases_as p.GittexHeading_as {
    font-size: 1vw;
    font-weight: 500;
    line-height: normal
}

.PressReleases_as .GittexImageWrap_as {
    margin: 0 auto
}

.PressReleases_as .GittexImageWrap_as img {
    border-radius: 0
}

section.TechWorldConvenes_as.PressReleases_as {
    padding-bottom: 5%;
    z-index: 9
}

section.TechWorldConvenes_as.PressReleases_as .GittexContentWrap_as {
    padding: 14% 4% 3% 4%;
    margin-top: -12%
}

.PressReleases_as .GittexContentWrap_as span {
    font-size: .77vw;
    font-weight: 600;
    background: #00a4b7 !important;
    color: #fff;
    position: absolute;
    top: 13%;
    padding: .6% 3% .6% 3%;
    border-radius: 30px;
    -webkit-box-shadow: 5px 4px 15px -2px #00000040;
    box-shadow: 5px 4px 15px -2px #00000040;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.PressReleases_as .GittexContentWrap_as a.PrimaryButton_as.SecondaryButton_as {
    margin-top: 3%;
    font-size: .8vw;
    padding: .4vw 1vw
}

section.GITEXTech_as.InnerSections_as {
    z-index: 9
}

section.TechWorldConvenes_as.PressReleases_as.LatestNews_as {
    background: #fff;
    padding: 0 0 5% 0
}

section.TechWorldConvenes_as.PressReleases_as.LatestNews_as .GittexImageWrap_as {
    height: 14vw
}

section.TechWorldConvenes_as.PressReleases_as.LatestNews_as .GittexImageWrap_as img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

section.TechWorldConvenes_as.PressReleases_as.LatestNews_as .GitexEventCard_as.GitexLightCard_as {
    margin-bottom: 7%;
    -webkit-box-shadow: 2px 2px 22px -8px #0000007a;
    box-shadow: 2px 2px 22px -8px #0000007a
}

section.TechWorldConvenes_as.PressReleases_as.LatestNews_as p.GittexHeading_as {
    font-size: .9vw;
    line-height: 1.4vw
}

section.TechWorldConvenes_as.PressReleases_as.LatestNews_as .GittexContentWrap_as span {
    margin-top: -2%
}

section.HeroSection_.HeroInneBanner_as.HeroInneBanner_II {
    height: 100vh
}

section.HeroSection_.HeroInneBanner_as.HeroInneBanner_II .Overlay_ {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(20 16 69)), color-stop(25%, rgb(20 16 69)), color-stop(50%, rgb(20 16 69)), color-stop(75%, rgb(20 16 69)), to(rgb(20 16 69))) !important;
    background: -o-linear-gradient(top, rgb(20 16 69) 0, rgb(20 16 69) 25%, rgb(20 16 69) 50%, rgb(20 16 69) 75%, rgb(20 16 69) 100%) !important;
    background: linear-gradient(180deg, rgb(20 16 69) 0, rgb(20 16 69) 25%, rgb(20 16 69) 50%, rgb(20 16 69) 75%, rgb(20 16 69) 100%) !important;
    opacity: .7
}

section.HeroSection_.HeroInneBanner_as.HeroInneBanner_II h4 {
    padding: .8vw 1.823vw .4vw;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #21a191;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 1.25rem;
    color: #fff;
    font-size: 1.3vw;
    text-transform: uppercase;
    margin-top: .521vw;
    font-weight: 400;
    letter-spacing: unset
}

section.HeroSection_.HeroInneBanner_as.HeroInneBanner_II h4 span {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2rem;
    margin-top: -2px;
    margin-left: .625rem;
    padding: .875rem .5rem .375rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(4, 18, 101, 1)), color-stop(50%, rgba(101, 24, 121, 1)), to(rgba(163, 20, 77, 1))) !important;
    background: -o-linear-gradient(left, rgba(4, 18, 101, 1) 0, rgba(101, 24, 121, 1) 50%, rgba(163, 20, 77, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(4, 18, 101, 1) 0, rgba(101, 24, 121, 1) 50%, rgba(163, 20, 77, 1) 100%) !important;
    border-radius: .25rem
}

section.HeroSection_.HeroInneBanner_as.HeroInneBanner_II img {
    margin: 0 auto;
    display: block;
    margin-bottom: 3%
}

section.TechWorldConvenes_as.InnerSpeakes_as {
    padding: 1% 0 4% 0
}

section.TechWorldConvenes_as.InnerSpeakes_as .MainHeading_as_II {
    margin-bottom: 3%
}

section.TechWorldConvenes_as.InnerSpeakes_as .SpeakerCard_as {
    margin-bottom: 8%
}

section.TechWorldConvenes_as.InnerSpeakes_as .SpeakerCard_as:before {
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -o-transform: rotate(41deg);
}

.HyperScaleSection {
    position: relative;
    overflow: hidden;
    padding: 5% 0;
    background: -o-radial-gradient(15% 20%, circle, rgba(70, 50, 180, .45), transparent 35%), -o-radial-gradient(85% 80%, circle, rgba(210, 20, 110, .35), transparent 35%), -o-linear-gradient(335deg, #10145d 0, #31146e 48%, #9b1259 100%);
    background: radial-gradient(circle at 15% 20%, rgba(70, 50, 180, .45), transparent 35%), radial-gradient(circle at 85% 80%, rgba(210, 20, 110, .35), transparent 35%), linear-gradient(115deg, #10145d 0, #31146e 48%, #9b1259 100%);
    color: #fff
}

.HyperScaleTop {
    margin-bottom: 6%
}

.EyebrowText {
    display: block;
    font-size: .75vw;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .08vw;
    text-transform: uppercase
}

.HyperScaleContent {
    padding-right: 3%
}

.EyebrowText {
    margin-bottom: 3%;
    opacity: .75
}

.HyperScaleContent h2 {
    margin: 0;
    font-size: 4.6vw;
    font-weight: 800;
    text-transform: uppercase
}

.IntroText {
    margin: 1.4% 0 0;
    font-size: 1.25vw;
    line-height: 1.5
}

.GrowthBadge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1vw;
    margin-top: 2%;
    padding: 1% 2%;
    border-radius: 5vw;
    background: #fff;
    color: #26105f;
    -webkit-border-radius: 5vw;
    -moz-border-radius: 5vw;
    -ms-border-radius: 5vw;
    -o-border-radius: 5vw;
}

.GrowthBadge strong {
    font-size: 1.7vw;
    line-height: 1
}

.GrowthBadge span {
    font-size: .8vw;
    font-weight: 700;
    text-transform: uppercase
}

.HyperScaleCards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.15fr 2% .85fr;
    grid-template-columns: 1.15fr .85fr;
    gap: 2%
}

.HyperScaleCard {
    overflow: hidden;
    border-radius: 2.5vw;
    background: rgba(255, 255, 255, .09);
    border: .08vw solid rgba(255, 255, 255, .18);
    -webkit-backdrop-filter: blur(1vw);
    backdrop-filter: blur(1vw)
}

.CardContent {
    padding: 4%
}

.CardContent h3 {
    margin: 3% 0;
    font-size: 2.1vw;
    line-height: 1.08;
    font-weight: 700
}

.CardContent p {
    max-width: 90%;
    margin: 0;
    font-size: 1vw;
    line-height: 1.55;
    opacity: .78
}

.CardImage {
    overflow: hidden
}

.CardImage img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
}

.HyperScaleCard:hover .CardImage img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.LiveDemoCard .CardImage {
    height: 20vw
}

.ConferenceCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ConferenceCard .CardImage {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 16vw
}

.TestimonialSection {
    position: relative;
    overflow: hidden;
    padding: 5% 0;
    background: #050609
}

.AutoContainer {
    width: 92%;
    margin: 0 auto
}

.TestimonialCard {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 28% 1fr;
    grid-template-columns: 28% 1fr;
    min-height: 25vw;
    overflow: hidden;
    border-radius: 2vw;
    background: -o-linear-gradient(330deg, #530000 0, #180719 38%, #170b45 100%);
    background: linear-gradient(120deg, #530000 0, #180719 38%, #170b45 100%);
    border: .08vw solid rgba(255, 255, 255, .08);
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
}

.TestimonialGlow {
    position: absolute;
    width: 35%;
    aspect-ratio: 1;
    top: -30%;
    right: -5%;
    border-radius: 50%;
    background: rgba(110, 54, 255, .22);
    -webkit-filter: blur(5vw);
    filter: blur(5vw);
    pointer-events: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.TestimonialGrid {
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: .12;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.05vw, rgba(255, 255, 255, .15)), color-stop(.05vw, transparent)), -webkit-gradient(linear, left top, right top, color-stop(.05vw, rgba(255, 255, 255, .15)), color-stop(.05vw, transparent));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .15) .05vw, transparent .05vw), -o-linear-gradient(left, rgba(255, 255, 255, .15) .05vw, transparent .05vw);
    background-image: linear-gradient(rgba(255, 255, 255, .15) .05vw, transparent .05vw), linear-gradient(90deg, rgba(255, 255, 255, .15) .05vw, transparent .05vw);
    background-size: 2vw 2vw;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
    -webkit-mask-image: linear-gradient(90deg, transparent, #000);
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
    mask-image: linear-gradient(90deg, transparent, #000)
}

.TestimonialProfile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5%;
    z-index: 2
}

.ProfileImageWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ProfileCircle {
    position: absolute;
    width: 17vw;
    height: 17vw;
    bottom: -20%;
    border-radius: 50%;
    background: -o-linear-gradient(315deg, #d6003f, #5b1cff);
    background: linear-gradient(135deg, #d6003f, #5b1cff);
    opacity: .55;
    -webkit-filter: blur(.1vw);
    filter: blur(.1vw)
}

.ProfileImage {
    position: relative;
    width: 100%;
    max-height: 24vw;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    z-index: 2;
    -webkit-filter: drop-shadow(0 1vw 2vw rgba(0, 0, 0, .45));
    filter: drop-shadow(0 1vw 2vw rgba(0, 0, 0, .45))
}

.TestimonialContent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5% 8% 5% 4%;
    z-index: 2
}

.QuoteIcon {
    margin-bottom: 1%;
    color: rgba(255, 255, 255, .9);
    font-size: 5vw;
    line-height: .5;
    font-family: serif
}

.TestimonialQuote {
    max-width: 92%;
    margin: 0;
    color: #fff;
    font-size: 2vw;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: -.03vw
}

.TestimonialQuote strong {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#c8bfff));
    background: -o-linear-gradient(left, #fff, #c8bfff);
    background: linear-gradient(90deg, #fff, #c8bfff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.TestimonialBottom {
    margin-top: 2%
}

.SpeakerInfo {
    position: relative
}

.SpeakerLine {
    width: 3vw;
    height: .12vw;
    margin-bottom: 2%;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: -o-linear-gradient(left, #fff, transparent);
    background: linear-gradient(90deg, #fff, transparent)
}

.SpeakerInfo h3 {
    margin: 0;
    color: #fff;
    font-size: 1.6vw;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase
}

.SpeakerInfo p {
    margin: 3% 0 0;
    color: rgba(255, 255, 255, .75);
    font-size: 1.1vw;
    line-height: 1.4
}

.CompanyLogo {
    width: 9vw;
    padding-bottom: 1%
}

.CompanyLogo img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-top: 4%
}

.ProfileInfoMobile {
    display: none
}

.TestimonialCard {
    -webkit-transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
    transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
    -o-transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
    transition: transform .4s ease, box-shadow .4s ease;
    transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
    -moz-transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
    -ms-transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
}

.TestimonialCard:hover {
    -webkit-transform: translateY(-.3vw);
    -ms-transform: translateY(-.3vw);
    transform: translateY(-.3vw);
    -webkit-box-shadow: 0 1.5vw 4vw rgba(0, 0, 0, .35);
    box-shadow: 0 1.5vw 4vw rgba(0, 0, 0, .35);
    -moz-transform: translateY(-.3vw);
    -o-transform: translateY(-.3vw);
}

.TestimonialCard:hover .ProfileImage {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.ProfileImage {
    -webkit-transition: transform .5s ease, -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -moz-transition: transform .5s ease, -webkit-transform .5s ease;
    -ms-transition: transform .5s ease, -webkit-transform .5s ease;
}

section.PartnersLogos_as {
    padding: 4% 0 3% 0;
    z-index: 9
}

.PartnersBox_as {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff !important;
    -webkit-box-shadow: -1px 6px 13px 0 #0c0c0c21 !important;
    box-shadow: -1px 6px 13px 0 #0c0c0c21 !important;
    border-radius: .625rem;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    -o-border-radius: .625rem;
}

.PartnersBox_as figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.PartnersBox_as figure img {
    width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%
}

.SectorTopicsSection {
    position: relative;
    overflow: hidden;
    padding: 3% 0;
    background: -o-radial-gradient(10% 50%, circle, rgba(145, 0, 0, .22), transparent 35%), -o-radial-gradient(90% 50%, circle, rgba(72, 20, 180, .28), transparent 35%), #050506;
    background: radial-gradient(circle at 10% 50%, rgba(145, 0, 0, .22), transparent 35%), radial-gradient(circle at 90% 50%, rgba(72, 20, 180, .28), transparent 35%), #050506
}

.SectorTopicsWrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2% 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2%
}

.SectorColumn {
    position: relative;
    padding: 6%;
    overflow: hidden;
    border: .08vw solid rgba(255, 255, 255, .1);
    border-radius: 2vw;
    background: -o-linear-gradient(315deg, rgba(110, 0, 0, .28), rgba(18, 10, 40, .7));
    background: linear-gradient(135deg, rgba(110, 0, 0, .28), rgba(18, 10, 40, .7))
}

.HotTopicsColumn {
    background: -o-linear-gradient(315deg, rgba(35, 15, 75, .85), rgba(12, 8, 28, .9));
    background: linear-gradient(135deg, rgba(35, 15, 75, .85), rgba(12, 8, 28, .9))
}

.SectionHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2%;
    margin-bottom: 2%;
    padding-bottom: 3%;
    border-bottom: .08vw solid rgba(255, 255, 255, .12)
}

.HeadingNumber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background: -o-linear-gradient(315deg, red, #9d00ff);
    background: linear-gradient(135deg, red, #9d00ff);
    color: #fff;
    font-size: .8vw;
    font-weight: 700
}

.SectionHeading h2 {
    margin: 0;
    color: #fff;
    font-size: 2vw;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}

.TopicList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3%;
    margin: 0;
    padding: 0;
    list-style: none
}

.TopicItem {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2% 3% 1fr;
    grid-template-columns: 2% 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3%;
    padding: 1.4% 0;
    overflow: hidden;
    border-radius: 1vw;
    color: #fff;
    -webkit-transition: background .35s ease, transform .35s ease, -webkit-transform .35s ease;
    transition: background .35s ease, -webkit-transform .35s ease;
    -o-transition: background .35s ease, transform .35s ease, -webkit-transform .35s ease;
    transition: background .35s ease, transform .35s ease;
    transition: background .35s ease, transform .35s ease, -webkit-transform .35s ease;
    -moz-transition: background .35s ease, transform .35s ease, -webkit-transform .35s ease;
    -ms-transition: background .35s ease, transform .35s ease, -webkit-transform .35s ease;
}

.TopicItem::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: .18vw;
    height: 60%;
    border-radius: 2vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff2b2b), to(#8c18ff));
    background: -o-linear-gradient(top, #ff2b2b, #8c18ff);
    background: linear-gradient(180deg, #ff2b2b, #8c18ff);
    opacity: 0;
    -webkit-transform: scaleY(.45);
    -ms-transform: scaleY(.45);
    transform: scaleY(.45);
    -webkit-transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    -o-transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
    -moz-transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
    -ms-transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
}

.TopicItem:hover {
    -webkit-transform: translateX(.5vw);
    -ms-transform: translateX(.5vw);
    transform: translateX(.5vw);
    background: rgba(255, 255, 255, .07)
}

.TopicItem:hover::before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.TopicNumber {
    color: rgba(255, 255, 255, .35);
    font-size: .75vw;
    font-weight: 600;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease
}

.TopicItem:hover .TopicNumber {
    color: #f77
}

.TopicText {
    font-size: 1.05vw;
    line-height: 1.4;
    font-weight: 500
}

.SectorColumn::after {
    content: "";
    position: absolute;
    width: 15vw;
    aspect-ratio: 1;
    right: -10%;
    bottom: -25%;
    border-radius: 50%;
    background: rgba(255, 0, 70, .12);
    -webkit-filter: blur(3vw);
    filter: blur(3vw);
    pointer-events: none
}

.HotTopicsColumn::after {
    background: rgba(90, 40, 255, .16)
}

.physicalAIHero {
    position: relative;
    padding: 14% 0 6% 0;
    background-color: #fefefe;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99
}

.physicalAIHero:before {
    background: -webkit-gradient(linear, left top, right top, from(#d3dafa), color-stop(18%, rgb(248 249 255)), color-stop(42%, #deebffe8), color-stop(68%, #0d6efd94), to(#9fbeec));
    background: -o-linear-gradient(left, #d3dafa 0, rgb(248 249 255) 18%, #deebffe8 42%, #0d6efd94 68%, #9fbeec 100%);
    background: linear-gradient(90deg, #d3dafa 0, rgb(248 249 255) 18%, #deebffe8 42%, #0d6efd94 68%, #9fbeec 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.airobotimg {
    position: absolute;
    bottom: 6%;
    right: 2%;
    width: 48%
}

.phyAIHerocontentLeft {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.phyAIHerocontentLeft .colocLabel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    padding: 20px 20px;
    border-radius: 50px;
    border: 2px solid #dbe3ff;
    background: #fff;
    font-size: 1vw;
    line-height: 1.8vw;
    font-weight: 700;
    color: #2d56ff;
    margin-bottom: 10px
}

.phyAIHerocontentLeft h1,
.phyAIHerocontentLeft h2 {
    font-size: 4.7vw;
    line-height: 5vw;
    font-weight: 900;
    margin-bottom: 1.5vw;
    color: #000
}

.phyAIHerocontentLeft h1 span,
.phyAIHerocontentLeft h2 span {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#2864ff), to(#003cff));
    background: -o-linear-gradient(top, #2864ff, #003cff);
    background: linear-gradient(180deg, #2864ff, #003cff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.phyAIHerocontentLeft h4.phyAIsubtitle {
    font-size: 2.2vw;
    line-height: 2.4vw;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 1.2vw;
    color: #000
}

.phyAIHerocontentLeft h4.phyAIsubtitle span {
    color: #0064d5
}

.phyAIHerocontentLeft p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: #000;
    margin-bottom: 1vw;
    font-weight: 500;
    width: 85%
}

.phyAIHerocontentLeft .date-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    margin-top: 30px
}

.phyAIHerocontentLeft .date-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: #2d56ff;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    border: #d9d4d4 solid 1px
}

.phyAIHerocontentLeft .date-icon em {
    color: #f3933c
}

.phyAIHerocontentLeft .date-content h4 {
    font-size: 1.5vw;
    font-weight: 900;
    line-height: 2vw;
    margin-bottom: 0;
    text-transform: uppercase
}

.phyAIHerocontentLeft .date-content p {
    font-size: 1.1vw;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%
}

.herofloating {
    position: absolute;
    right: 4%;
    bottom: 12%;
    z-index: 20;
    width: 250px
}

.side-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.5vw 1.3vw;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .05), 0 20px 50px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05), 0 20px 50px rgba(0, 0, 0, .08);
    margin-top: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.side-card:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.sider-card-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.side-card .play-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #dfe6ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: #2d56ff;
    margin-bottom: 0;
    margin-right: 10px
}

.side-card h3 {
    font-size: 1vw;
    line-height: 1.5vw;
    font-weight: 800;
    margin: 0
}

.side-card p {
    font-size: 1.1vw;
    line-height: 1.3vw;
    color: #000;
    font-weight: 600;
    margin: 0
}

.side-card .circle-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed #2d56ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2vw;
    font-weight: 900;
    margin-bottom: 10px;
    color: #111
}

.side-card .play-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #dfe6ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: #2d56ff;
    margin-bottom: 0;
    margin-right: 10px
}

.side-card .play-circle em {
    color: #2d56ff;
    width: 50px
}

.phyAI-statswrap {
    position: relative;
    width: 100%;
    z-index: 99;
    margin-bottom: 3vw
}

.phstats-strip {
    width: 100%;
    background: #fff;
    border-radius: 1.8vw;
    padding: 0 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 .2vw .5vw rgba(0, 0, 0, .02), 0 1vw 2.5vw rgba(0, 0, 0, .05);
    box-shadow: 0 .2vw .5vw rgba(0, 0, 0, .02), 0 1vw 2.5vw rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-top: -5%;
    position: relative;
    isolation: isolate;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.phstats-strip:before {
    content: '';
    position: absolute;
    inset: 0;
    background: -o-linear-gradient(315deg, rgba(41, 93, 255, .04), rgba(0, 60, 255, .02), transparent);
    background: linear-gradient(135deg, rgba(41, 93, 255, .04), rgba(0, 60, 255, .02), transparent);
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    z-index: -1
}

.phstats-strip:after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 40%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .9)), to(transparent));
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, .9), transparent);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .9), transparent);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s
}

.phystats-item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 0 1vw;
    border-right: .08vw solid rgba(0, 0, 0, .08);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden;
    -webkit-transition: .45s cubic-bezier(.17, .67, .32, 1.3);
    -o-transition: .45s cubic-bezier(.17, .67, .32, 1.3);
    transition: .45s cubic-bezier(.17, .67, .32, 1.3);
    padding-top: 2vw;
    padding-bottom: 2vw;
    min-height: 10vw
}

.phystats-item:nth-child(1) {
    -webkit-animation: floatCard 4s ease-in-out infinite;
    animation: floatCard 4s ease-in-out infinite
}

.phystats-item:nth-child(2) {
    -webkit-animation: floatCard 4s ease-in-out infinite .5s;
    animation: floatCard 4s ease-in-out infinite .5s
}

.phystats-item:nth-child(3) {
    -webkit-animation: floatCard 4s ease-in-out infinite 1s;
    animation: floatCard 4s ease-in-out infinite 1s
}

.phystats-item:nth-child(4) {
    -webkit-animation: floatCard 4s ease-in-out infinite 1.5s;
    animation: floatCard 4s ease-in-out infinite 1.5s
}

.phystats-item::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180%;
    height: 180%;
    background: -o-radial-gradient(circle, rgba(41, 93, 255, .12), transparent 70%);
    background: radial-gradient(circle, rgba(41, 93, 255, .12), transparent 70%);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    opacity: 0
}

.phystats-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    height: .22vw;
    border-radius: 10vw;
    background: -webkit-gradient(linear, left top, right top, from(#00a4b7), to(#00a6ff));
    background: -o-linear-gradient(left, #00a4b7, #00a6ff);
    background: linear-gradient(90deg, #00a4b7, #00a6ff);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.phystats-icon {
    width: 4vw;
    height: 4vw;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.4vw;
    color: #2d56ff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.phystats-icon {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.phystats-icon em {
    color: #00a4b7;
    font-size: 2.5vw
}

.phystats-content h3 {
    font-size: 2.2vw;
    line-height: 1;
    font-weight: 900;
    margin-bottom: .65vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a4b7), to(#00a4b7));
    background: -o-linear-gradient(top, #00a4b7, #00a4b7);
    background: linear-gradient(180deg, #00a4b7, #00a4b7);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.phystats-content p {
    font-size: 1vw;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    margin: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.phystats-item:hover {
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, .9), rgba(241, 245, 255, .95));
    background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(241, 245, 255, .95));
    -webkit-backdrop-filter: blur(.6vw);
    backdrop-filter: blur(.6vw)
}

.phystats-item:hover:after {
    width: 75%
}

.phystats-item:hover .phystats-content h3 {
    -webkit-transform: translateY(-.15vw);
    -ms-transform: translateY(-.15vw);
    transform: translateY(-.15vw);
    letter-spacing: .04vw
}

.phystats-item:hover .phystats-icon {
    -webkit-transform: rotate(-8deg) scale(1.12);
    -ms-transform: rotate(-8deg) scale(1.12);
    transform: rotate(-8deg) scale(1.12);
    color: #003cff
}

.phyaiMeetWrap {
    position: relative;
    padding: 2vw 0;
    -webkit-filter: drop-shadow(0 20px 45px rgba(22, 35, 58, .12));
    filter: drop-shadow(0 20px 45px rgba(22, 35, 58, .12))
}

.phyaiMeetWrap h4 {
    font-size: 1vw;
    line-height: 1.3vw;
    font-weight: 800;
    color: #00a4b7;
    margin-bottom: 1.2vw;
    text-transform: uppercase
}

.phyaiMeetWrap h2 {
    font-size: 2.4vw;
    line-height: 2.8vw;
    font-weight: 900;
    margin-bottom: 2vw
}

.phyaiMeetWrap h2 span {
    color: #00a4b7
}

.phyaiMeetWrap figure {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.phyaiMeetWrap figure:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 8vw;
    height: 8vw;
    border-top: .9vw solid #f3933c;
    border-left: .9vw solid #f3933c;
    border-radius: 2.3vw 0 0 0;
    z-index: 20;
    pointer-events: none
}

.phyaiMeetWrap figure:after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 8vw;
    height: 8vw;
    border-bottom: .9vw solid #f3933c;
    border-right: .9vw solid #f3933c;
    border-radius: 0 0 2.3vw 0;
    z-index: 20;
    pointer-events: none
}

.phyicon-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1vw 1fr 1vw 1fr 1vw 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    max-width: 44vw
}

.phyicon-item {
    text-align: center;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    cursor: pointer;
    position: relative
}

.phyicon-item:hover {
    -webkit-transform: translateY(-.4vw);
    -ms-transform: translateY(-.4vw);
    transform: translateY(-.4vw)
}

.phyicon-box {
    width: 4.6vw;
    height: 4.6vw;
    margin: auto auto 1vw;
    border-radius: 1.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2vw;
    color: #00a4b7;
    background: -o-linear-gradient(315deg, rgba(41, 93, 255, .08), rgba(41, 93, 255, .02));
    background: linear-gradient(135deg, rgba(41, 93, 255, .08), rgba(41, 93, 255, .02));
    border: .08vw solid rgba(41, 93, 255, .1);
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    position: relative;
    overflow: hidden
}

.phyicon-box::before {
    content: '';
    position: absolute;
    inset: -30%;
    background: -o-radial-gradient(circle, rgba(41, 93, 255, .18), transparent 70%);
    background: radial-gradient(circle, rgba(41, 93, 255, .18), transparent 70%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.phyicon-item:hover .phyicon-box::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.phyicon-item:hover .phyicon-box {
    color: #fff;
    -webkit-transform: rotate(-5deg) scale(1.08);
    -ms-transform: rotate(-5deg) scale(1.08);
    transform: rotate(-5deg) scale(1.08);
    -webkit-box-shadow: 0 1vw 2vw rgba(41, 93, 255, .18);
    box-shadow: 0 1vw 2vw rgba(41, 93, 255, .18);
    background: -webkit-gradient(linear, left top, left bottom, from(#de481f), to(#661600));
    background: -o-linear-gradient(top, #de481f, #661600);
    background: linear-gradient(180deg, #de481f, #661600)
}

.phyicon-item p {
    font-size: 1vw;
    line-height: 1.3vw;
    font-weight: 700;
    color: #000;
    margin: 0
}

.phyicon-box em {
    color: #00a4b7
}

.phyicon-item:hover .phyicon-box em {
    color: #fff
}

.phyWhydubaiWrap {
    position: relative;
    padding: 4vw 0
}

.launchcardInner {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: -o-linear-gradient(315deg, #021b7c 0, #00208f 40%, #001866 100%);
    background: linear-gradient(135deg, #021b7c 0, #00208f 40%, #001866 100%);
    -webkit-box-shadow: 0 .4vw 1vw rgba(0, 0, 0, .05), 0 2vw 4vw rgba(0, 32, 143, .18);
    box-shadow: 0 .4vw 1vw rgba(0, 0, 0, .05), 0 2vw 4vw rgba(0, 32, 143, .18);
    padding-right: 2vw
}

.launchcardInner figure {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 20px 0 0 20px;
    background-size: cover;
    background-position: 90% 6%;
    background-repeat: no-repeat
}

.launchcardInner h4 {
    font-size: 1vw;
    line-height: 1.3vw;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.2vw;
    text-transform: uppercase;
    padding-top: 3vw
}

.launchcardInner h2 {
    font-size: 2.4vw;
    line-height: 2.8vw;
    font-weight: 900;
    margin-bottom: 2vw;
    color: #fff
}

.launchcardInner h2 span {
    color: #3baec1
}

.feature-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 3vw
}

.phyfeature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1vw;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    cursor: pointer
}

.phyfeature-item:hover {
    -webkit-transform: translateY(-.35vw);
    -ms-transform: translateY(-.35vw);
    transform: translateY(-.35vw)
}

.phyfeature-icon {
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7vw;
    color: #2d67ff;
    background: -o-linear-gradient(315deg, rgba(45, 103, 255, .18), rgba(45, 103, 255, .05));
    background: linear-gradient(135deg, rgba(45, 103, 255, .18), rgba(45, 103, 255, .05));
    border: .08vw solid rgba(255, 255, 255, .08);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    position: relative;
    overflow: hidden
}

.phyfeature-icon::before {
    content: '';
    position: absolute;
    inset: -40%;
    background: -o-radial-gradient(circle, rgba(45, 103, 255, .25), transparent 70%);
    background: radial-gradient(circle, rgba(45, 103, 255, .25), transparent 70%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.phyfeature-item:hover .phyfeature-icon::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.phyfeature-item:hover .phyfeature-icon {
    background: -o-linear-gradient(315deg, #2d67ff, #003cff);
    background: linear-gradient(135deg, #2d67ff, #003cff);
    color: #fff;
    -webkit-transform: rotate(-6deg) scale(1.08);
    -ms-transform: rotate(-6deg) scale(1.08);
    transform: rotate(-6deg) scale(1.08);
    -webkit-box-shadow: 0 1vw 2vw rgba(45, 103, 255, .22);
    box-shadow: 0 1vw 2vw rgba(45, 103, 255, .22)
}

.phyfeature-icon em {
    color: #fff
}

.phyfeature-text {
    font-size: 1.1vw;
    line-height: 1.3vw;
    font-weight: 400;
    color: rgba(255, 255, 255, .88)
}

.phytestimonialWrap {
    padding: 5vw 0;
    position: relative;
    background: #f7f9fc
}

.containerinnertest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px
}

.phytest-left {
    width: 35%
}

.phytest-left .tag {
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #17b9c0;
    font-family: 'Big Shoulders'
}

.phytest-left h2 {
    font-size: 2.5vw;
    line-height: 2.9vw;
    margin-top: 10px;
    color: #000
}

.phytest-left span {
    color: #17b9c0
}

.phytestright-slider {
    width: 65%
}

.phyquotecard {
    background: #fff;
    padding: 25px 10px;
    border-radius: 16px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    height: 100%
}

.quoticonphy {
    position: relative
}

.quoticonphy img {
    width: 14%;
    margin-top: -18%
}

.phyquotecard p {
    font-size: 1.1vw;
    line-height: 1.4vw;
    margin-bottom: 15px;
    position: relative
}

.quoteMeta figure img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-top: 15px;
    margin-bottom: 10px;
    display: none
}

.quoteMeta h3.leader-name {
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.4vw;
    padding-bottom: .2vw;
    text-transform: uppercase
}

.quoteMeta p {
    font-size: 1vw;
    line-height: 1.6vw;
    position: relative
}

.quoteMeta p.leader-designation span {
    font-size: 1.2vw;
    line-height: 1.4vw;
    font-weight: 600;
    color: #17b9c0;
    text-transform: uppercase
}

.phytestright-slider .swiper-button-next,
.phytestright-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.phytestright-slider .swiper-button-next::after,
.phytestright-slider .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.phytestright-slider .swiper-button-next:hover {
    -webkit-transform: scale(1.1) translateX(5px);
    -ms-transform: scale(1.1) translateX(5px);
    transform: scale(1.1) translateX(5px)
}

.phytestright-slider .swiper-button-prev:hover {
    -webkit-transform: scale(1.1) translateX(-5px);
    -ms-transform: scale(1.1) translateX(-5px);
    transform: scale(1.1) translateX(-5px)
}

.GradientHeading {
    background: -webkit-gradient(linear, left top, right top, from(#d0421b), to(#00a4b7));
    background: -o-linear-gradient(left, #d0421b, #00a4b7);
    background: linear-gradient(to right, #d0421b, #00a4b7);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.4vw !important;
    margin-bottom: 2% !important
}

.live-energy {
    position: relative;
    padding: 4vw 0
}

.liveengeryItem {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3vw 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    border: 10px solid #17b9c0ba;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    min-height: 15vw;
    z-index: 9
}

.liveengeryItem:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 65 185 / 52%)), color-stop(0, rgb(0 65 185 / 64%)), color-stop(60%, rgb(0 0 0 / 66%)));
    background: -o-linear-gradient(top, rgb(0 65 185 / 52%) 0, rgb(0 65 185 / 64%) 0, rgb(0 0 0 / 66%) 60%);
    background: linear-gradient(180deg, rgb(0 65 185 / 52%) 0, rgb(0 65 185 / 64%) 0, rgb(0 0 0 / 66%) 60%);
    border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    z-index: -1;
    -webkit-border-radius: 34px
}

.liveengeryItem h2 {
    color: #fff;
    font-size: 1.8vw;
    line-height: 2.5vw;
    text-transform: uppercase;
    text-align: center
}

.liveengeryItem {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden
}

.liveengeryItem:hover {
    -webkit-transform: translateY(-8px) scale(1.03);
    -ms-transform: translateY(-8px) scale(1.03);
    transform: translateY(-8px) scale(1.03);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
    border-color: #00c2ff
}

.liveengeryItem {
    background-size: 120%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.liveengeryItem:hover {
    background-size: 135%
}

.liveengeryItem:before {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.liveengeryItem:hover:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 87, 255, .35)), color-stop(70%, rgba(0, 0, 0, .75)));
    background: -o-linear-gradient(top, rgba(0, 87, 255, .35) 0, rgba(0, 0, 0, .75) 70%);
    background: linear-gradient(180deg, rgba(0, 87, 255, .35) 0, rgba(0, 0, 0, .75) 70%)
}

.liveengeryItem h2 {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.liveengeryItem:hover h2 {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    letter-spacing: 1px
}

.liveengeryItem:hover {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 183, 255, .3), 0 25px 60px rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 2px rgba(0, 183, 255, .3), 0 25px 60px rgba(0, 0, 0, .4)
}

.coloactedshoebtminner {
    position: relative;
    padding: 0 0 3% 0
}

.coshow02_card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 240px
}

.coshow02_card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 1)), color-stop(50%, rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    position: relative
}

.coshow02_card figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.coshow02_card figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 1)), color-stop(50%, rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, .45) 50%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0
}

.coshow02_card figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.coshow02_card .show02content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%
}

.coshow02_card .show02content h4 {
    color: #fff;
    font-size: 1.6vw;
    margin: 0;
    padding: 0
}

.coshow02_card .show02content p {
    color: #fff;
    font-size: 1.1vw;
    margin: 6% 0 0 0
}

.coshow02_card .show02content h4 span {
    color: #17b9c0;
    display: block
}

.coshow02_card .show02content a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0
}

.coshow02_card .show02content em {
    color: #fff
}

.coshow02_card,
.coshow02_card * {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.coshow02_card figure {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.coshow02_card:hover figure {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.coshow02_card::before {
    opacity: .9;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.coshow02_card:hover::before {
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, .9)), color-stop(60%, rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, .9) 20%, rgba(0, 0, 0, .4) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, .9) 20%, rgba(0, 0, 0, .4) 60%, rgba(0, 0, 0, 0) 100%)
}

.coshow02_card .show02content {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.coshow02_card:hover .show02content {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.coshow02_card h4 {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: .9
}

.coshow02_card:hover h4 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.coshow02_card .viewbtn_wrap a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.coshow02_card .viewbtn_wrap em {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.coshow02_card:hover .viewbtn_wrap em {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px)
}

.coshow02_card:hover {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .25)
}

.btm-phystats02 {
    margin: 0 !important;
    margin-top: 4vw !important;
    padding-bottom: 4vw
}

.btm-phystats02 .phystats-content h3 {
    font-size: 2vw
}

.btm-phystats02 .phystats-content p {
    font-size: 1.3vw;
    line-height: 1.5vw;
    letter-spacing: unset;
    text-transform: uppercase
}

.btm-phystats02 .phystats-item:nth-child(1) {
    width: 40%
}

.side-card .circle-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed #2d56ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2vw;
    font-weight: 900;
    margin-bottom: 10px;
    color: #111
}

.circle-phstnumber {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed #2d56ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2vw;
    font-weight: 900;
    margin-bottom: 10px;
    color: #111
}

img.RobotiXColored_as {
    width: 66%;
    margin-bottom: 7%
}

.keytopics {
    padding: 4vw 0;
    background: #f7f9fc
}

.keytopics .section-title {
    font-size: 2.4vw;
    line-height: 2.8vw;
    font-weight: 900;
    margin-bottom: 2vw;
    text-transform: uppercase;
    text-align: center
}

.keytopics .section-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #2c4c7c;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 10px
}

.topics-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.topic-card {
    background: #fff;
    padding: 20px 20px 20px 60px;
    border-radius: 12px;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
    cursor: pointer
}

.topic-card span {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #0043ba
}

.topic-card p {
    font-size: 1.4vw;
    margin: 0;
    color: #000;
    font-weight: 500
}

.topic-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    border-left: 5px solid #0043ba
}

.phytest-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-top: 10px
}

.phytest-arrows .swiper-button-next,
.phytest-arrows .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    margin-top: 1vw
}

.phytest-arrows .swiper-button-next::after,
.phytest-arrows .swiper-button-prev::after {
    font-size: 16px;
    color: #000
}

.phytest-arrows .swiper-button-next:hover {
    -webkit-transform: translateX(5px) scale(1.1);
    -ms-transform: translateX(5px) scale(1.1);
    transform: translateX(5px) scale(1.1)
}

.phytest-arrows .swiper-button-prev:hover {
    -webkit-transform: translateX(-5px) scale(1.1);
    -ms-transform: translateX(-5px) scale(1.1);
    transform: translateX(-5px) scale(1.1)
}

.phytest-arrows .swiper-button-next {
    display: none
}

.testimonialSwiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.testimonialSwiper .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.phyquotecard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.phyadbanner {
    width: 100%;
    background: #0041dd;
    position: relative
}

.phyadbanner h4 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0
}

.phyadbanner:before {
    position: absolute;
    content: "";
    width: 40vw;
    height: 128%;
    background: url(https://aieverythingabudhabi.com/images/robotic_hadn.png) no-repeat right center/contain;
    top: -13%;
    left: -9%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-animation: floatRobot2 5s ease-in-out infinite;
    animation: floatRobot2 5s ease-in-out infinite
}

@-webkit-keyframes floatRobot2 {
    0% {
        -webkit-transform: translateY(0) scaleX(-1);
        transform: translateY(0) scaleX(-1)
    }

    50% {
        -webkit-transform: translateY(-15px) scaleX(-1);
        transform: translateY(-15px) scaleX(-1)
    }

    100% {
        -webkit-transform: translateY(0) scaleX(-1);
        transform: translateY(0) scaleX(-1)
    }
}

@keyframes floatRobot2 {
    0% {
        -webkit-transform: translateY(0) scaleX(-1);
        transform: translateY(0) scaleX(-1)
    }

    50% {
        -webkit-transform: translateY(-15px) scaleX(-1);
        transform: translateY(-15px) scaleX(-1)
    }

    100% {
        -webkit-transform: translateY(0) scaleX(-1);
        transform: translateY(0) scaleX(-1)
    }
}

.app_card {
    border-radius: 20px;
    border-left: 1px solid #fff;
    padding: 20px 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app_card .infoapp h5 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
    padding: 0
}

.app_card .infoapp figure {
    width: 120px;
    margin: 20px 0 0
}

.mob_mockup {
    width: 60%;
    height: 200px;
    margin: 0;
    position: relative;
    right: 40px
}

.mob_mockup img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.app_card .infoapp figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.app_card {
    border-radius: 20px;
    border-left: 1px solid #fff;
    padding: 20px 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app_card .infoapp h5 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
    padding: 0
}

.app_card .infoapp figure {
    width: 120px;
    margin: 20px 0 0
}

.app_card .infoapp figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.mob_mockup {
    width: 60%;
    height: 200px;
    margin: 0;
    position: relative;
    right: 40px
}

.mob_mockup img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.ai-ultra {
    padding: 0
}

.ai-ultra-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ai-ultra .phsector-card {
    position: relative;
    width: 30vw;
    height: 30vw;
    border-radius: 28px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(255, 255, 255, .06);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}

.ai-ultra .phsector-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: currentColor;
    opacity: .8;
    z-index: 3
}

.sect-blue {
    color: #3b82f6;
    background: -o-radial-gradient(bottom, circle, rgba(59, 130, 246, .18), #000 60%);
    background: radial-gradient(circle at bottom, rgba(59, 130, 246, .18), #000 60%)
}

.sect-cyan {
    color: #06b6d4;
    background: -o-radial-gradient(bottom, circle, rgba(6, 182, 212, .18), #000 60%);
    background: radial-gradient(circle at bottom, rgba(6, 182, 212, .18), #000 60%)
}

.sect-purple {
    color: #a855f7;
    background: -o-radial-gradient(bottom, circle, rgba(168, 85, 247, .18), #000 60%);
    background: radial-gradient(circle at bottom, rgba(168, 85, 247, .18), #000 60%)
}

.sect-orange {
    color: #f97316;
    background: -o-radial-gradient(bottom, circle, rgba(249, 115, 22, .18), #000 60%);
    background: radial-gradient(circle at bottom, rgba(249, 115, 22, .18), #000 60%)
}

.sect-green {
    color: #22c55e;
    background: -o-radial-gradient(bottom, circle, rgba(34, 197, 94, .18), #000 60%);
    background: radial-gradient(circle at bottom, rgba(34, 197, 94, .18), #000 60%)
}

.phsector-card figure {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease
}

.phsector-card:hover figure {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

.phsector-card figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.phsector-card figure::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 30%;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, .4)), color-stop(65%, rgba(0, 0, 0, .75)), color-stop(85%, rgba(0, 0, 0, .95)), to(#000));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .75) 65%, rgba(0, 0, 0, .95) 85%, #000 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .75) 65%, rgba(0, 0, 0, .95) 85%, #000 100%)
}

.phsector-card figure::before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    opacity: .15
}

.ph1sector-overlay {
    position: absolute;
    inset: 0;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(40%, rgba(0, 0, 0, .35)), color-stop(70%, transparent));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, .35) 40%, transparent 70%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, .35) 40%, transparent 70%)
}

.sect-blue .ph1sector-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 130, 246, .72)), color-stop(40%, rgba(0, 0, 0, .4)), color-stop(65%, transparent));
    background: -o-linear-gradient(top, rgba(59, 130, 246, .72), rgba(0, 0, 0, .4) 40%, transparent 65%);
    background: linear-gradient(to bottom, rgba(59, 130, 246, .72), rgba(0, 0, 0, .4) 40%, transparent 65%)
}

.sect-cyan .ph1sector-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 182, 212, .73)), color-stop(40%, rgba(0, 0, 0, .4)), color-stop(65%, transparent));
    background: -o-linear-gradient(top, rgba(6, 182, 212, .73), rgba(0, 0, 0, .4) 40%, transparent 65%);
    background: linear-gradient(to bottom, rgba(6, 182, 212, .73), rgba(0, 0, 0, .4) 40%, transparent 65%)
}

.sect-purple .ph1sector-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(167, 85, 247, .43)), color-stop(40%, rgba(0, 0, 0, .4)), color-stop(65%, transparent));
    background: -o-linear-gradient(top, rgba(167, 85, 247, .43), rgba(0, 0, 0, .4) 40%, transparent 65%);
    background: linear-gradient(to bottom, rgba(167, 85, 247, .43), rgba(0, 0, 0, .4) 40%, transparent 65%)
}

.sect-orange .ph1sector-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(#70604d), color-stop(40%, rgba(0, 0, 0, .4)), color-stop(65%, transparent));
    background: -o-linear-gradient(top, #70604d, rgba(0, 0, 0, .4) 40%, transparent 65%);
    background: linear-gradient(to bottom, #70604d, rgba(0, 0, 0, .4) 40%, transparent 65%)
}

.sect-green .ph1sector-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 180, 96, .49)), color-stop(40%, rgba(0, 0, 0, .4)), color-stop(65%, transparent));
    background: -o-linear-gradient(top, rgba(30, 180, 96, .49), rgba(0, 0, 0, .4) 40%, transparent 65%);
    background: linear-gradient(to bottom, rgba(30, 180, 96, .49), rgba(0, 0, 0, .4) 40%, transparent 65%)
}

.top-content22 {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 3
}

.phstnum {
    font-size: 1.5vw;
    font-weight: 900;
    color: currentColor;
    padding: 20px 10px;
    opacity: .9
}

.sector-icon {
    width: 58px;
    height: 58px;
    margin: 10px 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    border: none;
    color: currentColor;
    background: rgba(255, 255, 255, .05);
    position: relative
}

.sector-icon em,
.sector-icon i {
    color: currentColor
}

.sector-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid currentColor;
    border-left: 3px solid currentColor;
    opacity: .9
}

.sector-icon svg {
    width: 26px;
    height: 26px;
    stroke: #fff
}

.ph1sector-overlay h3 {
    font-size: 1.5vw;
    line-height: 2vw;
    font-weight: 500;
    max-width: 90%;
    color: #fff
}

.ph1sector-overlay h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 1.1vw;
    border-radius: 2px;
    background: currentColor
}

.phsector-card:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.phsector-card:hover .sector-icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.phsector-card.active {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    z-index: 3
}

.phsector-card:nth-child(2),
.phsector-card:nth-child(4) {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.HeroSection_.HeroInneBanner_as.HeroSection_conference {
    height: auto;
    text-align: center;
    padding: 0 0 40px;
    background-repeat: no-repeat;
    background-size: cover
}

.HeroSection_conference .Overlay_ {
    background: -o-linear-gradient(346deg, #f3f3f3 0, rgb(248 249 255) 18%, #deebffe8 42%, #0d6efd8f 68%, #000 100%);
    background: linear-gradient(104deg, #f3f3f3 0, rgb(248 249 255) 18%, #deebffe8 42%, #0d6efd8f 68%, #000 100%);
    opacity: 1
}

.HeroSection_conference h1.HeroHeading_.HeroInneBannerHeading_as {
    font-size: 3.5vw;
    text-align: left;
    color: #f3933c
}

.HeroSection_conference .HeroHeading_ span {
    color: transparent;
    -webkit-text-stroke: .1vw rgb(0 0 0)
}

.GitexSummitSection_ .date-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.GitexSummitSection_ .date-icon {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    border-radius: 14px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: #2d56ff;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    border: #d9d4d4 solid 1px
}

.GitexSummitSection_ .date-icon em {
    color: #f3933c
}

.GitexSummitSection_ .date-content h4 {
    font-size: 1.5vw;
    font-weight: 900;
    line-height: 2vw;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000
}

.GitexSummitSection_ .date-content p {
    font-size: 1vw;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%
}

.aisummit-session01 {
    position: relative;
    padding: 6vw 0;
    background-size: cover;
    background-position: top;
    z-index: 2;
    margin-top: 0
}

.aisummit-session01:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6%;
    background: -o-linear-gradient(350deg, #f6f9e8 20%, rgb(255 255 255) 45%, rgb(255 255 255) 75%);
    background: linear-gradient(100deg, #f6f9e8 20%, rgb(255 255 255) 45%, rgb(255 255 255) 75%);
    z-index: -1;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255 255 255 / 0)), to(#fff));
    background: -o-linear-gradient(bottom, rgb(255 255 255 / 0) 0, #fff 100%);
    background: linear-gradient(to top, rgb(255 255 255 / 0) 0, #fff 100%)
}

.aisummit-session01 .sesson01overlay23 {
    position: absolute;
    inset: 0;
    background: url(https://www.gitex.com/theme26/images/RightElement_.png);
    z-index: -2;
    width: 44%;
    height: 47%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 18%;
    left: 56%;
    background-position: right;
    opacity: .2
}

.AiSummitTEXTwrap_as {
    width: 64.8%;
    padding-bottom: 3vw
}

.AiSummitTEXTwrap_as h2 {
    font-size: 3.2vw;
    font-weight: 900;
    margin-bottom: 1vw;
    letter-spacing: -.02em
}

.OuterConfSponsor_ {
    position: relative;
    width: 35vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.AiSummitTEXTwrap_as p {
    font-size: 1.2vw;
    line-height: 1.8vw;
    color: #222;
    margin-bottom: 1.5vw;
    width: 88%
}

.confSponsorLogo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px
}

.AiSummitTEXTwrap_as ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.ulwidth {
    width: 80%
}

.AiSummitTEXTwrap_as ul li {
    list-style: none;
    font-size: 1.2vw;
    line-height: 1.8vw;
    margin-bottom: 1vw;
    padding-left: 2vw;
    position: relative;
    padding-bottom: .6vw;
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.AiSummitTEXTwrap_as ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .3vw;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #00c6ff55;
    box-shadow: 0 0 10px #00c6ff55;
    -webkit-animation: bulletGlow 2.5s ease-in-out infinite;
    animation: bulletGlow 2.5s ease-in-out infinite
}

.AiSummitTEXTwrap_as ul li::after {
    content: "";
    position: absolute;
    left: .55vw;
    top: 1.6vw;
    width: 2px;
    height: calc(100% - 1.2vw);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(236 10 16)), to(transparent));
    background: -o-linear-gradient(rgb(236 10 16), transparent);
    background: linear-gradient(rgb(236 10 16), transparent)
}

@-webkit-keyframes bulletGlow {

    0%,
    100% {
        -webkit-box-shadow: 0 0 8px #00c6ff55;
        box-shadow: 0 0 8px #00c6ff55;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-box-shadow: 0 0 18px #00c6ff99;
        box-shadow: 0 0 18px #00c6ff99;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

@keyframes bulletGlow {

    0%,
    100% {
        -webkit-box-shadow: 0 0 8px #00c6ff55;
        box-shadow: 0 0 8px #00c6ff55;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-box-shadow: 0 0 18px #00c6ff99;
        box-shadow: 0 0 18px #00c6ff99;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

.aisummitKeythemes {
    position: relative;
    margin-top: -8%;
    z-index: 9;
    margin-bottom: 4vw
}

.aisummitKeythemes h3 {
    color: #fff;
    font-size: 2vw;
    line-height: 2.3vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .4vw 3.9vw;
    margin-left: 2vw;
    text-transform: uppercase;
    position: relative;
    -webkit-clip-path: polygon(16% 0, 90% 0, 100% 90%, 0 100%);
    clip-path: polygon(16% 0, 90% 0, 100% 90%, 0 100%)
}

.aisummitKeythemes h3::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #f3933c;
    width: 100%;
    height: 100%;
    z-index: -1
}

.keyStrips {
    background: rgb(198 218 249 / 54%);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 1.5vw;
    padding: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.keyStripsItem {
    width: 100%;
    border-radius: 1vw;
    padding: 1.5vw 1vw;
    text-align: center;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec0a10), to(#f3933c));
    background: -o-linear-gradient(top, #ec0a10 0, #f3933c 100%);
    background: linear-gradient(180deg, #ec0a10 0, #f3933c 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}

.keyStripsItem h4 {
    font-size: 1.3vw;
    line-height: 1.5vw;
    font-weight: 700;
    margin-bottom: 1vw;
    color: #000
}

.keyStripsItem p {
    font-size: 1vw;
    line-height: 1.3vw;
    color: #000
}

.infraenergy02 .AiSummitTEXTwrap_as p {
    width: 100%
}

.aisummitKeythemes.infraenergy02 h3:before {
    background-color: #ec0a10
}

#infraenergy .AiSummitTEXTwrap_as h2 span {
    background: -webkit-gradient(linear, left top, right top, from(#da4760), to(#0526bc));
    background: -o-linear-gradient(left, #da4760, #0526bc);
    background: linear-gradient(90deg, #da4760, #0526bc);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#infraenergy .AiSummitTEXTwrap_as ul li .icon {
    background: rgb(75 42 190 / 29%)
}

#infraenergy .sesson01overlay23 {
    background: -o-linear-gradient(350deg, #fff4ea29 20%, rgb(255 255 255 / 0) 45%, rgba(255, 255, 255, 0) 75%);
    background: linear-gradient(100deg, #fff4ea29 20%, rgb(255 255 255 / 0) 45%, rgba(255, 255, 255, 0) 75%)
}

.infraenergy02 .keyStripsItem h4 {
    color: #000
}

.infraenergy02 .keyStripsItem:hover {
    -webkit-transform: translateY(-8px) scale(1.02);
    -ms-transform: translateY(-8px) scale(1.02);
    transform: translateY(-8px) scale(1.02);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3933c), to(#ec0a10));
    background: -o-linear-gradient(top, #f3933c 0, #ec0a10 100%);
    background: linear-gradient(180deg, #f3933c 0, #ec0a10 100%);
    color: #fff
}

.infraenergy02 .keyStripsItem:hover h4 {
    color: #fff
}

.AiHovtsession_as {
    position: relative;
    padding: 7vw 0;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    z-index: 9
}

.AiHovtsession_as::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff9783), color-stop(20%, #fff5f5), color-stop(45%, #ffe0e0e8), color-stop(70%, #ec0a1080), to(#ec0a1000));
    background: -o-linear-gradient(left, #ff9783 0, #fff5f5 20%, #ffe0e0e8 45%, #ec0a1080 70%, #ec0a1000 100%);
    background: linear-gradient(90deg, #ff9783 0, #fff5f5 20%, #ffe0e0e8 45%, #ec0a1080 70%, #ec0a1000 100%);
    z-index: -1
}

.GovtcurveDividerTop_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 3
}

.govtcurveDividerTop svg {
    width: 100%;
    height: 120px;
    fill: #fff
}

.aigovtKeyThemes {
    margin-top: 3vw
}

.aigovtKeyThemes h3 {
    font-size: 2.5vw;
    line-height: 1.4;
    text-transform: uppercase
}

.aigovtfrGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5vw;
    margin-top: 1.5vw
}

.AiGovtfrCard_as {
    padding: 1.8vw 1.2vw;
    border-radius: 40px;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-size: .95vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: .5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.AiGovtfrCard_as:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.AiGovtfrCard_as h4 {
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: .6vw;
    line-height: 1.4;
    margin: 0
}

.AiGovtfrCard_as p {
    font-size: 1vw;
    line-height: 1.6;
    color: #000;
    margin: 0
}

.AiGovtfrCard_as::before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#00c6ff), to(#00e6a8));
    background: -o-linear-gradient(left, #00c6ff, #00e6a8);
    background: linear-gradient(90deg, #00c6ff, #00e6a8);
    border-radius: 2px
}

.GovtCurveDividerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 3
}

.GovtCurveDividerBottom svg {
    width: 100%;
    height: 120px;
    display: block
}

.GovtCurveDividerBottom path {
    fill: #fff
}

.govtcurveDividerTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 3
}

.govtcurveDividerTop svg {
    width: 100%;
    height: 120px
}

.govtcurveDividerTop path {
    fill: #fff
}

.ai360session4 {
    position: relative;
    padding: 3vw 0;
    background-size: cover;
    background-position: left;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 1vw;
    z-index: 9
}

.SpeakerContainer_ {
    margin: 5% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 120px
}

.subHeadingBox h3 {
    font-size: 2vw;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 5px
}

.subHeadingBox p {
    font-size: 1.2vw;
    color: #000
}

section.TechWorldConvenes_as.ConferenceSpeakers_as {
    padding: 5% 0;
    background: 0 0
}

.ConferenceSpeakers_as .SpeakerCard_as {
    border-color: #ec0a10
}

.ConferenceSpeakers_as .SpeakerCard_as:before {
    background: #ec0a10
}

.ConferenceSpeakers_as .SpeakerCountry {
    background: #ec0a10
}

.ConferenceSpeakers_as .SpeakerCountry span {
    color: #fff
}

.ConferenceSpeakers_as .SpeakerContent_as {
    color: #000
}

.ConferenceSpeakers_as .Company_as {
    color: #000
}

.TechcationAIHero_as {
    position: relative;
    padding: 11.8% 0 6% 0;
    background-color: #fefefe;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99
}

.TechcationAIHero_as:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 225, 219, 0)), color-stop(25%, rgba(224, 225, 219, 0)), color-stop(50%, rgba(224, 225, 219, .9)), color-stop(76%, rgba(224, 225, 219, 1)), to(rgba(224, 225, 219, 1)));
    background: -o-linear-gradient(bottom, rgba(224, 225, 219, 0) 0, rgba(224, 225, 219, 0) 25%, rgba(224, 225, 219, .9) 50%, rgba(224, 225, 219, 1) 76%, rgba(224, 225, 219, 1) 100%);
    background: linear-gradient(360deg, rgba(224, 225, 219, 0) 0, rgba(224, 225, 219, 0) 25%, rgba(224, 225, 219, .9) 50%, rgba(224, 225, 219, 1) 76%, rgba(224, 225, 219, 1) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.TechAIHerocontentLeft_as {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.GitexTechcation_as {
    width: 66%;
    margin-bottom: 7%
}

.TechAIHerocontentLeft_as h1 {
    font-size: 2vw;
    line-height: 2.2vw;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 1vw;
    color: #000
}

.TechAIHerocontentLeft_as h1 span {
    color: #000
}

.TechAIHerocontentLeft_as p {
    font-size: 1vw;
    line-height: 1.6vw;
    color: #000;
    margin-bottom: 1vw;
    font-weight: 500;
    width: 100%
}

.aisummit-session01 {
    position: relative;
    padding: 6vw 0;
    background-size: cover;
    background-position: top;
    z-index: 2;
    margin-top: 0
}

section.TechDubaiSection_as {
    position: relative;
    z-index: 11;
    padding: 5% 0
}

.AisummitTEEXTwrap_as_II p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: #222;
    margin-bottom: 1.5vw
}

.AisummitTEEXTwrap_as_II-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.AisummitTEEXTwrap_as_II-list ul li {
    list-style: none;
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 1vw;
    padding-left: 2vw;
    position: relative;
    padding-bottom: .6vw;
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.AisummitTEEXTwrap_as_II-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .3vw;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    background: -o-linear-gradient(315deg, #00a4b7, #00a4b7);
    background: linear-gradient(135deg, #00a4b7, #00a4b7);
    -webkit-box-shadow: 0 0 10px #00c6ff55;
    box-shadow: 0 0 10px #00c6ff55;
    -webkit-animation: bulletGlow 2.5s ease-in-out infinite;
    animation: bulletGlow 2.5s ease-in-out infinite
}

.AisummitTEEXTwrap_as_II-list ul li::after {
    content: "";
    position: absolute;
    left: .55vw;
    top: 1.6vw;
    width: 2px;
    height: calc(100% - 1.2vw);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 164 183)), to(transparent));
    background: -o-linear-gradient(rgb(0 164 183), transparent);
    background: linear-gradient(rgb(0 164 183), transparent)
}

@keyframes bulletGlow {

    0%,
    100% {
        -webkit-box-shadow: 0 0 8px #00c6ff55;
        box-shadow: 0 0 8px #00c6ff55;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-box-shadow: 0 0 18px #00c6ff99;
        box-shadow: 0 0 18px #00c6ff99;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

.QuestionsGitex_as .MainHeading_as_III h2 {
    font-size: 4vw;
    line-height: 6vw;
    color: #000
}

.QuestionsGitex_as.pt-0 {
    position: relative;
    z-index: 111;
    padding-bottom: 5%
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false
}

.strategicBox-inner {
    background: -webkit-gradient(linear, right top, left top, from(#d73200c2), to(#741300d4));
    background: -o-linear-gradient(right, #d73200c2 0, #741300d4 100%);
    background: linear-gradient(270deg, #d73200c2 0, #741300d4 100%);
    height: 100%;
    border-radius: 16px;
    padding: 20px
}

.strategicBox:after {
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-animation: rotation 6s linear infinite;
    animation: rotation 6s linear infinite;
    border-radius: inherit;
    background: conic-gradient(from var(--gradient-angle), transparent, #f3933c, #f3933c, #83351d, #ada7a8, transparent);
    inset: -.5rem
}

.strategicBox p {
    text-align: center;
    font-size: 1vw;
    color: #fff;
    margin: 0
}

.strategicBox {
    position: relative;
    height: 100%;
    border-radius: 16px
}

@-webkit-keyframes rotation {
    0% {
        --gradient-angle: 0deg
    }

    100% {
        --gradient-angle: 360deg
    }
}

@keyframes rotation {
    0% {
        --gradient-angle: 0deg
    }

    100% {
        --gradient-angle: 360deg
    }
}

.keyStripsThemes {
    background: -webkit-gradient(linear, left top, left bottom, from(#ec0a10), to(#f3933c));
    background: -o-linear-gradient(top, #ec0a10 0, #f3933c 100%);
    background: linear-gradient(180deg, #ec0a10 0, #f3933c 100%);
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

.keyStripsItem h4.collapseIcon {
    position: relative;
    text-align: left;
    font-size: 1.6vw;
    margin: 0
}

.keyStripsItem h4.collapseIcon:after {
    content: "\f068";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    z-index: 1;
    right: 0;
    font-size: 20px
}

.keyStripsItem h4.collapseIcon.collapsed:after {
    content: "\f067"
}

.keyStripsThemes .keyStripsItem {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    background: #fff
}

.keyStripsThemes .keyStripsItem:hover {
    background: -webkit-gradient(linear, right top, left top, from(#d73200c2), to(#741300d4));
    background: -o-linear-gradient(right, #d73200c2 0, #741300d4 100%);
    background: linear-gradient(270deg, #d73200c2 0, #741300d4 100%)
}

.keyStripsThemes .keyStripsItem:hover h4 {
    color: #fff
}

.keyStripsThemes .keyStripsItem:hover .collapseIcon:after {
    color: #fff
}

.keyStripsThemes .keyStripsItem:hover p {
    color: #fff
}

.GitexGlobalExpo_as.GitexGlobalExpo_conference img {
    top: -8%;
    right: -11%;
    width: 70%
}

.sessonRedoverlay23 {
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(116, 19, 0, 1)), color-stop(35%, rgba(116, 19, 0, .75)), color-stop(65%, rgba(116, 19, 0, .35)), to(rgba(116, 19, 0, 0)));
    background: -o-linear-gradient(left, rgba(116, 19, 0, 1) 0, rgba(116, 19, 0, .75) 35%, rgba(116, 19, 0, .35) 65%, rgba(116, 19, 0, 0) 100%);
    background: linear-gradient(to right, rgba(116, 19, 0, 1) 0, rgba(116, 19, 0, .75) 35%, rgba(116, 19, 0, .35) 65%, rgba(116, 19, 0, 0) 100%)
}

.aisummit-session01.exhibitionConferences:before {
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255 255 255 / 0)), to(#fff));
    background: -o-linear-gradient(bottom, rgb(255 255 255 / 0) 0, #fff 100%);
    background: linear-gradient(to top, rgb(255 255 255 / 0) 0, #fff 100%);
    height: 26%
}

.exhibitionConferences .AiSummitTEXTwrap_as {
    position: relative;
    z-index: 2
}

.infraenergy02 .keyStrips {
    background: #a865294f
}

.QuestionsGitex_as .MainHeading_as_II.MainHeading_as_III span color {
    font-size: 2vw
}

div#onLoadModal {
    z-index: 99999;
}

div#onLoadModal .modal-dialog {
    max-width: 52%
}

div#onLoadModal .modal-dialog .modal-header {
    border: 0;
    padding: 0;
    margin: 0
}

div#onLoadModal .modal-dialog .modal-header button.btn-close {
    position: absolute;
    right: 3%;
    top: 6%;
    z-index: 999;
    opacity: 1;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    height: auto;
    padding: 1px 8px 0;
    font-weight: 600
}

@media only screen and (min-width:320px) and (max-width:768px) {
    div#onLoadModal .modal-dialog {
        max-width: 100% !important
    }

    div#onLoadModal .modal-dialog .modal-body {
        padding: 4px
    }

    div#onLoadModal .modal-dialog .modal-header button.btn-close {
        right: 4%;
        top: 8%;
        font-size: 15px
    }
}

.countdown-wrap {
    text-align: center;
    padding: 0;
    background: 0 0;
    color: #fff;
    position: absolute;
    z-index: 1;
    right: 15%;
    left: unset;
    top: 25px;
}

.countdown-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px
}

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}

.count-box {
    width: 88px;
    padding: 10px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.count-box span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700
}

.count-box small {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: normal;
    font-weight: 600
}

@media (max-width:767px) {
    .count-box {
        width: 40px;
        padding: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        border-radius: 3px
    }

    .count-box span {
        font-size: 14px;
        line-height: 14px
    }

    .count-box small {
        font-size: 6px;
        margin-top: 0
    }

    .countdown {
        gap: 3px
    }

    .countdown-title {
        font-size: 7px;
        margin-bottom: 7px;
        letter-spacing: 0;
        line-height: normal
    }
}

@media(min-width:1100px) and (max-width:1365px) {
    .count-box {
        width: 60px;
        padding: 5px
    }

    .countdown-title {
        font-size: 10px;
        margin-bottom: 5px
    }

    .countdown {
        gap: 5px
    }

    .count-box span {
        font-size: 18px;
        line-height: 18px
    }

    .count-box small {
        font-size: 9px;
        margin-top: 2px
    }

    .modal-content .countdown-wrap {
        right: 15%;
        left: unset;
        top: 8px;
    }
}

.sectorslogobox001 {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sectorslogobox001 a,
.sectorslogobox001 a.sectorCradLink {
    width: 100% !important;
    height: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.sectorslogobox001 figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 6rem;
    min-height: 6rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sectorslogobox001 figure img {
    width: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

.sectorslogobox001 figure img:hover {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.sectorslogobox001 figure img.robotix01 {
    transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
}

.sectorslogobox001 figure img.enerygyx01 {
    transform: translateY(-4px) scale(1.2) !important;
    -webkit-transform: translateY(-4px) scale(1.2) !important;
    -moz-transform: translateY(-4px) scale(1.2) !important;
    -ms-transform: translateY(-4px) scale(1.2) !important;
    -o-transform: translateY(-4px) scale(1.2) !important;
}

.sectorslogobox001 figure img.gqx01 {
    transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
}

.sectorslogobox001 figure img.livx01 {
    transform: scale(0.88) !important;
    -webkit-transform: scale(0.88) !important;
    -moz-transform: scale(0.88) !important;
    -ms-transform: scale(0.88) !important;
    -o-transform: scale(0.88) !important;
}




/**/