* {
    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 black;
}

::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: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Roboto-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: 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: 'Bebas Neue';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/BebasNeue-Regular.ttf');
    font-display: swap;
}

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

@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: 20px;
    font-weight: 300;
    text-rendering: auto;
    color: #222;
    padding: 43px 0 0 0;
    margin: 0;
    line-height: 1.5em;
    cursor: default;
    background: #fff;
    overflow-x: hidden;
}

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

body::-webkit-scrollbar {
    width: 13px;
    cursor: pointer;
}

body::-webkit-scrollbar-track {
    background-color: #020202;
}

body::-webkit-scrollbar-thumb {
    background-color: #4d92fe;
    cursor: pointer;
    border-radius: 4px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: darkorange;
    cursor: pointer;
    border-radius: 4px;
}

.OnlyMobile {
    display: none !important
}

.Hidden {
    display:none !important
}

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

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

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

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]: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 {
    background-color: green;
}

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;
}

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;
}

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


.OnlyMobile {
    display: none !important
}

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

.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, .Alt {
    color: #999 !important;
}

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

summary {
    cursor: pointer;
}

#CookieBar {
    width: 33vw;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    font-family: 'Roboto';
    background-color: #020202;
    color: #ffffff;
    line-height: 34px;
    font-size: 0.8em;
    padding: 20px;
    text-align: justify;
    border: solid 8px forestgreen;
    box-shadow: 0 3px 15px black;
}

#CookieBar #CookieBarButton {
    display: block;
    position: relative;
    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: 10px 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 #CookieBarButton:hover {
    background-color: mediumseagreen
}

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

#PriceButton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    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";
}

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

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

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

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

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

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

#Content p img, #Content figure img, #MainPageContent p img {
    max-width: 100%;
    outline: solid 1px #000;
    margin: 0 auto;
    display: block;
    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
}

.Notification {
    position: relative;
    width: 100%;
    margin: 0.5em 0 1.5em 0 !important;
    padding: 10px 90px 10px 10px;
    border: dashed 2px #bbb;
    color: #bbb
}

.Notification::after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 57px;
    height: 57px;
    line-height: 57px;
    font-family: 'FontAwesome', sans-serif;
    content: '\f06a';
    display: block;
    float: right;
    font-size: 57px
}

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

table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0.9em;
    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: 10px;
    text-align: center;
    min-width: auto;
    word-break: keep-all;
    cursor: default;
    line-height: 1.3em;
}

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: 100%;
    height: 33vw;
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    outline: solid 1px black;
    text-align: center;
}

#MainPageBanner {
    position: relative;
    z-index: 99998;
    width: 100%;
    height: 100vh;
    margin: -43px 0 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../headers/main_header_20231004_gray.min.svg');
    overflow: hidden;
    border-bottom: solid 1px #4d92fe;
}


#MainPageBanner #MainPageBannerText {
    width: 1080px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: calc((100% - 1080px)/2);
    
    display: block;
    position: absolute;
    
}

#MainPageBanner #MainPageBannerText h1 {
   text-shadow: 0 0 10px white;
   font-family: 'Bebas Neue';
    font-size: 50px;
    font-weight: normal;
    color: #4d92fe;
    line-height: 64px;
    text-align: left;
    margin-bottom: 0;
}

@keyframes MainPageBannerImgLoadAnimation {
  from {
    top: 50%;
    opacity: 0;
  }
  to {
    top: 56%;
    opacity: 1;
  }
}

#MainPageBanner > img {
    animation: .7s ease-out 0s 1 MainPageBannerImgLoadAnimation;
    position: absolute;
    display: block;
    opacity: 1;
    height: 550px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc((100% - 1080px)/2);
}

#MainPageBanner #MainPageBannerText > p {
    width: 100%;
    max-width: 54%;
    color: #222;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 36px;
    margin-top: 10px;
}

.highlight span { 
    background-color: darkorange;
    opacity:1;
    display: inline;
    padding: 0.22rem 0.45rem;
    -webkit-box-decoration-break: clone;
    border-radius: 4px;
    line-height: 40px;
}
    
.highlight {
        margin-bottom: -15px;
}


#MainPageBanner #MainPageBannerText #ButtonBar a {
    display: inline-block;
    background-color: #4d92fe;
    text-transform: uppercase;
    padding: 12px 16px 8px 16px;
    margin: 0 16px 0 0;
    color: white;
    font-family: "Bebas Neue";
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    text-shadow: none;
    border-radius: 4px;
}

