/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #FFFF00;
    color: #000000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
    -webkit-appearance: none;
    /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #C0C0C0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


@font-face {
    font-family: 'webflow-icons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'webflow-icons' !important;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    /* Better Font Rendering =========== */
    speak: none;
    text-transform: none;
}

.w-icon-slider-right:before {
    content: "\e600";
}

.w-icon-slider-left:before {
    content: "\e601";
}

.w-icon-nav-menu:before {
    content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}

.w-icon-file-upload-remove:before {
    content: "\e900";
}

.w-icon-file-upload-icon:before {
    content: "\e903";
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    min-height: 100%;
}

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

.w-inline-block {
    display: inline-block;
    max-width: 100%;
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}

.w-clearfix:after {
    clear: both;
}

.w-hidden {
    display: none;
}

.w-button {
    background-color: #3898EC;
    border: 0;
    border-radius: 0;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    padding: 9px 15px;
    text-decoration: none;
}

input.w-button {
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
    background: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0 none transparent;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    clear: none;
    color: inherit;
    cursor: inherit;
    direction: ltr;
    display: block;
    float: none;
    font-family: inherit;
    font-size: inherit;
    font-smoothing: auto;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: auto;
    left: auto;
    letter-spacing: inherit;
    line-height: inherit;
    list-style-type: disc;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1.0;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    position: static;
    right: auto;
    text-align: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-shadow: none;
    text-transform: inherit;
    top: auto;
    transform: none;
    transition: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: inherit;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: auto;
}

.w-webflow-badge {
    background-color: #FFFFFF !important;
    border-radius: 3px !important;
    bottom: 12px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #AAADB0 !important;
    cursor: pointer;
    display: inline-block !important;
    font-size: 12px !important;
    height: auto !important;
    left: auto !important;
    line-height: 14px !important;
    margin: 0 !important;
    opacity: 1 !important;
    opacity: 1.0 !important;
    overflow: visible !important;
    padding: 6px 8px 6px 6px !important;
    position: fixed !important;
    right: 12px !important;
    text-decoration: none !important;
    top: auto !important;
    transform: none !important;
    visibility: visible !important;
    white-space: nowrap;
    width: auto !important;
    z-index: 2147483647 !important;
}

.w-webflow-badge > img {
    display: inline-block !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    visibility: visible !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
    margin-top: 0;
}

blockquote {
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 10px 20px;
}

figure {
    margin: 0;
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

ul,
ol {
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left: 40px;
}

.w-list-unstyled {
    list-style: none;
    padding-left: 0;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}

.w-embed:after {
    clear: both;
}

.w-video {
    padding: 0;
    position: relative;
    width: 100%;
}

.w-video iframe,
.w-video object,
.w-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    border: 0;
    cursor: pointer;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    background-color: #DDDDDD;
    display: none;
    padding: 20px;
    text-align: center;
}

.w-form-fail {
    background-color: #FFDEDE;
    display: none;
    margin-top: 10px;
    padding: 10px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.w-input,
.w-select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.428571429;
    margin-bottom: 10px;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999999;
}

.w-input:focus,
.w-select:focus {
    border-color: #3898EC;
    outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    background-color: #EEEEEE;
    cursor: not-allowed;
}

textarea.w-input,
textarea.w-select {
    height: auto;
}

.w-select {
    background-color: #F3F3F3;
}

.w-select[multiple] {
    height: auto;
}

.w-form-label {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0px;
}

.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    float: left;
    line-height: normal;
    margin: 4px 0 0;
    margin-left: -20px;
    margin-top: 1px \9;
}

.w-radio-input {
    margin-top: 3px;
}

.w-file-upload {
    display: block;
    margin-bottom: 10px;
}

.w-file-upload-input {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    color: #333333;
    display: inline-block;
}

.w-file-upload-error {
    display: block;
    margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none;
}

.w-file-upload-uploading-btn {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 8px 12px;
}

.w-file-upload-file {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
}

.w-file-upload-file-name {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.w-file-remove-link {
    cursor: pointer;
    display: block;
    height: auto;
    margin-left: 10px;
    margin-top: 3px;
    padding: 3px;
    width: auto;
}

.w-icon-file-upload-remove {
    font-size: 10px;
    margin: auto;
}

.w-file-upload-error-msg {
    color: #EA384C;
    display: inline-block;
    padding: 2px 0;
}

.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px;
}

.w-file-upload-label {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 8px 12px;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
}

.w-icon-file-upload-uploading {
    height: 20px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}

.w-container:after {
    clear: both;
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}

.w-col-1 {
    width: 8.33333333%;
}

.w-col-2 {
    width: 16.66666667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.33333333%;
}

.w-col-8 {
    width: 66.66666667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.33333333%;
}

.w-col-11 {
    width: 91.66666667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333333%;
    }

    .w-col-medium-2 {
        width: 16.66666667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.33333333%;
    }

    .w-col-medium-5 {
        width: 41.66666667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.33333333%;
    }

    .w-col-medium-8 {
        width: 66.66666667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.33333333%;
    }

    .w-col-medium-11 {
        width: 91.66666667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        left: auto;
        right: auto;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        left: auto;
        right: auto;
        width: 100%;
    }

    .w-col-small-1 {
        width: 8.33333333%;
    }

    .w-col-small-2 {
        width: 16.66666667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.33333333%;
    }

    .w-col-small-5 {
        width: 41.66666667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.33333333%;
    }

    .w-col-small-8 {
        width: 66.66666667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.33333333%;
    }

    .w-col-small-11 {
        width: 91.66666667%;
    }

    .w-col-small-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333333%;
    }

    .w-col-tiny-2 {
        width: 16.66666667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.33333333%;
    }

    .w-col-tiny-5 {
        width: 41.66666667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.33333333%;
    }

    .w-col-tiny-8 {
        width: 66.66666667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.33333333%;
    }

    .w-col-tiny-11 {
        width: 91.66666667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

.w-widget {
    position: relative;
}

.w-widget-map {
    height: 400px;
    width: 100%;
}

.w-widget-map label {
    display: inline;
    width: auto;
}

.w-widget-map img {
    max-width: inherit;
}

.w-widget-map .gm-style-iw {
    text-align: center;
}

.w-widget-map .gm-style-iw > button {
    display: none !important;
}

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 28px;
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    color: #999999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
    text-align: center;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
}

.w-widget-twitter-count-shim.w--large {
    height: 28px;
    width: 36px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5D6C7B;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
    height: 33px;
    margin-bottom: 8px;
    width: 61px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5D6C7B;
    border-width: 5px;
    margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}

.w-widget-gplus {
    overflow: hidden;
}

.w-background-video {
    color: white;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.w-background-video > video {
    background-position: 50% 50%;
    background-size: cover;
    bottom: -100%;
    height: 100%;
    left: -100%;
    margin: auto;
    object-fit: cover;
    position: absolute;
    right: -100%;
    top: -100%;
    width: 100%;
    z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.w-slider {
    background: #DDDDDD;
    clear: both;
    height: 300px;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
}

.w-slider-mask {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    white-space: nowrap;
    z-index: 1;
}

.w-slide {
    display: inline-block;
    height: 100%;
    position: relative;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}

.w-slider-nav {
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
    top: auto;
    z-index: 2;
}

.w-slider-nav.w-round > div {
    border-radius: 100%;
}

.w-slider-nav.w-num > div {
    font-size: inherit;
    height: auto;
    line-height: inherit;
    padding: 0.2em 0.5em;
    width: auto;
}

.w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
    color: #FFFFFF;
}

.w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
    background-color: #222222;
}

.w-slider-dot {
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    display: inline-block;
    height: 1em;
    margin: 0 3px 0.5em;
    position: relative;
    transition: background-color 100ms, color 100ms;
    width: 1em;
}

.w-slider-dot.w-active {
    background-color: #FFFFFF;
}

.w-slider-dot:focus {
    box-shadow: 0px 0px 0px 2px #FFFFFF;
    outline: none;
}

.w-slider-dot:focus.w-active {
    box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    bottom: 0;
    color: white;
    cursor: pointer;
    font-size: 40px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
}

.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
    position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}

.w-slider-arrow-left {
    right: auto;
    z-index: 3;
}

.w-slider-arrow-right {
    left: auto;
    z-index: 4;
}

.w-icon-slider-left,
.w-icon-slider-right {
    bottom: 0;
    height: 1em;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 1em;
}

.w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.w-slider-force-show {
    display: block !important;
}

