* {
    max-height: 999999px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-display: auto;
}

html {
    scrollbar-color: #ff4242 rgba(0,0,0,0);
}

::selection {
  color: white;
  background: #ff4242;
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fa-solid-900.eot');
    src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fa-solid-900.woff') format('woff'),
    url('../fonts/fa-solid-900.ttf') format('truetype'),
    url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome Brands';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fa-brands-400.ttf') format('truetype'),
    url('../fonts/fa-brands-400.woff2') format('woff2');
    font-display: swap;
}


@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 600;
    src: local('BebasNeue Regular'), url('../fonts/BebasNeue-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto'), local('Roboto Light'), url('../fonts/Roboto-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto'), local('Roboto Light Italic'), url('../fonts/Roboto-LightItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Roboto-Italic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Roboto-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/Roboto-MediumItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Roboto-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/Roboto-BoldItalic.ttf');
    font-display: swap;
}


/*@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/OpenSans-Bold.ttf');
    font-display: swap;
}



@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/OpenSans-Light.ttf');
}


@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/OpenSans-Italic.ttf');
}

*/

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

body {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-rendering: auto;
    color: #eee;
    padding: 43px 0 0 0;
    margin: 0;
    line-height: 1.5em;
    cursor: default;
    background: #efefef
}

.XXBG {
    background-image: url('../icons/XX.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.OnlyDesktop {
    display: none !important
}

input {
    border-radius: 0;
}

input[type=text], input[type=email] {
    width: 100%;
    font-size: .9em;
    padding: 7px;
    color: #191919;
    background-color: white;
    border: 0;
    margin: 0 0 .7em 0;
    outline: solid 1px black;
    border-radius: 4px;
}

input[type=checkbox] {
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: rgba(255,255,255,0.1);
    border: 0;
    outline: solid 1px black;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 20px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 0 20px rgba(255,255,255,0.5);
    box-shadow: inset 0 0 20px rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 4px;
}

input[type=checkbox]:checked {
    background-color: green;
}

input[type=checkbox]:before {
    display: block;
    color: rgba(255,255,255,0.05);
    font-family: 'FontAwesome';
    content:'\f00c';
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

input[type=checkbox]:checked:before {
    display: block;
    color: white;
    font-family: 'FontAwesome';
    content:'\f00c';
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}


input[type=checkbox] + label {
    vertical-align: middle;
}

ul {
    padding-left: 1em;
}

ul li {
    list-style-type: square;
}

textarea {
    width: 100%;
    height: auto;
    padding: .7em;
    line-height: 1.5em;
    border: 0;
    outline: solid 1px black;
    color: #ddd;
    background-color: #444;
    cursor: text;
    border-radius: 4px;
}

code {
    display: inline-block;
    width: 100%;
    overflow: auto;
    outline: solid 1px black;
    background-color: #333;
    font-family: monospace;
    font-size: 0.8em;
    padding: 0.1em 0.5em;
    margin: 0.6em 0 0 0;
    cursor: text;
    white-space: pre-line;
}

code ~ p {
    margin: 0.7em 0 0.2em 0 !important;
}

.ProductsOnMainPage {
    font-size: 1.3em;
    line-height: 1.8em
}

.OnlyMobile {
    display: block
}

.Hidden {
    display:none !important;
}

.Center {
    text-align: center !important;
}

.Left {
    text-align: left !important;
}

.Right {
    text-align: right !important;
}

.Justify {
    text-align: justify !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.WithoutOutline {
    outline: none !important;
}

.WithOutline {
    outline: solid 1px black;
}

.WithoutMargin {
    margin: 0 !important;
}

#MainPageContent .WithoutOutline {
    outline: none !important;
    width: 100%;
    height: auto;
}

hr {
    width: 100%;
    display: inline-block;
    height: 0;
    border: 0;
    border-bottom: solid 1px #000;
    margin: 0 0 .7em 0;
}

hr.Dashed {
    width:100%;
    height:0;
    border:0;
    border-bottom: dashed 4px #444;
    margin:0 0 .7em;
}

.alt {
    color: #999 !important;
}

small, .Small {
    font-size: 0.8em !important;
}

#CookieBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    font-family: 'Roboto';
    background-color: #020202;
    color: #ffffff;
    line-height: 1.5em;
    font-size: 1em;
    padding: 10px;
    text-align: center;
    border-top: solid 8px forestgreen;
    box-shadow: 0 -20px 70px black;
}

#CookieBar #CookieBarButton {
    display: block;
    height: 34px;
    line-height: 38px;
    background-color: forestgreen;
    color: #ffffff;
    border: none;
    font-size: 1.2em;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 0 14px;
    margin: 1em auto 0 auto;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
}

#CookieBar a {
    color: yellow;
    text-decoration: none
}

#PriceButton {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 46px;
    border: none;
    background-color: #4d92fe;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 48px;
    padding: 0 46px 0 16px;
    cursor: pointer;
    letter-spacing: 2px;
    margin: 0;
    background-image: url(../icons/money.png);
    background-size: 30px;
    background-position: right 8px center;
    background-repeat: no-repeat;
    border-radius: 30px;
    text-transform: uppercase;
    z-index: 999999;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5)
}

#PriceButton:before {
    content: "Árajánlat";
    font-family: Roboto;
    font-weight: 700
}

#Content {
    width: 100%;
    padding: 0.4em 16px 2em 16px;
    margin: 0;
    word-break: break-word;
}

#Content p, #Content figure {
    width: 100%;
    margin: 0 0 1em 0;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.nohyphens {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

#Content a {
    text-decoration: none;
    cursor: pointer;
    color: #4d92fe;
    font-weight: 600;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

#Content > ul li, #Content > ol li {
    text-align: left;
    margin-bottom: 0.5em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#Content b {
    color: #fff;
    font-weight: 400;
}

#Content p img, #Content figure img {
    max-width: 100%;
    outline: solid 1px #000;
    height: auto;
}

#Content p .ImageText, #Content figure figcaption {
    display: block;
    width: 100%;
    margin: 1px 0 0 0;
    padding: .7em;
    text-align: center;
    font-size: .7em;
    font-weight: 400;
    background: #333333;
    color: #aaa;
    outline: solid 1px #000;
}

.Ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-radius: 4px;
    overflow: hidden;
    font-size: 2vw;
    margin: 0.5em 0 1.5em 0;
}

table:after {
    content: ' ';
    display: block;
    background-color: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: solid 1px rgba(255,255,255,0.2);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 60px rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 0 60px rgba(255,255,255,0.1);
    box-shadow: inset 0 0 60px rgba(255,255,255,0.1);
    pointer-events: none;
    outline: 1px solid black;
}