#MainPageBanner #MainPageBannerText > a.LinkedInButton {
    background-color: #0a66c2ff;
    background-image: url('../images/linkedin_button.svg');
    background-repeat: no-repeat;
    background-position: right -20% top 20%;
    background-size: 60%;
}

.InContentBanner {
    position: relative;
    width: 100vw;
    height: 66vh;
    overflow: hidden;
    margin: 0 0 0 calc((1080px - 100vw)/2);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    outline: solid 1px black
}

#Banner .BannerText {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 23vw;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
    margin: 0 auto;
}

.InContentBanner .BannerText, #MainPageBanner .BannerText {
    display: block;
    height: 216px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: calc((100% - 1080px)/2);
    z-index: 10;
    filter: drop-shadow(1px 1px 1px black);
}


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

#Banner.HomePageBanner {
    position: relative;
    height: 100vh !important;
}

#AnimatedLogoWrapper {
    margin: calc((100vh - 160px) / 2) auto 0 auto;
    background-color: #ff4242;
    width: 140px;
    height: 120px;
    overflow-x: hidden;
    outline: solid 1px black;
    box-shadow: 0 10px 50px rgba(0,0,0,0.6);
}

#AnimatedLogoWrapper img {
    float: left;
}

#AnimatedLogoCompanyName {
    display: block;
    opacity: 0;
    margin: 1em auto 0 auto;
    width: 540px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Roboto', Arial;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: bold;
    color: white;
    text-shadow: 0 6px 15px rgba(0,0,0,1);
    text-transform: uppercase;
}

#Banner.HomePageBanner .BannerText {
    display: block;
    height: 216px;
    margin-top: calc((100vh - 288px)/2);
    margin-left: calc((100% - 1080px)/2);
    z-index: 10;
}

#Banner.HomePageBanner .Label {
    margin-top: 26px;
    margin-left: calc((100% - 1080px)/2);
    font-weight: bold;
    float: left;
    padding: 10px 10px 8px 10px;
    background-color: #191919;
    color: #ff4242;
    font-family: 'Roboto';
    font-size: 26px;
    letter-spacing: 1px;
}

#Banner.HomePageBanner .MakayIsometricLogo {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 45vw;
}

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

#Navigation {
    z-index: 99999;
    height: 42px;
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: none;
    border-top: solid 1px black;
    box-sizing: content-box;
}


.HeaderFixed {
    background-color: rgba(255,255,255,0.7) !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    outline: solid 1px rgba(77, 146, 254, 0.5);
}

.HeaderFixed #HeaderLogo {
}

#Navigation > div {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 42px;
    padding: 20px 20px 0 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.HeaderFixed > div {
    max-width: 1080px !important;
    padding: 0 !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#Navigation > div > #HeaderLogoLabel {
    float: left;
    height: 42px;
    font-family: 'Bebas Neue';
    font-size: 14px;
    line-height: 15px;
    padding: 7px 0 0 8px !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #4d92fe;
}

#Navigation .ClearBoth1em {
    display: none
}

#Navigation ul {
    display: none
}

#Navigation .HeaderButton,
#Navigation #HeaderSearchButton,
#Navigation #HeaderSearchButtonSubmit,
#Navigation #HeaderContactButton {
    float: right;
    border: none;
    cursor: pointer;
    font-family: 'Bebas Neue';
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    padding: 0 8px;
    height: 32px;
    line-height: 36px;
    margin: 0 0 0 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background-color: #4d92fe;
    border-radius: 4px;
}

.HeaderFixed .HeaderButton {
    color: #4d92fe !important;
    line-height: 46px !important;
    height: 42px !important;
    background-color: unset !important;
    text-shadow: unset !important;
    margin: 0 0 0 8px !important;
}

#Navigation .LinkedInButton {
    background-color: #0a66c2;
    color: white;
}

#Navigation #HeaderBidButton {
    color: white
}

#Navigation #HeaderSearchButton, #Navigation #HeaderSearchButtonSubmit {
    font-family: 'FontAwesome', sans-serif;
    line-height: 28px;
    font-weight: 300;
    background-color: forestgreen;
    color: white;
    margin: 7px 0 0 0;
}


