.heading-menu,
#scroll,
#allFea,
#customers,
.btmBar {
    display: none;
}

:root {
    --text-light: #FFF;
    --text-dark: #000;
    --light-sky-blue: #F6F9FC;
    --theme: linear-gradient(180deg, #FFF 0%, #CEECFF 100%), linear-gradient(0deg, #E1EEFF 0%, #E1EEFF 100%), linear-gradient(0deg, #FFF4E5 0%, #FFF4E5 100%), #BAE1ED;
    --sky-blue: #EFF8FF;
    --light-green: #EFF8F1;
    --light-yellow: #FEF8ED;
    --button-color: #F0473D;
    --link-color: #0085FF;
    --padding: 45px;
    --border-radius: 10px;
    --h1-font: 54px;
    --h2-font: 36px;
    --h3-font: 24px;
    --h4-font: 20px;
    --p-font: 17px;
    --s-font: 12px;
    --m-font: 16px;
    --l-font: 32px;
    --xl-font: 48px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
    --n-gap: 24px;
    --m-top: 60px;
    --line-height-challenges: 327px;
}
body:before{
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    content: url(../../products/desktop-central/images/federal-multi-8a.png) 
    url(../../products/desktop-central/images/federal-multi-7a.png) 
    url(../../products/desktop-central/images/federal-multi-6a.png)
    url(../../products/desktop-central/images/federal-multi-5a.png)
    url(../../products/desktop-central/images/federal-multi-4a.png)
    url(../../products/desktop-central/images/federal-multi-3a.png)
    url(../../products/desktop-central/images/federal-multi-1a.png)
    url(../../products/desktop-central/images/federal-multi-2a.png);
    transform: scale(0);
}
[data-animate="true"]{
    opacity: 0 !important;
    transform: translate(0, 50px) !important;
    transition: all ease 750ms !important;
}
.active[data-animate="true"]{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.solutions {
    position: relative;
    padding: 80px 40px;
    text-align: center;
}

.solutions .mobile-device {
    display: none;
}

.solutions.light-sky-blue {
    background-color: var(--light-sky-blue);
}

.solutions.banner-theme {
    background: var(--theme);
    background-size: 100% 84%;
    z-index: 3;
    padding: 80px 0px 0px;
}

.solutions .flex {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: auto;
}

.solutions.flex {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: auto;
}

.solutions h1 {
    font-size: var(--h1-font);
    line-height: normal;
    font-weight: var(--xl-wgt);
    margin: 0 0 20px;
    color: var(--text-dark);
}

.solutions h2 {
    font-size: var(--h2-font);
    line-height: 50px;
    font-weight: var(--l-wgt);
    margin: 0 auto 20px;
    text-align: center;
    color: var(--text-dark);
    max-width: 850px;
}

.solutions h3 {
    font-size: var(--h3-font);
    line-height: normal;
    font-weight: var(--l-wgt);
    margin: 0 0 15px;
    color: var(--text-dark);
}

.solutions h3 strong {
    font-weight: 600;
}

.solutions h4 {
    font-size: var(--h4-font);
    line-height: 36px;
    margin: 0 !important;
    color: var(--text-dark);
}

.solutions p,
.solutions li {
    font-size: var(--p-font);
    line-height: 27.2px;
    font-weight: var(--s-wgt);
    margin: 0 0 30px;
    letter-spacing: .1px;
    color: var(--text-dark);
}

.solutions .cta-grp {
    grid-gap: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.solutions .cta {
    font-size: 16px;
    line-height: normal;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 105px;
    text-decoration: none;
    text-align: center;
    background-color: var(--button-color);
    color: var(--text-light);
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    border: 1px solid var(--button-color);
    border-radius: 4px;
}

.solutions .cta.sd {
    color: var(--button-color);
    background-color: #fff;
}

.solutions .cta.link {
    color: var(--link-color);
    background-color: transparent;
    border: 1px solid var(--link-color);
}

.solutions .cta.link-blue {
    background-color: var(--link-color);
    color: var(--text-light);
    border: 1px solid var(--link-color);
}

.solutions.header .content {
    width: auto;
    text-align: center;
    max-width: 1000px;
    margin: auto auto 160px;
}

.solutions.header .clip {
    width: -webkit-fill-available;
    height: 240px;
    position: relative;
}

.solutions.header .clip ul.clip-aside {
    width: 1000px;
    height: inherit;
    margin: auto;
    display: flex;
}

.solutions.header.active .clip img {
    opacity: 1;
}

.solutions.header .clip img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -155px;
    object-fit: contain;
    z-index: 2;
    top: 0px;
}
.solutions.header .clip:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 82%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -129%;
    background-color: #F6F9FC;
}
.solutions.header.banner-theme .parallax {
    /* background-image: url(/manageengine/products/desktop-central/images/federal-banner.svg); */
    /* height: 965px; */
    background-repeat: no-repeat;
    background-size: 1500px auto;
    background-position: bottom 190px center;
    /* background-attachment: unset; */
    position: relative;
    z-index: 2;
}
.solutions.header.active .clip .clip-aside [data-clip="1"] {
    animation: opacity 400ms ease-in;
    animation-delay: 700ms;
    transition-delay: 700ms;
}

.solutions.header.active .clip .clip-aside [data-clip="2"] {
    animation: bubbleUp 700ms ease-out;
    animation-delay: 500ms;
}

.solutions.header.active .clip .clip-aside [data-clip="3"] {
    animation: bubbleUp 700ms ease-out;
    animation-delay: 400ms;
}

.solutions.header.active .clip .clip-aside [data-clip="4"] {
    animation: bubbleUp 700ms ease-out;
    animation-delay: 300ms;
}

@keyframes bubbleUp {

    0% {
        transform: scale(0);
        filter: opacity(0);
    }

    70% {
        transform: scale(1.2);
        filter: opacity(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes opacity {

    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}

.solutions.header .clip .clip-aside [data-clip] {
    background-repeat: no-repeat;
    z-index: 3;
    background-size: contain;
    background-position: center;
    width: 270px;
    height: 370px;
    margin: 0px;
    opacity: 0;
    transition: all ease-in 350ms;
    transform: translate(0, 30px);
}

.solutions.header .clip .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-banner-clip-1.png);
    bottom: 60px;
    position: relative;
}

.solutions.header .clip .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/federal-banner-clip-2.png);
}

.solutions.header .clip .clip-aside [data-clip="3"] {
    background-image: url(../../products/desktop-central/images/federal-banner-clip-3.png);
    position: relative;
    bottom: 40px;
}