td, th {
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding: 5px;
    text-align: center;
    line-height: 1.3em;
    min-width: auto;
    word-break: keep-all
}

td:last-of-type, th:last-of-type {
    border-right: 0
}

tr:last-of-type td {
    border-bottom: 0
}

th {
    font-weight: bold;
    background-color: #111;
    color: white;
}

td {
    font-weight: 300;
    font-size: 1em;
    color: white
}

tr:nth-child(even) {
    background-color: rgba(255,255,255,0.02);
}

tr:nth-child(odd) {
    background-color: rgba(255,255,255,0.05);
}

/*td:nth-child(1), th:nth-child(1) {
    text-align: left;
    min-width: 266px
}
*/

th.Green {
    background-color: forestgreen;
}

th.Red {
    background-color: #ff4242;
}

th.Orange {
    background-color: darkorange;
}

td.Green {
    background-color: rgba(34,139,34,0.5);
}

td.Red {
    background-color: rgba(255,66,66,0.5);
}


td.Orange {
    background-color: rgba(199,110,0,0.9);
}

#Banner {
    position: relative;
    z-index: 99998;
    width: 100vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 20px 30px 20px;
    outline: solid 1px black;
}

.HasBannerText {
    /*background-size: 200% !important;
    background-position: left top !important;
    background-image: url('../headers/main_header_20231004_gray.min.svg') !important;*/
}


#MainPageBanner {
    position: relative;
    z-index: 99998;
    width: 100%;
    height: 100dvh;
    margin: -43px 0 0 0;
    padding: 16px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url('../headers/main_header_20231004_gray.min.svg');
    overflow: hidden;
    outline: solid 1px black;
    display: flex;
    align-items: center;
}

#MainPageBannerBlur {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

#MainPageBanner #MainPageBannerText {
    width: 100%;
    font-family: 'Bebas Neue';
    font-size: 10vw;
    font-weight: 400;
    color: #fff;
    flex: 1;
    padding: 0;
    display: block;
    z-index: 1002;
    line-height: 1.1em;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.6);
}

#MainPageBanner > img {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -20vw;
    right: -20%;
}

#MainPageBanner #MainPageBannerText > p {
    width: 100%;
    color: white;
    font-family: "Roboto";
    font-size: 5vw;
    font-weight: 500;
    line-height: 7vw;
}

#MainPageBanner #MainPageBannerText #ButtonBar {
    text-align: center;
    width: 100%;
    display: none;
    align-items: stretch;
    column-gap: 10px;
}

#MainPageBanner #MainPageBannerText #ButtonBar a {
    display: block;
    flex: 1;
    text-align: center;
    background-color: forestgreen;
    text-transform: uppercase;
    padding: 3.4vw 3vw 2.6vw 3vw;
    color: white;
    font-family: "Bebas Neue";
    font-size: 5vw;
    line-height: 6vw;
    font-weight: 700;
    letter-spacing: 1px;
    outline: solid 1px black;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

#MainPageBanner #MainPageBannerText #ButtonBar a:last-of-type {
    margin: 0;   
}

#Banner.HomePageBanner {
    display: none;
}

.InContentBanner {
    position: relative;
    width: 100vw;
    padding: 30px 10px 30px 10px;
    margin: 0 0 0 -10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    outline: solid 1px black
}

.InContentBanner .BannerText, #MainPageBanner .BannerText, #Banner .BannerText {
    position: relative;
    display: block;
    width: 100%;
    z-index: 10;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.WideBackground {
    width: 100vw;
    overflow: hidden;
    margin: 0 0 0 -20px;
    background-size: cover;
    padding: 32px 20px 32px 20px;
    background-color: rgba(0,0,0,.7);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    outline: solid 1px black;
}

#Scanner.InContentBanner {
    background-image:url('../headers/scanner.jpg');
}

#Consultant.InContentBanner {
    background-image: url('../headers/consultant.jpg');
}

#Forensics.InContentBanner {
    background-image: url('../headers/forensics_network_analysis.jpg');
}

#NavigationPlaceholder {
    display: block;
    width: 100%;
    height: 0px;
}


#Navigation {
    z-index: 99999;
    height: 42px;
    width: 100%;
    position: fixed;
    top: 0px;
    box-sizing: content-box;
    left: 0;
    background-color: rgba(15,15,15,0.9) !important;
    border-bottom: solid 1px #444 !important;
    border-top: solid 1px black !important;
    outline: solid 1px black;
    -webkit-box-shadow: inset 0 0 20px rgba(255,255,255,0.1), 0 3px 15px black;
    -moz-box-shadow: inset 0 0 20px rgba(255,255,255,0.1), 0 3px 15px black;
    box-shadow: inset 0 0 20px rgba(255,255,255,0.1), 0 3px 15px black;
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


#Navigation > div {
    width: 100%;
    max-width: 100% ;
    margin: 0 auto;
    padding: 0 !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#Navigation > div > #HeaderLogoLabel {
    display: none;
}

#Navigation .ClearBoth1em {
    display: none
}

#Navigation ul {
    display: none
}

#Navigation .HeaderButton,
#Navigation #HeaderSearchButton,
#Navigation #HeaderSearchForm,
#HeaderContactButton {
    display: none
}


a {
    text-decoration: none;
    cursor: pointer;
    color: #4d92fe;
}

a:focus {
    outline-offset: 0 !important;
}

mark {
    color: #ff4242;
    background: none
}

.OrangeLink {
    color: darkred!important;
    background-color: darkorange;
    display: inline-block;
    padding: 0em 0.5em;
    font-weight: 600 !important;
    font-size: 0.8em;
    line-height: 1.6em;
    margin: 0 0 0.5em 0;
    vertical-align: text-top;
}

h1:first-of-type {
    width: 100%;
    font-size: 1.8em;
    font-family: 'Bebas Neue', 'Roboto';
    color: #ff4242;
    margin: 0.5em 0 0.5em 0;
    line-height: 1.3em;
    word-wrap: break-word;
    padding: 0.2em 0;
    text-align: center;
}

h1 {
    display: inline-block;
    width: unset;
    font-size: 1.8em;
    font-family: 'Bebas Neue', 'Roboto';
    color: #ff4242;
    margin: 0.8em 0 0.5em 0;
    line-height: 1.3em;
    word-wrap: break-word;
    padding: 0.2em 0;
    text-align: center;
    letter-spacing: 1px;
}

h1 small {
    font-size: .6em;
    display: block;
    margin-top: .6em
}

time {
    color: #999;
    font-weight: 600;
    margin: 1em 0 0 0;
    display: block;
    text-align: center;
    
}

time::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f017";
    margin: 0 .3em 0 0;
    font-weight: 300
}