#Navigation #HeaderSearchBar {
    height: 28px;
    width: 192px;
    background-color: #cccccc;
    color: #222222;
    float: right;
    margin: 7px 0 0 0;
    margin-right: 0;
    border: 0;
    padding: 0 7px
}

#Navigation #HeaderSearchBar::calendar-picker-indicator,
#Navigation #HeaderSearchBar::-webkit-calendar-picker-indicator,
#Navigation #HeaderSearchBar::-moz-calendar-picker-indicator,
#Navigation #HeaderSearchBar::-ms-calendar-picker-indicator {
    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: 2.5em;
    font-family: 'Bebas Neue', 'Roboto';
    color: #4d92fe;
    margin: 0 0 0.5em 0;
    line-height: 1.3em;
    word-wrap: break-word;
    padding: 0.1em 0;
    text-align: center;
    letter-spacing: 1px;
}

h1 {
    display: inline-block;
    width: 100%;
    font-size: 2.5em;
    font-family: 'Bebas Neue', 'Roboto';
    color: #4d92fe;
    margin: 0.8em 0 0.5em 0;
    line-height: 1.3em;
    word-wrap: break-word;
    padding: 0.1em 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 {
    width: 100%;
    font-size: 1.4em;
    color: #ff4242;
    margin: 1.5em 0 0.7em 0;
    padding: 0 0 0.7em 0;
    line-height: 1.3em;
    word-wrap: break-word;
    border-bottom: solid 2px #ff4242;
    text-align: left;
}*/

h2 {
    width: 100%;
    font-size: 2em;
    font-family: 'Bebas Neue', 'Roboto';
    color: #4d92fe;
    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 #4d92fe;
}

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

#AppsDropdown {
    width: 470px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: height 0.3s ease-out, opacity 0.3s ease-out;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
    padding-left: 10px;
    margin-left: -10px;
    margin-top: 1px;
    position: absolute;
    top: 42px;
    outline: solid 1px black;
    box-shadow: 0 3px 15px black;
    z-index: 99998;
    width: 430px;
    background-color: #111111;
}

#HeaderLogo:hover ~ #AppsDropdown, #AppsDropdown:hover {
    height: 224px;
    opacity: 1;
}


#HeaderLogo, #HeaderLogoKript, #HeaderLogoKib3r, #HeaderLogoAlmafa1, #HeaderLogoDia {
    float: left;
    display: block;
    position: relative;
    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;
    cursor: pointer;
    z-index: 99999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    image-rendering: crisp-edges;
}

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

.HeaderLogoText {
    position: relative;
    float: left;
    height: 42px;
    line-height: 48px;
    color: #bbbbbb;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0px 8px;
    margin: 0px 0 0 7px;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
}

#HeaderLogoKript {
    width: 161px;
    background-image: url('../kript/img/kript.png');
    background-size: 161px 42px;
}

#HeaderLogoAlmafa1 {
    width: 245px;
    background-image: url('../almafa1/img/almafa1.webp');
    background-size: 245px 42px;
}

#HeaderLogoKib3r {
    width: 161px;
    background-image: url('../kib3r/img/kib3r.webp');
    background-size: 161px 42px;
}

#HeaderLogoDia {
    width: 91px;
    background-image: url('../dia/img/logo.png');
    background-size: 91px 42px;
}

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

#SidebarContent {
    display: none;
}

#SidebarInner {
    width: 250px;
}

#BrowserSecurityExtension {
    display: block;
    width: 1080px;
    height: 180px;
    margin: 2em auto -15px auto;
    margin-left: calc((100% - 1080px)/2);
    background-color: rgba(255,255,255,0.05);
    background-image: url('../images/bongeszo_biztonsagi_bovitmeny_main_header.png');
    background-position: center center;
    background-repeat: no-repeat;
    outline: solid 1px black;
}

#BrowserSecurityExtension:hover {
    -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)
}

#MainPageContent {
    width: 100%;
    max-width: 1080px;
    padding: 1.4em 0 2.5em 0;
    margin: 0 auto;
    text-align: left
}

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

#MainPageContent p .RightText {
    float:right
}

#MainPageContent p .RightImg, #Content p .RightImg {
    width: 45%;
    float: right;
    margin: 0 0 1.5em 1.5em;
    outline: solid 1px black
}

#MainPageServices {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

#MainPageServices .Category {
    width: 252px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #222;
    position: relative;
    border: solid 1px #4d92fe;
    border-radius: 4px;
}

