@font-face {
   font-family:"Space Grotesk";
   font-weight:400;
   font-style:normal;
   src:url("//static.zohocdn.com/webfonts/spacegroteskregular/font.eot");
   src:url("//static.zohocdn.com/webfonts/spacegroteskregular/font.eot?#iefix") format("eot"),
       url("//static.zohocdn.com/webfonts/spacegroteskregular/font.woff2") format("woff2"),
       url("//static.zohocdn.com/webfonts/spacegroteskregular/font.woff") format("woff"),
       url("//static.zohocdn.com/webfonts/spacegroteskregular/font.ttf") format("truetype"),
       url("//static.zohocdn.com/webfonts/spacegroteskregular/font.svg#SpaceGrotesk-Regular") format("svg");
}
:root {
    --text-light: #FFF;
    --text-dark: #D0D0D0;
    --text-background-theme: #CC00FF;
    --text-background-theme2: linear-gradient(90deg, #E50CF8 0%, #1750E2 100%);
    --text-background-theme3: linear-gradient(90deg, #C0F 52.45%, #0038FF 99.78%);
    --box-active-color: linear-gradient(98deg, #216BFA -6.04%, #7500FA 91.65%);
    --box-background: #1E1E27;
    --text-purple: #7827FF;
    --link-color: #CAC6DD;
    --button-color: #FF3A3A;
    --button-blue-color: #216BFA;
    --h1-font: 70px;
    --h2-font: 45px;
    --h3-font: 30px;
    --h4-font: 24px;
    --p-font: 18px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
}

body:before {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    content: url(../../products/desktop-central/images/cyber-security/cybersecurity-background-image.svg) url(../../products/desktop-central/images/cyber-security/cybersecurity-background.png) url(../../products/desktop-central/images/cyber-security/cybersecurity-benefits-background.svg) url(../../products/desktop-central/images/cyber-security/cybersecurity-step-background.svg) url(../../products/desktop-central/images/cyber-security/cybersecurity-banner-image1.png) url(../../products/desktop-central/images/cyber-security/cybersecurity-comic.png) url(../../products/desktop-central/images/cyber-security/cybersecurity-success.png);
    transform: scale(0);
}

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

.cybersecurity {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 4;
    background-color: #000;
    text-align: center;
}

.cybersecurity:before {
    position: absolute;
    content: "";
    /* background-image: url(../../products/desktop-central/images/cyber-security/cybersecurity-background.png); */
    background-size: contain;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    z-index: 1;
    /* background-blend-mode: screen; */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.cybersecurity-page .text-theme1 {
    background: var(--text-background-theme);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cybersecurity-page .text-theme2 {
    background: var(--text-background-theme2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cybersecurity-page .text-theme3 {
    background: var(--text-background-theme3);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cybersecurity-page .purple {
    color: var(--text-purple);
    font-weight: 500;
    font-size: 19px;
}

.cybersecurity-page .subscription-form .edi-btn .blue {
    background: var(--button-blue-color) !important;
}

.cybersecurity-page .blue {
    background: var(--button-blue-color) !important;
    border: none !important;
}

.cybersecurity-page.menu {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #1E1E27;
    padding: 0px;
    background-blend-mode: luminosity;
}

.cybersecurity-page h1 {
    font-size: var(--h1-font);
    line-height: 80px;
    font-weight: var(--xl-wgt);
    color: var(--text-light);
    margin: 0 0 20px;
    z-index: 4;
    position: relative;
    font-family:"Space Grotesk";
}

.cybersecurity-page h2 {
    font-size: var(--h2-font);
    line-height: normal;
    font-weight: var(--xl-wgt);
    color: var(--text-light) !important;
    margin: 0 0 20px;
    text-align: center;
    z-index: 10;
    position: relative;
    font-family:"Space Grotesk";
}

.cybersecurity-page h3 {
    font-size: var(--h3-font);
    line-height: normal;
    font-weight: var(--l-wgt);
    margin: 0 0 15px !important;
    color: var(--text-light) !important;
    z-index: 10;
    position: relative;
    font-family:"Space Grotesk";
}

.cybersecurity-page h4 {
    font-size: var(--h4-font);
    line-height: 36px;
    color: var(--text-light);
    margin: 0 0 20px !important;
    z-index: 10;
    position: relative;
    font-family:"Space Grotesk";
}

.cybersecurity-page p {
    font-size: var(--p-font);
    line-height: 32px;
    font-weight: var(--xs-wgt);
    margin: 0 0 24px;
    color: var(--text-dark);
    z-index: 10;
    position: relative;
    font-family:"Space Grotesk";
}

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

.cybersecurity-page .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: capitalize;
    cursor: pointer;
    justify-content: center;
    border: 1px solid var(--button-color);
    border-radius: 4px;
    position: relative;
    z-index: 20;
    font-family:"Space Grotesk";
}

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

.cybersecurity-page .cta.link {
    color: var(--link-color);
    background-color: transparent;
    border: 1px solid var(--link-color);
    text-align: left;
    justify-content: flex-start;
    padding: 14px 30px 14px 24px;
    cursor: pointer;
    z-index: 10;
}

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

.cybersecurity-page.menu .flex {
    width: 85%;
    justify-content: space-between;
    padding: 15px 0px;
}

.cybersecurity-page.menu .flex .prdlogo img {
    width: 160px;
}

.cybersecurity-page.menu .flex .prdmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 12px;
}

.cybersecurity-page.menu .prdmenu .prdmenu-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px;
}

.cybersecurity-page.menu .prdmenu .prdmenu-logo-wrapper a {
    color: var(--text-light);
    line-height: 32.975px;
    font-size: 16px;
    text-decoration: none;
    font-family: "Space Grotesk";
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 15px 0px;
    min-height: 380px;
}

.cybersecurity .banner h1 {
    width: 730px;
    margin: auto auto 20px;
}

.cybersecurity .banner p {
    margin: 0px;
    max-width: 940px;
}

.cybersecurity-page {
    position: relative;
    padding: 60px 40px;
}

.cybersecurity-page.manage p {
    max-width: 850px;
    margin: auto auto 24px;
}

.cybersecurity-page.step .flex {
    border-radius: 12px;
    background: #1E1E27;
    /* mix-blend-mode: screen; */
    padding: 60px 60px 70px;
    max-width: 1100px;
    background-blend-mode: screen;
}

.cybersecurity-page.step p {
    max-width: 720px;
    margin: auto auto 24px;
}

.cybersecurity-page.step .cta-grp {
    width: 100%;
}

.cybersecurity-page.step .cta-grp .cta {
    border: transparent;
    position: relative;
}

.cybersecurity-page .cta.link:before {
    position: absolute;
    content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/arrow-icon-3.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    transform: rotate(270deg);
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
}

.cybersecurity-page.comics p {
    max-width: 770px;
    margin: auto auto 24px;
}

.cybersecurity-page.benefits .flex {
    border-radius: 16px;
    background: #1E1E27;
    align-items: baseline;
    padding: 50px;
    max-width: 1100px;
    justify-content: center;
    z-index: 4;
    position: relative;
    background-blend-mode: screen;
    gap: 40px;
}

.cybersecurity-page.benefits .content {
    width: 510px;
    position: sticky;
    top: 120px;
    text-align: left;
    height: 620px;
}

.cybersecurity-page.benefits .desc {
    width: calc(100% - 550px);
    position: relative;
    min-width: 450px;
}

.cybersecurity-page.benefits .content h2 {
    text-align: left;
}

.cybersecurity .box {
    max-width: 420px;
    padding: 50px 60px 0px 40px;
    background-color: var(--box-background);
    border-radius: 12px;
    border: 1px solid var(--box-background);
    mix-blend-mode: screen;
    text-align: left;
    margin: 0px 0px 30px 0px;
    width: 390px;
    background-blend-mode: screen;
}

.cybersecurity-page.win .week-tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    grid-gap: 24px;
    margin-top: 20px;
}

.cybersecurity-page.win .week-tab-wrapper {
    font-size: 15px;
    padding: 6px 10px 6px 10px;
}

.cybersecurity-page.win .week-tab-wrapper .active.tab-name {
    background: var(--box-active-color);
    color: var(--text-light);
    mix-blend-mode: unset;
    opacity: 1;
    cursor: pointer;
    z-index: 20;
    width: 75px;
}

.cybersecurity-page.win .week-tab-wrapper .tab-name {
    padding: 5px 25px;
    font-size: 18px;
    margin: 0px;
    border-radius: 30px;
    background: linear-gradient(98deg, #216BFA -6.04%, #7500FA 91.65%);
    mix-blend-mode: luminosity;
    color: #FFF;
    font-family: "Space Grotesk";
    cursor: pointer;
    z-index: 20;
    width: 85px;
    height: 30px;
    text-align: center;
    align-content: center;
}


.cybersecurity-page.win .week-content-wrapper {
    margin: 50px 0px;
}

.cybersecurity-page.win .week-content.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    grid-gap: 50px;
    ease 50ms;
}

.cybersecurity-page.win .week-content {
    display: none;
}

.cybersecurity-page.win .box.content-box {
    width: 350px;
    padding: 0px;
    margin: 0px;
    border-radius: 12px;
    border: none;
    position: relative;
    z-index: 10;
}

.cybersecurity-page.win p {
    max-width: 650px;
    margin: auto auto 24px;
}

.cybersecurity-page .image {
    position: relative;
    z-index: 3;
    height: 340px;
}

.cybersecurity-page .image img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -140px;
    pointer-events: none;
}

.cybersecurity-page.win .box.content-box img {
    /* padding: 10px 10px 0px 10px; */
    min-height: 210px;
    width: 100%;
}

.cybersecurity-page.win .box.content-box h4 {
    margin: 0 0 10px !important;
}

.cybersecurity .box figure img {
    width: 95px;
    height: 95px;
    right: -50px;
    position: absolute;
    bottom: 30px;
}

.cybersecurity .box figure {
    height: 95px;
    position: relative;
}

.cybersecurity .box p {
    margin: 0px;
    max-width: 359px;
}

.cybersecurity .box:last-child {
    margin: 0px;
}

.cybersecurity-page.benefits .content #progress-bar {
    position: absolute;
    right: -580px;
    height: 100px;
    width: 4px;
    background-color: #FFF;
    z-index: 9999;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
    display: none;
}

.cybersecurity-page.benefits .content #progress-bar .bar {
    width: 100%;
    background-color: #9F9FE8;
    height: 0;
}

.cybersecurity-page.banner {
    padding: 60px 0px;
    /* height: 860px; */
}

.cybersecurity-page.win .box.content-box .content {
    padding: 30px;
    position: relative;
    z-index: 2;
    height: 250px;
}

.cybersecurity-page.win .box.content-box p {
    margin: 0 0 25px;
}

.cybersecurity-page.banner .content {
    position: relative;
    /* top: 420px; */
    z-index: 10;
    padding: 0px 40px;
}

.cybersecurity-page.benefits .content:before {
    position: absolute;
    content: "";
    background-image: url(../../products/desktop-central/images/cyber-security/cybersecurity-benefits-background.svg);
    width: 760px;
    height: 620px;
    left: -210px;
    top: 160px;
    background-size: contain;
    background-repeat: no-repeat;
}

.cybersecurity-page.step:before {
    position: absolute;
    content: "";
    background-image: url(../../products/desktop-central/images/cyber-security/cybersecurity-step-background.svg);
    width: 860px;
    height: 600px;
    right: -427px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
}

.cybersecurity-page.step {
    overflow: hidden;
}

.social-share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 16px;
    margin: 20px 0 0;
}

