<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    margin-left: -42px;
}

.lp-layout-grid-outer.of-background-line {
    position: relative;
}

.lp-layout-grid-outer.of-background-line::before {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 1300px;
    height: 158px;
    transform: translateX(-50%);
    background: #ebebeb;
    content: "";
}

.lp-layout-grid-outer.of-background-line .lp-layout-grid {
    z-index: 1;
    position: relative;
}

.lp-layout-grid-column {
    padding: 0 0 16px 42px;
}

.lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

.lp-layout-grid-column &gt; *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"]:not([data-browser="ie9"]) .lp-layout-grid.js-setFadeAnimation .lp-layout-grid-column {
    position: relative;
    transform: translateY(10px);
    opacity: 0;
}

[data-script-enabled="true"]:not([data-browser="ie9"]) .lp-layout-grid.js-setFadeAnimation.is-show .lp-layout-grid-column {
    transform: translateY(0);
    opacity: 1;
}

.lp-layout-grid.js-setFadeAnimation.is-show .lp-layout-grid-column.of-column-3:nth-child(1) {
    transition: transform 0.3s ease-in 0s, opacity 0.3s ease-in 0s;
}

.lp-layout-grid.js-setFadeAnimation.is-show .lp-layout-grid-column.of-column-3:nth-child(2) {
    transition: transform 0.3s ease-in 0.3s, opacity 0.3s ease-in 0.3s;
}

.lp-layout-grid.js-setFadeAnimation.is-show .lp-layout-grid-column.of-column-3:nth-child(3) {
    transition: transform 0.3s ease-in 0.6s, opacity 0.3s ease-in 0.6s;
}

.lp-layout-grid.js-setFadeAnimation.is-show .lp-layout-grid-column.of-column-3:nth-child(4) {
    transition: transform 0.3s ease-in 0.9s, opacity 0.3s ease-in 0.9s;
}

.lp-layout-grid.js-setFadeAnimation.is-show .lp-layout-grid-column.of-column-6:nth-child(1) {
    transition: transform 0.4s ease-in 0s, opacity 0.4s ease-in 0s;
}

.lp-layout-grid.js-setFadeAnimation.is-show .lp-layout-grid-column.of-column-6:nth-child(2) {
    transition: transform 0.4s ease-in 0.6s, opacity 0.4s ease-in 0.6s;
}