.GlassBox, .GlassBoxDesktop {
    padding: 20px;
    color: #efefef;
    position: relative;
    border-radius: 4px;
    border: solid 1px #4d92fe;
}

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

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

}

.WordPressSecNews {
    padding: 20px 256px 20px 20px;
    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;
}


/*#MainPageContent .Category:nth-last-of-type(-n+3) {
    margin: 0
}*/

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

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

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


.Brands {
    width: 100%;
    padding: 1em 0 0 0;
    text-align: justify;
}

.Brands a {
    display: inline-block;
    margin: 0;
    height: 150px;
    width: 150px;
    outline: solid 1px #4d92fe;
    border-radius: 4px;
}

.Brands a img {
    margin: 0;
    width: 150px;
    height: auto;
    border-radius: 3px;
}

#MainPageContent #Articles {
    width: 100%;
    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
}

.ProductCategory {
    position: relative;
    width: 100%;
    min-height: 320px;
    padding: 40px 180px 40px 0;
    margin: 0;
    background-position: right 80px;
    background-size: 128px;
    background-repeat: no-repeat;
    border-top: dashed 3px #666
}

.ProductCategory:first-of-type,
h1 + .ProductCategory, h2 + .ProductCategory, p + .ProductCategory {
    border-top: none;
    padding: 20px 180px 40px 0;
}

.ProductCategory p {
    width: 100%;
    color: #eee
}

.ProductCategory h2 {
    margin: 0 0 1em
}

.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 a:hover, a.RecommendedServices:hover {
    background-color: rgba(255,255,255,.3)
}

#ToC ul {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    list-style-type: none;
}

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

#ToC li, h2.RecommendedServices, a.RecommendedServices, div.RecommendedServices {
    width: 100%;
    color: #4d92fe !important;
    font-weight: 600;
    font-size: 1em;
    display: inline-block;
    border-radius: 4px;
    border: solid 1px #4d92fe;
    margin: 0 0 .5em 0;
    padding: 4px 8px;
    cursor: pointer;
}

#ToC li:hover, h2.RecommendedServices:hover, a.RecommendedServices:hover, div.RecommendedServices:hover {
    -webkit-box-shadow: inset 0 0 24px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 0 24px rgba(255,255,255,0.3);
    box-shadow: inset 0 0 24px rgba(255,255,255,0.3)
}

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 #4d92fe;
}

div.RecommendedServices ul {
    max-height: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    margin: 0;
}

div.RecommendedServices:hover ul {
    height: auto;
    display: block;
    padding-top: 0.5em;
    max-height: 500px;
}


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

.ProductBrandsTable a div {
    float: left;
    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 {
    float: left;
    width: 220px;
    height: 130px;
    margin: 0 70px 70px 0;
    background-size: cover;
    outline: solid 1px black;
}

.partners:nth-of-type(3n) div {
    float: left;
    width: 220px;
    height: 130px;
    background-size: cover;
    margin: 0 0 70px;
}

footer {
    width: 100%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .7);
    background-image: url('../headers/main_header_20231004_gray.min.svg');
    background-size: cover;
    background-position: left top;
    font-weight: 400;
    line-height: 1.5em;
    padding: 3em 0 3em 0;
    margin: 0 auto;
    border-top: solid 1px #000;
}

footer > div, .TwoSideDiv {
    width: 100%;
    display: table;
    max-width: 1080px;
    margin: 0 auto 2em auto;
}

.LeftDiv {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}


#IsoIecLogo {
    width: 300px;
    margin: 0 auto;
    height: auto;
    outline: 0;
}

.RightDiv {
    width: 50%;
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.LeftDiv img, .RightDiv img {
    width: 100%;
    height: auto;
    outline: 0;
    border-radius: 4px;
}


.LeftDiv p, .RightDiv p {
    margin: 0.5em;
}

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

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

#ContactLinks {
    display: table-cell;
    text-align: right
}

#OtherLinks, #ServicesLinks {
    display: table-cell;
    text-align: left
}

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

#ContactLinks h3 {
    text-align: right
}

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

.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;
    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 {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    background-color: rgba(255, 255, 255, .2);
    outline: solid 1px black;
    font-size: 30px;
    color: white;
    padding: 10px 0 10px 0;
    text-align: center
}