.social-share:before {
    content: "Share";
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "Space Grotesk";
}

.social-share a[alt="Facebook"] {
    background-color: #0866ff;
}

.social-share a {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    background-color: #0866ff;
    padding: 4px;
    border-radius: 4px;
}

.social-share a img {
    width: 15px;
    max-height: 16px;
}

.social-share a[alt="X"] {
    background-color: #000;
}

.social-share a[alt="LinkedIn"] {
    background-color: #0a66c2;
}

.cybersecurity-page.win .box.content-box .content .title {
    color: var(--text-light);
    font-size: 30px;
    position: absolute;
    top: -105px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-family: "Space Grotesk";
}

.cybersecurity:after {
    position: absolute;
    content: "";
    z-index: 5;
    background-image: url(../../products/desktop-central/images/cyber-security/cybersecurity-background-image.svg);
    width: -webkit-fill-available;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cybersecurity-page.comics {
    z-index: 6;
}

.cybersecurity-page.popup {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    bottom: 0px;
    margin: auto;
}

.cybersecurity-page.popup.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #0000009e;
}

.cybersecurity-page.popup .cybersecurity-page-popup {
    position: relative;
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
    align-items: center;
    align-content: center;
    border-radius: 14.096px;
    border: 2px solid #2A71DB;
    background: #000;
    box-shadow: 0px 4px 95px 0px #1A0980;
    padding: 50px 100px;
    z-index: 5;
    overflow: hidden;
    font-family: "Space Grotesk";
}

