<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


/* FROM ODOO */
.fa.rounded-circle, .fa.rounded-empty-circle, .fa.rounded, .fa.rounded-0, .fa.rounded-leaf, .fa.img-thumbnail, .fa.shadow {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background-color: #ffd54c;
    color: #000;
    margin-right: 1rem;
}

.align-items-stretch {
    align-items: stretch !important;
}

.pb8 {
    padding-bottom: 8px !important;
}
.pt8 {
    padding-top: 8px !important;
}

.pb32 {
    padding-bottom: 32px !important;
}

.pt32 {
    padding-top: 32px !important;
}

.pb48 {
    padding-bottom: 48px !important;
}

.pb48 {
    padding-top: 48px !important;
}

.pt48 {
    padding-top: 48px !important;
}

.pb64 {
    padding-bottom: 64px !important;
}

.pt64 {
    padding-top: 64px !important;
}

.pb128 {
    padding-top: 128px !important;
}

.pt128 {
    padding-top: 128px !important;
}

.flex-column {
    flex-direction: column !important;
}

.lead {
    font-size: 1.125rem;
    font-weight: 300;
}

.s_showcase_title {
    font-size: 20px;
}

.o_grid_mode {
    --grid-item-padding-y: 10px;
    --grid-item-padding-x: 10px;
}

.o_grid_mode &gt; * {
    padding: var(--grid-item-padding-y) var(--grid-item-padding-x) !important;
}

.h5-fs {
    font-size: 20px;
}
/* FROM ODOO */

body {
    background: #151d3d;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.mobile-only {
    width: 100%;
    height: 92px;
    background: #f6f6f6;
}

.logo {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.logo img {
    width: 50%;
}

.logo h4 {
    color: #888787;
    text-align: center;
    margin-top: 8px;
    padding-top: 4px;
}

.page {
    position: relative;
    background-image: url(/images/shape/12_001.svg);
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat no-repeat;
    padding-top: 1rem;
}

.ervek h3, .logisztika h3 {
    color: #ffd54c;
    border-bottom: 1px solid #ffd54c80;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.ertekesitok h3 {
    color: #ffd54c;
    text-transform: uppercase;
}

.ertekesitok p {
    margin-bottom: 0px;
}

.ertekesitok a:hover {
    color: #ffd54c;
}

.ertekesitok h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.logisztika {
    background-image: url(/images/shape/13_001.svg);
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat no-repeat;
}

.logisztika i {
    color: #ffd54c;
}

section.footer {
    background: #ffd54c;
    height: 92px;
}

.ertekesitok {
    background-image: url(/images/shape/16.svg);
    background-position: center;
    background-size: 105% 115%;
    background-repeat: no-repeat no-repeat;
}

.footer_logo img {
    width: 70%;
    max-width: 192px;
    filter: drop-shadow(3px 3px 3px #888);
}

.footer_contact p {
    margin: 0;
}

.footer_widgets {
    background: #ffd54c;
    color: #333;
}

.footer_bottom {
    border-top: 1px solid #333;
}

@media (min-width: 576px) {
    .mobile-only {
        height: 32px;
    }

    .page {
        padding-top: 3rem;
    }

    .logo {
        position: absolute;
        top: 15px;
        right: 15px;
        left: unset;
        width: unset;
        text-align: right;
    }

    .logo img {
        width: 123px;
    }

    .logo h4 {
        color: #888787;
        text-align: right;
        border-top: 1px solid #888787;
        margin-top: 8px;
        padding-top: 4px;
    }
}

@media (min-width: 768px) {
    .page {
        padding-top: 5rem;
    }

    .logo img {
        width: 163px;
    }
}

@media (max-width: 991.98px) {
    .o_grid_mode {
        column-gap: 0px !important;
    }
}

@media (min-width: 992px) {
    .page {
        padding-top: 7rem;
    }

    .mobile-only {
        height: 15px;
    }

    .logo img {
        width: 211px;
    }

    .o_grid_mode {
        display: grid !important;
        grid-auto-rows: 50px;
        grid-template-columns: repeat(12, 1fr);
        row-gap: 0px;
        column-gap: 0px;
        --gutter-x: 0px;
    }

    .o_grid_mode &gt; * {
        margin: 0 !important;
        width: 100%;
        min-width: 0;
    }

    .ertekesitok {
        background-size: 100% 100%;
    }
}

@media (min-width: 1200px) {
    .mobile-only {
        height: 15px;
    }

    .logo img {
        width: 256px;
    }
}</pre></body></html>