@media only screen and (max-width: 1199px) {
    .lp-layout-grid {
        margin-bottom: calc((80 * 100vw) / 1200);
        margin-left: calc((42 * -100vw) / 1200);
    }
    .lp-layout-grid-column {
        padding-left: calc((42 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.lp-smallScreen-column {
        flex-direction: column;
    }
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
        width: 100%;
        padding-bottom: 42px;
    }
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column:last-child {
        padding-bottom: 0;
    }
    .lp-layout-grid .lp-smallScreen-column-6 {
        width: 50%;
    }
    .lp-layout-grid-outer.of-background-line::before {
        content: none;
    }
}

.lp-layout-gridApplication {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -60px;
}

.lp-layout-gridApplication-column {
    display: flex;
    position: relative;
    flex-direction: column;
    width: calc((100% - 180px) / 3);
    max-width: 340px;
    margin-bottom: 60px;
    margin-left: 60px;
}

.lp-layout-gridApplication-column:nth-last-child(-n+3) {
    margin-bottom: 0;
}

[data-script-enabled="true"]:not([data-browser="ie9"]) .lp-layout-gridApplication-column.js-setFadeAnimation {
    transform: translateY(10px);
    opacity: 0;
}

[data-script-enabled="true"]:not([data-browser="ie9"]) .lp-layout-gridApplication-column.js-setFadeAnimation.is-show {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in 0.2s;
}

@media only screen and (max-width: 1199px) {
    .lp-layout-gridApplication {
        margin-left: calc((60 * -100vw) / 1200);
    }
    .lp-layout-gridApplication-column {
        width: calc((100% - calc((180 * 100vw) / 1200)) / 3);
        margin-bottom: calc((60 * 100vw) / 1200);
        margin-left: calc((60 * 100vw) / 1200);
    }
    .lp-layout-gridApplication-column:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-gridApplication-column {
        width: calc((100% - calc((180 * 100vw) / 1200)) / 2);
        box-shadow: none;
    }
    .lp-layout-gridApplication-column:nth-last-child(3) {
        margin-bottom: calc((60 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-gridApplication-column {
        width: 100%;
        margin-bottom: 30px;
    }
    .lp-layout-gridApplication-column:nth-last-child(2) {
        margin-bottom: 30px;
    }
    .lp-layout-gridApplication-column:last-child {
        margin-bottom: 0;
    }
}

.lp-jumbotron {
    display: flex;
    overflow: hidden;
    background: #17191d;
    color: #fff;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
    min-height: 494px;
    margin: 0 auto;
}

.lp-jumbotron-body {
    z-index: 1;
    position: relative;
    width: 710px;
    padding: 45px 0;
}

.lp-jumbotron-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleOuter {
    margin-bottom: 45px;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 30px;
    font-size: 5rem;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 0 10px #141518, 0 0 10px #141518;
}

[lang="hu"] .lp-jumbotron-title {
    font-size: 4.8rem;
}

.lp-jumbotron-title.of-text-small {
    font-size: 4.5rem;
}

.theme-KC .lp-jumbotron-title {
    font-weight: normal;
}

.theme-KC .lp-jumbotron-title em {
    font-weight: normal;
}

.lp-jumbotron-subTitle {
    display: block;
    margin-top: 16px;
    font-size: 3rem;
}

.lp-jumbotron-image {
    position: absolute;
    top: 0;
    left: -157px;
    min-height: 0%;
}

[data-script-enabled="true"]:not([data-browser="ie9"]) .lp-jumbotron.of-fadeAnimation .lp-jumbotron-titleOuter, [data-script-enabled="true"]:not([data-browser="ie9"])
.lp-jumbotron.of-fadeAnimation .lp-listButton {
    transform: translateY(10px);
    opacity: 0;
}

.lp-jumbotron.of-fadeAnimation .lp-jumbotron-titleOuter {
    animation: fadeIn 0.6s ease-in 0.3s forwards;
}

.lp-jumbotron.of-fadeAnimation .lp-listButton {
    animation: fadeIn 0.6s ease-in 0.9s forwards;
}

@media only screen and (max-width: 1299px) {
    .lp-jumbotron-content {
        padding: 0 20px;
    }
    .lp-jumbotron-body {
        margin-left: calc((470 * 100vw) / 1300);
    }
}

@media only screen and (max-width: 1199px) {
    .lp-jumbotron-title {
        margin-bottom: calc((45 * 100vw) / 1200);
        font-size: calc((50 * 100vw) / 1200);
    }
    [lang="hu"] .lp-jumbotron-title {
        font-size: calc((48 * 100vw) / 1200);
    }
    .lp-jumbotron-title.of-text-small {
        font-size: calc((45 * 100vw) / 1200);
    }
    .lp-jumbotron-subTitle {
        font-size: calc((30 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: inherit;
        padding: 0;
    }
    .lp-jumbotron-body {
        width: 100%;
        margin-left: 0;
        padding: 0 calc((45 * 100vw) / 1200) 45px;
    }
    .lp-jumbotron-image {
        position: inherit;
        left: 0;
        padding-left: calc((95 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-body {
        padding: 0 20px 36px;
    }
    .lp-jumbotron-titleOuter {
        margin-bottom: 20px;
    }
    .lp-jumbotron-title {
        margin-bottom: 0;
        font-size: 2.8rem;
    }
    [lang="hu"] .lp-jumbotron-title {
        font-size: 2.8rem;
    }
    .lp-jumbotron-title.of-text-small {
        font-size: 2.8rem;
    }
    .lp-jumbotron-subTitle {
        font-size: 22px;
    }
    .lp-jumbotron-image {
        height: calc((400 * 100vw) / 640);
        padding-left: 0;
        background-size: cover;
    }
    .lp-jumbotron-image::before {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../../img/landing_page/iv2_pr/bg_02.jpg") no-repeat center top;
        background-size: contain;
        content: "";
    }
    .lp-jumbotron-image &gt; img {
        display: none;
    }
}

.lp-section-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-section.of-primary {
    position: relative;
    padding: 60px 0 20px;
    overflow: hidden;
    background: url("../../img/landing_page/iv2_pr/bg_01.png") no-repeat center top;
}

[data-script-enabled="true"]:not([data-browser="ie9"]) .lp-section.of-primary.of-fadeAnimation .lp-section-content {
    position: relative;
    transform: translateY(10px);
    opacity: 0;
}

.lp-section.of-primary.of-fadeAnimation.is-show .lp-section-content {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.3s ease-in 0.9s, opacity 0.3s ease-in 0.9s;
}

.lp-section.of-secondry {
    padding: 40px 0 60px;
    background: #174550;
}

.lp-section.of-secondry .lp-headingLevel2 {
    color: #fff;
    font-size: 6rem;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .lp-section.of-primary {
        padding: calc((60 * 100vw) / 1200) 0;
    }
    .lp-section.of-secondry {
        padding: calc((40 * 100vw) / 1200) 0 calc((60 * 100vw) / 1200);
    }
    .lp-section.of-secondry .lp-headingLevel2 {
        font-size: calc((60 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section.of-primary {
        padding: 20px 0;
    }
    .lp-section.of-secondry {
        padding: 20px 0;
    }
    .lp-section.of-secondry .lp-headingLevel2 {
        font-size: 34px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: 3.6rem;
    line-height: 1.3;
}

.theme-KC .lp-headingLevel2 {
    font-weight: normal;
}

.lp-headingLevel3 {
    margin-bottom: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 3.6rem;
    line-height: 1.3;
}

.theme-KC .lp-headingLevel3 {
    font-weight: normal;
}

@media only screen and (max-width: 1199px) {
    .lp-headingLevel2 {
        margin-bottom: calc((24 * 100vw) / 1200);
        font-size: calc((36 * 100vw) / 1200);
    }
    .lp-headingLevel3 {
        font-size: calc((36 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        font-size: 2.2rem;
    }
    .lp-headingLevel3 {
        padding-bottom: 10px;
        font-size: 2rem;
    }
}

.lp-textLead {
    margin-bottom: 8px;
    font-size: 2.4rem;
}

.lp-textLead-outer {
    margin-bottom: 36px;
}

@media only screen and (max-width: 640px) {
    .lp-textLead {
        font-size: 1.8rem;
    }
}

.lp-card {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    font-size: 1.8rem;
}

.lp-card &gt; *:last-child {
    margin-bottom: 0;
}

.lp-card .lp-layout-grid-column {
    padding-bottom: 0;
}

.lp-card.of-primary {
    margin: 0 -40px 50px;
    padding: 34px 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.lp-card.of-flex {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0%;
}

@media only screen and (max-width: 1299px) {
    .lp-card.of-primary {
        margin: 0 0 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .lp-card.of-primary {
        padding: calc((34 * 100vw) / 1200) calc((40 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 640px) {
    .lp-card.of-primary {
        padding: 20px;
    }
}

.lp-media {
    display: flex;
    margin-bottom: 14px;
    font-size: 1.8rem;
}

.lp-media-image {
    flex: none;
}

.lp-media.of-fadeAnimation {
    position: relative;
}

html:not([data-browser="ie9"]) .lp-media.of-fadeAnimation .lp-media-image, html:not([data-browser="ie9"])
.lp-media.of-fadeAnimation .lp-media-body {
    transform: translateY(10px);
    animation: fadeIn 0.6s ease-in 1.5s forwards;
    opacity: 0;
}

@media only screen and (max-width: 969px) {
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
    }
    .lp-media.lp-smallScreen-column .lp-media-image {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media {
        font-size: 1.6rem;
    }
}

.lp-mediaSeries {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-mediaSeries-icon {
    display: inline-block;
    margin-bottom: 18px;
    padding: 5px 38px;
    border: 2px solid #ff0519;
    border-radius: 18px;
    color: #ff0519;
    font-size: 2rem;
    line-height: 1;
}

.lp-mediaSeries-series {
    display: block;
    font-weight: normal;
    line-height: 1.3;
    text-shadow: 0 0 10px #141518, 0 0 10px #141518;
}

.lp-mediaSeries-series.of-textAlign-primary {
    text-align: right;
}

.lp-mediaSeries-seriesName {
    display: block;
    font-size: 2.4rem;
    line-height: 1.3;
    text-shadow: 0 0 10px #141518, 0 0 10px #141518;
}

[lang="hu"] .lp-mediaSeries-seriesName {
    font-size: 2.2rem;
}

.lp-mediaSeries-seriesName.of-text-small {
    font-size: 2rem;
}

.lp-mediaSeries-image {
    margin-left: 50px;
}

@media only screen and (max-width: 1199px) {
    .lp-mediaSeries-icon {
        margin-bottom: calc((18 * 100vw) / 1200);
        font-size: calc((20 * 100vw) / 1200);
    }
    .lp-mediaSeries-seriesName {
        font-size: calc((24 * 100vw) / 1200);
    }
    [lang="hu"] .lp-mediaSeries-seriesName {
        font-size: calc((22 * 100vw) / 1200);
    }
    .lp-mediaSeries-seriesName.of-text-small {
        font-size: calc((20 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaSeries-body {
        text-align: center;
    }
    .lp-mediaSeries-icon {
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 0;
        font-size: 1.3rem;
        text-align: center;
    }
    .lp-mediaSeries-series.of-textAlign-primary {
        text-align: center;
    }
    .lp-mediaSeries-seriesName {
        font-size: 1.6rem;
        text-align: center;
    }
    [lang="hu"] .lp-mediaSeries-seriesName {
        font-size: 1.6rem;
    }
    .lp-mediaSeries-seriesName.of-text-small {
        font-size: 1.6rem;
    }
    .lp-mediaSeries-image {
        display: none;
    }
}

.lp-mediaExample {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

.lp-mediaExample-text {
    flex: 1 0 auto;
    margin-bottom: 0;
    padding: 8px;
    border-bottom: 3px solid #2cd15e;
    background: #141a21;
    color: #fff;
    text-align: center;
}

.lp-mediaExample-image {
    min-height: 0%;
    background: #a2abb3;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .lp-mediaExample-text {
        font-size: 1.4rem;
    }
}

.lp-mediaApplication {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0%;
}

.lp-mediaApplication-text {
    margin-bottom: 0;
}

.lp-mediaApplication-textOuter {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.theme-KC .lp-mediaApplication-textOuter {
    font-weight: normal;
}

.lp-mediaApplication-body {
    min-height: 0%;
}

.lp-mediaApplication-image {
    min-height: 0%;
}

.lp-mediaAsset {
    margin: 40px 0;
}

.lp-mediaAsset-body {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.lp-mediaAsset-text {
    margin: 0 50px;
    font-size: 3.6rem;
    font-weight: bold;
}

.theme-KC .lp-mediaAsset-text {
    font-weight: normal;
}

.lp-mediaAsset-assetImage {
    order: -1;
}

[data-script-enabled="true"]:not([data-browser="ie9"]) .lp-mediaAsset.js-setFadeAnimation .lp-mediaAsset-text {
    transform: translateY(10px);
    opacity: 0;
}

[data-script-enabled="true"]:not([data-browser="ie9"]) .lp-mediaAsset.js-setFadeAnimation.is-show .lp-mediaAsset-text {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in 0.2s;
}

@media only screen and (max-width: 1199px) {
    .lp-mediaAsset {
        margin: calc((40 * 100vw) / 1200) 0;
    }
    .lp-mediaAsset-text {
        margin: calc((20 * 100vw) / 1200) calc((50 * 100vw) / 1200);
        font-size: calc((36 * 100vw) / 1200);
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        padding: 0 20px;
    }
    .lp-mediaAsset-text {
        margin: 0 20px;
    }
    .lp-mediaAsset-text p {
        margin-bottom: 0;
    }
    .lp-mediaAsset-productImage {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        flex-direction: column-reverse;
    }
    .lp-mediaAsset-text {
        width: 100%;
        margin: 20px 0;
        font-size: 2.4rem;
        text-align: center;
    }
    .lp-mediaAsset-assetImage {
        width: 100%;
        text-align: center;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -36px 0 24px -40px;
}

.lp-listButton &gt; li {
    margin: 36px 0 0 40px;
}

.lp-listButton &gt; li.of-width-full {
    width: 100%;
}

.lp-listButton &gt; li &gt; *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
    .lp-listButton {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
    .lp-listButton &gt; li {
        margin-left: 0;
    }
}

.lp-button {
    display: inline-block;
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 0 24px;
    color: #fff;
    font-size: 2rem;
}

.lp-button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 12px;
    transform: translateY(-50%);
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.lp-buttonConversion {
    display: inline-block;
    margin: 0 0 16px;
    background: #f30b19;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}

.theme-KC .lp-buttonConversion {
    font-weight: normal;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 16px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 14px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-text {
    text-align: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-text {
    position: relative;
    padding-left: 24px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 12px;
    transform: translateY(-50%);
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.lp-buttonConversion.of-primary {
    min-width: 247px;
    padding-right: 24px;
    background: #1a90db;
}

.lp-buttonConversion.of-primary-body {
    padding-bottom: 9px;
}

.lp-buttonConversion.of-secondary {
    background: #129e83;
}

.lp-utility-textColor-primary {
    color: #2cd15e;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
    .lp-buttonConversion.of-primary {
        min-width: auto;
    }
}

@media only screen and (min-width: 970px) {
    .lp-largeScreen-line-break {
        display: block;
    }
    .lp-largeScreen-hide {
        display: none;
    }
}

@keyframes fadeIn {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
</pre></body></html>