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

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background: #efefef;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.custom-font-enabled {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
}

h1 {
    font-size: 3.5rem;
    line-height: 1;
    margin-top: 1.15rem;
    margin-bottom: 0.45rem;
}

h2 {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0.9rem;
    margin-bottom: 0.55rem;
}

h3 {
    font-size: 2.5rem;
    line-height: 1;
    margin-top: 1.17rem;
    margin-bottom: 0.65rem;
}

h4 {
    font-size: 2rem;
    line-height: 1;
    margin-top: 1.4rem;
    margin-bottom: 0.85rem;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 1.95rem;
    margin-bottom: 1.2rem;
}

h6 {
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 2.4rem;
    margin-bottom: 1.4rem;
}

body li {
    margin: 0;
    padding: 0;
}

a {
    color: #1f2d30;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

a:hover, a:visited, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #AF1800;
}

a:hover {
    color: #AF1800;
}


/* GENERAL STYLES ***************************************/

ul li {
    list-style: inside disc;
}

ol li {
    list-style: inside decimal;
}

table {
    margin: 10px;
}

table tr th {
    background: #AF1800;
    color: #FFF;
}

table tr, table th, table td {
    padding: 10px;
    border: 1px solid #ddd;
}

body.fade-out {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    width: 48px;
    height: 45px;
}

button:active, button:focus {
    box-shadow: none;
    outline: none;
}

button:hover {
    background: none;
}

#backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: transparent;
}

.gallery dl.gallery-item dt a img {
    border: none !important;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

/* CONTACT FORM  ***************************************/
input::-moz-placeholder {
    color: #333;
    font-size: 14px;
}

::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
}

::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFF;
}

select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.main-contact-form input,
.main-contact-form textarea,
.main-contact-form select {
    border: 1px solid #DDD;
    background-color: #f5f5f5;
    outline: none;
    resize: none;
    width: 100%;
    line-height: 16px;
    padding: 20px;
    font-size: 17px;
    color: #99a9b5;
    margin-bottom: 15px;
}

.main-contact-form input[type="submit"] {
    text-transform: uppercase;
    font-size: 21px;
    background: #AF1800;
    font-weight: bold;
    color: #FFF;
    padding: 20px !important;
}

.main-contact-form input[type="submit"]:hover {
    border: 1px solid #394050;
    background: #181828;
    color: #AF1800;
}

.main-contact-form input[type="text"], .main-contact-form input[type="email"], .main-contact-form textarea {
    color: #99a9b5;
}

.main-contact-form input::placeholder, .main-contact-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #99a9b5;
    opacity: 1; /* Firefox */
}

.main-contact-form input:-ms-input-placeholder, .main-contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #99a9b5;
}

.main-contact-form input::-ms-input-placeholder, .main-contact-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #99a9b5;
}

.main-contact-form span.wpcf7-form-control-wrap {
    position: relative;
}

.main-contact-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    width: 160px;
    right: -10px;
    top: 8px;
    white-space: nowrap;
    z-index: 9;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background: url(../../assets/loader.gif) center center / contain no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
}

.main-contact-form .wpcf7-response-output {
    margin: 0;
    color: #222222;
    margin-bottom: 30px !important;
}

/* GDPR  ************************************************/
.gdpr-box {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

.gdpr-contain {
    background: #AF1800;
    text-align: center;
    padding: 5px 5%;
}

.gdpr-message {
    color: #fff;
    font-size: 14px;
}

.gdpr-message a {
    color: #FFF !important;
}

.gdpr-message a:hover {
    color: #fff;
    text-decoration: underline;
}

.gdpr-message, .gdpr-contain-btn {
    padding: 0 20px;
    display: inline-block;
}

.gdpr-contain-btn a.gdpr-accept {
    font-size: 14px;
    padding: 5px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #AF1800;
    background: #fff;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gdpr-contain-btn a.gdpr-accept:hover {
    background: rgba(11, 11, 11, 0.3);
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*  BACK TO TOP           *****************************/

.back-top {
    display: none;
    z-index: 9;
    position: fixed;
    bottom: 70px;
    right: 25px;
    color: #394050;
    font-size: 56px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.back-top:hover {
    background: transparent;
    opacity: 1;
    color: #394050;
    transform: scale(1.2);
}

.back-top.back-top-fade {
    opacity: .5;
}

.back-top.back-top-visible {
    visibility: visible;
    opacity: .9;
}

.back-top i {
    color: #AF1800;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

a.back-top:hover i {
    color: #AF1800;
}

.back-top.back-top-visible, .back-top.back-top-fade, .back-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -ms-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

/* ANIMATION *******************************/
.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1s;
}

.delay-5 {
    animation-delay: 1.25s;
}

.delay-6 {
    animation-delay: 1.5s;
}</pre></body></html>