.solutions.header .clip .clip-aside [data-clip="4"] {
    background-image: url(../../products/desktop-central/images/federal-banner-clip-4.png);
    position: relative;
    bottom: 60px;
}
.solutions.header .clip .clip-aside.active [data-clip] {
    opacity: 1;
    transform: translate(0, 0);
}
.solutions.header .clip .clip-aside.active [data-clip="1"] {
    transition-delay: 0ms;
}
.solutions.header .clip .clip-aside.active [data-clip="2"] {
    transition-delay: 150ms;
    width: 240px;
    bottom: 40px;
    position: relative;
}
.solutions.header .clip .clip-aside.active [data-clip="3"] {
    transition-delay: 300ms;
}
.solutions.header .clip .clip-aside.active [data-clip="4"] {
    transition-delay: 450ms;
}
@keyframes bubbleUp {

	0% {
    transform: scale(0);
    filter: opacity(0);
}
70% {
    transform: scale(1.2);
    filter: opacity(1);
}
100% {
    transform: scale(1);
}
}
@keyframes backgroundImage  {
	0% {
    background-image:none;
}

100% {
    background-image: url(../../products/desktop-central/images/federal-banner.svg);
}
}
.solutions.header .description {
    border-radius: 20px;
    background-color: #FFF;
    padding: 60px;
    max-width: 1080px;
    margin: auto;
    z-index: 5;
    position: relative;
}

.solutions.header .description p {
    margin: auto;
    max-width: 994px;
}

.solutions.kit .content {
    text-align: center;
    margin: auto;
    max-width: 1200px;
}

.solutions.kit h2 {
    text-align: center;
}

.solutions.kit {
    max-width: 1200px;
    justify-content: space-between;
    padding: 80px 0px;
}

.solutions.kit p {
    max-width: 698px;
    margin: auto auto 20px;
}

.solutions.kit .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.solutions.kit .cta {
    margin-top: 20px;
}

.solutions.kit .list-box {
    width: 200px;
    position: relative;
    opacity: 0;
    background-color: var(--text-light);
    transform: translate(0px, 100px);
    transition: all ease 350ms;
    overflow: hidden;
}

.solutions.kit .list-box.active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.solutions.kit .list-box.active:nth-child(1) {
    transition-delay: 50ms
}

.solutions.kit .list-box.active:nth-child(2) {
    transition-delay: 100ms
}

.solutions.kit .list-box.active:nth-child(3) {
    transition-delay: 150ms
}

.solutions.kit .list-box.active:nth-child(4) {
    transition-delay: 200ms
}

.solutions.kit .list-box.active:nth-child(5) {
    transition-delay: 250ms
}