h2, .HorizontalFlexTable > div > h2 {
    width: 100%;
    font-size: 1.6em;
    font-family: 'Bebas Neue', 'Roboto';
    color: #ff4242;
    margin: 0.8em 0 0.5em 0;
    padding: 0.2em 0 0.1em 0;
    line-height: 1.3em;
    word-wrap: break-word;
    text-align: left;
    letter-spacing: 1px;
    border-bottom: solid 4px #ff4242;
}

h3 {
    width: 100%;
    line-height: 1.4em;
    font-family: 'Bebas Neue', 'Roboto';
    color: #ff4242;
    word-wrap: break-word;
    text-align: left;
    padding: 0.2em 0;
    margin: 0.8em 0 0 0;
    letter-spacing: 1px;
}

#AppsDropdown {
    display: none;
}

#HeaderLogo {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 189px;
    height: 43px;
    background-color: #4d92fe;
    background-image: url('../icons/MakayHuHeaderLogo_2022.svg');
    background-size: 189px 42px;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: solid 1px rgba(255,255,255,0.6);
    outline: solid 1px black;
    cursor: pointer;
    image-rendering: crisp-edges;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#CyberAIHeaderLogo {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 238px;
    height: 42px;
    background-image: url('../icons/CyberAIHeaderLogo_2023.svg');
    background-size: 238px 42px;
    background-position: center center;
    background-repeat: no-repeat;
    outline: solid 1px black;
    cursor: pointer;
    image-rendering: crisp-edges;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: inset 0 0 15px rgba(255,255,255,0.6), 0 0 30px #ff4242;
}

.HiddenBanner {
    max-height: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    display: none
}

#SidebarContent {
    display: none;
}

#MainPageContent {
    width: 100%;
    padding: 1em 10px 3em 10px;
    margin: 0;
    text-align: left;
}

#MainPageContent p {
    width: 100%;
    text-align: left;
    margin: 0
}

#MainPageContent p .RightText {
    float:right
}

#MainPageContent p img.RightImg {
    display: none
}

#Content p .RightImg {
    max-width: 100%;
    outline: solid 1px #000;
    margin: 0 0 1.5em 0
}

#MainPageServices {
    display: block;
    position: relative;
    width: 100%;
}

#MainPageServices .Category {
    width: calc((100vw - 30px) / 2);
    height: 56vw;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 0;
    margin: 0 10px 10px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #efefef;
    position: relative;
    border: solid 1px rgba(255,255,255,0.2);
    outline: solid 1px black;
    background-color: rgba(255,255,255,0.05);
    -webkit-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}



#MainPageContent .Category:nth-of-type(2n) {
    margin: 0 0 10px 0;
}

#MainPageServices .Category > div > img {
    width: 50%;
    height: auto;
    margin: 30px auto 20px auto;
    display: block;
}

.Category + .ClearBoth {
    content:'';
    display: inline-block;
    width: 100%
}

#MainPageServices .Category div h2, #MainPageServices .Category div > p {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.5em;
    padding: 0 10px;
    margin: 0 0 .8em 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

#MainPageContent #Articles {
    width: 100%;
    padding: 0 0 1.5em 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    color: #efefef;
    position: relative;
    text-align: left
}

#MainPageContent #Articles p {
    width: 100%;
    line-height: 1.7em;
    font-weight: 400
}

#MainPageContent #Articles p a {
    display: block;
    margin: 0 0 .8em 0
}

.GlassBox {
    padding: 20px;
    color: #efefef;
    position: relative;
    outline: solid 1px black;
    background-color: rgba(255,255,255,0.05);
    border: solid 1px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

.GlassBox img {
    animation-name: glassboxfadein;
    animation-timeline:view(-200px)
}

@keyframes glassboxfadein {
    from {
        scale: .3;
        opacity: 0.5
        
    } to {
        scale: 1;
        opacity: 1
        
    }

}

.WordPressSecNews {
    background-image: url('../images/wordpress.svg');
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: right -64px bottom -64px;
}

.WordPressSecNews h2 {
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
}

.Brands {
    width: 100%;
    padding: 1em 0 0 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, calc((100% - 20px) / 3));
    justify-content: space-around;
    row-gap: 10px;
}

.Brands a {
    display: block;
    margin: 0;
    width: 100%;
    outline: solid 1px black;
}

.Brands a img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

.ProductCategory {
    width: 100%;
    position: relative;
    padding: 300px 0 50px;
    margin: 0 0 30px 0;
    background-position: center 60px;
    background-size: 150px;
    background-repeat: no-repeat;
    border-top: dashed 3px #666
}

.ProductCategory:first-of-type,
h1 + .ProductCategory, h2 + .ProductCategory, p + .ProductCategory {
    padding: 300px 0 30px 0;
    border-top: unset
}

.ProductCategory h2 {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weigth: 600
}

.Notification {
    width: 100%;
    position: relative;
    margin: 1em 0 2.5em 0;
    padding: 10px 0;
    border-top: dashed 2px #bbb;
    border-bottom: dashed 2px #bbb;
    color: #bbb
}

.ExtraInfo {
    width: 100%;
    margin: 1.5em 0 1.5em 0;
    padding: 10px;
    border: dashed 2px #bbb;
    color: #bbb
}

#ToC {
    width: 100%;
    margin: 1.5em 0 2.5em 0;
}

#ToC + h2 {
    margin: 0.5em 0 0.7em 0
}

#ToC b {
    color: white;
    font-weight: 400;
    font-size: 1.2em
}

#ToC li, h2.RecommendedServices, a.RecommendedServices, div.RecommendedServices {
    width: 100%;
    color: #fff !important;
    font-weight: 600;
    font-size: 1em;
    display: block;
    background-color: rgba(255,255,255,0.05);
    margin: 0 0 .5em 0;
    padding: 4px 8px;
    outline: solid 1px black;
    cursor: pointer;
    border: solid 1px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0 0 24px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 0 24px rgba(255,255,255,0.2);
    box-shadow: inset 0 0 24px rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(1.4px);
    -moz-backdrop-filter: blur(1.4px);
    -o-backdrop-filter: blur(1.4px);
    backdrop-filter: blur(1.4px);
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

h2.RecommendedServices {
    color: darkorange;
    margin: 2.5em 0 .5em 0;
    padding: 8px 8px 4px 8px;
    font-weight: 700;
    font-size: 1.3em;
    cursor: default;
    border: solid 1px rgba(255,255,255,0.2);
}


div.RecommendedServices ul {
    margin-top: 0.8em;
}


#ToC ul {
    padding: 0;
    list-style-type: none
}

.ProductBrandsTable {
    width: 100%;
    height: calc(16%);
    margin: 2.5em 0 1em
}