#PlatformCategory a:last-of-type div {
    width: 30%;
    margin: 0;
    background-color: rgba(255, 255, 255, .2);
    outline: solid 1px black;
    font-size: 30px;
    color: white
}

#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
}

#MobileBid {
    display: none
}

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

#Navigation #FacebookLikeButton {
    display: inline-block;
    float: right;
    background: #4080ff;
    height: 28px;
    line-height: 28px;
    margin: 7px 0 0 0;
    color: white;
    font-size: .7em;
    font-weight: 800;
    padding: 0 .7em;
    overflow: hidden;
}

#Navigation #FacebookLikeButton .fb_iframe_widget {
    margin: 0 -0.7em 0 -0.7em;
    line-height: 28px;
    height: 28px;
}

#Navigation #FacebookLikeButton div a {
    color: white;
    display: block
}

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;
    font-family: 'Bebas Neue';
    background-color: darkorange;
    color: white !important;
    font-weight: 600;
    font-size: 30px;
    padding: 6px 10px 3px 10px;
    cursor: pointer;
    outline: solid 1px black;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
}

#SidebarInner .MoreButton {
    float: right;
    width: 100%;
    text-align: center;
    margin: -1.5em 0 0 0;
    border: none;
    background-color: darkorange;
    color: white !important;
    font-weight: 600;
    font-size: 20px;
    padding: 3px 10px;
    cursor: pointer;
    outline: solid 1px black
}

.MalwareLab, .BigGreenButton {
    display: inline-block;
    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);
}

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;
}

#partners {
    width: 100%;
    outline: solid 1px black;
    background-color: #444;
    background-image: url('/images/partners.png');
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70px;
    opacity: 0.7
}

#RightBottomFixedButton, #RightBottomFixedBidButton, #RightBottomFixedShareButton {
    position: fixed;
    bottom: 36px;
    left: 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: 42px 42px;
    background-position: left center;
    background-repeat: no-repeat;
    border: solid 1px black;
    margin: 0;
    padding: 0 24px;
    letter-spacing: 1px;
    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:has(label), #RightBottomFixedBidButton:has(label), #RightBottomFixedShareButton:has(label) {
    padding: 4px 0 0 0;
    height: auto;
}

#RightBottomFixedButton label, #RightBottomFixedBidButton label, #RightBottomFixedShareButton label {
    font-family: 'Roboto';
    font-size: 12px;
    display: block;
    line-height: 26px;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    position: relative;
    padding: 0 24px 0 24px;
    margin: 0px -1px -1px -1px;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


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

#SearchBar {
    float: left;
    width: 80%;
    background-color: #666;
    border: 0;
    padding: 4px 7px;
    color: white;
    line-height: 20px;
    outline: solid 1px black;
    font-size: 14px;
    height: 26px;
    border-radius: 0
}

#SearchBar::placeholder {
    color: #888
}

#SearchButtonDesktop {
    float: right;
    cursor: pointer;
    width: 20%;
    height: 26px;
    background-color: forestgreen;
    border: 0;
    color: white;
    font-size: 18px;
    line-height: 26px;
    outline: solid 1px black;
    border-radius: 0
}

#SearchButtonDesktop[type="submit"]:first-letter {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 300
}

#SearchButtonMobile {
    display:none
}

#MobileBidButton {
    display: none
}

#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: 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
}



#OfferRequest .SubmitButton, .SubmitButton {
    display: block;
    margin: 0 auto;
    background-color: forestgreen;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Bebas Neue', 'Roboto', 'Open Sans', Arial;
    padding: 14px 32px 10px 32px;
    cursor: pointer;
    color: white;
    border: 0;
    outline: solid 1px black;
    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 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    outline: solid 1px black;
    margin: 1em 0 1em 0 !important;
}

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

.MyForest {
    width: 100%;
    padding: 20px 168px 20px 20px;
    background-color: rgba(0,255,0,0.2);
    background-image: url(../icons/plant.webp);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 128px;
    min-height: 168px;
    outline: solid 1px black;
}

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

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

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

.NewsletterBox {
    margin: 1em 0 0 0;
    width: 100%;
    display: block;
    padding: 20px 168px 20px 20px;
    background-color: rgba(0,255,0,0.2);
    background-image: url(../icons/warning.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 128px;
    min-height: 168px;
    outline: solid 1px black;
    font-weight: bold;
}

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;
    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;
}