.solutions.kit .list-box .image-wrapper {
    width: inherit;
    height: 200px;
    background-color: var(--primary, rgba(223, 229, 241, 0.4));
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.solutions.kit .list-box .image-wrapper .list-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.solutions.kit .list-box .premium {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: auto;
    width: 40px;
    height: 40px;
}

.solutions.kit .list-box .premium img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solutions.kit .list-box .content {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    height: 200px;
    font-size: 16px;
    transition: opacity 0.3s ease 0s;
    text-transform: uppercase;
    text-align: center;
    width: auto;
}

.solutions.kit .list-box .content .text:after {
    content: '';
    display: inline-block;
    background-image: url(https://www.manageengine.com/products/desktop-central/resources/images/arrow-icon.svg);
    width: 8px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 0 8px;
}

.solutions.kit .list-box .list-cta {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: transparent;
}

.solutions.kit .hideSubscribe {
    display: none !important;
}

.solutions.kit .list-box .new {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 12px;
    background-color: #C20500;
    padding: 0px 10px;
    border-radius: 0px 0px 20px;
    min-width: 37px;
    text-align: center;
    line-height: normal;
    padding: 2px 12px;
    display: none;
}

.solutions.kit .list-box:hover {
    cursor: pointer;
    background-color: #000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.70);
    border-radius: 7px;
}

.solutions.kit .list-box:hover .image-wrapper {
    filter: brightness(0.35);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.solutions.kit .list-box:hover .content {
    opacity: 1;
}

.solutions.kit .list-box:hover .content .text {
    color: var(--text-light);
}

.solutions.kit .list-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0px 0px;
}

.solutions.kit .list-box .new.checklist {
    background-color: #006AFF;
}

.solutions.comments .content:before{
    position:absolute;
    content:"";
    background-image: url(https://www.manageengine.com/ems/images/icon/quote-icon-7.svg);
    width: 40px;
    height: 40px;
    right: 0;
    top: -50px;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(37%) sepia(55%) saturate(4618%) hue-rotate(199deg) brightness(103%) contrast(97%);
}
.solutions.comments .profile {
    background: none;
    padding-left: 0px !important;
    height: auto;
}

.solutions.comments .image {
    width: 450px;
}

.solutions.comments .content {
    width: 800px;
    text-align: center;
    position:relative;
}

.solutions.comments h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.solutions.comments .flex {
    margin-top: 80px;
}

.solutions.comments .content .profile p {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}
.solutions.comments .content p {
    margin: 0 0 20px;
}
.solutions.comments .profile img {
    margin-bottom: 10px;
}

.solutions.protect {
    max-width: 1200px;
    margin: auto;
}

.solutions.protect p {
    max-width: 740px;
    margin: auto;
}

.solutions.protect .image {
    max-width: 1200px;
    margin: 40px auto;
    width: 1200px;
    height: 725px;
}

.solutions.protect .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solutions.tolerance .image:before {
    position:absolute;
    content:"";
    background-image:url(../../products/desktop-central/images/federal-zero-tolerance-background.svg);
    width: 230px;
    height: 230px;
    top: auto;
    bottom: -81px;
    left: 54px;
    right: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    overflow: hidden;
}
.solutions.tolerance .flex {
    padding: 80px;
    max-width: 1040px;
    border-radius: 12px;
    background-color: #EFF8FF;
    justify-content: space-evenly;
    align-items: baseline;
}

.solutions.tolerance  .image {
    width: 290px;
    text-align: left;
    position: relative;
}

.solutions.tolerance  .content {
    width: calc(100% - 500px);
}

.solutions.tolerance .image h2 {
    text-align: left;
}

.solutions.tolerance .content li .heading {
    font-size: 24px;
    font-weight: var(--l-wgt);
    line-height: 27.2px;
    margin: 0 0 15px;
}

.solutions.tolerance .content li {
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.solutions.tolerance .content ul li:before {
    width: 17px;
    font-size: 22px;
    position: absolute;
    left: 0px;
    content: "\2713";
    color: #78CB7B;
    display: inline-block;
}

.solutions.tolerance .content li p {
    margin: 10px 0px 0px;
}

.solutions.tolerance .content li:last-child {
    margin: 0px;
}

.solutions.tolerance .image img {
    position: relative;
    z-index: 2;
    width: 300px;
    height: 250px;
    object-fit: contain;
}
.solutions.customers {
    padding-bottom: 0px;
}

.solutions.customers h4 {
    color: #666666;
    position: relative;
    width: fit-content;
    margin: auto !important;
    max-width: 1200px;
    font-size: 17px;
}

.solutions.customers h4:before {
    content: "";
    position: absolute;
    left: -102px;
    width: 100px;
    top: 45%;
    border: 1px solid #E9E9E9;
}

.solutions.customers h4:after {
    content: "";
    position: absolute;
    right: -102px;
    width: 100px;
    top: 45%;
    border: 1px solid #E9E9E9;
}

.solutions.customers .customers-logos {
    max-width: 1200px;
    margin: 25px auto auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 60px;
}

.solutions.customers .customers-logos img {
    max-width: 175px;
    max-height: 55px;
}
.solutions.blueprint .image {
    width: 310px;
    position: relative;
    height: 200px;
}

.solutions.blueprint  .content {
    width: calc(100% - 420px);
    text-align: left;
}

.solutions.blueprint .image img {
    width: 250px;
    position: absolute;
    top: -90px;
    left: 26px;
    z-index: 2;
}

.solutions.blueprint .content h3 {
    margin: 0px 0px 15px !important;
    line-height: 34.3px;
    font-size: 26px;
}


.solutions.blueprint .flex {
    border-radius: 12px;
    border: 1px solid #B3DAFF;
    background-color: #FFF;
    padding: 45px 60px;
    max-width: 1027px;
    justify-content: space-evenly;
    height: 135px;
}

.solutions.blueprint .image:before {
    content: "";
    position: absolute;
    border: 1px solid #B3DAFF;
    width: 250px;
    height: 250px;
    top: -111px;
    margin: auto;
    display: block;
    z-index: 2;
    border-radius: 12px;
    left: 8px;
    background: #FFF;
}

.solutions.blueprint {
    padding: 160px 40px 0px;
}
.solutions  .mission-wrapper {
    width: 100%;
    z-index: 3;
    margin-top: 50px;
}
.solutions .vertical-slider {
    margin-right: 30px;
    margin-bottom: 0px !important;
}
.solutions.mission .flex{
    height: 500px;
    text-align: left;
    justify-content: space-evenly;
    align-content: baseline;
    margin-top: 60px;
}

.solutions .accordion-content{
    width: calc(100% - 685px);
}
.solutions .accordion-image{
    width: 470px;
    position: relative;
    height: 500px;
}
.solutions .accordion-image .image.active{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}

.solutions .accordion-content .content li:before {
    content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/tick-icon-4.svg);
    font-size: 20px;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: 70%;
    top: 3px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.solutions .accordion-content .content.active .title {
    color: #0A7FFB !important;
    pointer-events: none;
    margin: 0 0 10px !important;
    padding-left: 0px;
}

.solutions .accordion-content .content .content-active-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}
.solutions .accordion-content .content.active .content-active-wrapper {
   display: block;
   max-height: 250px;
   opacity: 1;
   transition: max-height linear 350ms;
}
.solutions .accordion-content .content h3 {
    cursor: pointer;
    margin: 0 0 30px !important;
    padding: 0px 0px 0px 30px;
    position: relative;
    align-content: center;
}

.solutions .accordion-content .content.active .tag {
    border-radius: 4px;
    background-color: #D2E9FF;
    padding: 5px 10px;
    position: relative;
    display: inline;
}
.solutions .accordion-content .content li {
    max-width: 440px;
    padding-left: 25px;
    text-align: left;
    position: relative;
    margin: 0 0 10px;
}

.solutions .accordion-content .content.active ul {
    margin:15px 0 0;
    display: block;
}

.solutions.mission .accordion-content .content.active .content-active{
    border-radius: 16px;
    border: 0.775px solid #97B9FF;
    background-color: #F6F9FC;
    padding: 25px 0px 15px 25px;
    margin: 0px 0px 30px;
    position: relative;
}
.solutions.mission .accordion-content .content h3:before {
    position:absolute;
    content:"";
    background:url(https://www.manageengine.com/ems/images/icon/arrow-icon-4.svg);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    right: 27px;
    background-size: contain;
    transform: rotate(90deg);
    top: 12px;
    filter: brightness(0);
}
.solutions.mission .accordion-content .content h3:after {
    position:absolute;
    content:"";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    right: 19px;
    border:1px solid #0085FF;
    border-radius:50%;
    top: 0px;
    filter: brightness(0);
}

.solutions.mission .accordion-content .content.active h3.title:before {
    filter: none;
    transform: rotate(270deg);
    top: 2px;
    right: 26px;
    filter: brightness(0) saturate(100%) invert(36%) sepia(97%) saturate(3096%) hue-rotate(194deg) brightness(103%) contrast(107%);
}

.solutions .accordion-content .content.active h3.title:after {
    filter: none;
}
.solutions .multi-layer-tab .multi-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 1090px;
    gap: 18px 14px;
    margin-top: 20px;
}
.solutions .multi-layer-tab .multi-wrapper .layer-list {
    font-size: 15px;
    padding: 6px 10px 6px 10px;
}
.solutions .multi-layer-tab .multi-wrapper .layer-list {
    padding: 6px 17px 6px 17px;
    font-size: 17px;
    margin: 0px;
    cursor: pointer;
    border-radius: 24px;
    border: 1px solid #CAD9FF;
    background-color:  #FFF;
}
.solutions .multi-layer-tab .multi-wrapper .layer-list.active {
    background-color: #0085FF;
    color: #FFF;
    pointer-events: none;
}
.solutions .layer-content {
        margin: 50px 0px 0px 0px;
}
.solutions .layer-content .layer-list-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    grid-gap: 20px;
    opacity: 0;
    transition: all ease 50ms;
    display: none;
}
.solutions .layer-content .layer-list-content.active {
    opacity: 1;
    z-index: 100;
    position: relative;
    display: flex;
}

.solutions .layer-content .layer-list-content .image {
    width:500px;
    position: relative;
    height: 360px;
}

.solutions .layer-content .layer-list-content .content {
    width: calc(100% - 580px);
    text-align:left;
}
.solutions .layer-content .layer-list-content .content h4{
    font-weight:var(--l-wgt);
    font-size: 22px;
    margin: 0 0 10px !important;
}
.solutions .layer-content .layer-list-content .content span{
    font-weight:var(--l-wgt);
    font-size: 16px;
}

.solutions .layer-content .layer-list-content .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 10px;
    margin: 10px 0 0;
}
.solutions .layer-content .layer-list-content .content li{
    margin: 0px;
    display: inline-flex;
    padding: 0px 7px;
    justify-content: center;
    align-items: center;
    background-color: #D2E9FF;
    font-size: 16px;
    border-radius: 4px;
}

.solutions .layer-content .layer-list-content .content p {
    margin:0 0 20px
}
.solutions.charge>.flex {
    align-items: flex-start;
    justify-content: space-evenly;
}
.solutions.charge .sticky {
    max-width: 330px;
    position: sticky;
    top: 150px;
    text-align:left;
}
.solutions.charge .content {
    max-width: 900px;
    width: calc(100% - 450px);
}
.solutions.charge .sticky h2{
    text-align:left;
}
.solutions.charge .content .features-wrapper {
    column-count: 2;
    column-gap: 30px;
    max-width: 720px;
    margin: auto;
}
.solutions.charge .content .box {
    padding: 30px;
    min-height: 220px;
    position: relative;
    text-align: left;
    border-radius: 16px;
    border: 1px solid #B3DAFF;
    background-color: #FFF;
    margin-bottom: 30px;
    width: 276px;
}

.solutions.charge .content .box img {
    border-radius: 10px;
    max-width: 277px;
    height:auto;
    margin-bottom: 15px;
    object-fit: contain;
    width: 310px;
}
.solutions.charge .content .box h3{
    font-size: 24px;
    margin: 0 0 10px !important;
    line-height: 33px;
}
.solutions.charge .content .box p{
    margin:0px;
    line-height: 27.2px;
}

.solutions.challenges .flex{
    height: 430px;
    text-align: left;
    justify-content: space-evenly;
    align-content: flex-start;
    margin-top: 70px;
    align-items: flex-start;
}
.solutions.challenges .accordion-content {
    width: calc(100% - 730px);
    padding-left: 50px;
    position: relative;
}
.solutions.challenges .accordion-image {
    width: 550px;
    height: 400px;
}
.solutions.challenges .content.active .content-active {
    margin: 0px 0px 29px;
    position: relative;
}
.solutions.challenges .content h3 {
    cursor: pointer;
    margin: 0px !important;
    padding: 0px 0px 0px 20px;
    position: relative;
    align-content: center;
    line-height: 50px;
}
.solutions.challenges .content.active .title {
    color: #0085FF !important;
    pointer-events: none;
    margin: 0px !important;
    padding: 0px 0px 0px 20px;
}
.solutions.challenges .content h3:before{
     position:absolute;
     content:"";
     width: 22px;
     height: 22px;
     left: -25px;
     top: 14px;
     z-index: 4;
}
.solutions.challenges .content h3:after{
    width: 47px;
    height: 47px;
    position:absolute;
    content:"";
    border-radius:50%;
    left: -40px;
    border: 2px solid #C6E4FF;
    top: 0px;
    z-index: 3;
    background-color: #FFF;
}
.solutions.challenges .content h3.blindspots:before {
    background:url(../../products/desktop-central/images/federal-blindspots.svg) no-repeat;
    background-size: contain;
}
.solutions.challenges .content h3.compliance:before {
    background: url(../../products/desktop-central/images/federal-compliance.svg) no-repeat;
    background-size: contain;
}
.solutions.challenges .content h3.operations:before {
    background:url(../../products/desktop-central/images/federal-disruption.svg) no-repeat;
    background-size: contain;
}
.solutions.challenges .content h3.citizen:before {
    background:url(../../products/desktop-central/images/federal-erosion.svg) no-repeat;
    background-size: contain;
}
.solutions.challenges .content.active h3.title:before{
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(301%) hue-rotate(276deg) brightness(116%) contrast(100%);
    z-index: 4;
    /* left: -27px; */
    /* top: 13px; */
}
.solutions.challenges .content.active h3.title:after{
    background-color:#0085FF;
    border:none;
    border: 2px solid #0085FF;
}
.solutions.challenges .content p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-delay: 0ms;
    margin: 0px;
}
.solutions.challenges .content.active p{
   padding: 0px 0px 0px 20px;
   display: block;
   max-height: 200px;
   opacity: 1;
   transition: max-height linear 350ms;
}
.solutions.challenges .accordion-content:before {
    position: absolute;
    content: "";
    height: var(--line-height-challenges);
    width: 2px;
    border-left: 2px solid #C6E4FF;
    left: 35px;
    z-index: 0;
}

