<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.visiblePreferense .coockies-holder {
    top: 5vh;
    right: 10px;
    bottom: 20px;
    left: 10px;
    transition: transform 0.3s ease 0s;
    transform: unset;
    visibility: visible;
    max-height: 80vh;
    overflow: hidden;
}

@media (min-width: 730px) {
    .visiblePreferense .coockies-holder {
        left: calc(50vw - 250px);
        right: unset;
    }
}

.visiblePreferense .coockies-holder .coockies-card.default {
    display: none;
}

.visiblePreferense .coockies-holder .coockies-card.option {
    display: -ms-flexbox;
    display: flex;
}

.coockies-holder {
    transform: translateY(110vh);
    top: unset;
    right: 10px;
    bottom: 20px;
    left: 10px;
    transition: transform 0.3s ease 0s;
    transform: unset;
    visibility: visible;
    position: fixed;
    z-index: 2147483647;
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    border-radius: 6px;
}

@media (min-width: 730px) {
    .coockies-holder {
        left: unset;
        right: 20px;
        bottom: 20px;
    }
}

.coockies-holder .coockies-card {
    padding: 20px;
}

    .coockies-holder .coockies-card.default {
        display: block;
        max-width: 100%;
    }

@media (min-width: 730px) {
    .coockies-holder .coockies-card.default {
        max-width: 690px;
    }
}

.coockies-holder .coockies-card.option {
    display: none;
    max-width: 100%;
    padding: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 730px) {
    .coockies-holder .coockies-card.option {
        max-width: 500px;
    }
}

.coockies-holder .coockies-card.option .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .coockies-holder .coockies-card.option .card-header a {
        padding: 5px;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        transition: 0.3s;
    }

        .coockies-holder .coockies-card.option .card-header a:hover {
            background-color: #e6e6e6;
        }

.coockies-holder .coockies-card.option .card-body {
    overflow: hidden;
    height: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-height: 650px) {
    .coockies-holder .coockies-card.option .card-body {
        overflow-y: auto;
    }
}

.coockies-holder .coockies-card.option .card-footer {
    padding: 10px 20px;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .coockies-holder .coockies-card.option .card-footer .acc-link {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.coockies-holder .coockies-card.option .card-body-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #5f5f5f;
    margin-bottom: 20px;
    padding: 0 10px;
}

    .coockies-holder .coockies-card.option .card-body-title span {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 10px;
        color: #5f5f5f;
    }

@media screen and (min-height: 650px) {
    .coockies-holder .coockies-card.option .card-body-content {
        height: 650px;
        overflow: hidden auto;
    }
}

.coockies-holder .coockies-card.option .option-title-container {
    padding-right: 30px;
}

.coockies-holder .coockies-card.option .card-body-footer .link-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px 0;
}

    .coockies-holder .coockies-card.option .card-body-footer .link-wrapper a {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #5f5f5f;
        text-decoration: underline;
        margin-bottom: 30px;
    }

        .coockies-holder .coockies-card.option .card-body-footer .link-wrapper a:hover {
            color: #1e2d83;
            text-decoration: none;
        }

    .coockies-holder .coockies-card.option .card-body-footer .link-wrapper button {
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }

.coockies-holder .card-header {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
    color: #5f5f5f;
}

.coockies-holder .card-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #5f5f5f;
    margin-bottom: 20px;
}

    .coockies-holder .card-body p {
        margin-bottom: 14px;
    }

    .coockies-holder .card-body .btn-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

@media (max-width: 729px) {
    .coockies-holder .card-body .btn-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .coockies-holder .card-body .btn-wrap .btn {
            width: 100%;
        }
}

.coockies-holder .card-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 730px) {
    .coockies-holder .card-footer {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
}

.coockies-holder .card-footer .link {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #5f5f5f;
    text-decoration: underline;
}

@media (max-width: 729px) {
    .coockies-holder .card-footer .link {
        margin-bottom: 20px;
    }
}

.coockies-holder .card-footer .link:hover {
    color: #1e2d83;
    text-decoration: none;
}

.coockies-holder .card-footer .acc-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1e2d83;
    transition: 0.3s;
}