.HorizontalFlexTable {
    display: flex;
    column-gap: 20px;
    gap: 20px;
    margin: 0 0 1.5em 0;
    justify-content: space-between;
    align-items: stretch;
}

.HorizontalFlexTable.Wide {
    display: flex;
    column-gap: 20px;
    gap: 40px;
    margin: 0 0 1.5em 0;
    justify-content: space-between;
    align-items: stretch;
    width: calc(100vw - 80px);
    max-width: 1500px;
    margin-left: calc((100vw - 1160px) / 2 * -1);
}

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

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

.HorizontalFlexTable > div {
    flex: 1;
    position: relative;
}

/*.HorizontalFlexTable > div {
    flex: 1;
    position: relative;
    transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
}

.HorizontalFlexTable > div:hover {
    flex: 2;
}*/

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

.HorizontalFlexTable > div > h3, .HorizontalFlexTable > div > h2, .HorizontalFlexTable > div > h4 {
    width: 100%;
    text-align: center;
    margin: 0 0 0.5em 0;
    font-size: 1.4em;
    color: #4d92fe;
    background-color: unset;
    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 > p {
    color: #222;
    text-align: left;
}

.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;
}

.HorizontalFlexTable > div > img {
    width: 128px;
    max-width: 75%;
    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 {
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 75%;
    padding: 0.2em 0.7em;
    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 {
    position: absolute;
    display: block;
    left: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    border: solid 1px rgba(255,255,255,0.4);
    padding: 0.4em 0.7em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #222;
    background-color: forestgreen;
    outline: solid 1px black;
    cursor: pointer;
    -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-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.HorizontalFlexTable > div > .YouTubeVideo {
    margin: 0.4em 0 0 0 !important;
}

.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: 0.8em;
    line-height: 1.5em;
    list-style-type: square;
}

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

.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;
    text-align: center;
    padding: 0 8px;
    font-size: 0.9em;
    line-height: 2em;
    height: 30px;
    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;
    text-align: center;
    padding: 0 8px;
    font-size: 0.9em;
    line-height: 2em;
    height: 30px;
    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: block;
    margin: 1.5em 0 1.5em 0;
    text-align: center;
}

nav a {
    text-decoration: none;
    display: inline-block;
    margin: 0 0.1em 0.1em 0;
    font-family: 'Bebas Neue', Arial;
    font-weight: bold;
    letter-spacing: 1px;
    color: white !important;
    font-size: 1.5em;
    padding: 0.35em 0.7em 0.2em 0.7em;
    border-radius: 4px;
    text-transform: uppercase;
}

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

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 {
    display: inline-block;
    outline: solid 1px black;
    color: white;
    font-weight: bold;
    padding: 1em;
    font-size: 2em;
    text-align: center;
    margin: 0 1em;
}

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

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

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

#HackrButton {
    display: block;
    width: 200px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background-color: #222222;
    outline: solid 1px black;
    overflow-y: hidden;
    overflow-x: hidden;
    text-align: center;
    /*transition: background-size 25s linear;*/
    box-shadow: 0 3px 15px black;
    cursor: pointer;
    z-index: 99999;
    /*-webkit-backdrop-filter: blur(2px);*/
}


#HackrButton:before {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
    z-index: -1;
    display: block;
    background-color: #222222;
    background-image: url('../headers/main_header_20231004_gray.min.svg');
    background-size: 300%;
    background-position: 80% bottom;
    width: 110%;
    height: auto;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

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

#HackrButton img {
    width: 160px;
    margin: 40px 0 10px 0;
    display: inline-block;
    -webkit-filter: drop-shadow(0 0 10px #ff4242);
    -moz-filter: drop-shadow(0 0 10px #ff4242);
    -o-filter: drop-shadow(0 0 10px #ff4242);
    filter: drop-shadow(0 0 10px #ff4242);
}

#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: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    background-color: unset;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
}

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

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

#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-transform: uppercase;
    display: block;
    background-color: #222222;
    background-image: url('../headers/main_header_20231004_gray.min.svg');
    background-size: 300%;
    background-position: 80% 40%;
    width: 110%;
    height: auto;
    line-height: 77px;
    padding: 0 0 0 74px;
    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);*/
}