.solutions.challenges .accordion-content:before >.content.citizen.active {
    height:247px;
}
.solutions.challenges .accordion-content:before >.content.compliance.active {
    height: 400px;
}

@keyframes progress {
  0%{
   height:0%
  }
  100%{
    height:100%;
  }
}
.solutions.challenges .content.active .content-active:after{
  position:absolute;
  content:"";
  height: 327px;
  width: 2px;
  border-left: 2px solid #0085FF;
  top: 30px;
  left: -15px;
  animation: progress 10s linear forwards;
  z-index: 2;
  display:none;
}

/*.solutions.challenges .content.active.citizen .content-active:after {
    display: none;
}*/
.solutions.challenges .accordion-content .content.active.citizen .content-active:after{
    display:none;
}
.solutions.challenges:nth-child(2) .content.active:after {
    height: 400px;
}
.solutions.challenges:last-child .content.active:after{
    height: 247px;
}

.solutions .accordion-content .content .tag:before {
    position: absolute;
    content: "";
    border-top: 1px solid #D2E9FF;
    width: 390px;
    height: 1px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
    left: 72px;
}
.solutions .layer-content .layer-list-content .image:before {
    position:absolute;
    content:"";
    background:url(../../products/desktop-central/images/federal-multi-background.svg);
    width: inherit;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.solutions .layer-content .layer-list-content .image .clip-aside {
    width: inherit;
    height: 350px;
}
.solutions .layer-content .layer-list-content .image .clip-aside [data-clip] {
    position: absolute;
    background-repeat: no-repeat !important;
    z-index: 3;
    background-size: contain;
    background-position: center !important;
    transform-style: preserve-3d;
    transform-origin: center;
    transform: rotate3d(0, 1, 0,0deg);
    backface-visibility: hidden;
    /* animation: flip-in-ver-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; */
}
.solutions .layer-content .layer-list-content .image .clip-aside [data-clip="1"] {
    width: 280px;
    height: 280px;
    top: 35px;
    right: 30px;
    margin: 0px;
}
.solutions .layer-content .layer-list-content .image .clip-aside [data-clip="2"] {
    width: 110px;
    height: 110px;
    top: 119px;
    left: 61px;
    margin: 0px;
    background-size: auto 70px;
    border-radius: 10px;
    border: 1px solid #0085FF;
    background-color: #F6F9FC;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
    animation: flip-in-ver-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.solutions .layer-content .layer-list-content[layer-menu-content="defense"] .image .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-multi-1a.png);
}
@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
            transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
            transform: rotateY(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes swing {
    0% {
        transform: rotate3d(0, 1, 0, 360deg); /* Start by tilting forward */
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg); /* Tilt forward again */
    }
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="health"] .image .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-multi-2a.png);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="safety"] .image .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-multi-3a.png);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="infra"] .image .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-multi-4a.png);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="social"] .image .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-multi-5a.png);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="revenue"] .image .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-multi-6a.png);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="education"] .image .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-multi-7a.png);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="environment"] .image .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-multi-8a.png);
}
.solutions .layer-content .layer-list-content[layer-menu-content="defense"] .image .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/federal-multi-1b.svg);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="health"] .image .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/federal-multi-2b.svg);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="safety"] .image .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/federal-multi-3b.svg);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="infra"] .image .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/federal-multi-4b.svg);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="social"] .image .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/federal-multi-5b.svg);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="revenue"] .image .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/federal-multi-6b.svg);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="education"] .image .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/federal-multi-7b.svg);
}
.solutions.multi .layer-content .layer-list-content[layer-menu-content="environment"] .image .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/federal-multi-8b.svg);
}
.solutions.challenges .image:before{
    position:absolute;
    content:"";
    background-image:url(../../products/desktop-central/images/federal-challenges-background.svg);
    height: 400px;
    width: 310px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.solutions.challenges .image.operations:after{
    position:absolute;
    content:"";
    background-image:url(../../products/desktop-central/images/federal-operations-background.png);
    height: 290px;
    width: 190px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 85px;
    top: 78px;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.solutions.challenges .image.compliance:before{
    filter: brightness(0) saturate(100%) invert(98%) sepia(78%) saturate(551%) hue-rotate(313deg) brightness(100%) contrast(90%);
}
.solutions.challenges .image.operations:before{
    filter: brightness(0) saturate(100%) invert(87%) sepia(5%) saturate(1555%) hue-rotate(332deg) brightness(104%) contrast(93%);
}
.solutions.challenges .image.citizen:before{
    filter: brightness(0) saturate(100%) invert(86%) sepia(23%) saturate(293%) hue-rotate(320deg) brightness(100%) contrast(87%);
}
.solutions.challenges .image img {
    width: 430px;
    height:350px;
    object-fit:contain;
    z-index: 3;
    position: absolute;
    bottom: 0px;
    right: 72px;
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0, 30px);
}

.solutions.challenges .image.blindspots img {
    bottom: -25px;
}
.solutions.challenges .image.active img{
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 200ms;
}
.solutions.challenges .image.compliance img {
    right: 45px;
}
.solutions.challenges .image.operations img {
    right: 82px;
}
.solutions.challenges .image.citizen img {
   right: 59px;
   bottom: -20px;
}
.solutions.mission .accordion-image .image:before{
    position:absolute;
    content:"";
    background: url(../../products/desktop-central/images/federal-sucess-1c.svg);
    width: 320px;
    height: 440px;
    background-repeat: no-repeat;
    top: 0px;
    right: 0;
    background-size: contain;
}
.solutions.mission .accordion-image .image:after{
    position:absolute;
    content:"";
    background: url(../../products/desktop-central/images/federal-sucess-1d.svg);
    width: 260px;
    height: 170px;
    background-repeat: no-repeat;
    bottom: 72px;
    right: 150px;
    background-size: contain;
    z-index: 4;
    mix-blend-mode: multiply;
}
.solutions .accordion-image .image.it:before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(24%) saturate(6778%) hue-rotate(296deg) brightness(123%) contrast(111%);
}
.solutions .accordion-image .image.it:after{
    background-image: url(../../products/desktop-central/images/federal-sucess-2d.svg);
}
.solutions .accordion-image .image.partners:before,.solutions .accordion-image .image.partners:after{
    filter: brightness(0) saturate(100%) invert(92%) sepia(4%) saturate(1226%) hue-rotate(68deg) brightness(105%) contrast(94%);
}
.solutions .accordion-image .image.citizen:before,.solutions .accordion-image .image.citizen:after{
    filter: brightness(0) saturate(100%) invert(88%) sepia(2%) saturate(2118%) hue-rotate(341deg) brightness(110%) contrast(98%);
}
.solutions .accordion-image .image .clip-aside {
    width: inherit;
    height: 450px;
}
.solutions .accordion-image .image.government .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-success-1a.png);
}
.solutions .accordion-image .image.it .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-sucess-2a.png);
}
.solutions .accordion-image .image.partners .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-sucess-3a.png);
}
.solutions.mission .accordion-image .image.citizen .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/federal-sucess-4a.png);
}
.solutions .accordion-image .image.government .clip-aside [data-clip="2"]:before {
    background-image: url(../../products/desktop-central/images/federal-sucess-1b.svg);
}
.solutions.mission .accordion-image .image .clip-aside [data-clip="2"]:before{
     position:absolute;
     content:"";
     width: 60px;
     height: 60px;
     left: 0px;
     right: 0px;
     top: 0px;
     bottom: 0px;
     margin: auto;
     object-fit: contain;
     opacity: 0;
     transition: all ease 350ms;
     transform: translate(0, 30px);
     background-repeat: no-repeat;
     background-position: center;
}
.solutions .accordion-image .image.it .clip-aside [data-clip="2"]:before {
    background-image: url(../../products/desktop-central/images/federal-sucess-2b.svg);
    width: 60px;
    background-repeat: no-repeat;
    height: 60px;
}
.solutions .accordion-image .image.partners .clip-aside [data-clip="2"]:before {
    background-image: url(../../products/desktop-central/images/federal-sucess-3b.svg);
}
.solutions .accordion-image .image.citizen .clip-aside [data-clip="2"]:before {
    background-image: url(../../products/desktop-central/images/federal-sucess-4b.svg);
    background-repeat: no-repeat;
}
.solutions .accordion-image .image .clip-aside [data-clip] {
    position: absolute;
    background-repeat: no-repeat;
    z-index: 3;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0, 30px);
    margin: 0px;
}
.solutions .accordion-image .image.active .clip-aside [data-clip],.solutions .accordion-image .image.active .clip-aside [data-clip="2"]:before{
    opacity: 1;
    transform: translate(0, 0);
}
.solutions.mission .accordion-image .image.active .clip-aside [data-clip="1"]{
    transition-delay: 200ms;
}
.solutions .accordion-image .image.active .clip-aside [data-clip="2"]{
    animation: bubbleUp 700ms ease-out;
    animation-delay: 300ms;
    transition-delay: 300ms;
}
.solutions.mission .accordion-image .image.active .clip-aside [data-clip="3"]{
    animation: bubbleUp 700ms ease-out;
    animation-delay: 400ms;
    transition-delay: 400ms;
}
.solutions .accordion-image .image.active .clip-aside [data-clip="4"]{
    animation: bubbleUp 700ms ease-out;
    animation-delay: 500ms;
    transition-delay: 500ms;
}
.solutions .accordion-image .image.active .clip-aside [data-clip="5"]{
    animation: bubbleUp 700ms ease-out;
    animation-delay: 600ms;
    transition-delay: 600ms;
}
.solutions .accordion-image .image.active .clip-aside [data-clip="2"]:before{
    animation: bubbleUp 700ms ease-out;
    animation-delay: 300ms;
}
.solutions .accordion-image .image .clip-aside [data-clip="1"] {
    width: 330px;
    height: 330px;
    top: 43px;
    right: 49px;
}
.solutions.mission .accordion-image .image .clip-aside [data-clip="2"] {
    width: 60px;
    height: 60px;
    bottom: 101px;
    left: 75px;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    margin: 0px;
    z-index: 5;
}
.solutions .accordion-image .image .clip-aside .text {
    width: fit-content !important;
    height: fit-content !important;
    bottom: 97px;
    top: 0px;
    padding: 10px;
    margin: 0px;
    z-index: 5;
    border-radius: 16px;
    background-color: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}