.ProductBrandsTable a div {
    width: 16%;
    padding: 16% 0 0;
    background-color: rgba(255, 255, 255, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    margin: 0 12% 0 0;
    box-shadow: inset 0 0 1px #fff;
    border: solid 1px #000
}

.ProductBrandsTable a div:hover {
    box-shadow: inset 0 0 40px #4d92fe
}

.ProductBrandsTable a:last-of-type div {
    margin: 0
}

.ProductBrandsTable #g_data {
    background-image: url(../products/g_data_logo.png)
}

.ProductBrandsTable #kaspersky {
    background-image: url(../products/kaspersky_logo.png)
}

.ProductBrandsTable #eset_nod32 {
    background-image: url(../products/eset_nod32_logo.png)
}

.ProductBrandsTable #trend_micro {
    background-image: url(../products/trend_micro_logo.png)
}

.ProductBrandsTable #acunetix {
    background-image: url(../products/acunetix_logo.png)
}

.partners div {
    width: 220px;
    height: 130px;
    margin: 0 auto 1em auto;
    background-size: cover;
    outline: solid 1px black
}

.partners:nth-of-type(3n) div {
    width: 220px;
    height: 130px;
    margin: 0 auto 1em auto;
    background-size: cover;
    outline: solid 1px black
}

footer {
    width: 100%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .7);
    font-weight: 400;
    line-height: 1.5em;
    padding: 1em 10px 2em 10px;
    margin: 0 auto;
    border-top: solid 1px #000;
}

footer > div {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.LeftDiv {
    width: 100%;
     margin: 0 auto 1.5em auto;
}

.LeftDiv img, .RightDiv img {
    width: 100%;
    height: auto;
    outline: 0;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

#IsoIecLogo {
    width: 66%;
    height: auto;
    outline: 0;
    margin: 0 auto;
}

.RightDiv {
    width: 100%;
}

.RightDiv p {
    margin: 0.5em;
}

.RightDiv p:first-of-type {
    margin-top: 0;
}

#BottomMenuTable {
    width: 100%;
    display: block
}


#ContactLinks, #OtherLinks, #ServicesLinks {
    display: block;
    text-align: left;
    margin: 0 0 2.5em 0
}

#OtherLinks h3, #ServicesLinks h3, #ContactLinks h3 {
    color: #bbb
}

#OtherLinks a, #ServicesLinks a, #ContactLinks a {
    display: block;
    margin: 0 0 .3em 0;
    font-weight: 400;
    color: #777
}

footer a:first-of-type {
    float: unset;
    margin: 0;
}

footer a:first-of-type button {
    width: 100%;
    border: none;
    background-color: forestgreen;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 7px 0;
    cursor: pointer;
    margin: 0 0 1.5em;
    background-image: url(../icons/email.png);
    background-size: 28px;
    background-position: right 13px center;
    background-repeat: no-repeat
}

footer h2 {
    color: #fff;
    margin: 1em 0 1.5em
}

.ClearBoth {
    clear: both
}

.ClearBoth-15em {
    clear: both;
    margin: 0 0 -1.5em 0
}

.ClearBoth05em {
    clear: both;
    height: .5em
}

.ClearBoth1em {
    clear: both;
    height: 1em
}

.ClearBoth15em {
    clear: both;
    height: 1.5em
}

.ClearBoth2em {
    clear: both;
    height: 2em
}

.ClearBoth25em {
    clear: both;
    height: 2.5em
}

.ClearBoth3em {
    clear: both;
    height: 3em
}

h2.term {
    font-size: 1.1em;
    color: white;
    font-weight: 600;
    margin: 0 0 .5em 0;
    padding: 42px 0 0 0;
    border-bottom: solid 2px white;
    background-color: unset;
    outline: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    
}

h2.term span {
    font-size: 0
}

#PlatformCategory {
    margin: 2.5em 0 0 0
}

#PlatformCategory a div {
    width: 100%;
    margin: 0 0 1em 0;
    background-color: rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 1px white;
    font-size: 30px;
    color: white;
    padding: 10px 0 10px 0;
    text-align: center
}

#PlatformCategory a .Desktop::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f108';
    font-weight: 300;
    margin: 0 20px 0 0
}

#PlatformCategory a .Mobile::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 300;
    content: '\f10b';
    margin: 0 20px 0 0
}

#PlatformCategory a .Company::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 300;
    content: '\f1ad';
    margin: 0 20px 0 0
}

.InfoBox {
    font-family: 'Bebas Neue';
    letter-spacing: 1.2px;
    font-size: 1.7em;
    text-align: center !important;
    line-height: 1.2em;
    font-weight: normal;
    color: yellow;
    margin: 0.2em 0 0.5em 0 !important
}

.YouTubeVideo {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    outline: solid 1px black;
    margin: 0 0 1em 0
}

.YouTubeVideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0
}

#Navigation #FacebookLikeButton {
    display: none
}

a p {
    color: #eee
}

#MoreArticles {
    display: inline-block;
    float: right;
    text-align: center;
    margin: 1em 0 0 1.5em;
    border: none;
    background-color: #4d92fe;
    color: white !important;
    font-weight: 600;
    font-size: 20px;
    padding: 3px 10px;
    cursor: pointer;
    outline: solid 1px black;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

.OrangeButton {
    float: right;
    margin: 1em 0 0 1.5em;
    border: none;
    background-color: darkorange;
    color: white !important;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Bebas Neue';
    padding: 6px 10px 3px 10px;
    cursor: pointer;
    outline: solid 1px black;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

blockquote {
    margin: 0 0 1em 0;
    border: dashed 2px forestgreen;
    color: forestgreen;
    padding: 1em;
    font-weight: 400;
    font-size: 0.9em;
    white-space: pre-line;
}

.MalwareLab, .BigGreenButton {
    display: inline-block;
    border: none;
    background-color: forestgreen;
    color: white !important;
    font-family: 'Bebas Neue', 'Roboto';
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 1px;
    padding: 0.4em 0.7em 0.3em 0.7em;
    cursor: pointer;
    outline: solid 1px black;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

#partners {
    display: none
}

#RightBottomFixedButton, #RightBottomFixedBidButton, #RightBottomFixedShareButton {
    position: fixed;
    bottom: 44px;
    left: calc(50%);
    transform: translateX(-50%);
    z-index: 10000;
    display: block;
    height: 42px;
    color: white;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Bebas Neue', 'Roboto', arial;
    text-transform: uppercase;
    line-height: 44px;
    background-color: darkorange;
    background-size: 48px 48px;
    background-position: left center;
    background-repeat: no-repeat;
    border: solid 1px black;
    margin: 0;
    padding: 0 20px 0 20px;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 15px black;
    image-rendering: crisp-edges;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.4), 0 3px 15px black;
    -moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.4), 0 3px 15px black;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.4), 0 3px 15px black;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
    outline: solid 1px black;
}