#HackrBox img {
    float: right;
    height: 28px;
    margin: 18px 18px 0 0;
    display: inline-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% - 20px);
    width: 40px;
    height: 70px;
    bottom: 64px;
    border: solid 2px #4d92fe;
    box-shadow: inset 0 0 20px rgba(255,255,255,0.4);
    border-radius: 26px;
    -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 {
    position: absolute;
    left: 50%;
    content: '';
    width: 8px;
    height: 8px;
    background: #4d92fe;
    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: 1.6em;
    margin: 0 0 0;
    overflow: hidden;
    line-height: 1.5em;
    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.1em;
  font-family: 'Bebas Neue';
  white-space: nowrap;
  text-transform: uppercase;
  color: forestgreen;
  position: relative;
  flex: 1;
  padding: 0 20px;
  letter-spacing: 1px;
  vertical-align: middle;
}

.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 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 200px;
    background: linear-gradient(90deg, rgba(255,66,66,1) 35%, rgba(0,0,0,0) 100%);
    height: calc(1.6em - 1px);
    z-index: 99999;
}

#CybroAI img {
    width: 200px;
}


.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%;
}

#HackrForm {
    margin: 0.2em 0 0 0;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
    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);
    font-size: 20px;
    text-shadow: none;
}

/*#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 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);*/
    z-index:100;
}

#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.5em;
    background-color: forestgreen;
    font-family: "Bebas Neue", "Roboto";
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    height: 30px;
    line-height: 31px;
    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);
    border-radius: 3px;
    border: solid 1px rgba(255,255,255,0.2);
    outline: solid 1px rgba(0,0,0,0.4);
    vertical-align: middle;
}

#HackrForm img {
    height: 28px;
    width: 168px;
    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 {
    float: right;
}

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

.CursorPointer {
    cursor: pointer;
}

#SocialNavBar {
    width:  100vw;
     background-color:  #111;
     outline:  solid 1px black;
     padding: 0px 0 3px 0;
     text-align:  center;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    height: 1.6em;
}

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

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

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

#SocialNavBar #LinkedIn:after {
    vertical-align: middle;
    display: inline-block;
    content: 'LinkedIn';
}

#SocialNavBar #Signal:after {
    vertical-align: middle;
    display: inline-block;
    content: 'Signal';
}

#SocialNavBar #Telegram:after {
    vertical-align: middle;
    display: inline-block;
    content: 'Telegram';
}

#SocialNavBar #Discord:after {
    vertical-align: middle;
    display: inline-block;
    content: 'Discord';
}

.DetailsButton:before {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 0.9em;
    content: "\f3ed";
    margin-right: 0.4em;
}

.OfferButton:before {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 0.9em;
    content: "\e4f0";
    margin-right: 0.4em;
}

.TvButton:before {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 0.9em;
    content: "\f26c";
    margin-right: 0.4em;
}

.PcButton:before {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 0.9em;
    content: "\f109";
    margin-right: 0.4em;
}

.EmailButton:before {
    font-family: 'FontAwesome';
    font-weight: 300;
    content: "\f0e0";
    font-size: 0.9em;
    margin-right: 0.4em;
}


#MainPageBanner #HackrForm {
    background-color: rgba(255,66,66,0.4);
    width: 460px;
    float: right;
    position: absolute;
    right: calc(((100% - 1080px) / 2) - 30px);
    top: 56%;
    border: 0;
    border: solid 1px black;
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transform: translateY(-50%) rotate(30deg) skew(30deg);
    font-size: 20px;
    padding: 20px;
    text-shadow: none;
    background: unset;
    background-color: rgba(55,13,13,0.5);
    animation: .7s ease-out MainPageBannerImgLoadAnimation;
    background: rgb(255,66,66);
    /*background: linear-gradient(180deg, rgba(255,66,66,0.4) 0%, rgba(50,50,50,0.2) 100%);*/
    background: linear-gradient(180deg, rgba( 34, 139, 34,0.8) 0%, rgba(77,146,254,0.3) 100%);
    box-shadow: 0 20px 100px rgba(0,0,0,0.4),inset 0 0 30px rgba(255,255,255,0.2);
    transition: 0.3s;
    overflow: visible;
    border-radius: 16px;
    cursor: pointer;
    outline: none;
}

#MainPageBanner #HackrForm:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: solid 1px rgba(255,255,255,0.2);
    border-radius: 15px;
    z-index: -1;
}