.solutions.mission .accordion-image .image .clip-aside [data-clip="3"]{
    left: 60px;
    top: 130px;
}
.solutions .accordion-image .image .clip-aside [data-clip="4"]{
    right: 10px;
    top: 80px;
}

.solutions .accordion-image .image.citizen .clip-aside [data-clip="4"] {
    right: 20px;
}
.solutions .accordion-image .image .clip-aside [data-clip="5"]{
    right: 80px;
    bottom: 227px;
    top: auto;
}

.solutions .accordion-image .image.citizen .clip-aside [data-clip="5"] {
    right: 20px;
    bottom: 190px;
}

.solutions .accordion-image .image.partners .clip-aside [data-clip="5"] {
    right: 60px;
    bottom: 200px;
}

.solutions .accordion-image .image.it .clip-aside [data-clip="5"] {
    right: 4px;
    bottom: 230px;
}

.solutions.tolerance {
    padding-bottom: 0px;
}
.solutions.form-bank p {
    margin: auto;
    max-width: 800px;
}
.solutions.challenges .accordion-image .image .clip-aside {
    height: 370px;
}
.solutions.challenges .image.active .clip-aside [data-clip="1"] {
    animation: bubbleUp 700ms ease-out;
    animation-delay: 100ms;
    transition-delay: 100ms;
}
.solutions.challenges .image.active .clip-aside [data-clip="2"] {
    animation: bubbleUp 700ms ease-out;
    animation-delay: 200ms;
    transition-delay: 200ms;
}
.solutions.challenges .image.active .clip-aside [data-clip="3"] {
    animation: bubbleUp 700ms ease-out;
    animation-delay: 300ms;
    transition-delay: 300ms;
}
.solutions.challenges.slick-active .image .clip-aside [data-clip] {
    opacity: 1;
    transform: translate(0, 0);
}