@media (max-width: 729px) {
    .coockies-holder .card-footer .acc-link {
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

.coockies-holder .card-footer .acc-link span {
    margin-right: 4px;
}

.coockies-holder .card-footer .acc-link img {
    width: 100px;
}

.coockies-holder .card-footer .acc-link:hover {
    opacity: 0.7;
}

.coockies-holder .btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 20px 6px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #1e2d83;
    border: 1px solid #1e2d83;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.3s;
    background-color: transparent;
    height: auto;
}

    .coockies-holder .btn:hover {
        background-position: -100px 0;
        color: #fff;
        background: #1e2d83;
    }

    .coockies-holder .btn:first-child {
        margin: 4px 4px 4px 0;
    }

.coockies-holder .option-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 10px;
}

    .coockies-holder .option-section:first-child {
        border-top: 1px solid #e6e6e6;
    }

    .coockies-holder .option-section .option-title {
        font-weight: 700;
    }

.coockies-holder .option-toggle .switch {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0px;
}

    .coockies-holder .option-toggle .switch input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        left: -99999px;
        top: 0;
    }

        .coockies-holder .option-toggle .switch input:checked + .toggle .slide,
        .coockies-holder .option-toggle .switch input:checked + .toggle .pin {
            background: #1e2d83;
        }

        .coockies-holder .option-toggle .switch input:checked + .toggle .pin {
            transform: translateX(3em) translateX(-100%) translateY(-50%);
        }

            .coockies-holder .option-toggle .switch input:checked + .toggle .pin::after {
                background-color: #1e2d83;
            }

        .coockies-holder .option-toggle .switch input:disabled + .toggle {
            cursor: not-allowed;
            filter: grayscale(100%);
            opacity: 0.6;
        }

    .coockies-holder .option-toggle .switch .toggle {
        position: relative;
        cursor: pointer;
    }

        .coockies-holder .option-toggle .switch .toggle .slide,
        .coockies-holder .option-toggle .switch .toggle .pin {
            margin: 0px 3px;
            transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
            background: #9a9d9e;
        }

        .coockies-holder .option-toggle .switch .toggle .slide {
            height: 1.3em;
            width: 3em;
            border-radius: 0.65em;
            opacity: 0.6;
        }

        .coockies-holder .option-toggle .switch .toggle .pin {
            background-color: #ffffff;
            position: absolute;
            top: 50%;
            transform: translate(0px, -50%);
            height: 1.7em;
            width: 1.7em;
            border-radius: 50%;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px, rgba(0, 0, 0, 0.4) 0px 0px 2px;
        }

            .coockies-holder .option-toggle .switch .toggle .pin::after {
                content: "";
                display: block;
                visibility: hidden;
                position: absolute;
                background-color: #9a9d9e;
                opacity: 0;
                height: 4em;
                width: 4em;
                top: -1.155em;
                left: -1.155em;
                border-radius: 50%;
                transition: all 0.3s ease-in-out 0s;
            }

@keyframes mcm-slide-up {
    0% {
        transform: translateY(110vh);
    }

    100% {
        transform: translateY(0vh);
    }
}

.mcm-slide-up {
    animation: mcm-slide-up 1s forwards;
}

/* ---------------------------------------------------------
   Сustom form styles
   ---------------------------------------------------------*/