.cybersecurity-page.popup .form {
    width: 100%;
}

.cybersecurity-page.popup .form .title {
    text-align: center;
}

.cybersecurity-page.popup .cybersecurity-page-popup .content {
    border-radius: 11.744px;
    background: #1E1E27;
    mix-blend-mode: screen;
    padding: 40px 80px;
    position: relative;
}

.closeSubscriptionPopup {
    position: absolute;
    top: -9px;
    right: -10px;
    cursor: pointer;
    z-index: 99999999;
}

.cybersecurity-page.popup .closeSubscriptionPopup img {
    width: 30px;
    height: 30px;
    transform: none;
}

.cybersecurity-page.popup .form .title p {
    max-width: 580px;
    margin: auto auto 24px;
}

.subscription-form {
    text-align: center;
}

.subscription-form .edi-btn inputgroup label {
    transform: none;
    font-size: 14px !important;
    line-height: normal;
    text-align: left;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.80);
    margin: 0px 0px 10px;
    width: 100% !important;
    !I;
    !;
    font-family: "Space Grotesk";
}

.subscription-form form.edi-btn {
    border-radius: 7.815px;
    background: rgba(30, 30, 39, 0.40);
    mix-blend-mode: screen;
    padding: 20px 50px;
    max-width: 670px;
}

