<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cmp-cookies-opener {
    max-width: 1260px;
    padding: 20px 0 20px 0;
}
.cmp-cookies-opener a {
    cursor: pointer;
    font-size: 10pt;
}
.cmp-cookies-opener a:hover {
    opacity: 0.7;
}
.cmp-modal-outer .cmp-modal-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: max-content;
    min-width: 850px;
    height: auto;
    z-index: 2000;
    visibility: visible;
    transform: translateX(-50%) translateY(-50%);
}
.cmp-modal-outer .cmp-modal-inner .cmp-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cmp-modal-outer .cmp-modal-inner:target .cmp-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.cmp-content {
    max-height: 1100px;
}
.cmp-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    background: #00000069;
}
.cmp-content {
    color: #000;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}
.cmp-modal-header {
    display: flex;
    padding: 30px 40px 0;
    justify-content: space-between;
}
.cmp-content .close {
    font-size: 50px;
    color: #7a7a7a;
    opacity: 1;
}
.cmp-content img {
    max-width: 250px;
    width: 100%;
    margin: auto;
    display: block;
    padding: 20px;
}
.cmp-content h2 {
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    padding: 10px;
    flex-grow: 1;
}
.cmp-content .cmp-content-classifications {
    padding: 0 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}
.cmp-content .cmp-content-classifications p {
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
}
.cmp-content .cmp-content-classifications .actions-container-inner p {
    padding-right: 20px;
    padding-bottom: 20px;
    margin-right: 110px;
}
.cmp-content .cmp-content-classifications .actions-container-inner a {
    margin-left: 0;
    color: black !important;
    font-weight: 600;
}
.cmp-content .cmp-content-classifications a {
    margin-left: 5px;
    font-size: 20px;
}
.cmp-content a {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}
.cmp-content .buttons {
    display: flex;
}
.cmp-content .buttons a {
    border: 1px solid black;
    padding: 15px 10px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.cmp-content .actions-container-outer.second-page p {
    padding: 5px;
}
.cmp-content .back-button {
    position: absolute;
    font-size: 24px;
    top: 15px;
    color: #127749;
    font-weight: 600;
    cursor: pointer;
}
.actions-container-outer {
    display: flex;
    margin: 20px 30px;
    padding: 20px 20px 0 20px;
    border: 1px solid #80808061;
}
.actions-container-outer .actions-container-inner {
    width: 100%;
}
.actions-container-outer .actions-container-inner .class-info{
    position: relative;
}
.actions-container-outer .actions-container-inner .custom-h2 {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
}
.actions-container-outer .actions-container-inner .custom-h3 {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
}
.actions-container-outer .action-toggle {
    display: table;
    min-width: 70px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.actions-container-outer .action-toggle.rolex {
    top: 45%;    
}
.actions-container-outer .action-toggle .toggleWrapper {
    display: table-cell;
    vertical-align: middle;
}

.action-toggle .toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
}
.action-toggle .toggleWrapper input.mobileToggle + label {
    position: relative;
    display: inline-block;
    user-select: none;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-tap-highlight-color: transparent;
    height: 30px;
    width: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
    cursor: pointer;
}
.action-toggle .toggleWrapper input.mobileToggle:focus + label {
    outline: 1px solid #111111;
}
.action-toggle .toggleWrapper input.mobileToggle + label:before {
    content: "";
    position: absolute;
    display: block;
    -moz-transition: 0.2s cubic-bezier(0.24,0,0.5,1);
    -o-transition: 0.2s cubic-bezier(0.24,0,0.5,1);
    -webkit-transition: 0.2s cubic-bezier(0.24,0,0.5,1);
    transition: 0.2s cubic-bezier(0.24,0,0.5,1);
    height: 30px;
    width: 51px;
    top: 0;
    left: 0;
    border-radius: 30px;
}
.action-toggle .toggleWrapper input.mobileToggle + label:after {
    content: "";
    position: absolute;
    display: block;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 4px 0px 0 rgba(0,0,0,0.04), 0 3px 3px rgba(0,0,0,0.05);
    transition: 0.35s cubic-bezier(0.54,1.6,0.5,1);
    background: whitesmoke;
    height: 25px;
    width: 25px;
    top: 2px;
    left: 2px;
    border-radius: 60px;
}
/*ROLEX START*/
.action-toggle.rolex .toggleWrapper input.mobileToggle + label {
    height: calc(30px * 0.75);
    width: calc(50px * 0.75);
}
.action-toggle.rolex .toggleWrapper input.mobileToggle + label:before {
    height: calc(30px * 0.75);
    width: calc(51px * 0.75);
}

.action-toggle.rolex .toggleWrapper input.mobileToggle + label:after {
    height: calc(24px * 0.75);
    width: calc(25px * 0.75);
}
.action-toggle.rolex .toggleWrapper input.mobileToggle:checked + label:after {
    left: 18px;
}
/*ROLEX END*/
.action-toggle .toggleWrapper input.mobileToggle:checked + label:before {
    background: #3c3c3c;
    -moz-transition: width 0.2s cubic-bezier(0,0,0,0.1);
    -o-transition: width 0.2s cubic-bezier(0,0,0,0.1);
    -webkit-transition: width 0.2s cubic-bezier(0,0,0,0.1);
    transition: width 0.2s cubic-bezier(0,0,0,0.1);
}
.action-toggle .toggleWrapper input.mobileToggle:checked + label:after {
    left: 24px;
}
.actions-container-inner {
    position: relative;
}
.actions-container-inner summary {
    position: absolute;
    right: 80px;
    top: 12px;
    transform: rotate(90deg);
    cursor: pointer;
}
.actions-container-inner summary::marker {
    color: gray;
    font-size: 28px;
}
.actions-container-inner details[open] summary {
    transform: rotate(180deg);
    top: 4px;
    right: 86px;
}
.actions-container-inner table {
    border-collapse: collapse;
    width: calc(100% + 42px);
    margin: 0 -21px;
}
.actions-container-inner table td {
    border: 1px solid #80808073;
    padding: 20px;
    padding-top: 30px;
}
.actions-container-inner table tr:nth-child(odd) {
    background: #fff;
}
.actions-container-inner table tr:nth-child(even) {
    background: #e7e7e7;
}
.actions-container-outer.second-page {
    border-left: none;
    border-right: none;
}
.first-visit-cookies-background {
    background: white;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 10px black;
    z-index: 99999998;
    height: auto;
    width: 100%;
}
.first-visit-cookies-background.hidden {
    display: none !important;
}
.cmp-modal-outer.hidden {
    display: none; 
}
.first-visit-cookies-popup {
    max-width: 1680px;
    margin: auto;
    padding: 20px;
    display: flex;
}
.first-visit-cookies-popup .text-container {
    display: flex;
    align-items: center;
}
.first-visit-cookies-popup .text-container a {
    font-weight: 600;
    white-space: nowrap;
    color: black;
    text-decoration: inherit;
}
.first-visit-cookies-popup .buttons {
    display: flex;
    align-items: center;
}
.first-visit-cookies-popup .buttons.actions-container-outer {
    border: none;
    margin: 0;
    padding: 5px;
}
.first-visit-cookies-popup .buttons a {
    width: max-content;
    height: fit-content;
    margin: 10px;
    padding: 10px 15px;
    background: white;
    color: black;
    border: 1px solid black;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
}


@media (max-width: 1260px) {
    .first-visit-cookies-popup .buttons {
        display: grid;
    }
    .first-visit-cookies-popup .buttons a {
        width: 20vw;
        margin: 5px;
        text-align: center;
    }
}
@media (max-width: 991px) {

    .cmp-footer-outer {
        width: 90%;
    }
}
@media (max-width: 767px) {

    .cmp-cookies-opener {
        text-align: center;
    }

    .first-visit-cookies-popup {
        display: block;
        text-align: center;
    }
    .first-visit-cookies-popup .buttons {
        justify-content: center;
        padding-top: 20px;
    }
    .first-visit-cookies-popup .buttons a {
        margin: 5px auto;
        width: 75vw;
        cursor: pointer;
    }
}
@media (max-width: 650px) {
    .cmp-modal-outer .cmp-modal-inner {
        min-width: 130vw;
    }
    .cmp-modal-outer .cmp-modal-inner .actions-container-outer {
        margin: 20px -10px;
    }
    .cmp-modal-outer .cmp-modal-inner .cmp-content {
        height: 800px !important;
        overflow: hidden;
        overflow-y: scroll !important;
    }
    .cmp-content .cmp-content-classifications {
        padding: 15px 30px 10px;
    }
    .cmp-content .cmp-content-classifications p {
        line-height: 30px;
    }
    .actions-container-inner table {
        max-width: 90vw;
    }
    .actions-container-inner p {
        max-width: 90vw;
    }
}
@media (max-width: 400px) {
    .first-visit-cookies-popup {
        padding: 10px;
    }
}
</pre></body></html>