.solutions.challenges .image .clip-aside [data-clip="3"] {
    border-radius: 20.371px;
    background-color: #FFF !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10) !important;
}
.solutions.challenges .image.citizen .clip-aside [data-clip="2"] ,.solutions.challenges .image.operations .clip-aside [data-clip="2"] {
    border-radius: 20.371px;
    background-color: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 10px 10px 40px;
}
.solutions.challenges .image .clip-aside .text {
    padding: 0px 0px 0px 10px;
    background-color: transparent;
    box-shadow: none;
}
.solutions.challenges .image .clip-aside [data-clip="1"] {
    right: 190px;
    top: 28px;
}

.solutions.challenges .image.citizen .clip-aside [data-clip="1"] {
    right: 140px;
    top: 28px;
}

.solutions.challenges .image.operations .clip-aside [data-clip="1"] {
    right: 160px;
    top: 28px;
}

.solutions.challenges .image.compliance .clip-aside [data-clip="1"] {
    right: 150px;
    top: 28px;
}
.solutions.challenges .image .clip-aside [data-clip="2"] {
    right: 90px;
    top: 85px;
}

.solutions.challenges .image.compliance .clip-aside [data-clip="2"] {
    right: 90px;
    top: 85px;
}

.solutions.challenges .image.citizen .clip-aside [data-clip="2"] {
    right: 10px;
    top: 90px;
}

.solutions.challenges .image.operations .clip-aside [data-clip="2"] {
    top: 80px;
    right: 20px;
}
.solutions.challenges .image .clip-aside [data-clip="3"] {
    right: 20px;
    top: 150px;
    padding: 10px;
    padding-left: 40px;
}
.solutions.challenges .image  .clip-aside [data-clip="3"]:before ,.solutions.challenges .image.citizen  .clip-aside [data-clip="2"]:before,.solutions.challenges .image.operations  .clip-aside [data-clip="2"]:before{
    content: "" !important;
    width: 30px !important;
    height: 30px !important;
    left: 9px !important;
    object-fit: contain;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat !important;
}
.solutions.challenges .image.blindspots  .clip-aside [data-clip="3"]:before {
    background-image:url(../../products/desktop-central/images/federal-blindspots-icon.svg);
}
.solutions.challenges .image.citizen  .clip-aside [data-clip="2"]:before {
    background-image:url(../../products/desktop-central/images/federal-breach-icon.svg);
}
.solutions.challenges .image.compliance   .clip-aside [data-clip="3"]:before {
    background-image:url(../../products/desktop-central/images/federal-data-leak-icon.svg);
    background-repeat: no-repeat;
}
.solutions.challenges .image.operations  .clip-aside [data-clip="2"]:before {
    background-image:url(../../products/desktop-central/images/federal-ransomware-icon.svg);
}
.solutions.challenges .image.active .clip-aside [data-clip]::before {
    content: "•";
    color: #000;
    display: inline-block;
    width: 15px;
    font-size: 20px;
    position: absolute;
    left: -5px;
    top: -4px;
}

.solutions.form-bank{
    max-width:1200px;
    margin:auto;
}
/*subscription popup */
#subscription.popup-box.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #0000009e;
}

#subscription.popup-box {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    padding: 0px !important;
}

#subscription.popup-box .subscription-popup {
    position: relative;
    max-width: 700px;
    border-radius: 8px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    grid-gap: 0;
    align-items: center;
    align-content: center;
}

#subscription.popup-box .subscription-popup img {
    width: 350px;
    object-fit: contain;
    transform: translate(-55px, -9px) scale(1.04);
}

#subscription.popup-box .form {
    width: calc(100% - 405px);
    padding: 25px;
    position: relative;
    text-align: left;
}

#subscription #closeSubscriptionPopup {
    position: absolute;
    top: -18px;
    right: -17px;
    cursor: pointer;
}

#subscription.popup-box .subscription-popup #closeSubscriptionPopup img {
    width: 40px;
    height: 40px;
    transform: none;
}

#subscription.popup-box .form .title {
    display: flex;
}

#subscription.popup-box form.edi-btn {
    display: flex;
    flex-wrap: wrap;
    max-width: inherit;
    align-items: end;
    margin: 0px;
    justify-content: flex-start;
    grid-gap: 20px;
}

form.edi-btn inputgroup {
    position: relative;
    width: 100%;
}

#subscription .subscription-popup .edi-btn inputgroup input {
    width: 92% !important;
    border-radius: 10px !important;
    border: 1px solid #E7E7E7 !important;
    background-color: #fff !important;
}

#subscription .subscription-popup .edi-btn inputgroup inputgroup select {
    margin-top: 0px !important;
    width: 100% !important;
    height: 41px !important;
    background-color: var(--text-light) !important;
    border-radius: 10px !important;
}

#subscription .subscription-popup .edi-btn .fbutton {
    width: 100% !important;
}