/* custom checkbox styles */
.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #1e2d83;
    margin: 0 3px 0 0;
    height: 12px;
    width: 12px;
}

    .jcf-checkbox.jcf-checked {
        background: #1e2d83;
        border-color: #1e2d83;
    }

        .jcf-checkbox.jcf-checked span {
            display: block;
        }

    .jcf-checkbox span {
        position: absolute;
        display: none;
        height: 4px;
        width: 8px;
        top: 50%;
        left: 50%;
        margin: -2px 0 0 -1px;
        border: 1px solid #fff;
        border-width: 0 0 1px 1px;
        transform: rotate(-45deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    }

    .jcf-checkbox input[type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

:root .jcf-checkbox span {
    margin: -3px 0 0 -4px;
}

/* custom radio styles */
.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #1e2d83;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 12px;
    width: 12px;
}

    .jcf-radio span {
        display: none;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background: #fff;
        border-radius: 100%;
    }

    .jcf-radio input[type="radio"] {
        position: absolute;
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

    .jcf-radio.jcf-checked {
        background: #1e2d83;
        border-color: #1e2d83;
    }

        .jcf-radio.jcf-checked span {
            display: block;
        }

/* custom select styles */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #d3d3d3;
    background: #fff;
    margin: 0 0 12px;
    min-width: 70px;
    height: 52px;
    padding: 15px 0 14px;
    color: #353535;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 15px;
        line-height: 20px;
        margin: 0 37px 0 19px;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: #fff;
        width: 36px;
        bottom: 0;
        right: 0;
        top: 0;
    }

        .jcf-select .jcf-select-opener:after {
            top: 17px;
            left: 12px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(73, 73, 73, 0);
            border-bottom-color: #494949;
            border-width: 4px;
            margin-left: -4px;
        }

        .jcf-select .jcf-select-opener:before {
            bottom: 15px;
            left: 12px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(73, 73, 73, 0);
            border-top-color: #494949;
            border-width: 4px;
            margin-left: -4px;
        }

body &gt; .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body &gt; .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #ededed;
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 16px 19px 13px;
        font-size: 15px;
        line-height: 18px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

    .jcf-list .jcf-optgroup-caption {
        white-space: nowrap;
        font-weight: bold;
        display: block;
        padding: 5px 9px;
        cursor: default;
        color: #000;
    }

    .jcf-list .jcf-optgroup .jcf-option {
        padding-left: 30px;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

/* custom file input styles */
.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff;
}

    .jcf-file .jcf-real-element {
        position: absolute;
        font-size: 200px;
        height: 200px;
        margin: 0;
        right: 0;
        top: 0;
    }

    .jcf-file .jcf-fake-input {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: top;
        overflow: hidden;
        border: 1px solid #777;
        padding: 0 8px;
        font-size: 13px;
        line-height: 28px;
        height: 28px;
        width: 125px;
        display: none;
    }

    .jcf-file .jcf-upload-button {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        border: 1px solid #7a7a7a;
        padding: 8px 19px 8px;
        text-align: center;
        height: 35px;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        color: #494949;
    }

/* common custom form elements styles */
.jcf-disabled {
    background: #ddd !important;
}

&lt;/style &gt;

&lt;style &gt;
.fancybox-type-iframe {
    width: 888px;
}

.fancybox-inner {
    padding-top: 40px;
}

.text-canvas {
    background: rgba(255,255,255,0.76);
    padding: 0 5px;
}

.factory_btn:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    .fancybox-inner {
        height: 380px !important;
    }
}

@media (max-width: 468px) {
    .fancybox-inner {
        height: 100% !important;
    }
}

@media (min-width: 768px) {

    .aerospace_ad_title_1 {
        margin-top: -145px !important;
    }

    .aerospace_ad_btn_1 {
        margin-top: 0px;
    }

    .factory_ad_title_1 {
        margin-top: 0 !important;
        color: white !important;
        margin-left: 100px !important;
        font-size: 40px !important;
        font-weight: lighter !important;
        line-height: 45px !important;
    }

    .factory_ad_btn_1 {
        margin-top: 25px;
        margin-left: 100px;
    }

    .retail_ad_btn_1 {
        margin-bottom: 150px;
    }

    .more_then_packages_title_1 {
        margin-top: -85px !important;
    }

    .aerospace_ad_title_2 {
        color: #1e2d83 !important;
    }

    .bring_great_things_to_life_title_1 {
        margin-top: -100px !important;
        background: rgba(255,255,255,0.76);
        /*padding: 0 5px;*/
        display: inline-block;
    }

    .bring_great_things_to_life_title_2 {
        background: rgba(255,255,255,0.76);
        display: inline-block;
    }

    .bring_great_things_to_life_title_1_v2 {
        margin-top: -100px !important;
        color: rgb(255, 255, 255) !important;
        /*padding: 0 5px;*/
        display: inline-block;
    }

    .bring_great_things_to_life_title_2_v2 {
        color: rgb(255, 255, 255) !important;
        display: inline-block;
    }

    .text-canvas {
        background: rgba(255,255,255,0.76);
        padding: 0 5px;
    }

    .fastest_route_title_1 {
        margin-top: -100px !important;
        background: rgba(255,255,255,0.76);
        display: inline-block;
    }

    .fastest_route_title_2 {
        background: rgba(255,255,255,0.76);
        display: inline-block;
    }

    .fastest_route_title_1_v2 {
        margin-top: -100px !important;
        display: inline-block;
    }

    .fastest_route_title_2_v2 {
        color: #1e2d83 !important;
        display: inline-block;
    }

    /*.power_up_title_1 {
                margin-top: -100px !important;
                background: rgba(255,255,255,0.76);
                display: inline-block;
            }

            .power_up_title_2 {
                background: rgba(255,255,255,0.76);
                display: inline-block;
            }*/

    .power_up_title_1 {
        margin-top: -100px !important;
        display: inline-block;
    }

    .power_up_title_2 {
        display: inline-block;
        margin-left: 130px !important;
        color: #1e2d83;
    }

    .utility_ad_btn_1 {
        margin-top: -10px;
        margin-left: 245px;
    }

    #utility-container {
        left: initial;
        right: -15px !important;
        top: 25%;
        width: 60%;
    }
}
</pre></body></html>