<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container.ziv-catelog {
    margin: 0 auto;
}

.sky-tabs .typography .ziv-catelog-title h2 {
    margin-bottom: 20px;
}

.sky-tabs .typography .ziv-catelog-title h2 .t_left {
    display: inline-block;

    background-color: #ffdb00;
}

.sky-tabs .typography .ziv-catelog-title h2 .t_name {
    font-size: 35px;
}

.sky-tabs .typography .ziv-catelog-title h2 .t_name i {
    font-size: 20px;
    font-style: normal;
    display: block;
}

.sky-tabs .typography .ziv-catelog-title h2 .t_right {
    display: inline-block;

    background-color: #2f363e;
}

.sky-tabs .typography .ziv-catelog-title {
    margin: 0 0 30px;
}

.sky-tabs .typography .ziv-catelog-feature {
    padding: 0 20px;
}

.sky-tabs .typography .ziv-catelog-feature h3 {
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 20px;
    padding-bottom: 16px;
}

.sky-tabs .typography .ziv-catelog-feature p img {
    margin: 0 auto;
}

.sky-tabs .typography .ziv-catelog-feature p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.6em;
    text-align: center;
}

.sky-tabs .typography .ziv-catelog-func {
    margin: 30px 0;
}

.sky-tabs .typography .ziv-catelog-func-txt {
    padding: 0 20px;
}

.sky-tabs .typography .ziv-catelog-func-txt img {
    margin: 0 auto;
}

.sky-tabs .typography .ziv-catelog-func-txt h3 {
    text-align: center;
}

.sky-tabs .typography .ziv-catelog-func-txt h4 {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.sky-tabs .typography .ziv-catelog-func-txt h4 img {
    display: table-cell;
    width: 72px;
}

.sky-tabs .typography .ziv-catelog-func-txt h4 span {
    display: table-cell;
    vertical-align: bottom;
    font-size: 20px;
    padding-bottom: 10px;
    width: 90%;
}

.sky-tabs .typography .ziv-catelog-func-txt .ziv-catelog-func-price {
    padding-top: 100px;
    text-align: right;
    font-size: 20px;
}

.sky-tabs .typography .ziv-catelog-func-txt p {
    clear: both;
    font-size: 16px;
    padding: 5px 20px;
}

.sky-tabs .typography .ziv-catelog-award {
    text-align: center;
    margin: 20px 0;
}

.sky-tabs .typography .ziv-catelog-award img {
    margin: 0 auto
}

.sky-tabs .typography .ziv-catelog-gift {
    clear: both;
    margin-top: 25px;
}

.sky-tabs .typography .ziv-catelog-gift h4 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.sky-tabs .typography .ziv-catelog-gift h4 img {
    display: block;
    margin: 20px auto 0;
}

.sky-tabs .typography .ziv-catelog-gift p {
    text-align: center;
    font-size: 16px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px; 
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
</pre></body></html>