#subscription .subscription-popup .edi-btn .fbutton input.downloadSubmit {
    margin: 0px !important;
    background-color: #e9142b !important;
    width: 100% !important;
    border-radius: 10px !important;
    font-weight: var(--m-wgt) !important;
    text-transform: uppercase;
    font-family: ZohoPuvi;
    border: 1px solid transparent !important;
    color: #fff;
    border: 1px solid transparent !important;
    cursor: pointer;
}
#subscription .edi-btn inputgroup.select:after {
    top: 22px;
}

/* inline form*/
.inline-form .contactForm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 18px 32px;
    margin-top: 40px;
    min-height: 500px;
    z-index: 2;
    position: relative;
}
.edi-btn.inline-form inputgroup.select.country {
    margin: 0px;
    text-align: left;
}
.edi-btn.inline-form inputgroup.field {
    width: 375px;
    margin: 0px 0px 0px 0px;
    max-width: 48%;
    position: relative;
    z-index: 3;
}

.inline-form{
    max-width: 1200px;
    padding: 0px 40px;
    width: 782px;
}

.edi-btn.inline-form inputgroup label {
    transform: none;
    color: #000;
    font-size: 14px !important;
    line-height: normal;
    text-align: left;
    max-width: 100%;
}

.edi-btn.inline-form inputgroup input {
    border-radius: 6px !important;
    background-color: #FFF !important;
    width: calc(100% - 20px) !important;
    padding: 10px 6px 10px 10px  !important;
}

.edi-btn.inline-form inputgroup input#Phone {
    left: 70px;
    position: relative;
    width: 290px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.inline-form inputgroup.field .half {
    width: 47%;
    max-width: 50%;
    padding-right: 0px;
}
.edi-btn.inline-form inputgroup.field.country-code .country-value {
    position: absolute;
    top: 32px;
    z-index: 1;
    left: 1px;
    background-color: #FFF;
    width: 51px;
    padding-left: 6px;
    overflow: hidden;
}

.edi-btn.inline-form inputgroup.field.country-code  #country_code {
    width: 71px !important;
    top: 24px;
    position: absolute;
    border-radius: 6px 0px 0px 6px !important;
}
.inline-form inputgroup.field .half:first-child {
    padding-right: 15px;
}

.edi-btn.inline-form inputgroup.focus label {
    color: #000;
    transform: none !important;
    font-size: 15px !important;
}

.edi-btn.inline-form inputgroup select {
    background-color: #FFF !important;
    border-radius: 6px !important;
    margin-top: 0px !important;
}

.edi-btn.inline-form inputgroup.select:after{
    top: 45px;
}

.edi-btn.inline-form inputgroup.field.full {
    width: 100%;
    max-width: 98%;
}

.inline-form textarea#requirements {
    width: inherit !important;
    background-color: #FFF !important;
    border-radius: 6px !important;
    min-height: 80px;
    font-family: 'Zoho_Puvi_RegularItalic';
}

.edi-btn.inline-form inputgroup.field.full label {
    width: 100%;
    margin: auto;
    text-align: left;
}
.inline-form div[data-clickgdpr="formCTAgdpr"] {
    font-size: 14px;
    color: #000;
    text-align: left;
    margin: 10px 0px 6px;
    max-width: 100%;
}

.inline-form div[data-clickgdpr="formCTAgdpr"] a {
    color: #2753C1;
    text-decoration: underline;
}

.inline-form .fbutton .spl-submit#Submit {
    line-height: normal !important;
    padding: 14px 24px !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 105px;
    text-decoration: none;
    text-align: center;
    background-color: var(--button-color) !important;
    color: var(--text-light);
    text-transform: uppercase;
    cursor: pointer !important;
    justify-content: center;
    border: 1px solid var(--button-color) !important;
    border-radius: 4px !important;
    margin: 10px 0px 0px !important;
    font-family: 'Zoho_Puvi_RegularItalic';
}
.edi-btn.inline-form  inputgroup.select.country-code:after {
    left: 57px;
    right: auto;
    z-index: 6;
    top: 44px;
    left: 54px;
}
.swiper-slide {
    width: 200px;
}
.solutions.header.banner-theme .parallax.active {
    background-image: url(../../products/desktop-central/images/federal-banner.svg);
}
.solutions .accordion-image .image{
    opacity: 0;
    height: 400px;
    overflow: hidden;
}

.solutions.mission .accordion-image .image {
    height: 480px;
    bottom: auto;
}
.talk-to-us-confirm {
    background: #FAEFD1;
    padding: 10px;
    text-align: center;
    width: -webkit-fill-available;
}

.talk-to-us-confirm span {
    font-size: 15px;
}
.solutions.challenges .content {
    margin: 0px 0px 28px;
}
@media (max-width: 1800px) {
    .solutions.header.banner-theme .parallax.active{
        background-size: 1800px auto;
        background-position: bottom 50px center;
    }
}
@media (max-width: 1600px) {
    .solutions.header.banner-theme .parallax.active{
            background-size: 1500px auto;
            background-position: bottom 140px center;
    }
}