#RightBottomFixedButton label, #RightBottomFixedBidButton label, #RightBottomFixedShareButton label {
    display: none;
}

input:focus, #SearchBar:focus {
    outline: none
}

#SearchBar {
    float: left;
    width: 85%;
    height: 2.2em;
    background-color: #666;
    border: 0;
    margin: 0 0 .3em 0;
    padding: .2em .5em 0 .5em;
    color: white;
    line-height: 1em;
    outline: solid 1px black;
    font-size: 1.2em;
    border-radius: 0
}

#SearchBar::placeholder {
    color: #888
}

#SearchButtonMobile {
    font-family: 'FontAwesome', sans-serif;
    float: right;
    cursor: pointer;
    width: 15%;
    background-color: forestgreen;
    border: 0;
    color: white;
    font-size: 1.2em;
    line-height: 1em;
    height: 2.2em;
    outline: solid 1px black;
    border-radius: 0
}

#SearchButtonDesktop {
    display: none
}

#MobileBidButton {
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: 700;
    background-color: #4d92fe;
    text-align: center;
    padding: 3px 0;
    margin: 0 0 1em 0;
    outline: solid 1px black
}

#OfferRequest input:not([type='checkbox']):not([type='submit']), #OfferRequest textarea {
    width: 100%;
    font-size: .9em;
    padding: 7px;
    color: #191919;
    background-color: white;
    border: 0;
    margin: 0 0 .7em 0;
    outline: solid 1px black;
    border-radius: 0;
    border-radius: 4px;
}

#OfferRequest select {
    width: 100%;
    font-size: .9em;
    padding: 7px;
    color: #191919;
    cursor: pointer;
    background-color: white;
    border: 0;
    margin: 0 0 .7em 0;
    outline: solid 1px black;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
}

#OfferRequest #CustomerEmailConfirmAlert, #OfferRequest #CustomerEmailConfirmAlertPaste {
    display: none;
    width: 100%;
    font-size: .8em;
    font-weight: bold;
    background-color: red;
    color: white;
    padding: 4px 7px;
    outline: solid 1px black;
    margin: 0 0 .8em 0;
    border-radius: 4px;
}
    
#OfferRequest #CustomerEmailConfirmAlert:before, #OfferRequest #CustomerEmailConfirmAlertPaste:before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f06a';
    color: white;
    font-weight: normal;
    display: block;
    font-size: 1.4em;
    float: left;
    margin: 0 .5em 0 0;
    border-radius: 0
}


#OfferRequest .SubmitButton, .SubmitButton {
    display: block;
    margin: 0 auto;
    background-color: forestgreen;
    font-size: 1.4em;
    font-weight: bold;
    font-family: 'Bebas Neue', 'Roboto', 'Open Sans', Arial;
    text-transform: uppercase;
    padding: 7px 16px 5px 16px;
    cursor: pointer;
    color: white;
    border: 0;
    outline: solid 1px black;
    border-radius: 0;
    letter-spacing: 1.4px;
    border-radius: 4px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 20px inset;
}

#OfferRequest #ImportantTopics {
    width: 100%;
    font-size: 0.7em;
    font-weight: 300;
    color: white;
    background-color: rgba(34,139,34,0.4);
    text-align: left;
    margin: -0.9em 0 2.5em 0;
    padding: 10px;
    line-height: 1.5em;
    outline: solid 1px black;
    border-radius: 4px;
}

.YouTubeVideo {
    margin: 1em 0 1em 0 !important;
    outline: solid 1px black
}

.MyForest {
    display: block;
    width: 100%;
    padding: 158px 10px 10px 10px;
    background-color: rgba(0,255,0,0.2);
    background-image: url(../icons/plant.webp);
    background-position: center top 10px;
    background-repeat: no-repeat;
    background-size: 128px;
    outline: solid 1px black;
    text-align: justify;
}

.MyForest > b {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.NewsletterBox {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: rgba(0,255,0,0.2);
    background-image: url(../icons/warning_mobile.svg);
    background-position: right -20px bottom -20px;
    background-repeat: no-repeat;
    background-size: 128px;
    outline: solid 1px black;
    text-align: left;
    font-weight: bold;
}

.AvatarText {
    display: block;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
}

.CircleAvatar {
    display: block;
    margin: 0 auto 0.5em auto;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    border: solid 1px black;
    outline: unset !important;
}

#TermSearchInput {
    width: calc(100% - 130px);
    border: 0;
    padding: 0 7px;
    height: 28px;
    outline: solid 1px black;
    display: inline-block;
}

#TermSearchButton {
    width: 128px;
    height: 28px;
    border: 0;
    color: white;
    background-color: forestgreen;
    outline: solid 1px black;
    display: inline-block;
}

label > input[type="checkbox"] {
    display: none;
}

label > input[type="checkbox"] + *::before {
    content: "\f128";
    font-family: 'FontAwesome', sans-serif;
    font-size: 12px;
    color: #aaaaaa;
    background-color: #cccccc;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    font-weight: normal;
    line-height: 26px;
    margin-right: 0.7em;
    margin-top: -4px;
    border-radius: 0;
    outline: solid 1px black;
}

label > input[type="checkbox"]:checked + * {
    color: #4d92fe;
}

label > input[type="checkbox"]:checked + *::before {
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    font-size: 16px;
    color: white;
    background-color: #4d92fe;
}

label > input[type="checkbox"] + * {
    display: inline-block;
}

label small {
    display: block;
    padding-left: 2em;
    margin-bottom: 1em;
    text-align: left;
}


/*.ServicePackages {
    width: 100%;
    margin: 0 0 1.5em 0;
    overflow-y: hidden;
    overflow-x: scroll;
}

.ServicePackages table {
    display: inline-block;
    border-collapse: collapse;
    font-size: 0.9em;
    outline: 0;
    border: 0;
    margin: 0;
}

.ServicePackages table td {
    min-width: 150px;
    width: 150px;
    display: table-cell;
    position: relative;
    background: rgba(255,255,255,0.1);
    line-height: 1.2em;
    text-align: center;
    word-break: keep-all;
    cursor: default;
    font-family: 'Roboto', Arial;
    font-size: 0.8em;
    font-weight: 300;
    border-right: solid 1px black;
}

.ServicePackage:last-of-type {
    border-right: 0;
}

.ServicePackages .PackageType {
    padding: 100px 0 20px 0;
    background-position: center 16px;
    background-size: 64px;
    background-repeat: no-repeat;
}

.ServicePackages .PackageType b {
    font-size: 1.1em;
}

.ServicePackages .Items {
    font-family: 'Roboto', 'Open Sans';
    font-weight: 400;
    padding: 10px;
    vertical-align: middle;
}

.ServicePackages .Items label {
    display: block;
    margin: 0 0 0.7em 0;
    font-size: 0.8em;
}

.ServicePackages .Items label:last-of-type {
    margin: 0;
}

.ServicePackages .Bid {
    padding: 0;
}

.ServicePackages a {
    display: block;
    width: 100%;
    color: white !important;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    background-color: #ff4242;
    padding: 0.6em 0;
}
*/


