<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tour-start-button {
    padding: 5px 10px;
    /*color: #ff9f12;*/
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.2s ease;

}

.tour-start-selected, .tour-start-button:hover {
    background-color: #1F1336;
    color: #ffffff;
}

.seats-display-container {
    margin-top: 20px;
}

.seats-display {
    background-color: #ffa624;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
    display: none;
}

#comm-widget-ccform {
    width: 100%;
    padding-top: 17px;
    background: whitesmoke;
    position: relative;
    min-height: 240px;
}

#comm-widget-ccform iframe {
    width: 100%;
    min-height: 219px;
    border: none;
}

iframe .form-widget .form-holder {
    max-width: 10px;
    width: 10px;
}

iframe .form-holder {
    max-width: 10px;
    width: 10px;
}

iframe .form-widget {
    max-width: 10px;
    width: 10px;
}



#comm-widget {
    overflow: hidden;
}

.form-error-marker {
    border: 1px solid #ff0000 !important;
}

.marker {
    color: #ff9f12;
}

@media (min-width: 990px) {
    .marger {
        margin-left: 10px;
    }
}

.gr {
    margin-right: 0px;
    margin-left: 4%;
}

@media (max-width: 768px) {
    .gr {
        margin-left: 0px;
    }
}

.respax-extras {
    margin: 10px 0 !important;
    padding: 0;
}


.flex-wrapper {
    background: #fff;
    border-top: 1px solid #a0aab1;
    position: relative;
}


.clicker-button {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAYAAAAj6qa3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5gsHAiMFK4kMFwAAAahJREFUaN5jYBgFo2AUjIJRMApGwSgYBaMAL+Bf43617NaRI/yK7g/Luk6f5l7kerEkRkxsoN0Fcwc/v3t76dczZ/gK3J6UqR0+TKx+JqJtSmbY9F+ag4PhHUMawxsTE+a3TIeZuvbuHaiAgNkLcwcDA8MBxkZjY8aNjH8ZUjg4qB4AfxWZ5rJ88vT8P/F/LsOJy5cZGxg2M0zQ0WG5wTSfseXgQS5b97VVDyQlae1xHgNPlcrnoqLM/xgfMz3aswfmDoZsBs3/WTdu/O5kPvn/lK8vseYxkusApoK/E/6G793LmM84mcFCVxfugMMMtqwMTk7fDu8MblN4/pzaHsdprwGzFUOJo+O3sG1h3WtevKBZANA7IGjlcYoDgNYBQWuPUy0AqB0Q9PI41QOA0oCgt8dpFgCkBgTTZ6by/+x//tDb4zQPABhAr69h1db/BgZfhoIrV+AOQRP/K/zP9l+Zs/PXuN36PUtevaKV+2geADCAM0XAAJ1ifMACAAZgKYKlnkmASW/rVpj4n8Z/H/5d8vamdYyPglEwCkbBKBgFo2AUjIJRAAEA9016nfOYu9YAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMTEtMDdUMDI6MzU6MDUrMDA6MDAgH9uwAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTExLTA3VDAyOjM1OjA1KzAwOjAwUUJjDAAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyMi0xMS0wN1QwMjozNTowNSswMDowMAZXQtMAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    transform: rotate(0deg);
    transition: transform 0.5s;
}

.toggle-container {
    display: none;
    background: #fff;
}

.disse {
    background: #f1f1f1;
    opacity: 0.5;
}

.extra-toggler {
    margin-top: 20px;
    border: 2px solid #a0aab1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff !important;
    position: relative;
}

.untoggled {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.toggled {
    transition: transform 0.5s;
    transform: rotate(180deg);
}

.extra-toggler h3 {
    color: #224673;
    font-size: 16px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.respax-extras {
    margin: 0;
    cursor: pointer;
}

.respax-extras.top {
    background: #f1f1f1;
    border-radius: 3px;
    margin: 0 !important;
}

.extrasTitleContainer {
    padding: 8px 0;
}

.extrasTitle {
    font-size: 16px;
    font-weight: 600;
    color: #224673;
}

.info-texter {
    margin: 0;
    padding: 0 8px;
}

.form-booking .info-toggle {
    float: left;
    width: 28px;
    height: 28px;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}


.form-booking .info-toggle[type=checkbox]:checked {
    background: url(../images/check-active.png) no-repeat center center;
}


.flex-item label {
    margin: 0;
}

.info-text {
    line-height: 18px;
}

.flex-container .flex-item {
    padding: 5px 10px;
    flex: 1;
}

.toggleFlexContainer {
    display: flex;
    justify-content: end;
}

.flex-container .flexTitleLeft {
    flex: 0.6;
}

.flex-container .extra-checkbox {
    flex: 0.2;
}

.flex-container .pricing {
    text-align: right;
}

.flex-container .avail {
    text-align: right;
}


.flex-container .flex-grow {
}


.loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    z-index: 1;
}

.loading-processing-text {
    margin-top: 22px;
}

.payment-loading-container,
.payment-success-container,
.booking-loading-container
{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    bottom: 0;
    /* left: 50%; */
    /* bottom: 50%; */
    /* transform: translate(-50%); */
    display: none;
    position: absolute;
    z-index: 1;
    background: whitesmoke;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

#form-error-container, #payment-error-container, #booking-error-container{
    display: none;
}

.error-box{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #FEE3E2;
    border-top:2px solid red;
    color: red;
    padding: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.error-text-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.error-message{
    line-height: normal;
    margin-left: 10px;
}

.required-field-under-error{
    margin: 6px 0 0 5px;
    font-size: 12px;
    color: red;
}

.error-icon{
    width: 21px;
    height: 21px;
    font-size: 21px !important;
}</pre></body></html>