.subscription-form .edi-btn inputgroup {
    width: 375px;
    margin: 0px 0px 0px 0px;
    max-width: 48%;
    position: relative;
    z-index: 3;
}

.subscription-form .edi-btn inputgroup input {
    width: 90% !Important;
    border-radius: 4px !important;
    background: #1E1E27 !important;
    mix-blend-mode: screen;
    border: none !important;
    color: #FFF !important;
    font-family: "Space Grotesk";
}

.subscription-form inputgroup.full {
    width: 100% !important;
    max-width: 100%;
    margin: 0px 0px 20px;
}

.subscription-form .fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 0 20px;
}

.subscription-form .edi-btn inputgroup.select.country {
    max-width: 100%;
    width: 98%;
}

.subscription-form .edi-btn inputgroup select {
    margin-top: 0px !important;
    border-radius: 4px !important;
    background: #1E1E27 !important;
    mix-blend-mode: screen;
    border: none !important;
    color: var(--text-light);
    font-family: "Space Grotesk";
}

.subscription-form .edi-btn inputgroup.select:after {
    top: 52px;
}

.subscription-form input#subscribeButton {
    color: var(--text-light);
    line-height: normal !important;
    padding: 14px 24px !important;
    min-width: 105px;
    text-align: center;
    cursor: pointer !important;
    margin: 20px 0px 0px !important;
    width: 170px !important;
    display: inline-flex;
}

.subscription-form .fbutton {
    width: 100% !important;
}

.subscription-form inputgroup.button {
    max-width: 100%;
    width: 100%;
}

.subscription-form p.desc {
    font-size: 16px;
    margin: 20px 0px 0px 0px;
}

.cybersecurity-page.popup .cybersecurity-page-popup:before,
.cybersecurity-page.popup .cybersecurity-page-popup:after {
    position: absolute;
    content: "";
    background-image: url(../../products/desktop-central/images/cyber-security/cybersecurity-background2.png);
    width: 238px;
    height: 340px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.cybersecurity-page.popup .cybersecurity-page-popup:before {
    top: -70px;
    left: 50px;
    z-index: 1;
    transform: rotate(310deg);
}

.cybersecurity-page.popup .cybersecurity-page-popup:after {
    right: 0px;
    bottom: -80px;
    transform: rotate(120deg);
    pointer-events: none;
}

.cybersecurity-page.popup .form .title h3:before,
.cybersecurity-page.popup .form .title h3:after {
    position: absolute;
    content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/crackers.svg);
    width: 30px;
    height: 30px;
}

.cybersecurity-page.popup .form .title h3:before {
    left: 90px;
    transform: rotate(270deg);
}

.cybersecurity-page.popup .form .title h3:after {
    right: 90px
}

.subscription-form .edi-btn inputgroup.focus label {
    color: rgba(255, 255, 255, 0.80) !important;
    transform: none;
    width: 100% !important;
    !I;
    !;
}

.book-page-popup {
    border-radius: 11.744px;
    background: #1E1E27;
    mix-blend-mode: screen;
    padding: 60px;
    position: relative;
}

.book-page-popup .content {
    text-align: center;
    position: relative;
}

#book-template.cybersecurity-page.popup .form {
    width: 520px;
}

#book-template .subscription-form form.edi-btn {
    max-width: 350px;
}

#book-template .subscription-form .edi-btn inputgroup {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
}

#book-template .subscription-form .edi-btn inputgroup input {
    width: 95% !important;
}