.HorizontalFlexTable {
    display: block;
    margin: 0 0 2em 0;
}

.HorizontalFlexTable .VerticalCenter {
    align-self: center;
}

.HorizontalFlexTable .FitContent {
    max-width: -webkit-fit-content;
    max-width: fit-content;
}

.HorizontalFlexTable > div {
    display: block;
    margin: 0 0 1.5em 0;
    text-align: center;
}

.HorizontalFlexTable > div:last-of-type {
    display: block;
    margin: 0;
}


.HorizontalFlexTable > div > header {
    background-color: forestgreen;
    color: white;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0;
    outline: solid 1px black;
}

.HorizontalFlexTable > div > p {
    color: white;
    text-align: left;
}

.HorizontalFlexTable > div > h3, .HorizontalFlexTable > div > h4 {
    width: 100%;
    text-align: center;
    margin: 0 0 0.5em 0;
    background-color: unset;
    color: #ff4242;
    font-size: 1.4em;
    outline: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.HorizontalFlexTable > div > header > h3 {
    color: white;
    font-family: 'Bebas Neue', 'Roboto', 'Open Sans', arial;
    font-size: 1.6em;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    word-break: keep-all;
    overflow: hidden;
    background-color: unset;
    outline: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}



.HorizontalFlexTable > div > ol, .HorizontalFlexTable > div > ul {
    padding-left: 1em;
    margin-top: 8px;
}

.HorizontalFlexTable > div ol li, .HorizontalFlexTable > div ul li {
    text-align: left;
    margin-bottom: 0.5em;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.HorizontalFlexTable > div > img {
    width: 33%;
    margin: 1.5em auto;
    display: block;
    height: auto;
}

.HorizontalFlexTable > div .Image {
    width: 100%;
    max-width: unset;
    margin: unset;
    display: block;
    height: unset;
}

.HorizontalFlexTable > div > .Details {
    display: inline-block;
    margin: 1em 0 2em 0;
    padding: 0.2em 0.8em;
    bottom: 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: white !important;
    background-color: forestgreen;
    outline: solid 1px black;
}

.HorizontalFlexTable > div > .BottomButton {
    display: inline-block;
    left: 0;
    bottom: 0;
    padding: 0.3em 0.7em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: white !important;
    background-color: forestgreen;
    outline: solid 1px black;
    -webkit-box-shadow: inset 0 0 16px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 0 16px rgba(255,255,255,0.4);
    box-shadow: inset 0 0 16px rgba(255,255,255,0.4);
    border-radius: 4px;
}


.HorizontalFlexTable.ServicePackages > div {
    position: relative;
    padding: 10px 10px 10px 10px;
    outline: solid 1px black;
    background-color: rgba(255,255,255,0.05);
}

.HorizontalFlexTable.BottomPadding54px > div {
    padding: 10px 10px 54px 10px !important;
}

.HorizontalFlexTable.ServicePackages > div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: inset 0 0 66px rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 0 66px rgba(255,255,255,0.1);
    box-shadow: inset 0 0 66px rgba(255,255,255,0.1);
}

.HorizontalFlexTable.ServicePackages li {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    list-style-position: inside;
    list-style-type: square;
}

.ColorWhite {
    color: #ffffff !important;
}

.ColorBlue {
    color: #4d92fe !important;
}

.BgColorBlue {
    background-color: #4d92fe !important;
}

.ColorOrange {
    color: darkorange !important;
}

.BgColorOrange {
    background-color: darkorange !important;
}

.ColorYellow {
    color: yellow !important;
}

.BgColorYellow {
    background-color: yellow !important;
}

.ColorGreen {
    color: forestgreen !important;
}

.BgColorGreen {
    background-color: forestgreen !important;
}

.ColorRed {
    color: #ff4242 !important;
}

.BgColorRed {
    background-color: #ff4242 !important;
}

.BgColorBlack {
    background: repeating-linear-gradient(-45deg,#ff4242 0px,#ff4242 15px,#151d26 15px,#151d26 30px);
}

b.BgColorRed {
    background-color: #ff4242 !important;
    display: block;
    padding: 0 8px;
    text-align: center;
    font-size: 0.9em;
    line-height: 20px;
    height: 20px;
    font-family: 'Bebas Neue';
    font-weight: 600 !important;
    letter-spacing: 1px;
    outline: solid 1px black;
    border-radius: 4px;
}

b.BgColorBlack {
    background: repeating-linear-gradient(-45deg,#ff4242 0px,#ff4242 15px,#a32b2b 15px,#a32b2b 30px);
    display: block;
    padding: 0 8px;
    text-align: center;
    font-size: 0.9em;
    line-height: 20px;
    height: 20px;
    font-family: 'Bebas Neue';
    font-weight: 600 !important;
    letter-spacing: 1px;
    outline: solid 1px black;
    border-radius: 4px;
}

.MainServices {
    display: block;
    border: none;
    width: 100%;
    margin: 0 0 0.7em 0;
    color: white !important;
    font-family: 'Bebas Neue', 'Roboto';
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 0.4em 0.7em 0.3em 0.7em;
    cursor: pointer;
}

nav {
    display: none;
    margin: 1.5em 0 1.5em 0;
    text-align: center;
}

nav a {
    text-decoration: none;
    display: inline-block;
    margin: 0 0.1em 0.3em 0;
    font-family: 'Bebas Neue', Arial;
    font-weight: bold;
    color: white !important;
    font-size: 1.5em;
    padding: 0.3em 0.4em 0.2em 0.4em;
    outline: solid 1px black;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

nav a.RedBg, .RedBg {
    background-color: #ff4242 !important;
}

nav a.GreenBg, .GreenBg {
    background-color: forestgreen !important;
}

nav a.BlueBg, .BlueBg {
    background-color: #4d92fe !important;
    
}

nav a.OrangeBg, .OrangeBg {
    background-color: darkorange !important;
}

nav a.GrayBg, .GrayBg {
    background-color: #444444 !important;
}

.ServicePrice {
    width: 100%;
    display: inline-block;
    outline: solid 1px black;
    color: white;
    font-weight: bold;
    padding: 1em;
    font-size: 2em;
    text-align: center;
    margin: 0 0 1em 0;
}

.ServicePrice small {
    font-size: 0.5em;
}

.ServicePrice.Blue {
    background-color: #4D92FE;
}

.ServicePrice.Green {
    background-color: forestgreen;
}

#HackrButton {
    display: block;
    width: 200px;
    position: fixed;
    top: 58px;
    right: 16px;
    outline: solid 1px black;
    background-image: url('../headers/main_header_20231004_gray.min.svg');
    background-size: 300%;
    background-position: left top;
    background-repeat: no-repeat;
    overflow-y: hidden;
    text-align: center;
    -webkit-transition: background-size 25s linear;
    -moz-transition: background-size 25s linear;
    transition: background-size 25s linear;
    box-shadow: 0 3px 15px black;
    cursor: pointer;
    z-index: 99999;
}

#HackrButton:hover {
    background-size: 600%;
    -webkit-transition: background-size 25s linear;
    -moz-transition: background-size 25s linear;
    transition: background-size 25s linear;
}

#HackrButton ul {
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #111111;
    outline: solid 1px black;
    line-height: 1.5em;
    padding: 12px 8px 12px 16px;
    width: 100%;
    margin: 0;
    font-weight: bold;
    color: #999999;
    list-style: none;
}

#HackrButton img {
    width: 128px;
    margin: 32px 0 24px 0;
}