.w-dropdown {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    color: #222222;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}

.w-dropdown-toggle {
    cursor: pointer;
    display: inline-block;
    padding-right: 40px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.w-dropdown-toggle:focus {
    outline: 0;
}

.w-icon-dropdown-toggle {
    bottom: 0;
    height: 1em;
    margin: auto;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
}

.w-dropdown-list {
    background: #DDDDDD;
    display: none;
    min-width: 100%;
    position: absolute;
}

.w-dropdown-list.w--open {
    display: block;
}

.w-dropdown-link {
    color: #222222;
    display: block;
    padding: 10px 20px;
}

.w-dropdown-link.w--current {
    color: #0082F3;
}

.w-dropdown-link:focus {
    outline: 0;
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    color: #000000;
    color: #FFFFFF;
    cursor: auto;
    font-family: serif;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: medium;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-weight: 300;
    left: 0;
    letter-spacing: normal;
    line-height: normal;
    line-height: 1.2;
    list-style: disc;
    opacity: 0;
    outline: 0;
    position: fixed;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    text-align: start;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    /* 1 */
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 2000;
    /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.w-lightbox-view {
    height: 100vh;
    opacity: 0;
    position: absolute;
    width: 100vw;
}

.w-lightbox-view:before {
    content: "";
    height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
    margin: 0;
    position: relative;
    /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
    height: auto;
    max-width: none;
    width: auto;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-height: 100vh;
    max-width: 100vw;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: .5em 1em;
    position: absolute;
    right: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w-lightbox-embed {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.w-lightbox-control {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 4em;
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    bottom: 0;
    display: none;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    left: 0;
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    bottom: 0;
    display: none;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    right: 0;
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    height: 2.6em;
    right: 0;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
    bottom: 0;
    left: 0;
    line-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1vh;
    /* 1 */
    position: absolute;
    right: 0;
    white-space: nowrap;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    padding: 2vh 1vh;
    /* 1 */
    -webkit-transform: translate3d(0, 0, 0);
    width: 10vh;
    /* 2 */
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    background: #222222;
    height: 10vh;
    overflow: hidden;
    position: relative;
}

.w-lightbox-thumbnail-image {
    left: 0;
    position: absolute;
    top: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    box-sizing: border-box;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.w-lightbox-spinner:after {
    border: 3px solid transparent;
    border-bottom-color: #FFFFFF;
    border-radius: 50%;
    bottom: -4px;
    content: "";
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }

    /* .w-lightbox-content */
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-height: 96vh;
        max-width: 96vw;
    }

    .w-lightbox-group .w-lightbox-image {
        max-height: 84vh;
        max-width: 82.3vw;
    }

    .w-lightbox-left,
    .w-lightbox-right {
        display: block;
        opacity: .5;
    }

    .w-lightbox-close {
        opacity: .8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}

.w-richtext:after {
    clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895F7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895F7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
    bottom: 0;
    content: '';
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.w-richtext figure {
    max-width: 60%;
    position: relative;
}

.w-richtext figure > div:before {
    cursor: default !important;
}

.w-richtext figure img {
    width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}

.w-richtext figure div {
    /* fix incorrectly sized selection border in the data manager */
    color: transparent;
    font-size: 0px;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
    caption-side: bottom;
    display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    height: 0;
    width: 60%;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
    clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;
    /* padding-bottom is used for aspect ratios in video figures
        we want the div to inherit that so hover/selection borders in the designer-canvas
        fit right*/
    padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
    clear: none;
    float: left;
    margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
    clear: none;
    float: right;
    margin-left: 15px;
}

.w-nav {
    background: #DDDDDD;
    position: relative;
    z-index: 1000;
}

.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    color: #333333;
    float: left;
    position: relative;
    text-decoration: none;
}

.w-nav-link {
    color: #222222;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}

.w-nav-link.w--current {
    color: #0082F3;
}

.w-nav-menu {
    float: right;
    position: relative;
}

[data-nav-menu-open] {
    background: #C8C8C8;
    display: block !important;
    left: 0;
    min-width: 200px;
    overflow: visible;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
    right: auto;
    top: 0;
    z-index: 1;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    left: auto;
    top: 0;
    z-index: 1;
}

.w-nav-button {
    cursor: pointer;
    display: none;
    float: right;
    font-size: 24px;
    padding: 18px;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.w-nav-button:focus {
    outline: 0;
}

.w-nav-button.w--open {
    background-color: #C8C8C8;
    color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}

.w--nav-dropdown-open {
    display: block;
}

.w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

.w-tabs {
    position: relative;
}

.w-tabs:before,
.w-tabs:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}

.w-tabs:after {
    clear: both;
}

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    background-color: #DDDDDD;
    color: #222222;
    cursor: pointer;
    display: inline-block;
    padding: 9px 30px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}

.w-tab-link.w--current {
    background-color: #C8C8C8;
}

.w-tab-link:focus {
    outline: 0;
}

.w-tab-content {
    display: block;
    overflow: hidden;
    position: relative;
}

.w-tab-pane {
    display: none;
    position: relative;
}

.w--tab-active {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

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

.w-dyn-empty {
    background-color: #DDDDDD;
    padding: 10px;
}

.w-dyn-hide {
    display: none !important;
}

.w-dyn-bind-empty {
    display: none !important;
}

.w-condition-invisible {
    display: none !important;
}


body {
    --download-text: "Downloasd";
}

.files_div .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    width: 100%;
}

.files_div .container-fluid .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.files_div .container-fluid .row [class*="col-md-"] {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.files_div .container-fluid .row .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.files_div form {
    font-size: 0;
}

.files_div form > *,
.files_div a,
.files_div .search_button {
    display: none;
}

.data_div {
    text-align: center;
}

.files_div .files-block,
.files_div .files-block a {
    display: block;
}

.files_div table .export {
    display: none;
}

.files_div table {
    width: 100%;
}

body .modalFILES {
    width: 80vw;
    max-width: 90vw;
    padding: 30px 50px;
}

body .modalFILES a.close-modal {
    background: none;
    border-radius: 15px;
    right: 0;
    top: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

body .modalFILES a.close-modal::before {
    color: rgb(189, 165, 121) !important;
    content: "x";
    height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    width: 30px;
}

body .modalFILES .container-fluid .files-block {
    font-size: 1rem;
    text-align: left;
}

body .modalFILES .container-fluid .files-block table thead {
    display: none;
}

body .modalFILES .container-fluid .files-block table thead td:first-child,
body .modalFILES .container-fluid .files-block table tbody td:first-child,
body .modalFILES .container-fluid .files-block table thead td:nth-child(4),
body .modalFILES .container-fluid .files-block table tbody td:nth-child(4) {
    display: none;
}

body .modalFILES .container-fluid .files-block table tbody td:last-child {
    max-width: 200px;
    width: 200px;
}

body .modalFILES .container-fluid .files-block table thead td,
body .modalFILES .container-fluid .files-block table tbody td {
    color: rgb(34, 34, 34);
    height: 60px;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle;
}

body .modalFILES .container-fluid .files-block table tbody td a, body .modalFILES .container-fluid .search_button a {
    /*background-color: transparent !important;*/
    /*border: 1px solid transparent;*/
    background-color: transparent;
    border: 2px solid #BDA579;
    border-radius: .25rem;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: transparent !important;
    cursor: pointer;
    /*padding: .35rem .75rem;*/
    display: inline-block;
    font-family: 'Minion condensed', sans-serif;
    font-size: 0;
    /*transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto;
    padding: 5px 10px;
    /*color: #BDA579;*/
    text-align: center;
    /*font-size: 14px;*/
    text-decoration: none;
    text-transform: inherit;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

body .modalFILES .container-fluid .files-block table tbody td a::before {
    color: rgb(189, 165, 121) !important;
    content: var(--download-text);
    font-size: .875rem;
    line-height: 1.5rem;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

body .modalFILES .container-fluid .files-block table tbody td a:hover,
body .modalFILES a.close-modal:hover {
    background: rgb(189, 165, 121) !important;;
    color: #FFFFFF !important;
}

body .modalFILES a.close-modal:hover::before,
body .modalFILES .container-fluid .files-block table tbody td a:hover::before {
    color: #FFFFFF !important;
}

html {
    font-size: 19px;
}

body {
    background-color: #E9C6DD;
    color: #BB9C74;
    font-family: Fahkwang;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
}

h1 {
    color: #BB9C74;
    font-family: Oswald, sans-serif;
    font-size: 4em;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3 {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 0px;
}

h4 {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 0px;
}

h5 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 0px;
}

h6 {
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 0px;
}

p {
    font-size: 1em;
    line-height: 1.40em;
    margin-bottom: 0px;
    margin-top: 0px;
}

a {
    font-size: 1em;
    text-decoration: none;
}

blockquote {
    border-left: 0.4em solid #E2E2E2;
    font-size: 140%;
    line-height: 1.6;
    margin-bottom: 1em;
    padding: 1em 2em;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    padding: 4.06em;
    width: 100%;
}

.container.is--hero {
    color: #BB9C74;
    padding-bottom: 0em;
    padding-top: 8em;
}

.container.is--nav {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 1.65em;
    padding-top: 1.65em;
    position: relative;
    z-index: 2;
}

.container.is--slider {
    padding-bottom: 0em;
    padding-top: 0em;
}

.container.is--menu {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    color: #E9C6DD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.html {
    bottom: auto;
    height: 0px;
    left: 0%;
    overflow: hidden;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 0px;
}


.global {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
}

.section.is--slider {
    margin-bottom: 5em;
    position: relative;
    z-index: 2;
}

.section.is--hero {
    position: relative;
    z-index: 3;
}

.section.is--nav {
    bottom: auto;
    left: 0%;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 900;
}

.hero__wrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 49%;
}

.hero__p {
    color: #FFFFFF;
    font-family: Lato, sans-serif;
    font-size: 19px;
    font-weight: 300;
    margin-top: 0.125em;
}

.overflow {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.controls {
    -webkit-align-items: center;
    align-items: center;
    bottom: 0%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0%;
    top: auto;
    width: 40em;
    z-index: 4;
}

.control {
    -webkit-align-items: center;
    align-items: center;
    border-color: #BB9C74;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #BB9C74;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 3.33em;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    width: 3.33em;
}

.control:active {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.control.next-splide {
    border-color: #BB9C74;
    color: #BB9C74;
}

.control.prev-splide {
    border-color: #BB9C74;
}

.control__arrow {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #FFFFFF;
    display: block;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 1.3em;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 1;
    position: relative;
    width: 1.5em;
    z-index: 2;
}

.control__arrow.is--flipped {
    color: #FFFFFF;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav__logo {
    width: 5.52em;
}

.nav__svg {
    width: 100%;
}

.trigger {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1em;
    padding-top: 1em;
}

.trigger__line {
    background-color: #BB9C74;
    height: 0.2em;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    width: 3em;
}

.trigger__circle {
    border-color: #BB9C74;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.2em;
    height: 14.58em;
    position: absolute;
    width: 14.58em;
}

.splide__list {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.splide__slide {
    -webkit-box-flex: 0;
    cursor: pointer;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 40vw;
    min-height: 41.88em;
    padding-left: 0.52em;
    padding-right: 0.52em;
    position: relative;
    width: 33.333333333333336%;
}

.splide__img {
    color: #FFFFFF;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    width: 100%;
    z-index: -1;
}

.splide__img:hover {
    height: 99%;
    width: 99%;
}

.control__fill {
    background-color: #BB9C74;
    border-radius: 50%;
    bottom: auto;
    height: 100%;
    left: auto;
    margin-right: -100%;
    margin-top: -100%;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    z-index: 1;
}

.slider__wave {
    bottom: auto;
    left: 0%;
    margin-top: -0.6rem;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 2;
}

.slider__wave.is--bottom {
    bottom: 0%;
    left: 0%;
    margin-bottom: -0.6rem;
    right: 0%;
    top: auto;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.cursor {
    -webkit-align-items: center;
    align-items: center;
    bottom: 0%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 100vh;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0%;
    opacity: 0;
    position: fixed;
    right: 0%;
    top: 0%;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    width: 100%;
    z-index: 1000;
}

.cursor.hide-cursor {
    display: none;
}

.cursor__dot1 {
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #BB9C74;
    display: none;
    height: 6px;
    -webkit-transition: opacity 350ms ease, background-color 350ms ease, height 350ms ease, width 350ms ease;
    transition: opacity 350ms ease, background-color 350ms ease, height 350ms ease, width 350ms ease;
    width: 6px;
}

.cursor__dot1.is--larger {
    background-color: #FFFFFF;
    height: 8.23em;
    width: 8.23em;
}

.cursor__dot1.opacity-0 {
    opacity: 0;
}

.cursor__dot1.is--scale-down {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cursor__dot2 {
    -webkit-align-items: center;
    align-items: center;
    border-color: #BB9C74;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: transparent;
    display: none;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 52px;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    -webkit-transition: border-color 350ms ease, height 350ms ease, width 350ms ease, background-color 350ms ease, color 350ms ease;
    transition: border-color 350ms ease, height 350ms ease, width 350ms ease, background-color 350ms ease, color 350ms ease;
    width: 52px;
}

.cursor__dot2.is--larger {
    background-color: #BB9C74;
    color: #E9C6DD;
    height: 8.23em;
    width: 8.23em;
}

.cursor__dot2.light-ring {
    border-color: #FFFFFF;
    height: 6em;
    width: 6em;
}

.cursor__dot2.is--scale-down {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cursor__text {
    font-family: 'Niagsol', 'sans-serif';
}

.menu {
    bottom: auto;
    display: none;
    left: 0%;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 1;
}

.menu__bg {
    -webkit-align-items: stretch;
    align-items: stretch;
    bottom: auto;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    height: 101%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    left: 0%;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    z-index: 1;
}

.menu__lottie {
    margin-top: -1%;
}

.menu__bg-color {
    background-color: #BB9C74;
    height: 100%;
    width: 100%;
}

.menu__left {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 4.06em;
    position: relative;
}

.nav-link {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.7rem;
    margin-top: 0.7rem;
    overflow: hidden;
}

.nav-link:hover {
    font-style: italic;
    font-weight: 700;
}

.nav-link.is--1 {
    margin-left: 12.4em;
}

.nav-link.is--3 {
    margin-left: 6.2em;
}

.nav-link__text {
    font-size: 7.03em;
    letter-spacing: -0.05em;
    line-height: 1.2;
}

.nav-link__num {
    font-size: 1.25em;
    font-style: normal;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-left: 0.3rem;
    margin-top: 0.7rem;
}

.nav-link__contain {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.nav-link__line {
    background-color: #E9C6DD;
    height: 0.2em;
    width: 0em;
}

.menu__contain {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.menu__right {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 1.7em;
    padding-right: 10.99em;
    padding-top: 1em;
}

.menu__icon {
    width: 3.02em;
}

.sublinks {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.sublink {
    margin-top: 1.5em;
    overflow: hidden;
}

.sublink__text {
    font-size: 1.77em;
    letter-spacing: -0.04em;
    line-height: 1.2;
}

.sublink__line {
    background-color: #FFFFFF;
    height: 0.2em;
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    width: 100%;
}

.nav-link__img {
    bottom: auto;
    display: none;
    height: 30em;
    left: auto;
    margin-right: -35em;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 46em;
    z-index: -2;
}

.background {
    -webkit-align-items: stretch;
    align-items: stretch;
    bottom: auto;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    height: 101%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    left: 0%;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    z-index: 1;
}

.background__lottie {
    margin-top: -1%;
    width: 100%;
}

.background__fill {
    background-color: #BB9C74;
    height: 100%;
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.hamburger-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 auto;
    -webkit-flex: 0 auto;
    flex: 0 auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 19px;
    margin-right: 20px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 30px;
}

.dropdown-list {
    background-color: #FFFFFF;
}

.dropdown-list.w--open {
    background-color: #212127;
    padding-bottom: 5px;
    padding-top: 5px;
}

.nav-menu {
    z-index: 3;
}

.line-3 {
    background-color: #BDA579;
    height: 2px;
    left: 0px;
    position: absolute;
    top: 8px;
    width: 50%;
}

.brand {
    /*
    background-image: url('/data/images/Logo-mobihel_new.svg');
    background-image: url('/data/images/MOBIHEL-LOGO_WHITE.svg');
    */
    background-image: url('/data/images/Logo-mobihel_new.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 80px;
    margin-top: 10px;
    padding-bottom: 0px;
    position: absolute;
    width: 280px;
    z-index: 1;
}

.brand.w--current {
    background-image: none;
    width: 210px;
}

.line-1 {
    background-color: #BDA579;
    height: 2px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
}

.progress-bar-animation {
    background-color: #000000;
    height: 3px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

.dropdown-link {
    color: #A5A5A4;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: uppercase;
}

.dropdown-link:hover {
    color: #FFFFFF;
}

.dropdown-link.w--current {
    color: #FFFFFF;
}

.line-6 {
    background-color: #BDA579;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 16px;
    width: 50%;
}

.menu-button {
    height: 19px;
    padding: 0px;
    width: 30px;
}

.menu-wrapper {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.nav-link-2 {
    color: #FFFFFF;
    font-family: Lato, sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.nav-link-2:hover {
    color: #BDA579;
}

.nav-link-2.w--current {
    color: #919197;
}

.nav-link-2.dropdown {
    padding-right: 30px;
}

.icon {
    color: #BDA579;
    font-size: 11px;
    margin-right: 15px;
}

.navigation {
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    height: 80px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    right: 0px;
    top: 0px;
}

.line-4 {
    background-color: #BDA579;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 8px;
    width: 50%;
}

.line-5 {
    background-color: #BDA579;
    height: 2px;
    position: absolute;
    top: 16px;
    width: 50%;
}

.line-2 {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    background-color: #BDA579;
    -ms-flex-item-align: end;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0px;
    width: 50%;
}

.body {
    background-color: #2C2C2C;
}

.heading {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    line-height: 1;
}

.heading-2 {
    font-family: Oswald, sans-serif;
    letter-spacing: -0.03em;
}

.link {
    color: #BB9C74;
    cursor: pointer;
    text-decoration: underline;
}

.nasov {
    font-family: 'Niagsol', 'sans-serif';
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0em;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.text-block {
    color: #FFFFFF;
    font-family: Lato, sans-serif;
    font-weight: 300;
    position: relative;
    text-align: center;
    z-index: 30;
}

.div-block {
    height: 50px;
    margin-top: -50px;
}

.main_content_wpraper_desktop {
    -webkit-align-items: center;
    align-items: center;
    bottom: 40px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 40px;
    position: absolute;
    right: 40px;
    top: 80px;
    z-index: 3;
}

.slide-nav-none {
    display: none;
}

.right-arrow-second-2 {
    -webkit-align-items: center;
    align-items: center;
    background-color: #212127;
    bottom: 50%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    top: 50%;
    -ms-transform: translate(0px, -50px);
    -webkit-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
    width: 80px;
    z-index: 100;
}

.d_right_slika {
    background-image: url('/data/images/MOBIHEL-BASE-MIX.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    left: 0px;
    max-width: 650px;
    position: static;
    right: 0px;
    top: 0px;
    width: 100%;
}

.d_right_slika.s_2 {
    background-image: url('/data/images/MOBIHEL-ACRYLIC.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.d_right_slika.s_3 {
    background-image: url('/data/images/MOBIHEL-HYDRO-BASE.png');
}

.d_2_wrapper-2 {
    -webkit-box-flex: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -ms-flex: 0 auto;
    -webkit-flex: 0 auto;
    flex: 0 auto;
    position: static;
}

.d_main_2 {
    -webkit-box-flex: 0;
    display: block;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100vh;
    position: relative;
}

.txt_bel {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.right-wprapper {
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 600px;
    position: relative;
    text-align: left;
}

.unordered-list-3 {
    list-style-type: none;
}

.left-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 600px;
    text-align: left;
}

.left-arrow-second-2 {
    -webkit-align-items: center;
    align-items: center;
    background-color: #212127;
    bottom: 50%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: auto;
    margin-left: 0px;
    margin-top: auto;
    top: 50%;
    -ms-transform: translate(0px, -50px);
    -webkit-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
    width: 80px;
}

.arrow-overlay-2 {
    background-color: #BDA579;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
}

.arrow-image-slider {
    position: relative;
    z-index: 4;
}

.list-podnaslov {
    color: #BDA579;
    font-size: 19px;
    font-weight: 700;
}

.div_text {
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.slide {
    bottom: 0px;
    left: 0px;
    position: static;
    right: 0px;
    top: 0px;
}

.slider-full {
    background-color: transparent;
    height: 90%;
    width: 90%;
}

.main_wprapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 3em;
    display: block;
    left: 3em;
    position: absolute;
    right: 3em;
    top: 3em;
    z-index: 0;
}

.d_gold-frame {
    border: 2px solid #BDA579;
    bottom: 40px;
    display: none;
    left: 40px;
    position: absolute;
    right: 40px;
    top: 80px;
    z-index: 1;
}

.nastevanje {
    color: #F8F8F8;
    font-family: Lato, sans-serif;
    font-weight: 300;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 0px;
    text-transform: none;
}

.niagra-podnaslov {
    color: #BDA579;
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
}

.slider-wrapper {
    -webkit-align-items: stretch;
    align-items: stretch;
    background-color: transparent;
    bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0px;
    overflow: hidden;
    padding: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.naslov-poglavja {
    color: #BDA579;
    font-size: 100px;
    font-weight: 400;
    line-height: 130px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}

.background-video-2 {
    bottom: 0%;
    height: 100%;
    left: 0%;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    z-index: -30;
}

.image {
    position: absolute;
}

.text-overlay_video {
    background-color: rgba(44, 44, 44, 0.7);
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    -ms-grid-columns: auto;
    grid-row-gap: 5px;
    -ms-grid-rows: minmax(100px, 0.5fr) 5px auto 5px auto 5px minmax(200px, 0.5fr);
    grid-template-areas: "."
    "TEXT-AREA"
    "VIDEO";
    grid-template-columns: auto;
    grid-template-rows: minmax(100px, 0.5fr) auto auto minmax(200px, 0.5fr);
    left: 0%;
    opacity: 0;
    padding: 1em 2em;
    position: absolute;
    right: 0%;
    top: 0%;
}

.tetx-wrapp {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    opacity: 1;
}

.video-div {
    height: 250px;
    margin-top: 29px;
}

.text-box {
    color: #FFFFFF;
    font-family: 'Minion pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    max-width: 400px;
    text-align: center;
}

.podnaslov {
    color: #BDA579;
    font-family: 'Niagsol', 'sans-serif';
    font-size: 4em;
    font-weight: 400;
    line-height: 0.9;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
}

.line-wrapper-second {
    background-color: #BDA579;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 15px 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 3;
}

.d_tumb_1 {
    background-image: url('/data/images/135705480260.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    width: 12.5%;
}

.d_tumb_1.t_4 {
    background-image: url('/data/images/136596173285.jpg');
}

.d_tumb_1.t45 {
    background-image: url('/data/images/141388905665.jpg');
}

.d_tumb_1.t27 {
    background-image: url('/data/images/153719156030.jpg');
}

.d_tumb_1.t_3 {
    background-image: url('/data/images/134071168680.jpg');
}

.d_tumb_1.t13 {
    background-image: url('/data/images/139379169550.jpg');
}

.d_tumb_1.t32 {
    background-image: url('/data/images/133717994710.jpg');
}

.d_tumb_1.t_7 {
    background-image: url('/data/images/137359194865.jpg');
}

.d_tumb_1.t22 {
    background-image: url('/data/images/146034964015.jpg');
}

.d_tumb_1.t24 {
    background-image: url('/data/images/141135551845.jpg');
}

.d_tumb_1.t21 {
    background-image: url('/data/images/144860593625.jpg');
}

.d_tumb_1.t29 {
    background-image: url('/data/images/151739003190.jpg');
}

.d_tumb_1.t_8 {
    background-image: url('/data/images/138103267000.jpg');
}

.d_tumb_1.t31 {
    background-image: url('/data/images/134072232800.jpg');
}

.d_tumb_1.t26 {
    background-image: url('/data/images/148310580830.jpg');
}

.d_tumb_1.t12 {
    background-image: url('/data/images/139378963635.jpg');
}

.d_tumb_1.t28 {
    background-image: url('/data/images/137359071920.jpg');
}

.d_tumb_1.t_2 {
    background-image: url('/data/images/134468531700.jpg');
}

.d_tumb_1.t23 {
    background-image: url('/data/images/143744276060.jpg');
}

.d_tumb_1.t20 {
    background-image: url('/data/images/143390058430.jpg');
}

.d_tumb_1.t30 {
    background-image: url('/data/images/138818924715.jpg');
}

.d_tumb_1.t41 {
    background-image: url('/data/images/139379109325.jpg');
}

.d_tumb_1.t_9 {
    background-image: url('/data/images/137359055390.jpg');
}

.d_tumb_1.t_11 {
    background-image: url('/data/images/138108274795.jpg');
}

.d_tumb_1.t47 {
    background-image: url('/data/images/146035441365.jpg');
}

.d_tumb_1.t_10 {
    background-image: url('/data/images/138362568885.jpg');
}

.d_tumb_1.t40 {
    background-image: url('/data/images/142940103645.jpg');
}

.d_tumb_1.t46 {
    background-image: url('/data/images/143171570835.jpg');
}

.d_tumb_1.t_6 {
    background-image: url('/data/images/136332708200.jpg');
}

.d_tumb_1.t_5 {
    background-image: url('/data/images/136595977815.jpg');
}

.d_tumb_1.t17 {
    background-image: url('/data/images/143171690385.jpg');
}

.d_tumb_1.t25 {
    background-image: url('/data/images/146035472980.jpg');
}

.link-text-second {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.project-list {
    height: 100%;
}

.d_tumbler_text_wrapper {
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 25%;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    height: 50%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 25%;
    padding: 51px;
    position: absolute;
    right: 25%;
    text-align: center;
    top: 25%;
    width: 50%;
    z-index: 3;
}

.slider-intro-wrapper {
    background-color: #1A1A1A;
    display: none;
    margin: 0vh;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.div_tumbler_main_wrapper {
    bottom: 0px;
    height: 100%;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.d_tumb_line_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25%;
    overflow: hidden;
}

.project-item {
    height: 100%;
}

.project-overlay-color {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    bottom: 0px;
    left: 0px;
    line-height: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.niagra_naslov {
    color: #BDA579;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    text-transform: none;
}

.txt_intro {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
}

.button-wrapper {
    background-color: transparent;
    padding: 40px;
    text-align: center;
}

.link-line-second {
    background-color: #FFFFFF;
    bottom: 0px;
    height: 100%;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    -ms-transform: translate(-120%, 0px);
    -webkit-transform: translate(-120%, 0px);
    transform: translate(-120%, 0px);
    width: 100%;
}

.naslov-poglavja-2 {
    color: #BDA579;
    font-family: 'Niagsol', 'sans-serif';
    font-size: 100px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 86px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}

.container-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 576px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.page-title {
    margin-bottom: 48px;
}

.page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.gallery-wrapper {
    background-color: #0E0E0F;
    height: 100vh;
    max-height: 100vh;
    max-width: 45vw;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
}

.menu-title {
    margin-bottom: 36px;
}

.page-content {
    grid-auto-columns: 1fr;
    grid-column-gap: 72px;
    -ms-grid-columns: 1fr;
    grid-row-gap: 72px;
    -ms-grid-rows: auto auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

.display-none {
    display: none;
}

.content-wrapper {
    -webkit-align-items: stretch;
    align-items: stretch;
    background-color: #FFFFFF;
    border-left: 1px solid rgba(14, 14, 15, 0.1);
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-ordinal-group: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-align: stretch;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 3;
    min-height: 100vh;
    -webkit-order: 3;
    order: 3;
    position: relative;
}

.vertical-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-row-gap: 6px;
    -ms-grid-rows: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.vertical-grid.menu-grid {
    grid-row-gap: 48px;
}

.menu-list-item {
    border-bottom: 1px solid rgba(14, 14, 15, 0.1);
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 18px;
}

.menu-item-price {
    margin-left: 24px;
}

.menu-intro {
    margin-bottom: 72px;
}

.menu-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 18px;
    -ms-grid-columns: 1fr;
    grid-row-gap: 18px;
    -ms-grid-rows: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.gallery-logo-wrapper {
    left: 48px;
    position: absolute;
    top: 48px;
    z-index: 2;
}

.gallery-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.gallery {
    height: 100vh;
    width: 100%;
}

.content-body {
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 72px;
    padding-top: 72px;
}

.text-overlay {
    background-color: rgba(44, 44, 44, 0.7);
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    -ms-grid-columns: auto;
    grid-row-gap: 5px;
    -ms-grid-rows: minmax(100px, 0.5fr) 5px auto 5px minmax(200px, 0.5fr);
    grid-template-areas: "."
    "TEXT-AREA";
    grid-template-columns: auto;
    grid-template-rows: minmax(100px, 0.5fr) auto minmax(200px, 0.5fr);
    left: 0%;
    opacity: 0;
    padding: 1em 2em;
    position: absolute;
    right: 0%;
    top: 0%;
}

.link-block {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}

.link-block-2 {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}

.text-overlay-visible {
    background-color: rgba(44, 44, 44, 0.7);
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    -ms-grid-columns: auto;
    grid-row-gap: 5px;
    -ms-grid-rows: minmax(100px, 0.5fr) 5px auto 5px minmax(200px, 0.5fr);
    grid-template-areas: "."
    "TEXT-AREA";
    grid-template-columns: auto;
    grid-template-rows: minmax(100px, 0.5fr) auto minmax(200px, 0.5fr);
    left: 0%;
    opacity: 1;
    padding: 1em 2em;
    position: absolute;
    right: 0%;
    top: 0%;
}

.splide__slide-text {
    -webkit-box-flex: 0;
    cursor: pointer;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 40vw;
    min-height: 41.88em;
    padding-left: 0.52em;
    padding-right: 0.52em;
    position: relative;
    width: 33.333333333333336%;
}

.text-block-2 {
    color: #BDA579;
    font-family: 'Minion pro', sans-serif;
    font-weight: 400;
}

.field-label-3 {
    color: #BDA579;
}

.footer-v2-heading-2 {
    color: #FFFFFF;
    font-family: 'Bebas neue cyrillic', sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.footer-bottom-v2-2 {
    border-top: 1px solid #DDDDDD;
    -webkit-box-pack: justify;
    color: #7C8499;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    font-size: 12px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 16px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 24px;
    width: 100%;
}

.footer-v2-contact {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-align: start;
    margin-bottom: 8px;
}

.footer-v2-follow-2 {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

.hero-social-icon {
    position: relative;
    z-index: 1;
}

.footer-v2-about {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 6%;
    width: 33.33%;
}

.footer-v2-nav {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66%;
}

.footer-v2-contacts {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

.footer-v2-nav-links {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: -6px;
}

.wrapper {
    background-color: transparent;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.footer-v2-nav-link {
    color: #BDA579;
    padding-bottom: 6px;
    padding-right: 8px;
    padding-top: 6px;
    text-decoration: none;
}

.footer-v2-nav-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer-v2-2 {
    color: #777777;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 0px;
    padding-top: 64px;
}

.social-icons {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.social-icons.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: -4px;
}

.paragraph-small-2 {
    color: #FFFFFF;
    font-family: 'Minion pro', sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
}

.footer-text-right {
    margin-left: 16px;
}

.form-block {
    margin-bottom: 54px;
    width: 100%;
}

.submit-button {
    background-color: #BDA579;
    color: #1A1A1A;
}

.social-link {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    box-shadow: inset 0 0 0 1px #DDDDDD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 40px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 4px;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.section-2 {
    -webkit-align-items: center;
    align-items: center;
    background-color: #FFFFFF;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 128px 6%;
    position: relative;
}

.section-2.no-padding-vertical.border-top {
    background-color: transparent;
    margin-top: 40px;
    padding-bottom: 0px;
    padding-top: 80px;
}

.link-v2 {
    box-shadow: 0 2px 0 0 #DDDDDD;
    color: #BDA579;
    display: inline-block;
    font-family: 'Minion pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease;
}

.link-v2:hover {
    box-shadow: 0 2px 0 0 #111111;
}

.footer-bottom-left {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
}

.footer-text-left {
    color: #BDA579;
    margin-right: 16px;
}

.footer-bottom-right {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: right;
}

.footer-v2-email {
    color: #BDA579;
    text-decoration: none;
}

.footer-v2-email:hover {
    color: #BDA579;
    text-decoration: underline;
}

.form {
    width: 100%;
}

.color-hover {
    background-color: #FAAF52;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

.color-hover.down {
    background-color: #BDA579;
    bottom: 0px;
    height: 3px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: auto;
}

.footer-v-2-contact-list {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 12px;
}

.newsletetr-subscribe {
    background-color: transparent;
    border-bottom-color: #BDA579;
    border-bottom-width: 3px;
    border-style: none none solid;
    color: #FFFFFF;
    font-family: 'Minion pro', sans-serif;
    font-size: 12px;
    padding-left: 0px;
    width: 100%;
}

.newsletetr-subscribe::-webkit-input-placeholder {
    color: #FFFFFF;
}

.newsletetr-subscribe:-ms-input-placeholder {
    color: #FFFFFF;
}

.newsletetr-subscribe::-ms-input-placeholder {
    color: #FFFFFF;
}

.newsletetr-subscribe::placeholder {
    color: #FFFFFF;
}

.footer-v2-contact-icon {
    background-color: transparent;
    margin-right: 12px;
    margin-top: 2px;
    width: 16px;
}

.bold-text {
    color: #BDA579;
}

.bold-text-2 {
    color: #BDA579;
}

.bold-text-3 {
    color: #BDA579;
}

.bold-text-4 {
    color: #BDA579;
}

.bkg-image {
    background-clip: border-box;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
}

.text-main-wrapp {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    bottom: 0%;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0%;
    margin-left: 2%;
    max-width: 350px;
    padding-left: 19px;
    position: absolute;
    right: auto;
    top: 0%;
}

.section-wrapp {
    padding: 99px 0px 0px;
    position: relative;
}

.section-wrapp.odmik {
    margin-top: 100px;
}

.naslov-poglavja-small {
    color: #BDA579;
    font-family: 'Niagsol', 'sans-serif';
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 100%;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}

.rich-text-block {
    color: #FFFFFF;
    font-family: Lato, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
}


.text-block-3 {
  font-family: Oswald, sans-serif;
}

.search-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-icon {
  width: 30px;
  height: 30px;
}

.search-input {
  display: none;
  width: 200px;
  height: 35px;
  margin-left: 20px;
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: #000 #000 #bda579;
  background-color: transparent;
}

.search-input:focus {
  display: none;
  color: #bda579;
}

.search-input::-webkit-input-placeholder {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.search-input:-ms-input-placeholder {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.search-input::-ms-input-placeholder {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.search-input::placeholder {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.search-button {
  display: none;
  height: 35px;
  margin-left: 20px;
  padding: 0px 10px;
  border: 1.5px solid #bda579;
  background-color: transparent;
  color: #bda579;
  font-weight: 400;
}

.body-2 {
  background-color: transparent;
}

.podlaga {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/Podlaga-mobihel.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.search-wrapper-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 40px;
}

.search-input-2 {
  height: 40px;
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: #000 #000 #bda579;
  background-color: transparent;
  font-family: Oswald, sans-serif;
}

.search-input-2:active {
  background-color: transparent;
  color: #bda579;
}

.search-input-2:focus {
  color: #bda579;
}

.search-input-2::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
}

.search-input-2:-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}

.search-input-2::-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}

.search-input-2::placeholder {
  color: #fff;
  font-weight: 400;
}

.search-button-2 {
  height: 40px;
  margin-top: 1px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1.5px solid #bda579;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #bda579;
}

.link-2 {
  font-family: Niagsol, sans-serif;
  color: #bb9c74;
  font-size: 29px;
  font-weight: 400;
}

.ltext-link-seearch {
  font-family: 'Minion condensed', sans-serif;
  color: #bda579;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.paragraph {
  font-family: 'Minion condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.search-result-item {
  margin-top: 14px;
}

.dropdown-2 {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    color: #FFFFFF;
    -ms-flex-item-align: start;
    font-family: 'Minion condensed', sans-serif;
    font-weight: 400;
    margin-left: 0px;
    margin-right: 0px;
}

.podlagadropdown {
    background-color: transparent;
}

.dropdown-link-2 {
    color: #BDA579;
    padding-bottom: 0px;
    padding-top: 8px;
    text-decoration: underline;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
}

.dropdown-link-2:hover {
    color: #FFFFFF;
    font-weight: 400;
}

.dropdown-link-3 {
    color: #BDA579;
}

.dropdown-link-4 {
    color: #BDA579;
}

.text-block-4 {
    border-bottom: 1px solid #BDA579;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
}

.dropdown-toggle {
    color: #BDA579;
    left: 0px;
    padding-left: 0px;
}

.button {
    background-color: transparent;
    border: 2px solid #BDA579;
    color: #BDA579;
    cursor: pointer;
    font-family: 'Minion condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding: 5px 10px;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.button:hover {
    background-color: #BDA579;
    color: #FFFFFF;
}


.videooverlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  margin-top: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(44, 44, 44, 0.7);
  opacity: 0;
}

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #bda579;
  border-radius: 9px;
  background-color: transparent;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.close-button:hover {
  background-color: #bda579;
}

.video-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-wrapp.full-screen {
  width: 100%;
}

.shadows {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  box-shadow: -4px -4px 17px -1px rgba(255, 255, 255, 0.28), 3px 3px 14px 5px rgba(14, 13, 13, 0.96);
}

.play-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #bda579;
  border-radius: 9px;
  background-color: transparent;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.play-video:hover {
  background-color: #bda579;
}

.bkg-image-mobile {
  display: none;
  width: 100%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.text-block-5 {
  position: relative;
  z-index: 30;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.icons-wrapp {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 0.25fr 0.25fr 0.25fr 0.25fr;
  grid-template-rows: 0.25fr 0.25fr 0.25fr 0.25fr;
}

.control__fill-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  border-radius: 50%;
  background-color: #bb9c74;
}

.pictogram {
  width: 55px;
  height: 55px;
}

.controls-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shadows-2 {
  position: relative;
  overflow: scroll;
  width: 100%;
  padding: 15px 30px;
  border-radius: 20px;
  background-color: rgba(44, 44, 44, 0.9);
  box-shadow: -4px -4px 17px -1px rgba(255, 255, 255, 0.28), 3px 3px 14px 5px rgba(14, 13, 13, 0.96);
}

.frozenoverlayassociated {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  margin-top: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(44, 44, 44, 0.7);
  opacity: 0;
}

.splide__slide-2 {
  position: relative;
  width: 33.333333333333336%;
  height: 40vw;
  min-height: 41.88em;
  padding-right: 0.52em;
  padding-left: 0.52em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.button-instructions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bda579;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  font-family: Oswald, sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}

.button-instructions:hover {
  background-color: #bda579;
}

.list-item-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-bottom: 10px;
}

.characteristics-wrapp {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
}

.splide__img-2 {
  position: relative;
  z-index: -1;
  overflow: visible;
  width: 100%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.splide__img-2:hover {
  width: 99%;
  height: 99%;
}

.assoiated-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.razlaga {
  padding-left: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.footer-bottom-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: right;
}

.pisctogrami-list {
  margin-bottom: 0px;
}

.naslov-poglavja-3 {
  font-family: Niagsol, sans-serif;
  color: #bda579;
  font-size: 6em;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0em;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}

.close-button-x-associated {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin: 5px 0px -25px 100%;
  border-radius: 100%;
  background-color: #2c2c2c;
  background-image: url('../images/CLOSE-BUTTON_OKROGEL_gold.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: -8px 7px 12px 1px rgba(20, 20, 20, 0.81);
  cursor: pointer;
}

.close-button-x-associated:hover {
  box-shadow: none;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.link-3 {
  color: #bb9c74;
  text-decoration: underline;
  cursor: pointer;
}

.control-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 3.33em;
  height: 3.33em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #bb9c74;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #bb9c74;
}

.control-2:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.control-2.prev-splide {
  border-color: #bb9c74;
}

.control-2.next-splide {
  border-color: #bb9c74;
  color: #bb9c74;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bda579;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  font-family: Oswald, sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}

.button-2:hover {
  background-color: #bda579;
}

.podnaslov-2 {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #bda579;
  font-size: 2em;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
}

.logoline-kansai-helios {
  max-width: 60%;
}

.div-block-3 {
  overflow: scroll;
}

.footer-text-left-2 {
  margin-right: 16px;
  font-family: Oswald, sans-serif;
  color: #bda579;
  font-weight: 300;
}

.overlay-wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  padding-top: 15px;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text-block-2 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 120%;
  font-weight: 300;
}

.piktogrami-wprapper {
  display: -ms-grid;
  display: grid;
  overflow: scroll;
  height: 100%;
  margin-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "NASLOV-INSTRUCTIONS NASLOV-SUBSTRATE-PREPARATION"
    "INSTRUCTION-FOR-USE SUBSTRATE-PREPARATION";
  -ms-grid-columns: 2fr 16px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

.hero__p-2 {
  margin-top: 0.125em;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.assosiated-products-wrapp {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-associated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bda579;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  font-family: Oswald, sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}

.button-associated:hover {
  background-color: #bda579;
}

.tetx-wrapp-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.hero__wrap-2 {
  width: 49%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-bottom-v2-3 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-areas: "Footer-text LEGAL"
    "LOGOLINE .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 6px auto;
  grid-template-rows: auto auto;
  border-top: 1px solid #ddd;
  color: #7c8499;
  font-size: 12px;
  line-height: 16px;
}

.close-button-x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin: 5px 0px -25px 100%;
  border-radius: 100%;
  background-color: #2c2c2c;
  background-image: url('../images/CLOSE-BUTTON_OKROGEL_gold.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: -8px 7px 12px 1px rgba(20, 20, 20, 0.81);
  cursor: pointer;
}

.close-button-x:hover {
  box-shadow: none;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.frozenoverlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  margin-top: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(44, 44, 44, 0.7);
  opacity: 0;
}

.centre-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content-wrapper-2 {
  min-width: 60%;
  padding-right: 48px;
  text-align: left;
}

.content-wrapper-2.right-align {
  padding-right: 0px;
  padding-left: 48px;
  text-align: right;
}

.paragraph1 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.section-3 {
  width: 100%;
  height: 100vh;
}

.section-3.fp-auto-height {
  height: auto;
  background-color: #212121;
}

.image-frame-left {
  position: absolute;
  left: -20px;
  top: 20px;
  right: 20px;
  bottom: -20px;
  z-index: -1;
  border: 6px solid #fff;
  border-radius: 4px;
}

.background-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-wrapper.color4 {
  background-color: #e91e63;
}

.background-wrapper.color3 {
  background-color: #03a9f4;
}

.image-left {
  border-radius: 4px;
  box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.2);
}

.image-right {
  border-radius: 4px;
  box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.2);
}

.title1 {
  margin-top: 0px;
  color: #fff;
  line-height: 46px;
}

.image-frame-right {
  position: absolute;
  left: 20px;
  top: 20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  border: 6px solid #fff;
  border-radius: 4px;
}

.fp-wrapper {
  width: 100%;
  height: 100%;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper {
  position: relative;
  min-width: 40%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}

.main_produkti_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div_senca {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url('../images/SENCA.png'), none;
  background-position: 50% 100%, 50% 100%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.tehnologija_6 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON-06.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  height: 100%;
  padding-bottom: 40px;
  background-color: transparent;
}

.d_produkti_tehnologija {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.d_slider_wrapper {
  position: absolute;
  width: 100%;
}

.tehnologija_5 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON-08.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.produkt_image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/BASE-MIX_PRODUKTI.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.produkt_image.pi_2 {
  background-image: url('../images/PRIMER_PRODUKTI.png');
}

.tehnologija_8 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON-03.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-arrow {
  position: absolute;
  left: 0px;
  top: 100%;
  overflow: hidden;
  width: 20px;
  height: 30px;
}

.tehnologija_1 {
  width: 100%;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/TEH_ICON_14.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-arrow {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 20px;
  height: 30px;
}

.tehnologija_11 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON-11.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tehnologija_3 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON-05.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d_produkti_desna {
  position: relative;
  width: 30%;
  max-width: 470px;
}

.icon-3 {
  color: #fff;
  font-size: 22px;
}

.tehnologija_4 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON-09.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tehnologija_9 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON_Artboard-3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ime-produkta {
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  color: #bda579;
  font-size: 90px;
  line-height: 85px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.tehnologija_7 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON-07.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tehnologija_2 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON-10.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d_line_texti {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #bda579;
  color: #bda579;
}

.nastevanje-2 {
  padding-left: 0px;
  color: #f8f8f8;
  text-transform: none;
  list-style-type: disc;
}

.opis-ikone {
  display: inline-block;
  margin-left: 10px;
}

.d_produkti_slika {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.slide-nav {
  left: 0px;
  top: 100%;
  right: 0px;
  height: 25px;
  padding-top: 0px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.4), transparent);
  font-family: Oswald, sans-serif;
  color: #e0e0e0;
  font-size: 14px;
}

.text-produkti {
  font-family: Oswald, sans-serif;
  color: #fffdfd;
  font-size: 13px;
  font-weight: 300;
}

.tehnologija_10 {
  width: 100%;
  height: 60px;
  background-image: url('../images/TEH_ICON-04.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.txt_wrapper {
  overflow: auto;
  max-height: 700px;
  margin-top: 5px;
  padding-right: 16px;
  padding-left: 15px;
}

.main_content_wpraper {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(500px, 2fr) 1fr;
  grid-template-columns: minmax(500px, 2fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.tab-link-tab-3.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-color: transparent;
}

.list-2 {
  padding-left: 0px;
}

.assosiated-products-wrapp-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ostali-izdelki {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 11px;
}

.main_produkti_wrapper-2 {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  padding: 100px 20px 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "text slika";
  -ms-grid-columns: minmax(400px, 1fr) 16px 2fr;
  grid-template-columns: minmax(400px, 1fr) 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/Podlaga-mobihel.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.produkt_image-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.assoiated-link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.tehnologija_9-2 {
  width: 100%;
  height: 50px;
  margin-bottom: -10px;
  margin-left: -15px;
  background-image: url('../images/TEH_ICON_Artboard-3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 500ms cubic-bezier(.55, .055, .675, .19);
  transition: all 500ms cubic-bezier(.55, .055, .675, .19);
  cursor: not-allowed;
}

.button-wrapp:hover {
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 2px 2px 3px;
  border-color: #bda579;
  background-color: transparent;
  color: #bda579;
}

.d_produkti_slika-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.tehnologija_8-2 {
  width: 100%;
  height: 50px;
  margin-bottom: -10px;
  margin-left: -15px;
  background-image: url('../images/TEH_ICON-03.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.opis-ikone-2 {
  display: inline-block;
  margin-left: 10px;
}

.ime-produkta-2 {
  width: 100%;
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  color: #bda579;
  font-size: 4em;
  line-height: 95%;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.heading-5 {
  margin-bottom: 3px;
}

.ostali-izdeliki-nastevanje {
  margin-top: 5px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 1em;
  list-style-type: none;
  cursor: pointer;
}

.ostali-izdeliki-nastevanje:hover {
  padding-left: 0px;
  border-bottom: 2px solid #bda579;
  border-left-style: none;
  border-left-color: #bda579;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 17px;
}

.tab-link-tab-1.w--current {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.t_product_name_texti-2 {
  overflow: visible;
  width: 100%;
}

.tehnologija_3-2 {
  width: 100%;
  height: 50px;
  margin-bottom: -10px;
  margin-left: -15px;
  background-image: url('../images/TEH_ICON-05.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tabs-menu {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  padding-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 2px solid #bda579;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.tab-link-tab-2.w--current {
  width: 50%;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.section-4 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #4e4e4e;
}

.txt_wrapper-2 {
  overflow: auto;
  max-height: 700px;
  margin-top: 5px;
  padding-right: 16px;
  padding-left: 15px;
}

.d_produkti_tehnologija-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 100%;
  margin-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tehnologija_10-2 {
  width: 100%;
  height: 50px;
  margin-bottom: -10px;
  margin-left: -15px;
  background-image: url('../images/TEH_ICON-04.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tehnologija_5-2 {
  width: 100%;
  height: 50px;
  margin-bottom: -10px;
  margin-left: -15px;
  background-image: url('../images/TEH_ICON-08.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d_produkti_text {
  position: relative;
  width: 100%;
  margin-top: 0px;
}

.tehnologija_2-2 {
  width: 100%;
  height: 50px;
  margin-bottom: -10px;
  margin-left: -15px;
  background-image: url('../images/TEH_ICON-10.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d_slider_wrapper-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tehnologija {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.d_line_texti-2 {
  position: static;
  width: 100%;
  height: 2px;
  background-color: #bda579;
  color: #bda579;
}

.tehnologija_4-2 {
  width: 100%;
  height: 50px;
  margin-bottom: -10px;
  margin-left: -15px;
  background-image: url('../images/TEH_ICON-09.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fp-wrapper-2 {
  position: relative;
  width: 100%;
  height: 100%;
  float: right;
}

.fp-wrapper-2.fp-easing {
  display: block;
  overflow: visible;
  padding-left: 0px;
}

.heading-4 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
}

.ikona {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-decoration: none;
}

.image {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-width: 900px;
  -o-object-fit: fill;
  object-fit: fill;
}

.ikona-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.99em;
  line-height: 17px;
}

.tabs-content {
  margin-bottom: 20px;
  border-top: 2px solid #bda579;
}

.list {
  padding-left: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
}

.tehnologija_11-2 {
  width: 100%;
  height: 50px;
  margin-bottom: -10px;
  margin-left: -15px;
  background-image: url('../images/TEH_ICON-11.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-produkti-2 {
  font-family: Oswald, sans-serif;
  color: #fffdfd;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}

.heading-6 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.footer {
  max-width: 100%;
}

.image-mobile {
  display: none;
}

@media screen and (min-width: 1920px) {
    .rich-text-block {
        font-size: 16px;
    }

    .dropdown-2 {
        cursor: pointer;
    }

    .dropdown-link-2 {
        font-size: 16px;
        padding-bottom: 4px;
        padding-left: 10px;
        -webkit-transition: padding-left 825ms ease, color 500ms linear;
        transition: padding-left 825ms ease, color 500ms linear;
    }

    .dropdown-link-2:hover {
        padding-left: 30px;
    }

    .icon-6 {
        font-size: 20px;
        padding-left: 16px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding-left: 3em;
        padding-right: 3em;
    }

    .hero__p {
        font-size: 12px;
    }

    .overflow {
        min-height: 100vh;
    }

    .cursor {
        display: none;
    }

    .menu {
        height: 100vh;
    }

    .background__lottie {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative;
        z-index: 2;
    }

    .background__fill {
        position: relative;
        z-index: 1;
    }

    .nav-menu {
        background-color: #FFFFFF;
    }

    .menu-button.w--open {
        background-color: transparent;
    }

    .navigation {
        padding-left: 10px;
    }

    .responsive-menu {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .d_right_slika {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .d_2_wrapper-2 {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .txt_bel {
        padding-left: 5%;
        padding-right: 5%;
        text-align: justify;
    }

    .unordered-list-3 {
        margin-bottom: 0px;
    }

    .left-wrapper {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .slider-wrapper {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .naslov-poglavja {
        font-size: 79px;
    }

    .naslov-poglavja-2 {
        font-size: 79px;
    }

    .page-wrapper {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .gallery-wrapper {
        background-color: #FFFFFF;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        height: auto;
        max-height: none;
        max-width: none;
        -webkit-order: 3;
        order: 3;
        padding-bottom: 72px;
    }

    .content-wrapper {
        border-left-style: none;
        -webkit-box-flex: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-order: 2;
        min-height: auto;
        -webkit-order: 2;
        order: 2;
    }

    .menu-intro {
        margin-bottom: 48px;
    }

    .gallery-logo-wrapper {
        display: none;
    }

    .gallery {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 528px;
    }

    .content-body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .footer-bottom-v2-2 {
        margin-left: 8px;
        margin-right: 8px;
    }

    .footer-v2-follow-2 {
        padding-bottom: 50px;
        padding-left: 8px;
        padding-right: 8px;
        width: 50%;
    }

    .footer-v2-about {
        padding-bottom: 40px;
        padding-left: 8px;
        width: 50%;
    }

    .footer-v2-nav {
        padding-bottom: 40px;
        padding-left: 8px;
        padding-right: 8px;
        width: 50%;
    }

    .footer-v2-contacts {
        padding-bottom: 40px;
        padding-left: 8px;
        padding-right: 8px;
        width: 50%;
    }

    .section-2 {
        padding: 80px 3%;
    }

    .text-main-wrapp {
        max-width: 300px;
        width: 35%;
    }

    .naslov-poglavja-small {
        font-size: 7rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 7em;
    }

    .container {
        padding-left: 4.9em;
        padding-right: 4.9em;
    }

    .container.is--hero {
        padding-bottom: 3.4em;
        padding-top: 136px;
    }

    .container.is--nav {
        padding-bottom: 22px;
        padding-top: 22px;
    }

    .section.is--slider {
        margin-bottom: 9.9em;
    }

    .hero__wrap {
        width: 90%;
    }

    .controls {
        font-size: 2em;
        margin-bottom: -3em;
    }

    .nav__logo {
        font-size: 10px;
    }

    .nav__svg {
        font-size: 1em;
    }

    .trigger {
        /*font-size: 8px;*/
    }

    .splide__slide {
        min-height: 89em;
        padding-left: 0.92em;
        padding-right: 0.92em;
        width: 100%;
    }

    .menu__icon {
        font-size: 10px;
    }

    .sublink {
        /*font-size: 7px;*/
    }

    .sublink__line {
        display: none;
    }

    .main_wprapper {
        bottom: 3em;
        right: 3em;
    }

    .page-title {
        margin-bottom: 24px;
    }

    .gallery-wrapper {
        padding-bottom: 18px;
    }

    .menu-title {
        margin-bottom: 24px;
    }

    .vertical-grid.menu-grid {
        grid-row-gap: 36px;
    }

    .menu-intro {
        margin-bottom: 48px;
    }

    .content-body {
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .splide__slide-text {
        min-height: 89em;
        padding-left: 0.92em;
        padding-right: 0.92em;
        width: 100%;
    }

    .footer-bottom-v2-2 {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: start;
        -ms-flex-align: start;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .footer-text-right {
        margin-left: 0px;
        margin-right: 16px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 8em;
    }

    .container.is--hero {
        padding-top: 100px;
    }

    .hero__wrap {
        width: 100%;
    }

    .controls {
        font-size: 10px;
        margin-bottom: -47px;
        width: 100%;
    }

    .splide__slide {
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-self: center;
        align-self: center;
        -webkit-box-align: center;
        -webkit-box-flex: 0;
        -webkit-box-pack: center;
        display: block;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-align: center;
        -ms-flex-item-align: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-grid-row-align: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0em 10px;
    }

    .splide__img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .menu__left {
        font-size: 2em;
        padding-left: 0em;
    }

    .menu__contain {
        display: block;
    }

    .menu__right {
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        /*font-size: 5px;*/
        padding-bottom: 0em;
        padding-right: 0em;
        padding-top: 5.3em;
        text-align: center;
    }

    .menu__icon {
        font-size: 2em;
    }

    .sublinks {
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding-top: 1.3em;
        text-align: center;
    }

    .sublink {
        font-size: 2em;
    }

    .brand {
        height: 70px;
        padding-left: 0px;
        width: 100%;
    }

    .menu-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .navigation {
        padding-left: 5px;
        padding-right: 10px;
    }

    .nasov {
        font-size: 30px;
    }

    .icon-5 {
        font-size: 20px;
    }

    .main_content_wpraper_desktop {
        bottom: 0px;
        left: 0px;
        padding: 20px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .right-arrow-second-2 {
        display: none;
        margin-right: 0px;
    }

    .d_right_slika {
        background-size: 160px;
        height: 160px;
    }

    .d_2_wrapper-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .slide-2 {
        padding: 40px;
    }

    .txt_bel {
        font-size: 12px;
        line-height: 17px;
        padding-left: 0%;
        padding-right: 0%;
        text-shadow: none;
    }

    .right-wprapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .slide-3 {
        padding: 41px;
    }

    .mobile-slider {
        background-color: rgba(27, 27, 27, 0.6);
        bottom: 0px;
        height: 100%;
        left: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .left-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .left-arrow-second-2 {
        display: none;
        margin-left: 0px;
    }

    .right-arrow-2 {
        width: 40px;
    }

    .slide-nav-2 {
        bottom: 0px;
        /*font-size: 8px;*/
        left: 0px;
        right: 0px;
    }

    .list-podnaslov {
        line-height: 20px;
        margin-bottom: 15px;
    }

    .mobile-content-wrapper {
        bottom: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        left: 0px;
        position: static;
        right: 0px;
        top: 0px;
    }

    .main_wprapper {
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
    }

    .d_gold-frame {
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
    }

    .nastevanje {
        display: block;
        font-size: 12px;
        font-weight: 300;
        list-style-type: disc;
        padding-left: 0px;
    }

    .niagra-podnaslov {
        font-size: 50px;
        line-height: 50px;
        margin-top: 0px;
        width: 100%;
    }

    .slider-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        height: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding: 0px;
        position: relative;
    }

    .left-arrow-2 {
        width: 40px;
    }

    .naslov-poglavja {
        font-size: 40px;
        line-height: 60px;
        text-shadow: none;
        width: 100%;
    }

    .background-video-2 {
        background-image: none;
    }

    .text-overlay_video {
        background-color: rgba(44, 44, 44, 0.9);
        display: block;
        -ms-grid-columns: 1fr;
        grid-template-areas: "."
      "TEXT-AREA"
      "VIDEO";
        grid-template-columns: 1fr;
        grid-template-rows: 50px repeat(auto-fit, 0px) 200px 50px;
        justify-items: center;
        /*-ms-grid-rows: 50px (0px)[auto-fit] 200px 50px;*/
        opacity: 1;
        padding: 10em 0em 0em;
        width: 100%;
    }

    .video-div {
        height: auto;
    }

    .text-box {
        font-size: 10px;
    }

    .podnaslov {
        font-size: 23px;
    }

    .naslov-poglavja-2 {
        font-size: 40px;
        line-height: 40px;
        text-shadow: none;
        width: 100%;
    }

    .container-2 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .gallery-wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }

    .vertical-grid.menu-grid {
        grid-row-gap: 24px;
    }

    .menu-intro {
        margin-bottom: 36px;
    }

    .text-overlay {
        background-color: rgba(44, 44, 44, 0.9);
        display: block;
        -ms-grid-columns: 1fr;
        grid-template-areas: "."
      "TEXT-AREA"
      "VIDEO";
        grid-template-columns: 1fr;
        grid-template-rows: 50px repeat(auto-fit, 0px) 200px 50px;
        justify-items: center;
        /*-ms-grid-rows: 50px (0px)[auto-fit] 200px 50px;*/
        opacity: 1;
        padding: 10em 0em 0em;
        width: 100%;
    }

    .text-overlay-visible {
        background-color: rgba(44, 44, 44, 0.9);
        display: block;
        -ms-grid-columns: 1fr;
        grid-template-areas: "."
      "TEXT-AREA"
      "VIDEO";
        grid-template-columns: 1fr;
        grid-template-rows: 50px repeat(auto-fit, 0px) 200px 50px;
        justify-items: center;
        /*-ms-grid-rows: 50px (0px)[auto-fit] 200px 50px;*/
        opacity: 1;
        padding: 10em 0em 0em;
        width: 100%;
    }

    .splide__slide-text {
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-self: center;
        align-self: center;
        -webkit-box-align: center;
        -webkit-box-flex: 0;
        -webkit-box-pack: center;
        display: block;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-align: center;
        -ms-flex-item-align: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-grid-row-align: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0em 10px;
    }

    .footer-v2-follow-2 {
        padding-bottom: 23px;
        width: 100%;
    }

    .footer-v2-about {
        width: 100%;
    }

    .footer-v2-nav {
        width: 100%;
    }

    .footer-v2-contacts {
        width: 100%;
    }

    .footer-v2-2 {
        -webkit-align-content: flex-start;
        align-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -ms-flex-align: center;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-line-pack: start;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 38px;
    }

    .social-icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-left: -1px;
    }

    .paragraph-small-2 {
        font-size: 12px;
    }

    .section-2.no-padding-vertical.border-top {
        border-top-color: #FAAF52;
        border-top-width: 3px;
    }

    .text-main-wrapp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .section-wrapp.first {
        margin-top: 90px;
    }

    .naslov-poglavja-small {
        font-size: 33px;
        line-height: 40px;
        text-shadow: none;
        width: 100%;
    }

    .podlagadropdown {
        background-color: rgba(44, 44, 44, 0.3);
    }

    .dropdown-link-2 {
        /*font-size: 8px;*/
        padding-left: 5px;
        padding-top: 6px;
    }

    .text-block-4 {
        /*font-size: 9px;*/
    }

    .dropdown-toggle {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .dropdown-toggle.w--open {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .icon-6 {
        font-size: 13px;
    }

}

#w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_6aa20728-42cd-169f-c9f9-13671d8aff30-a8160853 {
    grid-area: VIDEO;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

#w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-column-align: center;
    -ms-grid-row: 3;
    justify-self: center;
}

.text-overlay > #w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-c356cf64-6d3c-8dc9-40d7-b7fe558bae4b-a8160853 {
    grid-area: VIDEO;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

#w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5b6-a8160853 {
    grid-area: VIDEO;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

#w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d47-a8160853 {
    grid-area: VIDEO;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

#w-node-cc341a3d-4fba-b3dc-9dee-204095532209-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-cc341a3d-4fba-b3dc-9dee-204095532209-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-cc341a3d-4fba-b3dc-9dee-204095532209-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-c10d9145-f55b-f420-2137-b2870ea763e6-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-c10d9145-f55b-f420-2137-b2870ea763e6-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-c10d9145-f55b-f420-2137-b2870ea763e6-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-af293a11-6df5-7902-602b-62ccf18402fc-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-af293a11-6df5-7902-602b-62ccf18402fc-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-af293a11-6df5-7902-602b-62ccf18402fc-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_6a1a85e3-18b0-99a0-e240-59001078975c-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-59001078975c-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-59001078975c-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_6a1a85e3-18b0-99a0-e240-590010789765-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-column-align: center;
    -ms-grid-row: 3;
    justify-self: center;
}

.text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-590010789765-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-590010789765-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_6a1a85e3-18b0-99a0-e240-59001078976c-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-59001078976c-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-59001078976c-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_60402965-7a24-910e-1bdf-1072967b9609-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_60402965-7a24-910e-1bdf-1072967b9609-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_60402965-7a24-910e-1bdf-1072967b9609-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_0160f854-1426-e601-370c-224e8f068d66-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_0160f854-1426-e601-370c-224e8f068d66-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_0160f854-1426-e601-370c-224e8f068d66-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_6a1a85e3-18b0-99a0-e240-590010789777-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-590010789777-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-590010789777-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-d2c431a4-5842-193d-8d4c-0244098416c7-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-d2c431a4-5842-193d-8d4c-0244098416c7-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-d2c431a4-5842-193d-8d4c-0244098416c7-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_6a1a85e3-18b0-99a0-e240-590010789782-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-590010789782-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-590010789782-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_531dc892-4a90-7ac1-f1ae-d073269c15bc-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15bc-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15bc-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c1-a8160853 {
    grid-area: VIDEO;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

#w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c5-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-column-align: center;
    -ms-grid-row: 3;
    justify-self: center;
}

.text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c5-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c5-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_531dc892-4a90-7ac1-f1ae-d073269c15cc-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15cc-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15cc-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d3-a8160853 {
    grid-area: VIDEO;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

#w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d7-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d7-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d7-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_531dc892-4a90-7ac1-f1ae-d073269c15de-a8160853 {
    grid-area: VIDEO;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

#w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e2-a8160853 {
    grid-area: TEXT-AREA;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e2-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e2-a8160853 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

#w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e9-a8160853 {
    grid-area: VIDEO;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
}

@media screen and (max-width: 479px) {
    #w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_6aa20728-42cd-169f-c9f9-13671d8aff30-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_6aa20728-42cd-169f-c9f9-13671d8aff30-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_6aa20728-42cd-169f-c9f9-13671d8aff30-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-c356cf64-6d3c-8dc9-40d7-b7fe558bae4b-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-c356cf64-6d3c-8dc9-40d7-b7fe558bae4b-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-c356cf64-6d3c-8dc9-40d7-b7fe558bae4b-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5b6-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5b6-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5b6-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d47-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d47-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d47-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-cc341a3d-4fba-b3dc-9dee-204095532209-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-cc341a3d-4fba-b3dc-9dee-204095532209-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-cc341a3d-4fba-b3dc-9dee-204095532209-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-c10d9145-f55b-f420-2137-b2870ea763e6-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-c10d9145-f55b-f420-2137-b2870ea763e6-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-c10d9145-f55b-f420-2137-b2870ea763e6-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-af293a11-6df5-7902-602b-62ccf18402fc-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-af293a11-6df5-7902-602b-62ccf18402fc-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-af293a11-6df5-7902-602b-62ccf18402fc-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_6a1a85e3-18b0-99a0-e240-59001078975c-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-59001078975c-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-59001078975c-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_6a1a85e3-18b0-99a0-e240-590010789765-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-590010789765-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-590010789765-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_6a1a85e3-18b0-99a0-e240-59001078976c-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-59001078976c-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-59001078976c-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_60402965-7a24-910e-1bdf-1072967b9609-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_60402965-7a24-910e-1bdf-1072967b9609-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_60402965-7a24-910e-1bdf-1072967b9609-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_0160f854-1426-e601-370c-224e8f068d66-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_0160f854-1426-e601-370c-224e8f068d66-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_0160f854-1426-e601-370c-224e8f068d66-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_6a1a85e3-18b0-99a0-e240-590010789777-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-590010789777-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-590010789777-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-d2c431a4-5842-193d-8d4c-0244098416c7-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-d2c431a4-5842-193d-8d4c-0244098416c7-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-d2c431a4-5842-193d-8d4c-0244098416c7-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_6a1a85e3-18b0-99a0-e240-590010789782-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_6a1a85e3-18b0-99a0-e240-590010789782-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_6a1a85e3-18b0-99a0-e240-590010789782-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15bc-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15bc-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15bc-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c1-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c1-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c1-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c5-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c5-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15c5-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15cc-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15cc-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15cc-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d3-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d3-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d3-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d7-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d7-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15d7-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15de-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15de-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15de-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e2-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e2-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .text-overlay-visible > #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e2-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e9-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e9-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    #w-node-_531dc892-4a90-7ac1-f1ae-d073269c15e9-a8160853 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
}


#w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
  -ms-grid-column-align: center;
  justify-self: center;
}

.text-overlay>#w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-cc341a3d-4fba-b3dc-9dee-204095532209-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-cc341a3d-4fba-b3dc-9dee-204095532209-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-cc341a3d-4fba-b3dc-9dee-204095532209-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-c10d9145-f55b-f420-2137-b2870ea763e6-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-c10d9145-f55b-f420-2137-b2870ea763e6-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-c10d9145-f55b-f420-2137-b2870ea763e6-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-ee0252ec-6957-53d2-c692-19ac6900d672-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d672-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d672-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-ee0252ec-6957-53d2-c692-19ac6900d67d-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
  -ms-grid-column-align: center;
  justify-self: center;
}

.text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d67d-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d67d-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-ee0252ec-6957-53d2-c692-19ac6900d68e-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d68e-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d68e-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-ee0252ec-6957-53d2-c692-19ac6900d696-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d696-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d696-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-ee0252ec-6957-53d2-c692-19ac6900d69e-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d69e-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d69e-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-ee0252ec-6957-53d2-c692-19ac6900d6a6-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6a6-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6a6-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-ee0252ec-6957-53d2-c692-19ac6900d6ae-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6ae-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6ae-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-ee0252ec-6957-53d2-c692-19ac6900d6b6-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: TEXT-AREA;
}

.text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6b6-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6b6-06bfe824 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-_6aa20728-42cd-169f-c9f9-13671d8aff29-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-_361ae7d3-8bef-2f02-0bed-bc51a951afe0-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-_5e5c4f3c-68dd-d82c-a627-63c31368cadd-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-_039a3c8d-8840-23c4-f7ce-e3430d2df5af-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-_9ae7cc03-3484-a580-5bdf-691e92f76d40-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-cc341a3d-4fba-b3dc-9dee-204095532209-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-cc341a3d-4fba-b3dc-9dee-204095532209-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-cc341a3d-4fba-b3dc-9dee-204095532209-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-_5b80ec5e-71ce-29cb-92df-702e6e6846ec-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-c10d9145-f55b-f420-2137-b2870ea763e6-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-c10d9145-f55b-f420-2137-b2870ea763e6-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-c10d9145-f55b-f420-2137-b2870ea763e6-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ee0252ec-6957-53d2-c692-19ac6900d672-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d672-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d672-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ee0252ec-6957-53d2-c692-19ac6900d67d-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d67d-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d67d-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ee0252ec-6957-53d2-c692-19ac6900d68e-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d68e-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d68e-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ee0252ec-6957-53d2-c692-19ac6900d696-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d696-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d696-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ee0252ec-6957-53d2-c692-19ac6900d69e-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d69e-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d69e-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ee0252ec-6957-53d2-c692-19ac6900d6a6-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6a6-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6a6-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ee0252ec-6957-53d2-c692-19ac6900d6ae-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6ae-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6ae-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-ee0252ec-6957-53d2-c692-19ac6900d6b6-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6b6-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .text-overlay-visible>#w-node-ee0252ec-6957-53d2-c692-19ac6900d6b6-06bfe824 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}