@font-face{font-family:Inter;src:url(./fonts/inter400.eot);src:url(./fonts/inter400.eot?#iefix) format("embedded-opentype"),url(./fonts/inter400.woff2) format("woff2"),url(./fonts/inter400.svg) format("svg"),url(./fonts/inter400.ttf) format("truetype"),url(./fonts/inter400.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url(./fonts/inter600.eot);src:url(./fonts/inter600.eot?#iefix) format("embedded-opentype"),url(./fonts/inter600.woff2) format("woff2"),url(./fonts/inter600.svg) format("svg"),url(./fonts/inter600.ttf) format("truetype"),url(./fonts/inter600.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url(./fonts/inter700.eot);src:url(../fonts/inter700.eot?#iefix) format("embedded-opentype"),url(./fonts/inter700.woff2) format("woff2"),url(./fonts/inter700.svg) format("svg"),url(./fonts/inter700.ttf) format("truetype"),url(./fonts/inter700.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}
*,::after,::before {box-sizing: border-box}
html, body {padding: 0; margin: 0; font-family: 'Inter', sans-serif; -webkit-tap-highlight-color: transparent; background: var(--wcms-background-ultralight); color: var(--wcms-color-primary);}
html {overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: .5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: .5rem; font-family: inherit; font-weight: 700; line-height: 1.2; color: inherit;}
p {margin-top: 0; margin-bottom: 1rem;}
a {text-decoration: none; outline: none; color: var(--wcms-color-links);}
a:hover {text-decoration: none; color: var(--wcms-color-links-hover);}
button, input, optgroup, select, textarea {margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; outline: none;}
h1 {font-size: 48px;}
.container-fluid {max-width: 1410px; margin: 0 auto; padding-right: 15px; padding-left: 15px;}
.container-fluid.not-padded {padding-right: 0; padding-left: 0;}
.nowrap {white-space: nowrap;}
.inl {display: inline-block; vertical-align: top;}
.relative {position: relative;}
.r90 {transform: rotate(90deg);}
.r180 {transform: rotate(180deg);}
.r270 {transform: rotate(270deg);}
.pb150 {padding-bottom: 150px;}
.mt15 {margin-top: 15px;}
.mt30 {margin-top: 30px;}
.w100 {width: 100% !important;}
.no-decoration {text-decoration: none !important;}
.clear-both {clear: both;}
.wcms-block-content {position: relative;}
@media (max-width: 992px) {
	h1 {font-size: 32px;}
}
@media (max-width: 576px) {
	h1 {font-size: 24px;}
}

/* HEADER */
.h-mid {position: relative; z-index: 10;}
.h-mid.fixed {position: fixed; top: 0; left: 0; right: 0; z-index: 10;}
.h-mid-overlay {background: var(--wcms-background-contrast); opacity: 0.5; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.h-mid-content {position: relative; padding: 11px 0;}
.h-mid-content-i {display: flex; justify-content: space-between; align-items: center; grid-gap: 16px;}
.h-menu {margin: 0; padding: 0; list-style: none; display: flex; justify-content: center; grid-gap: 32px;}
.h-menu li a {color: var(--wcms-color-secondary); font-size: 18px;}
.h-menu li a:after {background-color: var(--wcms-color-secondary); content: ''; display: block; height: 1px; margin-top: -1px; transition: width 0.2s; width: 0;}
.h-menu li a:hover:after {width: 100%;}
.h-icons {color: var(--wcms-color-secondary);}
.h-icon {margin-right: 16px;}
.h-icon:last-child {margin-right: 0;}
.h-icon-i {font-size: 0; padding: 12px; position: relative;}
.h-icon-i-overlay {background: var(--wcms-background-primary); position: absolute; top: 0; left: 0; bottom: 0; right: 0; border-radius: 27px; opacity: 0; transition: 0.2s opacity;}
.h-icon-i:hover .h-icon-i-overlay {opacity: 0.3;}
.h-icon svg {width: 26px; height: 26px;}
.h-icon-i.h-dropdown-open span {display: block; position: relative;}
.h-mid-dropdown {position: absolute; background: var(--wcms-background-contrast); left: 0; right: 0; padding-bottom: 100px; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; overflow-y: auto; display: none;}
.h-mid-dropdown ul li a {color: var(--wcms-color-secondary);}
.h-mid-dropdown-menu {margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr 1fr minmax(0, 1fr); border-top: 1px solid var(--wcms-background-primary);}
.h-menu-dropdown-root-li {padding: 32px;}
.h-menu-dropdown-root-a {font-size: 22px; margin-bottom: 24px; font-weight: bold; display: block; color: var(--wcms-color-secondary);}
.h-mid-dropdown-menu-l2 {margin: 0; padding: 0; list-style: none;}
.h-menu-dropdown-l2-li {font-size: 18px; margin-bottom: 24px;}
.h-menu-dropdown-l2-li:last-child {margin-bottom: 0;}
.h-mid-search {position: absolute; top: 0; left: 95px; right: 81px; height: 88px; padding-top: 18px; background: var(--wcms-background-contrast); display: none;}
.h-mid-search-form {display: grid; grid-template-columns: 1fr 230px; gap: 16px;}
.h-mid-search-form input[type="text"] {height: 50px; border-radius: 16px; border: none; width: 100%; padding-left: 48px;}
.h-mid-search-form-input-wrap {position: relative;}
.h-mid-search-form-input-wrap span {color: var(--wcms-color-light);}
.h-mid-search-form-input-wrap span svg {width: 24px; height: 24px; position: absolute; top: 13px; left: 14px;}
.h-dropdown-overlay {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--wcms-background-contrast); opacity: 0.8; z-index: 8;}
.header.menu-opened .h-mid-dropdown {display: initial;}
.header.menu-opened .h-mid-overlay {opacity: 1;}
.header.menu-opened .h-not-opened-only, .h-opened-only {display: none !important;}
.header.menu-opened .h-opened-only {display: initial !important;}
.header.menu-opened.search-opened .h-mid-search {display: initial;}
.header.menu-opened .h-icon.menu .h-icon-i-overlay {opacity: 1;}
.header.menu-opened .h-icon.menu {color: var(--wcms-background-contrast);}
.header.menu-opened .h-dropdown-overlay {display: initial;}
.h-menu-dropdown-root-li.penultimate {display: none;}
@media (max-width: 1315px) {
	.h-menu li.penultimate {display: none;}
	.h-menu-dropdown-root-li.penultimate {display: initial;}
}
@media (max-width: 1270px) {
	.h-menu {grid-gap: 12px;}
	.h-menu li a {font-size: 16px;}
}
@media (max-width: 992px) {
	.h-menu {display: none;}
	.h-mid-dropdown-menu {grid-template-columns: 1fr 1fr minmax(0, 1fr);}
	.h-mid-search-form {grid-template-columns: 1fr 50px;}
	.h-mid-search-form button[type="submit"] {padding: 12px 0; border-radius: 25px; line-height: 0; border: none;}
	.h-mid-search-form button[type="submit"] svg {width: 26px; height: 26px;}
	.h-menu-dropdown-root-li.penultimate {display: none;}
}
@media (max-width: 768px) {
	.h-mid-dropdown-menu {grid-template-columns: 1fr minmax(0, 1fr);}
}
@media (max-width: 576px) {
	.h-mid-content {padding: 7px 0;}
	.h-logo img {height: 50px;}
	.h-mid-dropdown-menu {grid-template-columns: 1fr;}
	.h-menu-dropdown-root-li {padding: 32px 15px;}
	.h-mid-search {padding-top: 7px; left: 15px;}
}

/* FOOTER */
.f-up {padding-top: 104px; padding-bottom: 40px; color: var(--wcms-color-secondary); background: var(--wcms-background-secondary); border-top-left-radius: 64px; border-top-right-radius: 64px;}
.f-up-inner {display: grid; grid-template-columns: 1fr 1fr 1fr minmax(0, 1fr); gap: 20px;}
.f-up-data-logos {margin-bottom: 25px;}
.f-up-data-logos img {height: 106px; margin-right: 25px;}
.f-up-data-logos img:last-child {margin-right: 0;}
.f-up-data-slogan {font-weight: bold; font-size: 22px; line-height: 120%; margin-bottom: 25px;}
.f-up-data-soc img {height: 36px;}
.f-up-menu-title {font-weight: bold; font-size: 22px; line-height: 120%; margin-bottom: 34px;}
.f-up-menu-i ul {list-style: none; margin: 0; padding: 0;}
.f-up-menu-i ul li {margin-bottom: 25px;}
.f-up-menu-i ul li:last-child {margin-bottom: 0;}
.f-up-menu-i ul li a {font-size: 18px; color: white;}
.f-up-menu-i ul li a:after {background-color: var(--wcms-color-secondary); content: ''; display: block; height: 1px; margin-top: -1px; transition: width 0.2s; width: 0;}
.f-up-menu-i ul li a:hover:after {width: 100%;}
.f-low {color: var(--wcms-color-secondary); background: var(--wcms-background-secondary);}
.f-low-inner {padding-top: 47px; padding-bottom: 60px; display: flex; justify-content: space-between; align-items: center; font-size: 16px; border-top: 1px solid var(--wcms-background-primary);}
.f-low-inner a {color: var(--wcms-color-secondary);}
.f-low-partners-i {margin-right: 15px;}
.f-low-partners-i:last-child {margin-right: 0;}
.f-low-font {color: var(--wcms-color-secondary); background: var(--wcms-background-secondary); font-size: 0.5em; padding-bottom: 10px;}
.f-cookie {position: fixed; left: 15px; width: 300px; bottom: 20px; z-index: 1;}
.f-cookie-cnt {padding: 9px 15px; margin-right: 65px; font-size: 0.8em; border-radius: 16px; background: var(--wcms-background-primary); color: var(--wcms-color-primary); border: 1px solid var(--wcms-color-ultralight); box-shadow: 0 0px 12px var(--wcms-color-shadow);}
.f-cookie-setup {margin-top: 10px; text-align: center;}
.f-form {border: 1px solid var(--wcms-background-ultralight); padding: 32px; border-radius: 32px; margin-bottom: 40px;}
.f-form-caption {font-size: 30px; line-height: 120%; font-weight: bold; margin-bottom: 24px;}
.f-form-cnt .wa-form .wa-name {display: none;}
.f-form-cnt .wa-form a {color: var(--wcms-color-secondary); text-decoration: underline;}
.f-form-cnt .wa-form input[type="text"], .f-form-cnt .wa-form input[type="numeric"], .f-form-cnt .wa-form textarea, .f-form-cnt .wa-form select {background: none !important; color: var(--wcms-color-secondary);}
.f-form-cnt .wa-form input[type="text"]::placeholder, .f-form-cnt .wa-form input[type="numeric"]::placeholder, .f-form-cnt .wa-form textarea::placeholder {color: var(--wcms-color-ultralight); opacity: 0.4;}
.f-form-cnt .wa-form textarea {min-height: 202px;}
.f-form-cnt .wcms-from {display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 32px;}
.f-form-cnt .wcms-from .wcms-field-content:nth-child(2) {grid-column-start: 1; grid-row-start: 2;}
.f-form-cnt .wcms-from .wcms-field-content:nth-child(3) {grid-column-start: 1; grid-row-start: 3;}
.f-form-cnt .wcms-from .wcms-field-content:nth-child(4) {grid-row: span 1 / span 3; grid-column-start: 2; grid-row-start: 1;}
.f-form-cnt .wcms-from .wcms-field-content:nth-child(5) {grid-column: span 2 / span 2; grid-row-start: 4;}
.f-form-cnt .wcms-from .wcms-field-content:nth-child(6) {grid-column: span 2 / span 2; grid-row-start: 5;}
.f-form-cnt .wcms-from .wcms-wa-contact-confirmation-field {grid-column: span 2 / span 2;}
.f-form-cnt .wcms-from .wcms-deploy-field {grid-column: span 2 / span 2; margin-bottom: 0;}
.f-form-cnt .wcms-from .wcms-captcha-field {grid-column: span 2 / span 2;}
.f-form-cnt .wcms-from button {width: auto; padding: 16px 72px; color: var(--wcms-color-primary); background: var(--wcms-background-ultralight);}
.f-form-cnt .wcms-from button:hover {background: var(--wcms-background-primary);}
.f-form-cnt .wcms-from .form-message {background: none; padding: 0;}
@media (max-width: 992px) {
	.f-up {padding-top: 15px; border-top-left-radius: 48px; border-top-right-radius: 48px;}
	.f-up-inner {grid-template-columns: 1fr minmax(0, 1fr); grid-row-gap: 60px;}
	.f-low-inner {flex-direction: column; row-gap: 20px;}
	.f-form-cnt .wcms-from {display: initial;}
	.f-form-cnt .wa-form textarea {min-height: 100px;}
}
@media (max-width: 576px) {
	.f-form {padding: 16px;}
	.f-up-inner {grid-template-columns: 1fr;}
}

/* CONTENT */
.content {font-size: 0.95em;}
.sidebar {float: left; width: 350px; padding-bottom: 100px;}
.sidebar-block {border: 1px solid var(--wcms-color-ultralight); background: var(--wcms-background-primary); border-radius: 32px; overflow: hidden; padding: 15px;}
.sidebar-block.not-padded {padding: 0;}
.page-content.padded {margin-left: 365px;}
.page-content.padded.blocks {margin-right: -15px;}
.mcpt {height: 73px; box-shadow: 0 3px 6px var(--wcms-color-shadow); position: fixed; right: 0; left: 0; top: 0; z-index: 3; display: none;}
.mcpt-close {width: 40px; height: 16px; float: right; margin-top: 28px;}
.mcpt-close svg {max-width: 18px; max-height: 18px;}
.mcpt-text {line-height: 73px; font-size: 18px; padding-left: 15px;}
.sbc-show, .ff-show {display: none; margin-bottom: 15px; text-align: center;}
.sbc-list {margin: 0; list-style: none; padding: 0 5px; overflow-y: auto; max-height: 700px; border-radius: 5px;}
.sbc-list ul {padding-left: 12px; list-style: none;}
.sbc-list li a {transition: 0.2s color; padding: 15px 5px; padding-bottom: 0px; display: block; color: var(--wcms-color-primary);}
.sbc-list li a:hover {color: var(--wcms-color-links-hover);}
.sbc-list li.selected > a {font-weight: bold;}
.sbc-list li ul li a {font-size: 0.9em;}
.sbc-name {display: inline-block; vertical-align: middle;}
.sbc-count {text-align: right; display: inline-block; vertical-align: middle; width: 15%; font-size: 14px;}
.sbc-border {height: 1px; margin-top: 14px; background: var(--wcms-background-ultralight);}
.sbc-list > li:last-child > a .sbc-border {opacity: 0;}
.image-name-tag {position: absolute; left: 15px; top: 15px; background: white; padding: 5px 10px; border-radius: 10px; color: var(--wcms-color-primary); opacity: 0.5; font-size: 0.7em;}
.image-name-tag.bottom {top: initial; bottom: 15px;}
.image-name-tag.right {left: initial; right: 15px;}
@media (max-width: 992px) {
	.sidebar {float: none; width: 100%; padding-bottom: 0;}
	.sidebar-block {border-radius: 0;}
	.page-content.padded {margin-left: 0;}
	.ff.mobile-visible, .sbc.mobile-visible {display: block; margin-top: 0; position: fixed; z-index: 12; margin-bottom: 0 !important;}
	.ff, .sbc {position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: white; z-index: 10; margin-top: 0; padding: 15px; padding-top: 85px; overflow-y: auto; display: none;}
	.sbc {padding-top: 73px;}
	.sbc-list {padding: 0; max-height: initial; overflow: auto;}
	.mcpt, .sbc-show, .ff-show {display: block;}
	.sbc.mobile-visible .c-nav-form-wrap {padding: 15px; padding-top: 10px;}
}

/* FORMS */
.wa-form input[type="text"], .wa-form input[type="numeric"], .wa-form textarea, .wa-form select {padding: 14px 16px; font-size: 17px; line-height: 22px; width: 100%; border: 1px solid; border-radius: 16px; border-color: var(--wcms-color-ultralight); min-height: 50px; background: var(--wcms-background-ultralight);}
.wa-form textarea {min-height: 100px;}
.wa-form .checkbox-icon-wrap, .wa-form .radio-icon-wrap {border: 1px solid; border-color: var(--wcms-color-ultralight);}
.wa-form .wa-field {margin-bottom: 25px; position: relative;}
.wa-form .wa-field .wa-name {font-size: 0.9em; padding: 4px 0;}
.wa-form .wa-field .wa-value .hint {font-size: 0.9em; color: var(--wcms-color-light);}
.wa-form .wa-field .wa-value .hint:empty {display: none}
.wa-form .wa-field-checkbox .wa-name {padding-bottom: 10px;}
.wa-form .wa-field .wa-value .checkbox-label {font-size: 17px; margin-bottom: 10px;}
.wa-form .wa-field .wa-value .checkbox-label:last-child {margin-bottom: 0;}
.wa-form .wa-field:has(label.checkbox-label) input[type="checkbox"] {width: 0; height: 0; opacity: 0;}
.wa-form .wa-field:has(label.checkbox-label) label {display: flex; align-items: center;}
.wa-form .wa-field:has(label.checkbox-label) .checkbox-icon {width: 16px; height: 16px; margin-top: 2px; margin-left: 2px; display: none; color: var(--wcms-color-links);}
.wa-form .wa-field:has(label.checkbox-label) input + span.checkbox-icon-wrap {position: relative; overflow: hidden; display: inline-block; vertical-align: top; min-width: 22px; height: 22px; border-radius: 2px; cursor: pointer; box-sizing: border-box; margin-right: 12px; background: var(--wcms-color-ultralight);}
.wa-form .wa-field:has(label.checkbox-label) input:checked + span.checkbox-icon-wrap .checkbox-icon {display: block;}
.wa-form .wa-field-radio .wa-name {padding-bottom: 10px;}
.wa-form .wa-field .wa-value .radio-label {font-size: 17px; margin-bottom: 10px;}
.wa-form .wa-field .wa-value .radio-label:last-child {margin-bottom: 0;}
.wa-form .wa-field:has(label.radio-label) input[type="radio"] {width: 0; height: 0; opacity: 0;}
.wa-form .wa-field:has(label.radio-label) label {display: flex; align-items: center;}
.wa-form .wa-field:has(label.radio-label) .radio-icon {width: 14px; height: 14px; margin-top: 3px; margin-left: 3px; display: none; color: var(--wcms-color-links);}
.wa-form .wa-field:has(label.radio-label) input + span.radio-icon-wrap {position: relative; overflow: hidden; display: inline-block; vertical-align: top; min-width: 22px; height: 22px; border-radius: 11px; cursor: pointer; box-sizing: border-box; margin-right: 12px; background: var(--wcms-color-ultralight);}
.wa-form .wa-field:has(label.radio-label) input:checked + span.radio-icon-wrap .radio-icon {display: block;}
.wa-form .wcms-field-error input[type="text"], .wa-form .wcms-field-error textarea, .wa-form .wcms-field-error select, .wa-form .wcms-field-error .checkbox-icon-wrap, .wa-form .wcms-field-error .radio-icon-wrap {border-color: var(--wcms-color-warning);}
.wa-form .wcms-field-error .wa-field .wa-value .hint {position: absolute; left: 10px; top: -17px; padding: 4px 8px; border-radius: 8px; background: var(--wcms-color-warning); color: var(--wcms-color-secondary);}
.wa-form .form-message {padding: 10px; border-radius: 5px; background: var(--wcms-background-ultralight); margin-bottom: 10px;}
.wa-form button {border-radius: 16px; color: var(--wcms-color-secondary); background: var(--wcms-color-links); outline: none; border: none; font-size: 18px; font-weight: bold; padding: 14px; line-height: 22px;; cursor: pointer}
.wa-form button:hover {background: var(--wcms-color-links-hover);}

/* POPUP */
.pp {max-width: 750px; width: 100%; border-radius: 32px; background-color: var(--wcms-background-primary)}
.pp-cpt {padding: 32px; border-bottom: 1px solid var(--wcms-color-ultralight); margin-bottom: 32px; font-size: 1.1em; font-weight: bold;}
.pp-cpt.no-margin {margin-bottom: 0px;}
.pp-cnt {padding: 0 32px;}
.pp-cnt.not-padded {padding: 0;}
.pp-close {float: right; position: absolute; top: 12px; right: 14px; cursor: pointer; background: var(--wcms-background-ultralight); padding: 14px; border-radius: 30px; font-size: 0;}
.pp-close svg {width: 18px; height: 18px;}
.pp-close:hover {color: var(--wcms-color-secondary); background: var(--wcms-background-contrast);}
.pp-cpt h2 {font-size: 24px; margin-bottom: 0; margin-right: 60px;}
@media (max-width: 768px) {
	.pp {display: none; position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; width: 100% !important;}
	.pp {border-radius: 0; position: absolute; top: 0; left: 0; bottom: 0; padding: 0px; width: 100%; overflow: auto;}
	.pp-cpt h2 {text-align: left; font-size: 1em;}
	.pp-cnt {padding: 15px;}
}

/* PAGINATION */
.pagination {margin: 0; margin-top: 30px; padding: 0; list-style: none;}
.pagination li {display: inline-block; background: var(--wcms-bacground-primary);}
.pagination li a {display: inline-block; line-height: 40px; margin-right: 10px; width: 40px; background: var(--wcms-background-ultralight); text-align: center; border-radius: 15px; transition: 0.2s all;}
.pagination li:last-child {margin-right: 0px;}
.pagination li.selected a, .pagination li a:hover {background: var(--wcms-color-links); color: var(--wcms-background-primary);}
.pagination li.selected {font-weight: bold;}

/* BLOGS AND POSTS */
.p-credentials {margin-top: 15px; font-size: 0.9em; color: var(--wcms-color-light);}
.p-credentials-count {padding-left: 10px;}
.blog-posts .sys-thumb-i-dt {margin-top: 24px;}
.blog-posts .sys-thumb-i-name {margin-top: 8px; margin-bottom: 12px;}
.blog-posts .sys-thumb-i-more {opacity: 0; transition: 0.2s opacity;}
.blog-posts .sys-thumb-i:hover .sys-thumb-i-more {opacity: 1;}
.post-content-wrap {display: grid; gap: 142px; grid-template-columns: minmax(0, 1fr) 467px; margin-top: 18px;}
.post-content-inner {margin: 0 -15px;}
.post-links-caption {font-size: 28px; font-weight: bold; line-height: 120%; margin-bottom: 32px;}
.post-links-ul {margin: 0; padding: 0; list-style: none;}
.post-links-ul li {padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--wcms-color-ultralight);}
.post-links-ul li a {color: var(--wcms-color-primary);}
.post-links-date {margin-bottom: 15px; color: var(--wcms-color-light);}
.post-links-name {font-weight: bold; font-size: 22px; line-height: 120%;}
.post-content h1 {font-size: 36px;}
@media (max-width: 1250px) {
	.post-content-wrap {grid-template-columns: minmax(0, 1fr) 350px; gap: 70px;}
}
@media (max-width: 992px) {
	.post-content-wrap {grid-template-columns: minmax(0, 1fr);}
}
@media (max-width: 768px) {
	.post-content h1 {font-size: 32px;}
}

/* LINEUPS AND EVENTS */
.c-nav-form-wrap {padding: 26px; padding-top: 15px; padding-bottom: 0; margin: 0 -15px; margin-top: 30px; border-top: 5px solid var(--wcms-background-ultralight);}
.c-nav-form-cpt {font-weight: bold; margin-bottom: 10px; font-size: 1.2em;}
.c-nav-form-f {margin-bottom: 15px;}
.c-nav-form-f:last-child {margin-bottom: 0px;}
.c-nav-form-reset {text-align: center; margin-top: 10px; font-size: 0.9em;}
.c-ln {margin: 0 -15px;}
.c-ln-i {margin-bottom: 15px;}
.c-ln-i:last-child {margin-bottom: 0;}
.c-ln-i.single-event {width: 50%;}
.c-ln-i.dual-event {width: 100%;}
.c-ln-i.single-event .sys-thumb {width: 100%;}
.c-ln-i.dual-event .sys-thumb {width: 50%;}
.c-ln-date {font-size: 1.4em; font-weight: bold; padding: 0 15px;}
.e-sb-img {width: 100%; max-width: 100%; height: auto;}
.e-sb-i {padding: 10px;}
.e-sb-i-cpt {font-weight: bold; margin-bottom: 10px;}
.e-sb-i-cnt {font-size: 0.9em;}
.e-sb-btn {margin-top: 10px;}
.e-sb-btn .sys-btn {border-radius: 0;}
@media (max-width: 992px) {
	.c-ln-i.single-event {width: 100%;}
	.c-ln-i.dual-event .sys-thumb {width: 100%;}
}

/* SEARCH */
.s-upper {background: url('./img/search-bg.jpg'); background-size: cover; background-position: center center; border-bottom-left-radius: 72px; border-bottom-right-radius: 72px; overflow: hidden; margin-top: -86px; position: relative;}
.s-upper-overlay {background: var(--wcms-background-contrast); opacity: 0.4; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.s-upper-i {padding-top: 360px; padding-bottom: 72px; position: relative;}
.s-upper-i h1 {font-size: 48px; color: var(--wcms-color-secondary); margin-bottom: 32px;}
.s-form {display: grid; grid-template-columns: 1fr 175px; gap: 16px; position: relative; white-space: nowrap; margin-bottom: 20px;}
.s-form input[type="text"] {padding: 14px 16px; font-size: 17px; line-height: 22px; width: 100%; border: 1px solid; border-radius: 16px; border-color: var(--wcms-color-ultralight); min-height: 50px; background: var(--wcms-background-ultralight);}
.s-types {margin-bottom: 10px;}
.s-types ul {padding: 0; margin: 0; list-style: none;}
.s-types ul li {display: inline-block; vertical-align: top; margin-bottom: 10px; margin-right: 15px;}
.s-types ul li:last-child {margin-right: 0;}
.s-types ul li a.sys-btn {font-weight: normal; line-height: 22px; padding: 8px 16px; border: none; border-radius: 17px;}
.s-types ul li a.sys-btn.opaque {background: var(--wcms-background-primary); color: var(--wcms-color-primary); border: none;}
.s-types ul li a.sys-btn.opaque:hover {background: var(--wcms-color-links); color: var(--wcms-color-secondary);}
.s-res {padding-bottom: 32px; overflow: hidden; margin-bottom: 32px; border-bottom: 1px solid var(--wcms-color-ultralight);}
.s-res:last-child {margin-bottom: 0; border-bottom: none;}
.s-res-cpt {font-weight: bold; font-size: 24px; line-height: 120%;}
.s-res-cpt a {color: var(--wcms-color-primary);}
.s-res-preview {margin-top: 8px; line-height: 135%;}
.s-res-dt {margin-top: 8px;}
.s-res-more {margin-top: 16px; font-weight: bold; font-size: 16px;}
.s-res-pg-wrap {margin-top: 20px;}
@media (max-width: 992px) {
	.s-upper-i {padding-top: 160px;}
	.s-upper-i h1 {font-size: 32px;}
}
@media (max-width: 576px) {
	.s-upper {border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; margin-top: -64px;}
	.s-upper-i {padding-bottom: 30px;}
	.s-form {display: block;}
	.s-form button[type="submit"] {margin-top: 16px; width: 100%;}
	.s-types ul li a.sys-btn {line-height: 19px; padding: 8px 16px; font-size: 15px;}
}

/* ALBUMS */
.site-albums {display: grid; grid-template-columns: 1fr 1fr minmax(0, 1fr); margin-top: 16px;}
.site-album-item {position: relative; border-radius: 32px; overflow: hidden;}
.site-album-item-overlay {position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-size: cover !important; background-position: center center !important; transition: 0.2s;}
.site-album-item:hover .site-album-item-overlay {transform: scale(1.1);}
.site-album-item-gradient {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, var(--wcms-background-contrast) 100%);}
.site-album-item-data {display: flex; height: 516px; position: relative; color: var(--wcms-color-secondary); color: var(--wcms-color-secondary); align-items: flex-start; flex-direction: column; padding: 32px;}
.site-album-item-tags {margin-top: auto; opacity: 0; transition: 0.2s;}
.site-album-item:hover .site-album-item-tags {opacity: 1;}
.site-album-item-name {font-weight: bold; font-size: 32px; margin-bottom: 12px;}
.site-album-item-count {font-size: 17px; display: flex; gap: 10px; align-items: center;}
.site-album-item-tag {display: inline-block; margin-right: 12px; margin-bottom: 12px; border: 1px solid var(--wcms-color-secondary); padding: 8px; font-size: 17px; border-radius: 8px;}
.album-summary {line-height: 170%; margin-top: 32px;}
@media (max-width: 1250px) {
	.site-albums {grid-template-columns: 1fr minmax(0, 1fr);}
}
@media (max-width: 768px) {
	.site-albums {grid-template-columns: 1fr;}
}

/* FEATURES */
.theme-top-image-caption {background-size: cover !important; background-position: center center !important; border-bottom-left-radius: 72px; border-bottom-right-radius: 72px; overflow: hidden; margin-top: -86px; position: relative;}
.theme-top-image-caption-overlay {background: var(--wcms-background-contrast); opacity: 0.4; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.theme-top-image-caption-i {padding-top: 250px; padding-bottom: 73px; position: relative;}
.theme-top-image-caption.with-hint .theme-top-image-caption-i {display: grid; grid-template-columns: 50% minmax(0, 1fr); grid-gap: 32px; align-items: end;}
.theme-top-image-caption h1 {color: var(--wcms-color-secondary); margin-bottom: 0;}
.theme-top-image-caption-i-data {position: relative; padding: 32px; padding-right: 0; border-radius: 32px; overflow: hidden; backdrop-filter: blur(2px); color: var(--wcms-color-secondary);}
.theme-top-image-caption-i-data-overlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.5; border-radius: 32px; background: var(--wcms-background-contrast); border: 1px solid var(--wcms-color-ultralight);}
.theme-top-image-caption-i-data-t {position: relative; line-height: 170%; max-height: 260px; overflow-y: auto; padding-right: 24px; scrollbar-width: thin; scrollbar-color: var(--wcms-background-light) rgba(0, 0, 0, 0);}
@media (max-width: 1150px) {
	.theme-top-image-caption {border-bottom-left-radius: 32px; border-bottom-right-radius: 32px;}
	.theme-top-image-caption-i {padding-top: 160px; padding-bottom: 15px;}
	.theme-top-image-caption.with-hint .theme-top-image-caption-i {grid-template-columns: 1fr;}
}
@media (max-width: 992px) {
	.theme-top-image-caption {border-bottom-left-radius: 32px; border-bottom-right-radius: 32px;}
}
@media (max-width: 768px) {
	.theme-top-image-caption-i {padding-top: 110px;}
}
@media (max-width: 576px) {
	.theme-top-image-caption {margin-top: -64px;}
}

/* SLBV */
body.slbv-fontsize-125 {font-size: 1.25em;}
body.slbv-fontsize-150 {font-size: 1.5em;}