#HackrButton #HackrButtonText {
    width: 100%;
    height: 42px;
    color: white;
    background-color: forestgreen;
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Bebas Neue', 'Roboto', Arial;
    letter-spacing: 0.5px;
    
}

#HackrButton button {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: white;
    background-color: unset;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
}

#HackrButton button:before {
    content: '✖';
    font-size: 32px;
    width: 32px;
    height: 32px;
    font-family: Arial;
}

#HackrBox {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 1.5em 0 1.5em 0;
    width: 100%;
    height: 100px;
    outline: solid 1px black;
    cursor: pointer;
    text-align: center;
}

#HackrBox:after {
    content: "Ingyenes sérülékenységkereső ➜";
    color: #ff4242;
    position: absolute;
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
    z-index: -1;
    text-align: center;
    text-transform: uppercase;
    display: block;
    background-color: #222222;
    background-image: url('../headers/main_header_20231004_gray.min.svg');
    background-size: 300%;
    background-position: left top;
    width: 110%;
    height: auto;
    line-height: 77px;
    padding: 44px 0 0 0;
    font-family: 'Bebas Neue';
    font-size: 26px;
    -webkit-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    /*-webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);*/
}

#HackrBox img {
    height: 28px;
    margin: 12px auto 12px auto;
    display: block;
    /*-webkit-filter: drop-shadow(0 0 5px #ff4242);
    -moz-filter: drop-shadow(0 0 5px #ff4242);
    -o-filter: drop-shadow(0 0 5px #ff4242);
    filter: drop-shadow(0 0 5px #ff4242);*/
}

.icon-scroll {
  position: absolute;
  left: calc(50% - 15px);
}

.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 30px;
  height: 50px;
  bottom: 80px;
  border: solid 2px white;
  box-shadow: inset 0 0 20px rgba(255,255,255,0.4);
  z-index: 1001;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(1.4px);
  -moz-backdrop-filter: blur(1.4px);
  -o-backdrop-filter: blur(1.4px);
  backdrop-filter: blur(1.4px);
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 42px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-36px);
  }
}

.marquee {
    width: 100%;
    height: 2em;
    margin: 0 0 0;
    overflow: hidden;
    line-height: 1.9em;
    white-space: nowrap;
    background-color: #111111;
    border-top: solid 1px black;
    box-shadow: 0 3px 15px black;
    position: fixed;
    bottom: 0;
    z-index: 99998;
}

.marquee a {
  font-size: 1.4em;
  font-family: 'Bebas Neue';
  white-space: nowrap;
  text-transform: uppercase;
  color: forestgreen;
  position: relative;
  flex: 1;
  padding: 0 20px;
  letter-spacing: 0.4px;
  vertical-align: bottom;
}

.marquee a.Alert:before {
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f6e2';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.Vulnerability:before {
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f188';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.Malware:before {
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f188';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.Article:before {
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f0eb';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.News:before {
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f1ea';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.Notify:before {
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f27a';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.Microsoft:before {
    font-family: 'FontAwesome Brands';
    font-size: 0.8em;
    content: '\f3ca';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.Linux:before {
    font-family: 'FontAwesome Brands';
    font-size: 0.8em;
    content: '\f17c';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.Apple:before {
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f179';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.LinkedIn:before {
    font-family: 'FontAwesome Brands';
    font-size: 0.8em;
    content: '\f08c';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.Facebook:before {
    font-family: 'FontAwesome Brands';
    font-size: 0.8em;
    content: '\f09a';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.AI:before {
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f544';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

.marquee a.WordPress:before {
    font-family: 'FontAwesome Brands';
    font-size: 0.8em;
    content: '\f411';
    margin: 0 0.3em 0 0;
    color: #ff4242;
}

#CybroAI {
    display: none;
}

.VulnerabilityCVSS {
    position: relative;
    display: block;
    margin: 0 0 1.5em 0;
    height: 32px;
    text-transform: uppercase;
    outline: solid 1px black;
    background-color: #222222;
}

.VulnerabilityCVSS:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 16px rgba(255,255,255, 0.4);
    z-index: 1;
}

.VulnerabilityCVSS div {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 32px;
    text-transform: uppercase;
    outline: solid 1px black;
}

.VulnerabilityCVSS label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 36px;
    text-align: center;
    font-family: 'Bebas Neue';
    font-size: 22px;
    letter-spacing: 1.2px;
    color: white;
    text-shadow: 0 0 16px black;
}

.blink {
  animation: blink 1.2s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.MobileHorizontalScrollingDiv {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    overflow-x: scroll;
}

#HackrForm {
    margin: 0.2em 0 0 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    outline: solid 1px black;
    background-color: #491212;
    background: repeating-linear-gradient(30deg, rgba(255,66,66,0.1) 0px, rgba(255,66,66,0.1) 30px, rgba(255,66,66,0.2) 30px, rgba(255,66,66,0.2) 60px);
    -webkit-box-shadow:inset 0 0 60px rgba(255,66,66,0.2);
    -moz-box-shadow:inset 0 0 60px rgba(255,66,66,0.2);
    box-shadow: inset 0 0 60px rgba(255,66,66,0.2);
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

/*#HackrForm:after {
    content: "";
    color: #ff4242;
    position: absolute;
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
    z-index: -1;
    text-transform: uppercase;
    display: block;
    background-color: #222222;
    background-image: url('../headers/main_header_20220104.min.svg');
    background-size: 300%;
    background-position: 80% 40%;
    width: 110%;
    height: auto;
    line-height: 77px;
    padding: 0;
    font-family: 'Bebas Neue';
    font-size: 36px;
    -webkit-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}*/

#HackrForm p {
    font-size: 0.6em;
    font-family: monospace;
    font-weight: normal;
    color: #ff4242;
    text-align: right !important;
    margin: 0;
    padding: 0;
    line-height: 30px;
    height: 34px;
}

#HackrForm input[type=text] {
    width: 100%;
    padding: 0.7em;
    background-color: #ff4242;
    color: white;
    font-size: 1em;
    font-weight: bold;
    border-radius: 3px;
    border: solid 1px rgba(255,255,255,0.2);
    outline: solid 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    /*-webkit-backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);*/
}

#HackrForm input[type=text]:focus {
    outline-offset: 0 !important;
}