#MainPageBanner #HackrForm.Clicked {
    width: 460px;
    cursor: default;
    right: calc(((100% - 1080px) / 2));
    transform: translateY(-50%);
}

#MainPageBanner #HackrForm input[type=text] {
    margin: 0 0 0 -60px;
    box-shadow: 30px 30px 50px rgba(0,0,0,0.5), inset 0 0 10px rgba(255,255,255,.4);
    font-size: 20px;
}

#MainPageBanner #HackrForm.Clicked input[type=text] {
    margin: 0;
    box-shadow: inset 0 0 10px rgba(255,255,255,.4);
    transition: 0.3s;
}

#HackrGuide {
    width: 100%;
    margin: 10px 0 20px 0;
    display: block;
    height: auto;
}

#HackrGuide > div {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 0 7px 0;
    padding: 0 10px 0 0;
    line-height: 45px;
    font-weight: normal;
    text-align: left;
    font-family: 'Bebas Neue';
    text-rendering: optimizeSpeed;
    color: #ff4242;
    letter-spacing: 1.8px;
    font-size: 20px;
    position: relative;
}

.Cve::before {
    display: inline-block;
    float: left;
    font-family: 'FontAwesome';
    /*content: '\f188';*/
    content: '\f6e2';
    background-color: darkorange;
    color: white;
    font-weight: normal;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0.8em 0 0;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
    border-radius: 3px;
    outline: solid 1px rgba(0,0,0,0.4);
}

.VersionLeak::before {
    display: inline-block;
     float: left;
    font-family: 'FontAwesome';
    content: '\f1c9';
    background-color: darkorange;
    color: white;
    font-weight: normal;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0.8em 0 0;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
    border-radius: 3px;
    outline: solid 1px rgba(0,0,0,0.4);
}

.SslTls::before {
    display: inline-block;
    float: left;
    font-family: 'FontAwesome';
    content: '\f3c1';
    background-color: darkorange;
    color: white;
    font-weight: normal;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0.8em 0 0;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
    border-radius: 3px;
    outline: solid 1px rgba(0,0,0,0.4);
}

.Config::before {
    display: inline-block;
    float: left;
    font-family: 'FontAwesome';
    content: '\f233';
    background-color: darkorange;
    color: white;
    font-weight: normal;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0.8em 0 0;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
    border-radius: 3px;
    outline: solid 1px rgba(0,0,0,0.4);
}

.Ports::before {
    display: inline-block;
    float: left;
    font-family: 'FontAwesome';
    content: '\f135';
    background-color: darkorange;
    color: white;
    font-weight: normal;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0.8em 0 0;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
    border-radius: 3px;
    outline: solid 1px rgba(0,0,0,0.4);
}

.UserLeaks::before {
    display: inline-block;
    float: left;
    font-family: 'FontAwesome';
    content: '\f21b';
    background-color: darkorange;
    color: white;
    font-weight: normal;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0.8em 0 0;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
    border-radius: 3px;
    outline: solid 1px rgba(0,0,0,0.4);
}

.Backdoors::before {
    display: inline-block;
    float: left;
    font-family: 'FontAwesome';
    content: '\f52b';
    background-color: darkorange;
    color: white;
    font-weight: normal;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0.8em 0 0;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
    border-radius: 3px;
    outline: solid 1px rgba(0,0,0,0.4);
}

#DroneIcon {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

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

.Industry div {
   flex: 0 0 calc((100% - 10px) / 3);
   font-size: 0.9em;
   font-weight: 400;
   margin: 0 0 1em 0;
}

.Industry div .Money:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f81d';
    color: darkorange;
}

.Industry div .Industries:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f64f';
    color: darkorange;
}

.Industry div .Development:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f5fc';
    color: darkorange;
}

.Industry div .Telecom:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f3cd';
    color: darkorange;
}

.Industry div .Publicutility:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f0eb';
    color: darkorange;
}

.Industry div .Transporting:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f0d1';
    color: darkorange;
}

.Industry div .Health:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f469';
    color: darkorange;
}

.Industry div .Government:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\e587';
    color: darkorange;
}

.Industry div .Energy:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f0e7';
    color: darkorange;
}

.Industry div .Cloud:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f0c2';
    color: darkorange;
}

.Industry div .Automotive:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f5e4';
    color: darkorange;
}

.Industry div .Spacerobotics:before {
    font-weight: normal;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    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: 29px;
    letter-spacing: 1px;
    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;
}