#book-template .subscription-form input#subscribeButton {
    width: 170px !important;
}

#book-template .closeSubscriptionPopup {
    top: -40px;
    right: -40px;
}

.cybersecurity-page.popup .cybersecurity-page-popup .intro-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 50px;
}

.quiz .closeSubscriptionPopup {
    top: 10px;
    right: 10px;
}

.cybersecurity-page.popup.quiz .cybersecurity-page-popup .intro-content .content {
    width: 400px;
    padding: 50px;
    height: 499px;
}

.cybersecurity-page.popup.quiz .cybersecurity-page-popup .image {
    width: 350px;
    height: auto;
}

.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content h4 {
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
    line-height: 25px;
}

.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content p {
    max-width: 400px;
    margin: auto auto 24px;
}

.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content .cta-grp {
    justify-content: flex-start;
}

.cybersecurity-page-popup .ques-tag {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    padding: 10px;
    margin: 0 0 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content.question {
    padding: 60px 120px;
    text-align: center;
}

.cybersecurity-page-popup .white {
    color: var(--text-light);
}

.cybersecurity-page-popup .ques-name {
    text-align: center;
    margin: 0 0 30px !important;
}

.cybersecurity-page-popup .ans-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    align-items: center;
    align-content: center;
    margin: 0 0 10px;
    /* min-height: 350px; */
}

.cybersecurity-page-popup .ques-tag .cta {
    right: 0px;
}

.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content .cta-grp.ques-tag {
    justify-content: space-between;
}

.cybersecurity-page-popup .timer {
    font-size: 18px;
    font-family: "Space Grotesk";
}

.cybersecurity-page-popup .ques-tag div {
    color: rgba(255, 255, 255, 0.30);
}

.cybersecurity-page-popup [data-ques="0"] .cta.disabled {
    background: var(--button-blue-color) !important;
    color: var(--text-light);
    cursor: pointer;
    pointer-events: auto;
}

.cybersecurity-page-popup .cta.disabled {
    cursor: not-allowed;
    background: #533B69 !important;
    color: #7C6392;
    pointer-events: none;
}

.cybersecurity-page-popup .ans-set figure {
    cursor: pointer;
    max-width: 320px;
    max-height: 350px;
}

.cybersecurity-page-popup [data-ques="6"] .ans-set figure {
    cursor: not-allowed;
    pointer-events: none;
}

.cybersecurity-page-popup [data-ques="6"] .ans-set figure.correct-img {
    position: relative;
}

.cybersecurity-page-popup [data-ques="6"] .ans-set figure.correct-img:before {
    position: absolute;
    content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/tick-icon-4.svg);
    width: 30px;
    height: 30px;
    right: -15px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cybersecurity-page-popup [data-ques="6"] .ans-set figure.wrong-img {
    position: relative;
}

.cybersecurity-page-popup [data-ques="6"] .ans-set figure.wrong-img:before {
    position: absolute;
    content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/tick-icon-7.svg);
    width: 30px;
    height: 30px;
    right: -15px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cybersecurity-page-popup [data-ques="6"] .ans-set figure.time-out-img {
    position: relative;
}

.cybersecurity-page-popup [data-ques="6"] .ans-set figure.time-out-img:before {
    position: absolute;
    content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/tick-icon-7.svg);
    width: 30px;
    height: 30px;
    right: -15px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cybersecurity-page-popup .ans-set figure.active {
    outline: 6px solid #216BFA;
    z-index: 3;
    border-radius: 16.632px;
    position: relative;
}

.cybersecurity-page-popup .ans-set figure.active:before {
    position: absolute;
    content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/tick-icon-6.svg);
    width: 30px;
    height: 30px;
    left: -15px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cybersecurity-page.popup.quiz .cybersecurity-page-popup .intro-content .content img {
    width: 90%;
    object-fit: contain;
    margin: 0 0 20px;
}

.cybersecurity-page-popup .ans-set figure img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    border-radius: 6px;
}

div#words-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.word-button {
    padding: 15px;
    cursor: pointer;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.70);
    border-radius: 4px;
    background: #1E1E27;
    mix-blend-mode: screen;
    font-family: "Space Grotesk";
    align-content: center;
}

.word-button.selected {
    background: #5D17FF;
}

#link-quiz-template.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content p {
    max-width: 100%;
}

div#group-display {
    border-radius: 8px;
    background: #1E1E27;
    mix-blend-mode: screen;
    padding: 10px;
    text-align: center;
    align-content: center;
    font-family: "Space Grotesk";
}