#HackrForm input::placeholder {
    color: rgba(255,255,255,0.8);
}

#HackrForm input[type=submit] {
    display: block;
    float: right;
    padding: 0 0.6em;
    background-color: forestgreen;
    font-family: "Bebas Neue", "Roboto";
    color: white;
    font-size: 1.1em;
    font-weight: 600;
    outline: 0;
    border-radius: 3px;
    border: solid 1px rgba(255,255,255,0.2);
    outline: solid 1px rgba(0,0,0,0.4);
    height: 28px;
    line-height: 30px;
    letter-spacing: 1.6px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
    vertical-align: middle;
}


#HackrForm img {
    height: 26px;
    width: 156px;
    margin: 1px 0 0 0;
    display: block;
    float: left;
    image-rendering: crisp-edges;
    filter: drop-shadow(0 0 15px #ff4242);
    vertical-align: middle;
}

.h-captcha {
    width: fit-content;
    margin: 0 auto;
}

.Grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#SocialNavBar {
    width: 100vw;
    height: 2em;
     background-color:  #111;
     outline:  solid 1px black;
     padding: 3px 0 6px 0;
     display: flex;
     justify-content: space-evenly;
    position: fixed;
    bottom:  0;
    z-index: 9999;
}

#SocialNavBar img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin:  0 6px 0 0;
}

#SocialNavBar a {
    font-weight: bold;
    font-size: 20px;
    color:  #ff4242;
    margin: 0;
    letter-spacing:  1px;
}

#SocialNavBar a:last-child {
    margin: 0;
}

#SiteMenuButton {
    float:right;
    width:42px;
    height:42px;
    background-image:url('../icons/menu_button.svg');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:absolute;
    top:0;
    right:0;
}

#SiteMenu {
    position: fixed;
    display: none;
    top: 44px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    box-sizing: border-box;
    left: 0;
    background-color: rgba(15,15,15,.9)!important;
    border-bottom: 1px solid #444!important;
    border-top: 1px solid #000!important;
    -webkit-box-shadow: inset 0 0 20px rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 0 20px rgba(255,255,255,.1);
    box-shadow: inset 0 0 20px rgba(255,255,255,.1);
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.Industry {
   display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}

.Industry div {
   flex: 0 0 calc((100% - 10px) / 2);
   font-size: 14px;
   font-weight: 400;
   margin: 0 0 2em 0;
   text-align: center;
}

.Industry div span {
    display: block;
    width: 100%;
    margin: 0 0 0.1em 0;
    font-size: 2.5em;
}

.Industry div .Money:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f81d';
    color: darkorange;
}

.Industry div .Industries:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f64f';
    color: darkorange;
}

.Industry div .Development:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f5fc';
    color: darkorange;
}

.Industry div .Telecom:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f3cd';
    color: darkorange;
}

.Industry div .Publicutility:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f0eb';
    color: darkorange;
}

.Industry div .Transporting:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f0d1';
    color: darkorange;
}

.Industry div .Health:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f469';
    color: darkorange;
}

.Industry div .Government:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\e587';
    color: darkorange;
}

.Industry div .Energy:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f0e7';
    color: darkorange;
}

.Industry div .Cloud:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f0c2';
    color: darkorange;
}

.Industry div .Automotive:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f5e4';
    color: darkorange;
}

.Industry div .Spacerobotics:before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: '\f7bf';
    color: darkorange;
}

.SOC_Additional_Services details {
    width: 100%;
    margin: 0 0 7px 0;
    cursor: pointer;
}


.SOC_Additional_Services details p {
    font-size: 0.8em;
    display: block;
    margin: 7px 0 24px 0 !important;
    padding: 0 0 0 42px;
}
.SOC_Additional_Services summary::before {
    content: attr(data-icon);
    font-family: 'FontAwesome';
    /* margin-left: 6px; */
    background: red;
    color: white;
    /* border-radius: 10px; */
    /* padding: 2px 6px; */
    font-size: 18px;
    text-align: center;
    width: 32px;
    aspect-ratio: 1/1;
    display: block;
    border-radius: 4px;
    float: left;
    margin: 0 0.7rem 0 0;
    line-height: 33px;
    overflow-y: hidden;
}

.SOC_Additional_Services .Image {
    width: 64% !important;
    margin: 0 auto !important;
    
}

.SOC_Additional_Services summary {
    font-family: 'Bebas Neue';
    line-height: 38px;
    height: 32px;
    overflow-y: hidden;
    font-size: 20px;
    color:#ff4242;
    display: list-item;
    list-style: none;
    text-align: left;
}

.SOC_Additional_Services summary::-webkit-details-marker {
    display: none;
}

.SOC_Additional_Services summary::after {
    display: block;
    float: right;
    height: 32px;
    content: "+";
}

.SOC_Additional_Services details[open] > summary::after {
  content: "−";
}

#ContentCover {
    outline: solid 1px black;
    border:solid 1px rgba(255,255,255,0.2);
}

.BorderRadius4 {
    border-radius: 4px !important;
}

.FontAwesomeIcon {
    display: inline-block;
    margin: 0;
    color: #efefef;
    position: relative;
    outline: solid 1px black;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.05);
    -webkit-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
    box-shadow: inset 0 0 60px rgba(255,255,255,0.2);
}

.FontAwesomeIcon::before {
    content: attr(data-icon);
    font-family: 'FontAwesome';
    text-align: center;
    display: inline-block;
    font-size: 1em;
    line-height: 2.5ch;
    width: 2.5ch;
    height: 2.5ch;
}

.grecaptcha-badge {
    bottom: 50px !important;
}