@media (max-width:765px){
    :root {
		--h1-font: 40px;
		--h2-font: 28px;
		--h3-font: 20px;
		--h4-font: 18px;
		--p-font: 16px;
		--s-font: 10px;
		--m-font: 12px;
		--l-font: 20px;
		--xl-font: 48px;
		--xs-wgt: 200;
		--s-wgt: 300;
		--m-wgt: 400;
		--l-wgt: 500;
		--xl-wgt: 600;
		--n-gap: 24px;
	}
    .solutions{
		padding: 40px !important;
	}
    #subscription.popup-box .subscription-popup .image {
        display: none;
    }
    
    #subscription.popup-box .form {
        width: 97%;
    }
    
    #subscription.popup-box .subscription-popup {
        width: 350px;
    }
    .solutions.protect .image{
        width:100%;
        height:auto
    }
    .edi-btn.inline-form inputgroup.field{
        max-width: 100%;
    }
    .inline-form{
        padding:0px;
        width: 100%;
    }
    .edi-btn.inline-form inputgroup.field.full{
        max-width: 93%;
    }
    .solutions.kit .list-box-wrapper{
        justify-content:center;
        flex-wrap: unset;
        gap: 0px;
        padding: 0px 0px 30px;
    }
    .solutions.kit .list-box{
        width: 250px;
        align-content: center;
        margin: auto;
    }
    .solutions.kit .list-box .image-wrapper{
        height: 250px;
    }
    .solutions.tolerance .flex{
        padding: 30px;
        gap: 70px;
    }
    .solutions.tolerance .image{
        width: 100%;
        text-align: center;
    }
    .solutions.tolerance .content{
        width:100%;
    }
    .solutions.tolerance .image h2{
        text-align:center;
    }
    .solutions.tolerance .image img{
        width: 100%;
        height: auto;
    }
    .solutions.tolerance .image:before{
        left: 0;
    }
    .solutions.blueprint .image{
        width:100%;
        height: auto;
    }
    .solutions.blueprint .content{
        width:100%;
    }
    .solutions.blueprint .image:before{
        top:0px;
        display: none;
    }
    .solutions.blueprint .image img{
        width:100%;
        position: relative;
        top: 0;
        left: 0;
    }
    .solutions.blueprint .flex{
        padding:30px;
        height: auto;
        gap: 30px;
    }
    .solutions.customers h4:before{
        width: 75px;
        left: -80px;
    }
    .solutions.customers h4:after{
        width:75px;
        right: -80px;
    }
    .solutions.customers .customers-logos{
        gap:30px 60px
    }
    .solutions.customers{
        padding: 0px 40px !important;
    }
    .solutions .multi-layer-tab .multi-wrapper .layer-list{
        font-size: 15px;
        padding: 6px 10px;
        height: auto;
        border-radius: 10px;
        margin: 0px !important;
        line-height: 24px;
        min-width: fit-content;
    }
    .solutions .multi-layer-tab .multi-wrapper{
        grid-gap: 10px;
        align-items: flex-start;
        flex-wrap: nowrap;
        list-style: none;
        margin: 1rem 0;
        width: 100%;
        max-width: unset;
        justify-content: flex-start;
    }
    .solutions .layer-content .layer-list-content .image{
        width:100%;
    }
    .solutions .layer-content .layer-list-content .content{
        width:100%;
    }
    .solutions .layer-content .layer-list-content .image .clip-aside [data-clip="1"]{
        width: 180px;
        right: 0px;
    }
    .solutions .layer-content .layer-list-content .image:before{
        width: 100%;
        overflow: hidden;
        left: -16%;
        height: 300px;
    }
    .solutions .layer-content .layer-list-content .image .clip-aside [data-clip="2"]{
        width:75px;
        height:75px;
        left: 0px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .solutions .layer-content{
        margin:0px
    }
    .solutions.header .content{
        width:100%;
        margin: auto auto 30px;
    }
    .solutions.header .clip{
        display:none;
    }
    .solutions.header .description{
        padding:30px;
    }
    .solutions.charge .content{
        width:100%;
    }
    .solutions.charge .sticky{
        width:100%;
        position: relative;
        top: 0px;
        text-align: center;
    }
    .solutions.charge .content .features-wrapper{
        column-count:1;
    }
    .solutions.charge>.flex{
        gap:30px;
    }
    .solutions h1{
        line-height:50px;
    }
    .solutions h2{
        line-height:40px;
    }
    .solutions.tolerance .content li{
        padding-left:0px;
    }
    .solutions.tolerance .content ul li:before{
        left:-20px
    }
    .solutions.challenges .accordion-content{
        width: 86%;
        padding-left: 35px;
    }
    .solutions.challenges .flex{
        flex-direction: column-reverse;
        gap: 60px;
        margin-top: 30px;
        justify-content: center;
        height: auto;
    }
    .solutions.challenges .accordion-image{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .solutions.mission .flex{
        flex-direction: row-reverse;
        gap: 30px;
        text-align: center;
        justify-content: center;
        margin-top: 60px;
        height: auto;
    }
    .solutions.mission .accordion-content{
        width:100%;
    }
    .solutions.mission .accordion-image{
        width:100%;
        height: 400px;
        overflow: hidden;
    }
    .solutions.challenges .image:before{
        width: 85%;
        height: 270px;
    }
    .solutions.challenges .image.operations img{
        right: 30px;
    }
    .solutions.challenges .image.operations .clip-aside [data-clip="1"]{
        top: 50px;
    }
    .solutions.challenges .image.operations .clip-aside [data-clip="2"]{
        top: 100px;
        left:0px
    }
    .solutions.challenges .image img{
        width:85%;
        height:auto;
        bottom: 60px !important;
    }
    .solutions.challenges .image.citizen img{
        bottom: 10px;
    }
    .solutions.challenges .image.blindspots .clip-aside [data-clip="1"]{
        top: 70px;
        left: 72px;
    }
    .solutions.challenges .image.blindspots .clip-aside [data-clip="2"]{
        top: 120px;
    }
    .solutions.challenges .image.citizen .clip-aside [data-clip="2"]{
        top: 70px;
    }
    .solutions.challenges .image.compliance .clip-aside [data-clip="1"]{
        top:25px;
        right: 110px;
    }
    .solutions .multi-layer-tab{
        overflow:auto;
        width: 100%;
        z-index: 99999;
    }
    .solutions .cta{
        width:100%;
    }
    .solutions .cta.link{
        width: 80%;
    }
    .solutions .cta.link-blue{
        width:80%;
    }
    .inline-form .fbutton .spl-submit#Submit{
        width: 100% !important;
    }
    .solutions.mission .accordion-content .content{
        text-align:left;
    }
    .solutions.mission .accordion-content .content h3{
        padding-right: 30px !important;
        width: 90%;
        padding-left: 0px;
    }
    .solutions.mission .accordion-image .image:before{
        width: 80%;
        height: 320px;
        top: 40px;
        right: -10px;
    }
    .solutions.mission .accordion-image .image:after{
        width:100%;
        height: 100px;
        bottom: 100px;
        right: 0px;
    }
    .solutions .accordion-image .image .clip-aside{
        height: auto !important;
    }
    .solutions .accordion-image .image .clip-aside [data-clip="1"]{
        width: 84% !important;
        height: 250px !important;
        right: 20px !important;
        top: 70px !important;
    }
    .solutions.blueprint{
        padding: 0px 40px 40px !important;
    }
    .solutions.mission .accordion-image .image .clip-aside [data-clip="2"]{
        left: 10px;
        bottom: 110px;
    }
    .solutions.mission .accordion-image .image .clip-aside [data-clip="3"]{
        top: 60px;
        left: 30px;
    }
    .solutions.mission .accordion-image .image .clip-aside [data-clip="4"]{
        top: 130px;
    }
    .solutions .accordion-content .content .tag:before{
        width: 180px;
    }
    .solutions.kit .content .list-box-swiper{
        width: auto;
        height:auto;
        align-content: center;
    }
    .solutions.kit .content{
        width:100%;
    }
    .solutions .slick-dots{
        bottom: -45px;
    }
    .solutions.challenges .accordion-content:before{
        left: 21px;
    }
    .solutions.challenges .content.active {
        pointer-events: none;
    }
    .solutions.mission .accordion-content .content.active .content-active{
        padding: 25px 15px;
    }
    .solutions.mission .accordion-content .content h3:before{
        right: 8px !important;
    }
    .solutions.mission .accordion-content .content h3:after{
        right:0px;
    }
    .solutions .accordion-content .content.active h3.title:before{
        right: -4px !important;
    }
    .solutions .accordion-content .content.active h3.title:after{
        right: -10px;
    }
    .solutions.customers .customers-logos img{
        width:100%;
    }
    .solutions.header.banner-theme .parallax.active{
        background-image:none;
    }
    .solutions.challenges .image.compliance .clip-aside [data-clip="2"]{
        right: 50px;
        top: 100px;
    }
    .solutions.challenges .image .clip-aside [data-clip="3"]{
        top: 170px;
    }
}