div#group-display p {
    margin: 0 0 10px;
}

div#message {
    margin: 0 0 10px;
    font-family: "Space Grotesk";
}

.cybersecurity-page .green {
    color: #00BA00;
}

#word-grid {
    display: grid;
    grid-template-columns: repeat(5, 45px);
    grid-gap: 10px;
    margin: auto auto 20px;
    justify-content: center;
    font-family: "Space Grotesk";
}

.grid-row {
    display: contents;
}

.grid-cell {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #484646;
    /* background: #1E1E27; */
    mix-blend-mode: screen;
    border: 1px dashed #5D17FF;
}

.correct {
    background-color: #6aaa64;
    color: white;
}

.present {
    background-color: #c9b458;
    color: white;
}

.absent {
    background-color: #787c7e;
    color: white;
}

#player-input {
    width: calc(100% - 400px);
    text-transform: uppercase;
    margin-right: 10px;
    box-sizing: border-box;
    border-radius: 4px !important;
    background: #1E1E27 !important;
    mix-blend-mode: screen;
    border: none !important;
    line-height: 20px !important;
    padding: 10px !important;
    font-size: 15px !important;
    color: var(--text-light);
    font-weight: 500;
    font-family: "Space Grotesk";
}

#messageWord {
    margin-top: 10px;
    font-size: 1rem;
    color: red;
    font-family: "Space Grotesk";
}

#word-quiz-template.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content.question {
    width: 660px;
    height: 560px;
    padding: 20px 120px;
}

#word-quiz-template.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content p {
    max-width: 100%;
}

#link-quiz-template.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content.question {
    width: 660px;
    height: 559px;
    padding: 20px 120px;
}

#cyber-quiz-template.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content.question {
    width: 700px;
    height: 519px;
    padding: 40px 100px;
}

.cybersecurity-page-popup .ans-set figure.correct {
    background-color: transparent;
}

.cybersecurity-page.comics img {
    max-width: 1200px;
    width: auto;
    height: 600px;
}

.cybersecurity-page .content.question.active [data-counter="0"] {
    --num: 0;
}

@property --num {
    syntax: '<integer>';
    initial-value: 20;
    inherits: false;
}

.cybersecurity-page [data-counter] {
    transition: --num 20s;
    counter-reset: num var(--num);
}

.cybersecurity-page [data-counter] i {
    display: none;
}

.list-box-wrapper.swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0px 0px;
    justify-content: center;
    align-items: center;
    align-content: center;
    transform: none;
    z-index: unset;
}

.cybersecurity-page.step .swiper-slide {
    width: 220px;
}

.list-box {
    width: 220px;
    position: relative;
    /* background-color: var(--text-light); */
    overflow: hidden;
    z-index: 10;
    border-radius: 7px;
    mix-blend-mode: screen;
}

.image-wrapper {
    width: inherit;
    height: 220px;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

img.list-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

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

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

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

.text {
    color: var(--text-light);
    z-index: 10;
}

.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;
    position: absolute;
    background-size: contain;
    top: 103px;
}

.list-box a.list-cta {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: transparent;
    z-index: 12;
}

a.list-cta.readBook.hideSubscribe {
    display: none !important;
}

.list-box:hover {
    cursor: pointer;
    background-color: #000;
    border-radius: 7px;
}

.cybersecurity-page-popup .ques-tag .timer img {
    margin-right: 10px;
}

.cybersecurity-page-popup .ques-tag .timer.correct-ans {
    color: #00BA00;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.cybersecurity-page-popup .ques-tag .timer.wrong-ans {
    color: red;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.cybersecurity-page-popup .ques-tag .timer.time-out-ans {
    color: red;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.cybersecurity-page.comics .swiper.mySwiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress {
    width: 1000px;
}

.cybersecurity-page.comics .swiper-slide {
    width: 1000px;
}

.cybersecurity-page.comics .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #B2C1FF;
    outline: 1px solid transparent;
    border: 4px solid #1C2753;
    opacity: 1;
}

.cybersecurity-page.comics .swiper-pagination-bullet-active {
    background: #217eff;
    outline: 1px solid #217eff;
    border: 4px solid #1C2753;
}

.swiper.mySwiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
    width: 750px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.cybersecurity-page.comics .swiper-slide img {
    margin: 0 0 50px;
    border-radius: 4px;
}

.swiper.list-box-swiper {
    z-index: unset;
}

div#group-display .red {
    color: #f00 !important;
    font-weight: 300;
}

div#group-display .green {
    font-weight: 300;
}

.cybersecurity-page .cta.link:hover {
    background: #3A4256;
}
.subscription-form .edi-btn inputgroup select[name="Region"]{
    margin: 20px 0px 0px !important;
}
#meGDPRMessage{
    margin: 10px auto 20px;
    width: 100%;
}
.cybersecurity-page.win .box.content-box .cta {
    bottom: 30px;
    position: absolute;
}
.cybersecurity-page.benefits {
    z-index: 6;
    mix-blend-mode: screen;
    background-blend-mode: exclusion;
}
.cybersecurity-page.win .week-tab-wrapper .tab-name.disable {
    cursor: not-allowed;
    position: relative;
    padding-left: 35px;
    opacity: 0.5;
}

.cybersecurity-page.win .week-tab-wrapper .tab-name.disable:active {
    pointer-events: none;
}
span.consent_msg {
    color: var(--text-light);
    text-align: left;
}
.cybersecurity-page.win .week-tab-wrapper .tab-name.disable:before {
    position: absolute;
    content: "";
    background-image: url(../images/icon/lock.svg);
    width: 17px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 5px;
    left: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(111deg) brightness(107%) contrast(97%);
}
.cybersecurity-page.win .week-tab-wrapper .tab-name.disable[data-tab="week1"]:before{
    display:none;
}
.cybersecurity-page.win .week-tab-wrapper .tab-name.disable[data-tab="week2"]:before{
    display:none;
}
.cybersecurity-page.win .week-tab-wrapper .tab-name.disable[data-tab="week3"]:before{
    display:none;
}
.cybersecurity-page.win .week-tab-wrapper .tab-name.disable[data-tab="week1"]{
    padding-left:25px;
}
.cybersecurity-page.win .week-tab-wrapper .tab-name.disable[data-tab="week2"]{
    padding-left:25px;
}
.cybersecurity-page.win .week-tab-wrapper .tab-name.disable[data-tab="week3"]{
    padding-left:25px;
}
/*.cybersecurity-page.win .week-tab-wrapper .tab-name.disable[data-tab="week4"]:after{
    content:"4";
}*/
.cybersecurity-page.video .flex {
    border-radius: 16px;
    background: #1E1E27;
    padding: 50px;
    max-width: 1100px;
    justify-content: center;
    z-index: 4;
    position: relative;
    background-blend-mode: screen;
    gap: 40px;
}

.cybersecurity-page.video .content {
    width: 510px;
    text-align: left;
    z-index: 20;
}

.cybersecurity-page.video .video {
    width: 490px;
    /* mix-blend-mode: luminosity; */
    cursor: pointer;
    z-index: 20;
}
.cybersecurity-page.video {
    z-index: 6;
    mix-blend-mode: screen;
    background-blend-mode: exclusion;
}
.cybersecurity-page.video .content h2 {
    text-align: left;
}
.cybersecurity-page.comics .content {
    width: 400px;
    text-align: left;
}

.cybersecurity-page.comics .clip {
    width: calc(100% - 450px);
    max-width: 750px;
}

.cybersecurity-page.comics .flex {
    align-items: flex-start;
}

.cybersecurity-page.comics h2 {
    text-align: left;
}
#success-form .book-page-popup .content {
    width: 700px;
}

#success-form .book-page-popup:before {
    position: absolute;
    content: "";
    background: url(../../products/desktop-central/images/cyber-security/cybersecurity-success.png);
    background-repeat: no-repeat;
    width: 820px;
    height: 640px;
    background-size: cover;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 11.744px;
}
#success-form.cybersecurity-page.popup.show .book-page-popup {
    height: 520px;
}

#success-form.cybersecurity-page.popup.show .book-page-popup .image {
    height: 350px;
}

#success-form.cybersecurity-page.popup.show .book-page-popup .closeSubscriptionPopup {
    top: 0px;
    right: 0px;
}

.cybersecurity-page .cta.close {
    background: #35384D;
    mix-blend-mode: plus-lighter;
    border: none;
}
@media (max-width: 1800px) {
    .cybersecurity-page.benefits .content:before {
        left: -350px;
        width: 900px;
        height: 740px;
        top: 200px;
    }

    .cybersecurity-page.step:before {
        width: 1030px;
        height: 890px;
        right: -460px;
    }
}

@media (max-width: 1600px) {
    .cybersecurity-page.benefits .content:before {
        left: -210px;
        width: 760px;
        height: 620px;
        top: 200px;
    }

    .cybersecurity-page.step:before {
        width: 860px;
        height: 600px;
        right: -460px;
    }
}

@media (max-width: 1200px) {
    .cybersecurity-page.benefits .content:before {
        display: none;
    }

    .cybersecurity-page.step:before {
        display: none;
    }

    .cybersecurity-page.benefits .content {
        width: 100%;
        height: auto;
        position: relative;
        top: 0px;
        text-align: center;
        margin: 0px 0px 20px;
    }

    .cybersecurity-page.benefits .content h2 {
        text-align: center;
    }
}

@media (max-width: 900px) {
    :root {
        --h1-font: 45px;
        --h2-font: 35px;
        --h3-font: 25px;
        --h4-font: 20px;
        --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;
    }

    .cybersecurity-page.banner .content {
        width: 90%;
    }

    .cybersecurity-page .image img {
        top: -40px;
    }

    .cybersecurity-page .image {
        height: 250px;
    }

    .cybersecurity-page.win .week-content.active {
        justify-content: center;
    }

    .cybersecurity-page.benefits .content {
        width: 100%;
        height: auto;
        position: relative;
        top: 0px;
        text-align: center;
        margin: 0px 0px 20px;
    }

    .cybersecurity-page.benefits .desc {
        min-width: auto;
        width: auto;
    }

    .cybersecurity-page.benefits .content:before {
        display: none;
    }

    .cybersecurity-page.step:before {
        display: none;
    }

    .cybersecurity .box {
        margin: auto auto 30px;
        width: auto;
        padding: 20px;
    }

    .cybersecurity .box:last-child {
        margin: auto auto 0px;
    }

    .cybersecurity-page.benefits .content h2 {
        text-align: center;
    }

    .cybersecurity-page {
        padding: 20px;
    }

    .cybersecurity .banner h1 {
        width: 100%;
        line-height: 65px;
    }

    .cybersecurity-page.comics .swiper-slide {
        width: 500px;
    }

    .swiper.mySwiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
        width: 80%;
    }

    .cybersecurity-page.comics img {
        height: auto;
        width: 100%;
    }
    .cybersecurity-page.menu .prdmenu .prdmenu-logo-wrapper{
        gap:20px;
    }
    .cybersecurity-page.menu .flex{
        gap:20px;
    }
.cybersecurity-page.popup {
    width: auto;
}
.cybersecurity-page.popup .cybersecurity-page-popup {
    padding: 20px;
}
.cybersecurity-page.popup.quiz .cybersecurity-page-popup .image {
    width: auto;
}
.cybersecurity-page.popup.quiz .cybersecurity-page-popup .intro-content .content {
    width: auto;
    padding: 20px;
    height: auto;
}
.cybersecurity-page.video .video {
    width: auto;
}

.cybersecurity-page.video .video .uems_video_frame {
    width: 100%;
    height: auto;
}
.cybersecurity-page.menu .prdmenu .prdmenu-logo-wrapper a {
text-overflow: ellipsis;overflow: hidden;text-wrap: nowrap;max-width: 130px;
}
.cybersecurity-page.step .flex {
    padding: 20px;
}

.cybersecurity-page.benefits .flex {
    padding: 20px;
}
.cybersecurity-page.video .flex {
    padding: 20px;
}
.cybersecurity-page.win .box.content-box {
    width: auto;
}
.cybersecurity-page.comics .clip {
    width: 100%;
    max-width: none;
}

.cybersecurity-page.popup .cybersecurity-page-popup .intro-content {
    z-index: 1;
}

.subscription-form form.edi-btn {
    padding: 20px !important;
}


.cybersecurity-page.popup .cybersecurity-page-popup .content {
    padding: 20px !important;
    width: auto !important;
    height: auto !important;
}

.subscription-form .edi-btn inputgroup {
    width: 100%;
    max-width: none;
}
.cybersecurity-page.popup .cybersecurity-page-popup:before {
    z-index: 0;
    opacity: .2;
}
#word-quiz-template.cybersecurity-page.popup.quiz .cybersecurity-page-popup .content.question {
    width: auto !important;
    height: auto !important;
    padding: 20px !important;
}
div#words-grid {
    grid-template-columns: repeat(2, 1fr);
}

.word-button {
    padding: 4px;
}
.cybersecurity-page-popup .ans-set figure {
    max-width: 230px;
}
#success-form.cybersecurity-page.popup.show .book-page-popup {
    height: auto;
    width: auto;
}

#success-form .book-page-popup .content {
    width: auto;
}

#success-form .book-page-popup:before {
    width: auto;
    height: auto;
    background-position: center;
}
}