.wk-button {
margin: 0;
border: none;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
-webkit-appearance: none;
border-radius: 0;
display: inline-block;
box-sizing: border-box;
padding: 0 30px;
vertical-align: middle;
font-size: 16px;
line-height: 40px;
text-align: center;
text-decoration: none;
}
.wk-button:not(:disabled) {
cursor: pointer;
}
.wk-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.wk-button:hover {
text-decoration: none;
}
.wk-button:focus {
outline: 0;
}
.wk-button-default {
background-color: #f8f8f8;
color: #333;
}
.wk-button-default:focus, .wk-button-default:hover {
background-color: #ebebeb;
color: #333;
}
.wk-button-default.wk-active, .wk-button-default:active {
background-color: #dfdfdf;
color: #333;
}
.wk-button-primary {
background-color: #1e87f0;
color: #fff;
}
.wk-button-primary:focus, .wk-button-primary:hover {
background-color: #0f7ae5;
color: #fff;
}
.wk-button-primary.wk-active, .wk-button-primary:active {
background-color: #0e6dcd;
color: #fff;
}
.wk-button-secondary {
background-color: #222;
color: #fff;
}
.wk-button-secondary:focus, .wk-button-secondary:hover {
background-color: #151515;
color: #fff;
}
.wk-button-secondary.wk-active, .wk-button-secondary:active {
background-color: #080808;
color: #fff;
}
.wk-button-danger {
background-color: #f0506e;
color: #fff;
}
.wk-button-danger:focus, .wk-button-danger:hover {
background-color: #ee395b;
color: #fff;
}
.wk-button-danger.wk-active, .wk-button-danger:active {
background-color: #ec2147;
color: #fff;
}
.wk-button-danger:disabled, .wk-button-default:disabled, .wk-button-primary:disabled, .wk-button-secondary:disabled {
background-color: #f8f8f8;
color: #999;
}
.wk-button-small {
padding: 0 15px;
line-height: 30px;
font-size: 0.875rem;
}
.wk-button-large {
padding: 0 40px;
line-height: 55px;
font-size: 1.25rem;
}
.wk-button-text {
padding: 0;
line-height: 1.5;
background: 0 0;
color: #999;
}
.wk-button-text:focus, .wk-button-text:hover {
color: #666;
}
.wk-button-text:disabled {
color: #999;
}
.wk-button-link {
padding: 0;
line-height: 1.5;
background: 0 0;
color: #1e87f0;
}
.wk-button-link:focus, .wk-button-link:hover {
color: #0f6ecd;
text-decoration: underline;
}
.wk-button-link:disabled {
color: #999;
text-decoration: none;
}
.wk-button-group {
display: inline-flex;
vertical-align: middle;
position: relative;
}
.wk-section {
box-sizing: border-box;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 960px) {
.wk-section {
padding-top: 70px;
padding-bottom: 70px;
}
}
.wk-section::after, .wk-section::before {
content: "";
display: table;
}
.wk-section::after {
clear: both;
}
.wk-section > :last-child {
margin-bottom: 0;
}
.wk-section-xsmall {
padding-top: 20px;
padding-bottom: 20px;
}
.wk-section-small {
padding-top: 40px;
padding-bottom: 40px;
}
.wk-section-large {
padding-top: 70px;
padding-bottom: 70px;
}
@media (min-width: 960px) {
.wk-section-large {
padding-top: 140px;
padding-bottom: 140px;
}
}
.wk-section-xlarge {
padding-top: 140px;
padding-bottom: 140px;
}
@media (min-width: 960px) {
.wk-section-xlarge {
padding-top: 210px;
padding-bottom: 210px;
}
}
.wk-section-default {
background: #fff;
}
.wk-section-muted {
background: #f8f8f8;
}
.wk-section-primary {
background: #1e87f0;
}
.wk-section-secondary {
background: #222;
}
.wk-container {
box-sizing: content-box;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 640px) {
.wk-container {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 960px) {
.wk-container {
padding-left: 40px;
padding-right: 40px;
}
}
.wk-container::after, .wk-container::before {
content: "";
display: table;
}
.wk-container::after {
clear: both;
}
.wk-container > :last-child {
margin-bottom: 0;
}
.wk-container .wk-container {
padding-left: 0;
padding-right: 0;
}
.wk-container-xsmall {
max-width: 750px;
}
.wk-container-small {
max-width: 900px;
}
.wk-container-large {
max-width: 1600px;
}
.wk-container-expand {
max-width: none;
}
.wk-container-expand-left {
margin-left: 0;
}
.wk-container-expand-right {
margin-right: 0;
}
@media (min-width: 640px) {
.wk-container-expand-left.wk-container-xsmall, .wk-container-expand-right.wk-container-xsmall {
max-width: calc(50% + 375px - 30px);
}
.wk-container-expand-left.wk-container-small, .wk-container-expand-right.wk-container-small {
max-width: calc(50% + 450px - 30px);
}
}
@media (min-width: 960px) {
.wk-container-expand-left, .wk-container-expand-right {
max-width: calc(50% + 600px - 40px);
}
.wk-container-expand-left.wk-container-xsmall, .wk-container-expand-right.wk-container-xsmall {
max-width: calc(50% + 375px - 40px);
}
.wk-container-expand-left.wk-container-small, .wk-container-expand-right.wk-container-small {
max-width: calc(50% + 450px - 40px);
}
.wk-container-expand-left.wk-container-large, .wk-container-expand-right.wk-container-large {
max-width: calc(50% + 800px - 40px);
}
}
.wk-container-item-padding-remove-left, .wk-container-item-padding-remove-right {
width: calc(100% + 15px);
}
.wk-container-item-padding-remove-left {
margin-left: -15px;
}
.wk-container-item-padding-remove-right {
margin-right: -15px;
}
@media (min-width: 640px) {
.wk-container-item-padding-remove-left, .wk-container-item-padding-remove-right {
width: calc(100% + 30px);
}
.wk-container-item-padding-remove-left {
margin-left: -30px;
}
.wk-container-item-padding-remove-right {
margin-right: -30px;
}
}
@media (min-width: 960px) {
.wk-container-item-padding-remove-left, .wk-container-item-padding-remove-right {
width: calc(100% + 40px);
}
.wk-container-item-padding-remove-left {
margin-left: -40px;
}
.wk-container-item-padding-remove-right {
margin-right: -40px;
}
}
.wk-grid {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.wk-grid > * {
margin: 0;
}
.wk-grid > * > :last-child {
margin-bottom: 0;
}
.wk-grid {
margin-left: -30px;
}
.wk-grid > * {
padding-left: 30px;
}
* + .wk-grid-margin, .wk-grid + .wk-grid, .wk-grid > .wk-grid-margin {
margin-top: 30px;
}
@media (min-width: 1200px) {
.wk-grid {
margin-left: -40px;
}
.wk-grid > * {
padding-left: 40px;
}
* + .wk-grid-margin, .wk-grid + .wk-grid, .wk-grid > .wk-grid-margin {
margin-top: 40px;
}
}
.wk-grid-column-small, .wk-grid-small {
margin-left: -15px;
}
.wk-grid-column-small > *, .wk-grid-small > * {
padding-left: 15px;
}
* + .wk-grid-margin-small, .wk-grid + .wk-grid-row-small, .wk-grid + .wk-grid-small, .wk-grid-row-small > .wk-grid-margin, .wk-grid-small > .wk-grid-margin {
margin-top: 15px;
}
.wk-grid-column-medium, .wk-grid-medium {
margin-left: -30px;
}
.wk-grid-column-medium > *, .wk-grid-medium > * {
padding-left: 30px;
}
* + .wk-grid-margin-medium, .wk-grid + .wk-grid-medium, .wk-grid + .wk-grid-row-medium, .wk-grid-medium > .wk-grid-margin, .wk-grid-row-medium > .wk-grid-margin {
margin-top: 30px;
}
.wk-grid-column-large, .wk-grid-large {
margin-left: -40px;
}
.wk-grid-column-large > *, .wk-grid-large > * {
padding-left: 40px;
}
* + .wk-grid-margin-large, .wk-grid + .wk-grid-large, .wk-grid + .wk-grid-row-large, .wk-grid-large > .wk-grid-margin, .wk-grid-row-large > .wk-grid-margin {
margin-top: 40px;
}
@media (min-width: 1200px) {
.wk-grid-column-large, .wk-grid-large {
margin-left: -70px;
}
.wk-grid-column-large > *, .wk-grid-large > * {
padding-left: 70px;
}
* + .wk-grid-margin-large, .wk-grid + .wk-grid-large, .wk-grid + .wk-grid-row-large, .wk-grid-large > .wk-grid-margin, .wk-grid-row-large > .wk-grid-margin {
margin-top: 70px;
}
}
.wk-grid-collapse, .wk-grid-column-collapse {
margin-left: 0;
}
.wk-grid-collapse > *, .wk-grid-column-collapse > * {
padding-left: 0;
}
.wk-grid + .wk-grid-collapse, .wk-grid + .wk-grid-row-collapse, .wk-grid-collapse > .wk-grid-margin, .wk-grid-row-collapse > .wk-grid-margin {
margin-top: 0;
}
.wk-grid-divider > * {
position: relative;
}
.wk-grid-divider > :not(.wk-first-column)::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
border-left: 1px solid #e5e5e5;
}
.wk-grid-divider.wk-grid-stack > .wk-grid-margin::before {
content: "";
position: absolute;
left: 0;
right: 0;
border-top: 1px solid #e5e5e5;
}
.wk-grid-divider {
margin-left: -60px;
}
.wk-grid-divider > * {
padding-left: 60px;
}
.wk-grid-divider > :not(.wk-first-column)::before {
left: 30px;
}
.wk-grid-divider.wk-grid-stack > .wk-grid-margin {
margin-top: 60px;
}
.wk-grid-divider.wk-grid-stack > .wk-grid-margin::before {
top: -30px;
left: 60px;
}
@media (min-width: 1200px) {
.wk-grid-divider {
margin-left: -80px;
}
.wk-grid-divider > * {
padding-left: 80px;
}
.wk-grid-divider > :not(.wk-first-column)::before {
left: 40px;
}
.wk-grid-divider.wk-grid-stack > .wk-grid-margin {
margin-top: 80px;
}
.wk-grid-divider.wk-grid-stack > .wk-grid-margin::before {
top: -40px;
left: 80px;
}
}
.wk-grid-divider.wk-grid-column-small, .wk-grid-divider.wk-grid-small {
margin-left: -30px;
}
.wk-grid-divider.wk-grid-column-small > *, .wk-grid-divider.wk-grid-small > * {
padding-left: 30px;
}
.wk-grid-divider.wk-grid-column-small > :not(.wk-first-column)::before, .wk-grid-divider.wk-grid-small > :not(.wk-first-column)::before {
left: 15px;
}
.wk-grid-divider.wk-grid-row-small.wk-grid-stack > .wk-grid-margin, .wk-grid-divider.wk-grid-small.wk-grid-stack > .wk-grid-margin {
margin-top: 30px;
}
.wk-grid-divider.wk-grid-small.wk-grid-stack > .wk-grid-margin::before {
top: -15px;
left: 30px;
}
.wk-grid-divider.wk-grid-row-small.wk-grid-stack > .wk-grid-margin::before {
top: -15px;
}
.wk-grid-divider.wk-grid-column-small.wk-grid-stack > .wk-grid-margin::before {
left: 30px;
}
.wk-grid-divider.wk-grid-column-medium, .wk-grid-divider.wk-grid-medium {
margin-left: -60px;
}
.wk-grid-divider.wk-grid-column-medium > *, .wk-grid-divider.wk-grid-medium > * {
padding-left: 60px;
}
.wk-grid-divider.wk-grid-column-medium > :not(.wk-first-column)::before, .wk-grid-divider.wk-grid-medium > :not(.wk-first-column)::before {
left: 30px;
}
.wk-grid-divider.wk-grid-medium.wk-grid-stack > .wk-grid-margin, .wk-grid-divider.wk-grid-row-medium.wk-grid-stack > .wk-grid-margin {
margin-top: 60px;
}
.wk-grid-divider.wk-grid-medium.wk-grid-stack > .wk-grid-margin::before {
top: -30px;
left: 60px;
}
.wk-grid-divider.wk-grid-row-medium.wk-grid-stack > .wk-grid-margin::before {
top: -30px;
}
.wk-grid-divider.wk-grid-column-medium.wk-grid-stack > .wk-grid-margin::before {
left: 60px;
}
.wk-grid-divider.wk-grid-column-large, .wk-grid-divider.wk-grid-large {
margin-left: -80px;
}
.wk-grid-divider.wk-grid-column-large > *, .wk-grid-divider.wk-grid-large > * {
padding-left: 80px;
}
.wk-grid-divider.wk-grid-column-large > :not(.wk-first-column)::before, .wk-grid-divider.wk-grid-large > :not(.wk-first-column)::before {
left: 40px;
}
.wk-grid-divider.wk-grid-large.wk-grid-stack > .wk-grid-margin, .wk-grid-divider.wk-grid-row-large.wk-grid-stack > .wk-grid-margin {
margin-top: 80px;
}
.wk-grid-divider.wk-grid-large.wk-grid-stack > .wk-grid-margin::before {
top: -40px;
left: 80px;
}
.wk-grid-divider.wk-grid-row-large.wk-grid-stack > .wk-grid-margin::before {
top: -40px;
}
.wk-grid-divider.wk-grid-column-large.wk-grid-stack > .wk-grid-margin::before {
left: 80px;
}
@media (min-width: 1200px) {
.wk-grid-divider.wk-grid-column-large, .wk-grid-divider.wk-grid-large {
margin-left: -140px;
}
.wk-grid-divider.wk-grid-column-large > *, .wk-grid-divider.wk-grid-large > * {
padding-left: 140px;
}
.wk-grid-divider.wk-grid-column-large > :not(.wk-first-column)::before, .wk-grid-divider.wk-grid-large > :not(.wk-first-column)::before {
left: 70px;
}
.wk-grid-divider.wk-grid-large.wk-grid-stack > .wk-grid-margin, .wk-grid-divider.wk-grid-row-large.wk-grid-stack > .wk-grid-margin {
margin-top: 140px;
}
.wk-grid-divider.wk-grid-large.wk-grid-stack > .wk-grid-margin::before {
top: -70px;
left: 140px;
}
.wk-grid-divider.wk-grid-row-large.wk-grid-stack > .wk-grid-margin::before {
top: -70px;
}
.wk-grid-divider.wk-grid-column-large.wk-grid-stack > .wk-grid-margin::before {
left: 140px;
}
}
.wk-grid-item-match, .wk-grid-match > * {
display: flex;
flex-wrap: wrap;
}
.wk-grid-item-match > :not([class*=wk-width]), .wk-grid-match > * > :not([class*=wk-width]) {
box-sizing: border-box;
width: 100%;
flex: auto;
}
.wk-tile {
position: relative;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 640px) {
.wk-tile {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 960px) {
.wk-tile {
padding-left: 40px;
padding-right: 40px;
padding-top: 70px;
padding-bottom: 70px;
}
}
.wk-tile::after, .wk-tile::before {
content: "";
display: table;
}
.wk-tile::after {
clear: both;
}
.wk-tile > :last-child {
margin-bottom: 0;
}
.wk-tile-xsmall {
padding-top: 20px;
padding-bottom: 20px;
}
.wk-tile-small {
padding-top: 40px;
padding-bottom: 40px;
}
.wk-tile-large {
padding-top: 70px;
padding-bottom: 70px;
}
@media (min-width: 960px) {
.wk-tile-large {
padding-top: 140px;
padding-bottom: 140px;
}
}
.wk-tile-xlarge {
padding-top: 140px;
padding-bottom: 140px;
}
@media (min-width: 960px) {
.wk-tile-xlarge {
padding-top: 210px;
padding-bottom: 210px;
}
}
.wk-tile-default {
background: #fff;
}
.wk-tile-muted {
background: #f8f8f8;
}
.wk-tile-primary {
background: #1e87f0;
}
.wk-tile-secondary {
background: #222;
}
.wk-card {
position: relative;
box-sizing: border-box;
}
.wk-card-body {
padding: 30px 30px;
}
.wk-card-header {
padding: 15px 30px;
}
.wk-card-footer {
padding: 15px 30px;
}
@media (min-width: 1200px) {
.wk-card-body {
padding: 40px 40px;
}
.wk-card-header {
padding: 20px 40px;
}
.wk-card-footer {
padding: 20px 40px;
}
}
.wk-card-body::after, .wk-card-body::before, .wk-card-footer::after, .wk-card-footer::before, .wk-card-header::after, .wk-card-header::before {
content: "";
display: table;
}
.wk-card-body::after, .wk-card-footer::after, .wk-card-header::after {
clear: both;
}
.wk-card-body > :last-child, .wk-card-footer > :last-child, .wk-card-header > :last-child {
margin-bottom: 0;
}
.wk-card-title {
font-size: 1.5rem;
line-height: 1.4;
}
.wk-card-badge {
position: absolute;
top: 30px;
right: 30px;
z-index: 1;
}
.wk-card-badge:first-child + * {
margin-top: 0;
}
.wk-card-hover:not(.wk-card-default):not(.wk-card-primary):not(.wk-card-secondary):hover {
background: #f8f8f8;
}
.wk-card-default {
background: #f8f8f8;
color: #666;
}
.wk-card-default .wk-card-title {
color: #333;
}
.wk-card-default.wk-card-hover:hover {
background-color: #ebebeb;
}
.wk-card-primary {
background: #1e87f0;
color: #fff;
}
.wk-card-primary .wk-card-title {
color: #fff;
}
.wk-card-primary.wk-card-hover:hover {
background-color: #0f7ae5;
}
.wk-card-secondary {
background: #222;
color: #fff;
}
.wk-card-secondary .wk-card-title {
color: #fff;
}
.wk-card-secondary.wk-card-hover:hover {
background-color: #151515;
}
.wk-card-small .wk-card-body, .wk-card-small.wk-card-body {
padding: 20px 20px;
}
.wk-card-small .wk-card-header {
padding: 13px 20px;
}
.wk-card-small .wk-card-footer {
padding: 13px 20px;
}
@media (min-width: 1200px) {
.wk-card-large .wk-card-body, .wk-card-large.wk-card-body {
padding: 70px 70px;
}
.wk-card-large .wk-card-header {
padding: 35px 70px;
}
.wk-card-large .wk-card-footer {
padding: 35px 70px;
}
}
.wk-nav, .wk-nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.wk-nav li > a {
display: block;
text-decoration: none;
}
.wk-nav li > a:focus {
outline: 0;
}
.wk-nav > li > a {
padding: 5px 0;
}
ul.wk-nav-sub {
padding: 5px 0 5px 15px;
}
.wk-nav-sub ul {
padding-left: 15px;
}
.wk-nav-sub a {
padding: 2px 0;
}
.wk-nav-parent-icon > .wk-parent > a::after {
content: "";
width: 1.5em;
height: 1.5em;
float: right;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: 50% 50%;
}
.wk-nav-parent-icon > .wk-parent.wk-open > a::after {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.wk-nav-header {
padding: 5px 0;
text-transform: uppercase;
font-size: 0.875rem;
}
.wk-nav-header:not(:first-child) {
margin-top: 20px;
}
.wk-nav-divider {
margin: 5px 0;
}
.wk-nav-default > li > a {
color: #999;
}
.wk-nav-default > li > a:focus, .wk-nav-default > li > a:hover {
color: #666;
}
.wk-nav-default > li.wk-active > a {
color: #333;
}
.wk-nav-default .wk-nav-header {
color: #333;
}
.wk-nav-default .wk-nav-divider {
border-top: 1px solid #e5e5e5;
}
.wk-nav-default .wk-nav-sub a {
color: #999;
}
.wk-nav-default .wk-nav-sub a:focus, .wk-nav-default .wk-nav-sub a:hover {
color: #666;
}
.wk-nav-default .wk-nav-sub li.wk-active > a {
color: #333;
}
.wk-nav-primary > li > a {
font-size: 1.5rem;
line-height: 1.5;
color: #999;
}
.wk-nav-primary > li > a:focus, .wk-nav-primary > li > a:hover {
color: #666;
}
.wk-nav-primary > li.wk-active > a {
color: #333;
}
.wk-nav-primary .wk-nav-header {
color: #333;
}
.wk-nav-primary .wk-nav-divider {
border-top: 1px solid #e5e5e5;
}
.wk-nav-primary .wk-nav-sub a {
color: #999;
}
.wk-nav-primary .wk-nav-sub a:focus, .wk-nav-primary .wk-nav-sub a:hover {
color: #666;
}
.wk-nav-primary .wk-nav-sub li.wk-active > a {
color: #333;
}
.wk-nav-center {
text-align: center;
}
.wk-nav-center .wk-nav-sub, .wk-nav-center .wk-nav-sub ul {
padding-left: 0;
}
.wk-nav-center.wk-nav-parent-icon > .wk-parent > a::after {
position: absolute;
}
.wk-navbar {
display: flex;
position: relative;
}
.wk-navbar-container:not(.wk-navbar-transparent) {
background: #f8f8f8;
}
.wk-navbar-container > ::after, .wk-navbar-container > ::before {
display: none !important;
}
.wk-navbar-center, .wk-navbar-center-left > *, .wk-navbar-center-right > *, .wk-navbar-left, .wk-navbar-right {
display: flex;
align-items: center;
}
.wk-navbar-right {
margin-left: auto;
}
.wk-navbar-center:only-child {
margin-left: auto;
margin-right: auto;
position: relative;
}
.wk-navbar-center:not(:only-child) {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: max-content;
box-sizing: border-box;
z-index: 990;
}
.wk-navbar-center-left, .wk-navbar-center-right {
position: absolute;
top: 0;
}
.wk-navbar-center-left {
right: 100%;
}
.wk-navbar-center-right {
left: 100%;
}
[class*=wk-navbar-center-] {
width: max-content;
box-sizing: border-box;
}
.wk-navbar-nav {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.wk-navbar-center:only-child, .wk-navbar-left, .wk-navbar-right {
flex-wrap: wrap;
}
.wk-navbar-item, .wk-navbar-nav > li > a, .wk-navbar-toggle {
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
min-height: 80px;
padding: 0 15px;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-decoration: none;
}
.wk-navbar-nav > li > a {
color: #999;
}
.wk-navbar-nav > li:hover > a, .wk-navbar-nav > li > a.wk-open, .wk-navbar-nav > li > a:focus {
color: #666;
outline: 0;
}
.wk-navbar-nav > li > a:active {
color: #333;
}
.wk-navbar-nav > li.wk-active > a {
color: #333;
}
.wk-navbar-item {
color: #666;
}
.wk-navbar-toggle {
color: #999;
}
.wk-navbar-toggle.wk-open, .wk-navbar-toggle:focus, .wk-navbar-toggle:hover {
color: #666;
outline: 0;
text-decoration: none;
}
.wk-navbar-subtitle {
font-size: 0.875rem;
}
.wk-navbar-dropdown {
display: none;
position: absolute;
z-index: 1020;
box-sizing: border-box;
width: 200px;
padding: 15px;
background: #f8f8f8;
color: #666;
}
.wk-navbar-dropdown.wk-open {
display: block;
}
[class*=wk-navbar-dropdown-top] {
margin-top: 0;
}
[class*=wk-navbar-dropdown-bottom] {
margin-top: 0;
}
[class*=wk-navbar-dropdown-left] {
margin-left: 0;
}
[class*=wk-navbar-dropdown-right] {
margin-left: 0;
}
.wk-navbar-dropdown-grid {
margin-left: -30px;
}
.wk-navbar-dropdown-grid > * {
padding-left: 30px;
}
.wk-navbar-dropdown-grid > .wk-grid-margin {
margin-top: 30px;
}
.wk-navbar-dropdown-stack .wk-navbar-dropdown-grid > * {
width: 100% !important;
}
.wk-navbar-dropdown-width-2:not(.wk-navbar-dropdown-stack) {
width: 400px;
}
.wk-navbar-dropdown-width-3:not(.wk-navbar-dropdown-stack) {
width: 600px;
}
.wk-navbar-dropdown-width-4:not(.wk-navbar-dropdown-stack) {
width: 800px;
}
.wk-navbar-dropdown-width-5:not(.wk-navbar-dropdown-stack) {
width: 1000px;
}
.wk-navbar-dropdown-dropbar {
margin-top: 0;
margin-bottom: 0;
}
.wk-navbar-dropdown-nav > li > a {
color: #999;
}
.wk-navbar-dropdown-nav > li > a:focus, .wk-navbar-dropdown-nav > li > a:hover {
color: #666;
}
.wk-navbar-dropdown-nav > li.wk-active > a {
color: #333;
}
.wk-navbar-dropdown-nav .wk-nav-header {
color: #333;
}
.wk-navbar-dropdown-nav .wk-nav-divider {
border-top: 1px solid #e5e5e5;
}
.wk-navbar-dropdown-nav .wk-nav-sub a {
color: #999;
}
.wk-navbar-dropdown-nav .wk-nav-sub a:focus, .wk-navbar-dropdown-nav .wk-nav-sub a:hover {
color: #666;
}
.wk-navbar-dropdown-nav .wk-nav-sub li.wk-active > a {
color: #333;
}
.wk-navbar-dropbar {
background: #f8f8f8;
}
.wk-navbar-dropbar-slide {
position: absolute;
z-index: 980;
left: 0;
right: 0;
}
.wk-tab {
display: flex;
flex-wrap: wrap;
margin-left: -20px;
padding: 0;
list-style: none;
}
.wk-tab > * {
flex: none;
padding-left: 20px;
position: relative;
}
.wk-tab > * > a {
display: block;
text-align: center;
padding: 5px 10px;
color: #999;
}
.wk-tab > * > a:focus, .wk-tab > * > a:hover {
color: #666;
text-decoration: none;
}
.wk-tab > .wk-active > a {
color: #333;
}
.wk-tab > .wk-disabled > a {
color: #999;
}
.wk-tab-left, .wk-tab-right {
flex-direction: column;
margin-left: 0;
}
.wk-tab-left > *, .wk-tab-right > * {
padding-left: 0;
}
.wk-tab-left > * > a {
text-align: left;
}
.wk-tab-right > * > a {
text-align: left;
}
.wk-slidenav {
padding: 5px 10px;
color: rgba(102, 102, 102, 0.5);
}
.wk-slidenav:focus, .wk-slidenav:hover {
color: rgba(102, 102, 102, 0.9);
outline: 0;
}
.wk-slidenav:active {
color: rgba(102, 102, 102, 0.5);
}
.wk-slidenav-large {
padding: 10px 10px;
}
.wk-slidenav-container {
display: flex;
}
.wk-dotnav {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
margin-left: -12px;
}
.wk-dotnav > * {
flex: none;
padding-left: 12px;
}
.wk-dotnav > * > * {
display: block;
box-sizing: border-box;
width: 10px;
height: 10px;
border-radius: 50%;
background: rgba(102, 102, 102, 0.2);
text-indent: 100%;
overflow: hidden;
white-space: nowrap;
}
.wk-dotnav > * > :focus, .wk-dotnav > * > :hover {
background-color: rgba(102, 102, 102, 0.6);
outline: 0;
}
.wk-dotnav > * > :active {
background-color: rgba(102, 102, 102, 0.2);
}
.wk-dotnav > .wk-active > * {
background-color: rgba(102, 102, 102, 0.6);
}
.wk-dotnav-vertical {
flex-direction: column;
margin-left: 0;
margin-top: -12px;
}
.wk-dotnav-vertical > * {
padding-left: 0;
padding-top: 12px;
}
.wk-modal {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1010;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 15px 15px;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
.wk-modal {
padding: 50px 30px;
}
}
@media (min-width: 960px) {
.wk-modal {
padding-left: 40px;
padding-right: 40px;
}
}
.wk-modal.wk-open {
opacity: 1;
}
.wk-modal-page {
overflow: hidden;
}
.wk-modal-dialog {
position: relative;
box-sizing: border-box;
margin: 0 auto;
width: 600px;
max-width: calc(100% - 0.01px) !important;
background: #fff;
opacity: 0;
transform: translateY(-100px);
transition: 0.3s linear;
transition-property: opacity, transform;
}
.wk-open > .wk-modal-dialog {
opacity: 1;
transform: translateY(0);
}
.wk-modal-container .wk-modal-dialog {
width: 1200px;
}
.wk-modal-full {
padding: 0;
background: 0 0;
}
.wk-modal-full .wk-modal-dialog {
margin: 0;
width: 100%;
max-width: 100%;
transform: translateY(0);
}
.wk-modal-body {
padding: 30px 30px;
}
.wk-modal-header {
padding: 15px 30px;
background: #f8f8f8;
}
.wk-modal-footer {
padding: 15px 30px;
background: #f8f8f8;
}
.wk-modal-body::after, .wk-modal-body::before, .wk-modal-footer::after, .wk-modal-footer::before, .wk-modal-header::after, .wk-modal-header::before {
content: "";
display: table;
}
.wk-modal-body::after, .wk-modal-footer::after, .wk-modal-header::after {
clear: both;
}
.wk-modal-body > :last-child, .wk-modal-footer > :last-child, .wk-modal-header > :last-child {
margin-bottom: 0;
}
.wk-modal-title {
font-size: 2rem;
line-height: 1.3;
}
[class*=wk-modal-close-] {
position: absolute;
z-index: 1010;
top: 10px;
right: 10px;
padding: 5px;
}
[class*=wk-modal-close-]:first-child + * {
margin-top: 0;
}
.wk-modal-close-outside {
top: 0;
right: -5px;
transform: translate(0, -100%);
color: #fff;
}
.wk-modal-close-outside:hover {
color: #fff;
}
@media (min-width: 960px) {
.wk-modal-close-outside {
right: 0;
transform: translate(100%, -100%);
}
}
.wk-lightbox {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1010;
background: #000;
opacity: 0;
transition: opacity 0.15s linear;
}
.wk-lightbox.wk-open {
display: block;
opacity: 1;
}
.wk-lightbox-page {
overflow: hidden;
}
.wk-lightbox-items > * {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
justify-content: center;
align-items: center;
color: rgba(255, 255, 255, 0.7);
will-change: transform, opacity;
}
.wk-lightbox-items > * > * {
max-width: 100vw;
max-height: 100vh;
}
.wk-lightbox-items > :focus {
outline: 0;
}
.wk-lightbox-items > * > :not(iframe) {
width: auto;
height: auto;
}
.wk-lightbox-items > .wk-active {
display: flex;
}
.wk-lightbox-toolbar {
padding: 10px 10px;
background: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.7);
}
.wk-lightbox-toolbar > * {
color: rgba(255, 255, 255, 0.7);
}
.wk-lightbox-toolbar-icon {
padding: 5px;
color: rgba(255, 255, 255, 0.7);
}
.wk-lightbox-toolbar-icon:hover {
color: #fff;
}
.wk-lightbox-button {
box-sizing: border-box;
width: 50px;
height: 50px;
background: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.7);
display: inline-flex;
justify-content: center;
align-items: center;
}
.wk-lightbox-button:hover {
color: #fff;
}
.wk-lightbox-iframe {
width: 80%;
height: 80%;
}
.wk-slider {
-webkit-tap-highlight-color: transparent;
}
.wk-slider-container {
overflow: hidden;
}
.wk-slider-items {
will-change: transform;
position: relative;
}
.wk-slider-items:not(.wk-grid) {
display: flex;
margin: 0;
padding: 0;
list-style: none;
-webkit-touch-callout: none;
}
.wk-slider-items.wk-grid {
flex-wrap: nowrap;
}
.wk-slider-items > * {
flex: none;
position: relative;
touch-action: pan-y;
}
.wk-slider-items > :focus {
outline: 0;
}
.wk-switcher {
margin: 0;
padding: 0;
list-style: none;
}
.wk-switcher > :not(.wk-active) {
display: none;
}
.wk-switcher > * > :last-child {
margin-bottom: 0;
}
[class*=wk-animation-] {
animation-duration: 0.5s;
animation-timing-function: ease-out;
animation-fill-mode: both;
}
.wk-animation-fade {
animation-name: wk-fade;
animation-duration: 0.8s;
animation-timing-function: linear;
}
.wk-animation-scale-up {
animation-name: wk-fade-scale-02;
}
.wk-animation-scale-down {
animation-name: wk-fade-scale-18;
}
.wk-animation-slide-top {
animation-name: wk-fade-top;
}
.wk-animation-slide-bottom {
animation-name: wk-fade-bottom;
}
.wk-animation-slide-left {
animation-name: wk-fade-left;
}
.wk-animation-slide-right {
animation-name: wk-fade-right;
}
.wk-animation-slide-top-small {
animation-name: wk-fade-top-small;
}
.wk-animation-slide-bottom-small {
animation-name: wk-fade-bottom-small;
}
.wk-animation-slide-left-small {
animation-name: wk-fade-left-small;
}
.wk-animation-slide-right-small {
animation-name: wk-fade-right-small;
}
.wk-animation-slide-top-medium {
animation-name: wk-fade-top-medium;
}
.wk-animation-slide-bottom-medium {
animation-name: wk-fade-bottom-medium;
}
.wk-animation-slide-left-medium {
animation-name: wk-fade-left-medium;
}
.wk-animation-slide-right-medium {
animation-name: wk-fade-right-medium;
}
.wk-animation-kenburns {
animation-name: wk-scale-kenburns;
animation-duration: 15s;
}
.wk-animation-shake {
animation-name: wk-shake;
}
.wk-animation-stroke {
animation-name: wk-stroke;
stroke-dasharray: var(--wk-animation-stroke);
animation-duration: 2s;
}
.wk-animation-reverse {
animation-direction: reverse;
animation-timing-function: ease-in;
}
.wk-animation-fast {
animation-duration: 0.1s;
}
.wk-animation-toggle:not(:hover):not(:focus) [class*=wk-animation-] {
animation-name: none;
}
.wk-animation-toggle {
-webkit-tap-highlight-color: transparent;
}
.wk-animation-toggle:focus {
outline: 0;
}
@keyframes wk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes wk-fade-top {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes wk-fade-bottom {
0% {
opacity: 0;
transform: translateY(100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes wk-fade-left {
0% {
opacity: 0;
transform: translateX(-100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes wk-fade-right {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes wk-fade-top-small {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes wk-fade-bottom-small {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes wk-fade-left-small {
0% {
opacity: 0;
transform: translateX(-10px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes wk-fade-right-small {
0% {
opacity: 0;
transform: translateX(10px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes wk-fade-top-medium {
0% {
opacity: 0;
transform: translateY(-50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes wk-fade-bottom-medium {
0% {
opacity: 0;
transform: translateY(50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes wk-fade-left-medium {
0% {
opacity: 0;
transform: translateX(-50px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes wk-fade-right-medium {
0% {
opacity: 0;
transform: translateX(50px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes wk-fade-scale-02 {
0% {
opacity: 0;
transform: scale(0.2);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes wk-fade-scale-18 {
0% {
opacity: 0;
transform: scale(1.8);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes wk-scale-kenburns {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
@keyframes wk-shake {
0%, 100% {
transform: translateX(0);
}
10% {
transform: translateX(-9px);
}
20% {
transform: translateX(8px);
}
30% {
transform: translateX(-7px);
}
40% {
transform: translateX(6px);
}
50% {
transform: translateX(-5px);
}
60% {
transform: translateX(4px);
}
70% {
transform: translateX(-3px);
}
80% {
transform: translateX(2px);
}
90% {
transform: translateX(-1px);
}
}
@keyframes wk-stroke {
0% {
stroke-dashoffset: var(--wk-animation-stroke);
}
100% {
stroke-dashoffset: 0;
}
}
[class*=wk-child-width] > * {
box-sizing: border-box;
width: 100%;
}
.wk-child-width-1-2 > * {
width: 50%;
}
.wk-child-width-1-3 > * {
width: 33.3222259247%;
}
.wk-child-width-1-4 > * {
width: 25%;
}
.wk-child-width-1-5 > * {
width: 20%;
}
.wk-child-width-1-6 > * {
width: 16.6638893518%;
}
.wk-child-width-auto > * {
width: auto;
}
.wk-child-width-expand > :not([class*=wk-width]) {
flex: 1;
min-width: 1px;
}
@media (min-width: 640px) {
.wk-child-width-1-1\@s > * {
width: 100%;
}
.wk-child-width-1-2\@s > * {
width: 50%;
}
.wk-child-width-1-3\@s > * {
width: 33.3222259247%;
}
.wk-child-width-1-4\@s > * {
width: 25%;
}
.wk-child-width-1-5\@s > * {
width: 20%;
}
.wk-child-width-1-6\@s > * {
width: 16.6638893518%;
}
.wk-child-width-auto\@s > * {
width: auto;
}
.wk-child-width-expand\@s > :not([class*=wk-width]) {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 960px) {
.wk-child-width-1-1\@m > * {
width: 100%;
}
.wk-child-width-1-2\@m > * {
width: 50%;
}
.wk-child-width-1-3\@m > * {
width: 33.3222259247%;
}
.wk-child-width-1-4\@m > * {
width: 25%;
}
.wk-child-width-1-5\@m > * {
width: 20%;
}
.wk-child-width-1-6\@m > * {
width: 16.6638893518%;
}
.wk-child-width-auto\@m > * {
width: auto;
}
.wk-child-width-expand\@m > :not([class*=wk-width]) {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 1200px) {
.wk-child-width-1-1\@l > * {
width: 100%;
}
.wk-child-width-1-2\@l > * {
width: 50%;
}
.wk-child-width-1-3\@l > * {
width: 33.3222259247%;
}
.wk-child-width-1-4\@l > * {
width: 25%;
}
.wk-child-width-1-5\@l > * {
width: 20%;
}
.wk-child-width-1-6\@l > * {
width: 16.6638893518%;
}
.wk-child-width-auto\@l > * {
width: auto;
}
.wk-child-width-expand\@l > :not([class*=wk-width]) {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 1600px) {
.wk-child-width-1-1\@xl > * {
width: 100%;
}
.wk-child-width-1-2\@xl > * {
width: 50%;
}
.wk-child-width-1-3\@xl > * {
width: 33.3222259247%;
}
.wk-child-width-1-4\@xl > * {
width: 25%;
}
.wk-child-width-1-5\@xl > * {
width: 20%;
}
.wk-child-width-1-6\@xl > * {
width: 16.6638893518%;
}
.wk-child-width-auto\@xl > * {
width: auto;
}
.wk-child-width-expand\@xl > :not([class*=wk-width]) {
flex: 1;
min-width: 1px;
}
}
[class*=wk-width] {
box-sizing: border-box;
width: 100%;
max-width: 100%;
}
.wk-width-1-2 {
width: 50%;
}
.wk-width-1-3 {
width: 33.3222259247%;
}
.wk-width-2-3 {
width: 66.6444518494%;
}
.wk-width-1-4 {
width: 25%;
}
.wk-width-3-4 {
width: 75%;
}
.wk-width-1-5 {
width: 20%;
}
.wk-width-2-5 {
width: 40%;
}
.wk-width-3-5 {
width: 60%;
}
.wk-width-4-5 {
width: 80%;
}
.wk-width-1-6 {
width: 16.6638893518%;
}
.wk-width-5-6 {
width: 83.3194467589%;
}
.wk-width-small {
width: 150px;
}
.wk-width-medium {
width: 300px;
}
.wk-width-large {
width: 450px;
}
.wk-width-xlarge {
width: 600px;
}
.wk-width-xxlarge {
width: 750px;
}
.wk-width-auto {
width: auto;
}
.wk-width-expand {
flex: 1;
min-width: 1px;
}
@media (min-width: 640px) {
.wk-width-1-1\@s {
width: 100%;
}
.wk-width-1-2\@s {
width: 50%;
}
.wk-width-1-3\@s {
width: 33.3222259247%;
}
.wk-width-2-3\@s {
width: 66.6444518494%;
}
.wk-width-1-4\@s {
width: 25%;
}
.wk-width-3-4\@s {
width: 75%;
}
.wk-width-1-5\@s {
width: 20%;
}
.wk-width-2-5\@s {
width: 40%;
}
.wk-width-3-5\@s {
width: 60%;
}
.wk-width-4-5\@s {
width: 80%;
}
.wk-width-1-6\@s {
width: 16.6638893518%;
}
.wk-width-5-6\@s {
width: 83.3194467589%;
}
.wk-width-small\@s {
width: 150px;
}
.wk-width-medium\@s {
width: 300px;
}
.wk-width-large\@s {
width: 450px;
}
.wk-width-xlarge\@s {
width: 600px;
}
.wk-width-xxlarge\@s {
width: 750px;
}
.wk-width-auto\@s {
width: auto;
}
.wk-width-expand\@s {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 960px) {
.wk-width-1-1\@m {
width: 100%;
}
.wk-width-1-2\@m {
width: 50%;
}
.wk-width-1-3\@m {
width: 33.3222259247%;
}
.wk-width-2-3\@m {
width: 66.6444518494%;
}
.wk-width-1-4\@m {
width: 25%;
}
.wk-width-3-4\@m {
width: 75%;
}
.wk-width-1-5\@m {
width: 20%;
}
.wk-width-2-5\@m {
width: 40%;
}
.wk-width-3-5\@m {
width: 60%;
}
.wk-width-4-5\@m {
width: 80%;
}
.wk-width-1-6\@m {
width: 16.6638893518%;
}
.wk-width-5-6\@m {
width: 83.3194467589%;
}
.wk-width-small\@m {
width: 150px;
}
.wk-width-medium\@m {
width: 300px;
}
.wk-width-large\@m {
width: 450px;
}
.wk-width-xlarge\@m {
width: 600px;
}
.wk-width-xxlarge\@m {
width: 750px;
}
.wk-width-auto\@m {
width: auto;
}
.wk-width-expand\@m {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 1200px) {
.wk-width-1-1\@l {
width: 100%;
}
.wk-width-1-2\@l {
width: 50%;
}
.wk-width-1-3\@l {
width: 33.3222259247%;
}
.wk-width-2-3\@l {
width: 66.6444518494%;
}
.wk-width-1-4\@l {
width: 25%;
}
.wk-width-3-4\@l {
width: 75%;
}
.wk-width-1-5\@l {
width: 20%;
}
.wk-width-2-5\@l {
width: 40%;
}
.wk-width-3-5\@l {
width: 60%;
}
.wk-width-4-5\@l {
width: 80%;
}
.wk-width-1-6\@l {
width: 16.6638893518%;
}
.wk-width-5-6\@l {
width: 83.3194467589%;
}
.wk-width-small\@l {
width: 150px;
}
.wk-width-medium\@l {
width: 300px;
}
.wk-width-large\@l {
width: 450px;
}
.wk-width-xlarge\@l {
width: 600px;
}
.wk-width-xxlarge\@l {
width: 750px;
}
.wk-width-auto\@l {
width: auto;
}
.wk-width-expand\@l {
flex: 1;
min-width: 1px;
}
}
@media (min-width: 1600px) {
.wk-width-1-1\@xl {
width: 100%;
}
.wk-width-1-2\@xl {
width: 50%;
}
.wk-width-1-3\@xl {
width: 33.3222259247%;
}
.wk-width-2-3\@xl {
width: 66.6444518494%;
}
.wk-width-1-4\@xl {
width: 25%;
}
.wk-width-3-4\@xl {
width: 75%;
}
.wk-width-1-5\@xl {
width: 20%;
}
.wk-width-2-5\@xl {
width: 40%;
}
.wk-width-3-5\@xl {
width: 60%;
}
.wk-width-4-5\@xl {
width: 80%;
}
.wk-width-1-6\@xl {
width: 16.6638893518%;
}
.wk-width-5-6\@xl {
width: 83.3194467589%;
}
.wk-width-small\@xl {
width: 150px;
}
.wk-width-medium\@xl {
width: 300px;
}
.wk-width-large\@xl {
width: 450px;
}
.wk-width-xlarge\@xl {
width: 600px;
}
.wk-width-xxlarge\@xl {
width: 750px;
}
.wk-width-auto\@xl {
width: auto;
}
.wk-width-expand\@xl {
flex: 1;
min-width: 1px;
}
}
[class*=wk-height] {
box-sizing: border-box;
}
.wk-height-1-1 {
height: 100%;
}
.wk-height-viewport {
min-height: 100vh;
}
.wk-height-small {
height: 150px;
}
.wk-height-medium {
height: 300px;
}
.wk-height-large {
height: 450px;
}
.wk-height-max-small {
max-height: 150px;
}
.wk-height-max-medium {
max-height: 300px;
}
.wk-height-max-large {
max-height: 450px;
}
.wk-text-lead {
font-size: 1.5rem;
line-height: 1.5;
color: #333;
}
.wk-text-meta {
font-size: 0.875rem;
line-height: 1.4;
color: #999;
}
.wk-text-small {
font-size: 0.875rem;
line-height: 1.5;
}
.wk-text-large {
font-size: 1.5rem;
line-height: 1.5;
}
.wk-text-light {
font-weight: 300;
}
.wk-text-normal {
font-weight: 400;
}
.wk-text-bold {
font-weight: 700;
}
.wk-text-lighter {
font-weight: lighter;
}
.wk-text-bolder {
font-weight: bolder;
}
.wk-text-italic {
font-style: italic;
}
.wk-text-capitalize {
text-transform: capitalize !important;
}
.wk-text-uppercase {
text-transform: uppercase !important;
}
.wk-text-lowercase {
text-transform: lowercase !important;
}
.wk-text-muted {
color: #999 !important;
}
.wk-text-emphasis {
color: #333 !important;
}
.wk-text-primary {
color: #1e87f0 !important;
}
.wk-text-secondary {
color: #222 !important;
}
.wk-text-success {
color: #32d296 !important;
}
.wk-text-warning {
color: #faa05a !important;
}
.wk-text-danger {
color: #f0506e !important;
}
.wk-text-background {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
color: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
.wk-text-background {
background-color: #1e87f0;
}
}
.wk-text-left {
text-align: left !important;
}
.wk-text-right {
text-align: right !important;
}
.wk-text-center {
text-align: center !important;
}
.wk-text-justify {
text-align: justify !important;
}
@media (min-width: 640px) {
.wk-text-left\@s {
text-align: left !important;
}
.wk-text-right\@s {
text-align: right !important;
}
.wk-text-center\@s {
text-align: center !important;
}
}
@media (min-width: 960px) {
.wk-text-left\@m {
text-align: left !important;
}
.wk-text-right\@m {
text-align: right !important;
}
.wk-text-center\@m {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.wk-text-left\@l {
text-align: left !important;
}
.wk-text-right\@l {
text-align: right !important;
}
.wk-text-center\@l {
text-align: center !important;
}
}
@media (min-width: 1600px) {
.wk-text-left\@xl {
text-align: left !important;
}
.wk-text-right\@xl {
text-align: right !important;
}
.wk-text-center\@xl {
text-align: center !important;
}
}
.wk-text-top {
vertical-align: top !important;
}
.wk-text-middle {
vertical-align: middle !important;
}
.wk-text-bottom {
vertical-align: bottom !important;
}
.wk-text-baseline {
vertical-align: baseline !important;
}
.wk-text-nowrap {
white-space: nowrap;
}
.wk-text-truncate {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
td.wk-text-truncate, th.wk-text-truncate {
max-width: 0;
}
.wk-text-break {
overflow-wrap: break-word;
word-wrap: break-word;
}
td.wk-text-break, th.wk-text-break {
word-break: break-all;
}
[class*=wk-column-] {
column-gap: 30px;
}
@media (min-width: 1200px) {
[class*=wk-column-] {
column-gap: 40px;
}
}
[class*=wk-column-] img {
transform: translate3d(0, 0, 0);
}
.wk-column-divider {
column-rule: 1px solid #e5e5e5;
column-gap: 60px;
}
@media (min-width: 1200px) {
.wk-column-divider {
column-gap: 80px;
}
}
.wk-column-1-2 {
column-count: 2;
}
.wk-column-1-3 {
column-count: 3;
}
.wk-column-1-4 {
column-count: 4;
}
.wk-column-1-5 {
column-count: 5;
}
.wk-column-1-6 {
column-count: 6;
}
@media (min-width: 640px) {
.wk-column-1-2\@s {
column-count: 2;
}
.wk-column-1-3\@s {
column-count: 3;
}
.wk-column-1-4\@s {
column-count: 4;
}
.wk-column-1-5\@s {
column-count: 5;
}
.wk-column-1-6\@s {
column-count: 6;
}
}
@media (min-width: 960px) {
.wk-column-1-2\@m {
column-count: 2;
}
.wk-column-1-3\@m {
column-count: 3;
}
.wk-column-1-4\@m {
column-count: 4;
}
.wk-column-1-5\@m {
column-count: 5;
}
.wk-column-1-6\@m {
column-count: 6;
}
}
@media (min-width: 1200px) {
.wk-column-1-2\@l {
column-count: 2;
}
.wk-column-1-3\@l {
column-count: 3;
}
.wk-column-1-4\@l {
column-count: 4;
}
.wk-column-1-5\@l {
column-count: 5;
}
.wk-column-1-6\@l {
column-count: 6;
}
}
@media (min-width: 1600px) {
.wk-column-1-2\@xl {
column-count: 2;
}
.wk-column-1-3\@xl {
column-count: 3;
}
.wk-column-1-4\@xl {
column-count: 4;
}
.wk-column-1-5\@xl {
column-count: 5;
}
.wk-column-1-6\@xl {
column-count: 6;
}
}
.wk-column-span {
column-span: all;
}
.wk-cover {
max-width: none;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
iframe.wk-cover {
pointer-events: none;
}
.wk-cover-container {
overflow: hidden;
position: relative;
}
.wk-background-default {
background-color: #fff;
}
.wk-background-muted {
background-color: #f8f8f8;
}
.wk-background-primary {
background-color: #1e87f0;
}
.wk-background-secondary {
background-color: #222;
}
.wk-background-contain, .wk-background-cover {
background-position: 50% 50%;
background-repeat: no-repeat;
}
.wk-background-cover {
background-size: cover;
}
.wk-background-contain {
background-size: contain;
}
.wk-background-top-left {
background-position: 0 0;
}
.wk-background-top-center {
background-position: 50% 0;
}
.wk-background-top-right {
background-position: 100% 0;
}
.wk-background-center-left {
background-position: 0 50%;
}
.wk-background-center-center {
background-position: 50% 50%;
}
.wk-background-center-right {
background-position: 100% 50%;
}
.wk-background-bottom-left {
background-position: 0 100%;
}
.wk-background-bottom-center {
background-position: 50% 100%;
}
.wk-background-bottom-right {
background-position: 100% 100%;
}
.wk-background-norepeat {
background-repeat: no-repeat;
}
.wk-background-fixed {
background-attachment: fixed;
backface-visibility: hidden;
}
@media (pointer: coarse) {
.wk-background-fixed {
background-attachment: scroll;
}
}
@media (max-width: 639px) {
.wk-background-image\@s {
background-image: none !important;
}
}
@media (max-width: 959px) {
.wk-background-image\@m {
background-image: none !important;
}
}
@media (max-width: 1199px) {
.wk-background-image\@l {
background-image: none !important;
}
}
@media (max-width: 1599px) {
.wk-background-image\@xl {
background-image: none !important;
}
}
.wk-background-blend-multiply {
background-blend-mode: multiply;
}
.wk-background-blend-screen {
background-blend-mode: screen;
}
.wk-background-blend-overlay {
background-blend-mode: overlay;
}
.wk-background-blend-darken {
background-blend-mode: darken;
}
.wk-background-blend-lighten {
background-blend-mode: lighten;
}
.wk-background-blend-color-dodge {
background-blend-mode: color-dodge;
}
.wk-background-blend-color-burn {
background-blend-mode: color-burn;
}
.wk-background-blend-hard-light {
background-blend-mode: hard-light;
}
.wk-background-blend-soft-light {
background-blend-mode: soft-light;
}
.wk-background-blend-difference {
background-blend-mode: difference;
}
.wk-background-blend-exclusion {
background-blend-mode: exclusion;
}
.wk-background-blend-hue {
background-blend-mode: hue;
}
.wk-background-blend-saturation {
background-blend-mode: saturation;
}
.wk-background-blend-color {
background-blend-mode: color;
}
.wk-background-blend-luminosity {
background-blend-mode: luminosity;
}
[class*=wk-align] {
display: block;
margin-bottom: 30px;
}
* + [class*=wk-align] {
margin-top: 30px;
}
.wk-align-center {
margin-left: auto;
margin-right: auto;
}
.wk-align-left {
margin-top: 0;
margin-right: 30px;
float: left;
}
.wk-align-right {
margin-top: 0;
margin-left: 30px;
float: right;
}
@media (min-width: 640px) {
.wk-align-left\@s {
margin-top: 0;
margin-right: 30px;
float: left;
}
.wk-align-right\@s {
margin-top: 0;
margin-left: 30px;
float: right;
}
}
@media (min-width: 960px) {
.wk-align-left\@m {
margin-top: 0;
margin-right: 30px;
float: left;
}
.wk-align-right\@m {
margin-top: 0;
margin-left: 30px;
float: right;
}
}
@media (min-width: 1200px) {
.wk-align-left\@l {
margin-top: 0;
float: left;
}
.wk-align-right\@l {
margin-top: 0;
float: right;
}
.wk-align-left, .wk-align-left\@l, .wk-align-left\@m, .wk-align-left\@s {
margin-right: 40px;
}
.wk-align-right, .wk-align-right\@l, .wk-align-right\@m, .wk-align-right\@s {
margin-left: 40px;
}
}
@media (min-width: 1600px) {
.wk-align-left\@xl {
margin-top: 0;
margin-right: 40px;
float: left;
}
.wk-align-right\@xl {
margin-top: 0;
margin-left: 40px;
float: right;
}
}
.wk-panel {
position: relative;
box-sizing: border-box;
}
.wk-panel::after, .wk-panel::before {
content: "";
display: table;
}
.wk-panel::after {
clear: both;
}
.wk-panel > :last-child {
margin-bottom: 0;
}
.wk-panel-scrollable {
height: 170px;
padding: 10px;
border: 1px solid #e5e5e5;
overflow: auto;
-webkit-overflow-scrolling: touch;
resize: both;
}
.wk-clearfix::before {
content: "";
display: table-cell;
}
.wk-clearfix::after {
content: "";
display: table;
clear: both;
}
.wk-float-left {
float: left;
}
.wk-float-right {
float: right;
}
[class*=wk-float-] {
max-width: 100%;
}
.wk-overflow-hidden {
overflow: hidden;
}
.wk-overflow-auto {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.wk-overflow-auto > :last-child {
margin-bottom: 0;
}
.wk-resize {
resize: both;
}
.wk-resize-vertical {
resize: vertical;
}
.wk-display-block {
display: block !important;
}
.wk-display-inline {
display: inline !important;
}
.wk-display-inline-block {
display: inline-block !important;
}
[class*=wk-inline] {
display: inline-block;
position: relative;
max-width: 100%;
vertical-align: middle;
-webkit-backface-visibility: hidden;
}
.wk-inline-clip {
overflow: hidden;
}
.wk-preserve-width, .wk-preserve-width canvas, .wk-preserve-width img, .wk-preserve-width svg, .wk-preserve-width video {
max-width: none;
}
.wk-responsive-height, .wk-responsive-width {
box-sizing: border-box;
}
.wk-responsive-width {
max-width: 100% !important;
height: auto;
}
.wk-responsive-height {
max-height: 100%;
width: auto;
max-width: none;
}
.wk-border-circle {
border-radius: 50%;
}
.wk-border-pill {
border-radius: 500px;
}
.wk-border-rounded {
border-radius: 5px;
}
.wk-inline-clip[class*=wk-border-] {
-webkit-transform: translateZ(0);
}
.wk-box-shadow-small {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.wk-box-shadow-medium {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.wk-box-shadow-large {
box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.wk-box-shadow-xlarge {
box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
[class*=wk-box-shadow-hover] {
transition: box-shadow 0.1s ease-in-out;
}
.wk-box-shadow-hover-small:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.wk-box-shadow-hover-medium:hover {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.wk-box-shadow-hover-large:hover {
box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.wk-box-shadow-hover-xlarge:hover {
box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
@supports (filter: blur(0)) {
.wk-box-shadow-bottom {
display: inline-block;
position: relative;
max-width: 100%;
vertical-align: middle;
}
.wk-box-shadow-bottom::before {
content: "";
position: absolute;
bottom: -30px;
left: 0;
right: 0;
height: 30px;
border-radius: 100%;
background: #444;
filter: blur(20px);
}
.wk-box-shadow-bottom > * {
position: relative;
}
}
.wk-dropcap::first-letter, .wk-dropcap > p:first-of-type::first-letter {
display: block;
margin-right: 10px;
float: left;
font-size: 4.5em;
line-height: 1;
}
@-moz-document url-prefix() {
.wk-dropcap::first-letter, .wk-dropcap > p:first-of-type::first-letter {
margin-top: 1.1%;
}
}
@supports (-ms-ime-align: auto) {
.wk-dropcap > p:first-of-type::first-letter {
font-size: 1em;
}
}
.wk-logo {
font-size: 1.5rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
color: #666;
text-decoration: none;
}
.wk-logo:focus, .wk-logo:hover {
color: #666;
outline: 0;
text-decoration: none;
}
.wk-logo-inverse {
display: none;
}
.wk-disabled {
pointer-events: none;
}
.wk-drag, .wk-drag * {
cursor: move;
}
.wk-drag iframe {
pointer-events: none;
}
.wk-dragover {
box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
.wk-blend-multiply {
mix-blend-mode: multiply;
}
.wk-blend-screen {
mix-blend-mode: screen;
}
.wk-blend-overlay {
mix-blend-mode: overlay;
}
.wk-blend-darken {
mix-blend-mode: darken;
}
.wk-blend-lighten {
mix-blend-mode: lighten;
}
.wk-blend-color-dodge {
mix-blend-mode: color-dodge;
}
.wk-blend-color-burn {
mix-blend-mode: color-burn;
}
.wk-blend-hard-light {
mix-blend-mode: hard-light;
}
.wk-blend-soft-light {
mix-blend-mode: soft-light;
}
.wk-blend-difference {
mix-blend-mode: difference;
}
.wk-blend-exclusion {
mix-blend-mode: exclusion;
}
.wk-blend-hue {
mix-blend-mode: hue;
}
.wk-blend-saturation {
mix-blend-mode: saturation;
}
.wk-blend-color {
mix-blend-mode: color;
}
.wk-blend-luminosity {
mix-blend-mode: luminosity;
}
.wk-transform-center {
transform: translate(-50%, -50%);
}
.wk-transform-origin-top-left {
transform-origin: 0 0;
}
.wk-transform-origin-top-center {
transform-origin: 50% 0;
}
.wk-transform-origin-top-right {
transform-origin: 100% 0;
}
.wk-transform-origin-center-left {
transform-origin: 0 50%;
}
.wk-transform-origin-center-right {
transform-origin: 100% 50%;
}
.wk-transform-origin-bottom-left {
transform-origin: 0 100%;
}
.wk-transform-origin-bottom-center {
transform-origin: 50% 100%;
}
.wk-transform-origin-bottom-right {
transform-origin: 100% 100%;
}
.wk-flex {
display: flex;
}
.wk-flex-inline {
display: inline-flex;
}
.wk-flex-inline::after, .wk-flex-inline::before, .wk-flex::after, .wk-flex::before {
display: none;
}
.wk-flex-left {
justify-content: flex-start;
}
.wk-flex-center {
justify-content: center;
}
.wk-flex-right {
justify-content: flex-end;
}
.wk-flex-between {
justify-content: space-between;
}
.wk-flex-around {
justify-content: space-around;
}
@media (min-width: 640px) {
.wk-flex-left\@s {
justify-content: flex-start;
}
.wk-flex-center\@s {
justify-content: center;
}
.wk-flex-right\@s {
justify-content: flex-end;
}
.wk-flex-between\@s {
justify-content: space-between;
}
.wk-flex-around\@s {
justify-content: space-around;
}
}
@media (min-width: 960px) {
.wk-flex-left\@m {
justify-content: flex-start;
}
.wk-flex-center\@m {
justify-content: center;
}
.wk-flex-right\@m {
justify-content: flex-end;
}
.wk-flex-between\@m {
justify-content: space-between;
}
.wk-flex-around\@m {
justify-content: space-around;
}
}
@media (min-width: 1200px) {
.wk-flex-left\@l {
justify-content: flex-start;
}
.wk-flex-center\@l {
justify-content: center;
}
.wk-flex-right\@l {
justify-content: flex-end;
}
.wk-flex-between\@l {
justify-content: space-between;
}
.wk-flex-around\@l {
justify-content: space-around;
}
}
@media (min-width: 1600px) {
.wk-flex-left\@xl {
justify-content: flex-start;
}
.wk-flex-center\@xl {
justify-content: center;
}
.wk-flex-right\@xl {
justify-content: flex-end;
}
.wk-flex-between\@xl {
justify-content: space-between;
}
.wk-flex-around\@xl {
justify-content: space-around;
}
}
.wk-flex-stretch {
align-items: stretch;
}
.wk-flex-top {
align-items: flex-start;
}
.wk-flex-middle {
align-items: center;
}
.wk-flex-bottom {
align-items: flex-end;
}
.wk-flex-row {
flex-direction: row;
}
.wk-flex-row-reverse {
flex-direction: row-reverse;
}
.wk-flex-column {
flex-direction: column;
}
.wk-flex-column-reverse {
flex-direction: column-reverse;
}
.wk-flex-nowrap {
flex-wrap: nowrap;
}
.wk-flex-wrap {
flex-wrap: wrap;
}
.wk-flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.wk-flex-wrap-stretch {
align-content: stretch;
}
.wk-flex-wrap-top {
align-content: flex-start;
}
.wk-flex-wrap-middle {
align-content: center;
}
.wk-flex-wrap-bottom {
align-content: flex-end;
}
.wk-flex-wrap-between {
align-content: space-between;
}
.wk-flex-wrap-around {
align-content: space-around;
}
.wk-flex-first {
order: -1;
}
.wk-flex-last {
order: 99;
}
@media (min-width: 640px) {
.wk-flex-first\@s {
order: -1;
}
.wk-flex-last\@s {
order: 99;
}
}
@media (min-width: 960px) {
.wk-flex-first\@m {
order: -1;
}
.wk-flex-last\@m {
order: 99;
}
}
@media (min-width: 1200px) {
.wk-flex-first\@l {
order: -1;
}
.wk-flex-last\@l {
order: 99;
}
}
@media (min-width: 1600px) {
.wk-flex-first\@xl {
order: -1;
}
.wk-flex-last\@xl {
order: 99;
}
}
.wk-flex-none {
flex: none;
}
.wk-flex-auto {
flex: auto;
}
.wk-flex-1 {
flex: 1;
}
.wk-margin {
margin-bottom: 20px;
}
* + .wk-margin {
margin-top: 20px !important;
}
.wk-margin-top {
margin-top: 20px !important;
}
.wk-margin-bottom {
margin-bottom: 20px !important;
}
.wk-margin-left {
margin-left: 20px !important;
}
.wk-margin-right {
margin-right: 20px !important;
}
.wk-margin-small {
margin-bottom: 10px;
}
* + .wk-margin-small {
margin-top: 10px !important;
}
.wk-margin-small-top {
margin-top: 10px !important;
}
.wk-margin-small-bottom {
margin-bottom: 10px !important;
}
.wk-margin-small-left {
margin-left: 10px !important;
}
.wk-margin-small-right {
margin-right: 10px !important;
}
.wk-margin-medium {
margin-bottom: 40px;
}
* + .wk-margin-medium {
margin-top: 40px !important;
}
.wk-margin-medium-top {
margin-top: 40px !important;
}
.wk-margin-medium-bottom {
margin-bottom: 40px !important;
}
.wk-margin-medium-left {
margin-left: 40px !important;
}
.wk-margin-medium-right {
margin-right: 40px !important;
}
.wk-margin-large {
margin-bottom: 40px;
}
* + .wk-margin-large {
margin-top: 40px !important;
}
.wk-margin-large-top {
margin-top: 40px !important;
}
.wk-margin-large-bottom {
margin-bottom: 40px !important;
}
.wk-margin-large-left {
margin-left: 40px !important;
}
.wk-margin-large-right {
margin-right: 40px !important;
}
@media (min-width: 1200px) {
.wk-margin-large {
margin-bottom: 70px;
}
* + .wk-margin-large {
margin-top: 70px !important;
}
.wk-margin-large-top {
margin-top: 70px !important;
}
.wk-margin-large-bottom {
margin-bottom: 70px !important;
}
.wk-margin-large-left {
margin-left: 70px !important;
}
.wk-margin-large-right {
margin-right: 70px !important;
}
}
.wk-margin-xlarge {
margin-bottom: 70px;
}
* + .wk-margin-xlarge {
margin-top: 70px !important;
}
.wk-margin-xlarge-top {
margin-top: 70px !important;
}
.wk-margin-xlarge-bottom {
margin-bottom: 70px !important;
}
.wk-margin-xlarge-left {
margin-left: 70px !important;
}
.wk-margin-xlarge-right {
margin-right: 70px !important;
}
@media (min-width: 1200px) {
.wk-margin-xlarge {
margin-bottom: 140px;
}
* + .wk-margin-xlarge {
margin-top: 140px !important;
}
.wk-margin-xlarge-top {
margin-top: 140px !important;
}
.wk-margin-xlarge-bottom {
margin-bottom: 140px !important;
}
.wk-margin-xlarge-left {
margin-left: 140px !important;
}
.wk-margin-xlarge-right {
margin-right: 140px !important;
}
}
.wk-margin-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.wk-margin-auto-top {
margin-top: auto !important;
}
.wk-margin-auto-bottom {
margin-bottom: auto !important;
}
.wk-margin-auto-left {
margin-left: auto !important;
}
.wk-margin-auto-right {
margin-right: auto !important;
}
.wk-margin-auto-vertical {
margin-top: auto !important;
margin-bottom: auto !important;
}
@media (min-width: 640px) {
.wk-margin-auto\@s {
margin-left: auto !important;
margin-right: auto !important;
}
.wk-margin-auto-left\@s {
margin-left: auto !important;
}
.wk-margin-auto-right\@s {
margin-right: auto !important;
}
}
@media (min-width: 960px) {
.wk-margin-auto\@m {
margin-left: auto !important;
margin-right: auto !important;
}
.wk-margin-auto-left\@m {
margin-left: auto !important;
}
.wk-margin-auto-right\@m {
margin-right: auto !important;
}
}
@media (min-width: 1200px) {
.wk-margin-auto\@l {
margin-left: auto !important;
margin-right: auto !important;
}
.wk-margin-auto-left\@l {
margin-left: auto !important;
}
.wk-margin-auto-right\@l {
margin-right: auto !important;
}
}
@media (min-width: 1600px) {
.wk-margin-auto\@xl {
margin-left: auto !important;
margin-right: auto !important;
}
.wk-margin-auto-left\@xl {
margin-left: auto !important;
}
.wk-margin-auto-right\@xl {
margin-right: auto !important;
}
}
.wk-margin-remove {
margin: 0 !important;
}
.wk-margin-remove-top {
margin-top: 0 !important;
}
.wk-margin-remove-bottom {
margin-bottom: 0 !important;
}
.wk-margin-remove-left {
margin-left: 0 !important;
}
.wk-margin-remove-right {
margin-right: 0 !important;
}
.wk-margin-remove-vertical {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.wk-margin-remove-adjacent + *, .wk-margin-remove-first-child > :first-child {
margin-top: 0 !important;
}
.wk-margin-remove-last-child > :last-child {
margin-bottom: 0 !important;
}
@media (min-width: 640px) {
.wk-margin-remove-left\@s {
margin-left: 0 !important;
}
.wk-margin-remove-right\@s {
margin-right: 0 !important;
}
}
@media (min-width: 960px) {
.wk-margin-remove-left\@m {
margin-left: 0 !important;
}
.wk-margin-remove-right\@m {
margin-right: 0 !important;
}
}
@media (min-width: 1200px) {
.wk-margin-remove-left\@l {
margin-left: 0 !important;
}
.wk-margin-remove-right\@l {
margin-right: 0 !important;
}
}
@media (min-width: 1600px) {
.wk-margin-remove-left\@xl {
margin-left: 0 !important;
}
.wk-margin-remove-right\@xl {
margin-right: 0 !important;
}
}
.wk-padding {
padding: 30px;
}
@media (min-width: 1200px) {
.wk-padding {
padding: 40px;
}
}
.wk-padding-small {
padding: 15px;
}
.wk-padding-large {
padding: 30px;
}
@media (min-width: 1200px) {
.wk-padding-large {
padding: 70px;
}
}
.wk-padding-remove {
padding: 0 !important;
}
.wk-padding-remove-top {
padding-top: 0 !important;
}
.wk-padding-remove-bottom {
padding-bottom: 0 !important;
}
.wk-padding-remove-left {
padding-left: 0 !important;
}
.wk-padding-remove-right {
padding-right: 0 !important;
}
.wk-padding-remove-vertical {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.wk-padding-remove-horizontal {
padding-left: 0 !important;
padding-right: 0 !important;
}
[class*=wk-position-bottom], [class*=wk-position-center], [class*=wk-position-left], [class*=wk-position-right], [class*=wk-position-top] {
position: absolute !important;
}
.wk-position-top {
top: 0;
left: 0;
right: 0;
}
.wk-position-bottom {
bottom: 0;
left: 0;
right: 0;
}
.wk-position-left {
top: 0;
bottom: 0;
left: 0;
}
.wk-position-right {
top: 0;
bottom: 0;
right: 0;
}
.wk-position-top-left {
top: 0;
left: 0;
}
.wk-position-top-right {
top: 0;
right: 0;
}
.wk-position-bottom-left {
bottom: 0;
left: 0;
}
.wk-position-bottom-right {
bottom: 0;
right: 0;
}
.wk-position-center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: max-content;
max-width: 100%;
box-sizing: border-box;
}
[class*=wk-position-center-left], [class*=wk-position-center-right] {
top: 50%;
transform: translateY(-50%);
}
.wk-position-center-left {
left: 0;
}
.wk-position-center-right {
right: 0;
}
.wk-position-center-left-out {
right: 100%;
width: max-content;
}
.wk-position-center-right-out {
left: 100%;
width: max-content;
}
.wk-position-bottom-center, .wk-position-top-center {
left: 50%;
transform: translateX(-50%);
width: max-content;
max-width: 100%;
box-sizing: border-box;
}
.wk-position-top-center {
top: 0;
}
.wk-position-bottom-center {
bottom: 0;
}
.wk-position-cover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.wk-position-relative {
position: relative !important;
}
.wk-position-absolute {
position: absolute !important;
}
.wk-position-fixed {
position: fixed !important;
}
.wk-position-z-index {
z-index: 1;
}
.wk-position-small {
max-width: calc(100% - 30px);
margin: 15px;
}
.wk-position-small.wk-position-center {
transform: translate(-50%, -50%) translate(-15px, -15px);
}
.wk-position-small[class*=wk-position-center-left], .wk-position-small[class*=wk-position-center-right] {
transform: translateY(-50%) translateY(-15px);
}
.wk-position-small.wk-position-bottom-center, .wk-position-small.wk-position-top-center {
transform: translateX(-50%) translateX(-15px);
}
.wk-position-medium {
max-width: calc(100% - 60px);
margin: 30px;
}
.wk-position-medium.wk-position-center {
transform: translate(-50%, -50%) translate(-30px, -30px);
}
.wk-position-medium[class*=wk-position-center-left], .wk-position-medium[class*=wk-position-center-right] {
transform: translateY(-50%) translateY(-30px);
}
.wk-position-medium.wk-position-bottom-center, .wk-position-medium.wk-position-top-center {
transform: translateX(-50%) translateX(-30px);
}
.wk-position-large {
max-width: calc(100% - 60px);
margin: 30px;
}
.wk-position-large.wk-position-center {
transform: translate(-50%, -50%) translate(-30px, -30px);
}
.wk-position-large[class*=wk-position-center-left], .wk-position-large[class*=wk-position-center-right] {
transform: translateY(-50%) translateY(-30px);
}
.wk-position-large.wk-position-bottom-center, .wk-position-large.wk-position-top-center {
transform: translateX(-50%) translateX(-30px);
}
@media (min-width: 1200px) {
.wk-position-large {
max-width: calc(100% - 100px);
margin: 50px;
}
.wk-position-large.wk-position-center {
transform: translate(-50%, -50%) translate(-50px, -50px);
}
.wk-position-large[class*=wk-position-center-left], .wk-position-large[class*=wk-position-center-right] {
transform: translateY(-50%) translateY(-50px);
}
.wk-position-large.wk-position-bottom-center, .wk-position-large.wk-position-top-center {
transform: translateX(-50%) translateX(-50px);
}
}
.wk-transition-toggle {
-webkit-tap-highlight-color: transparent;
}
.wk-transition-toggle:focus {
outline: 0;
}
.wk-transition-fade, [class*=wk-transition-scale], [class*=wk-transition-slide] {
transition: 0.3s ease-out;
transition-property: opacity, transform, filter;
opacity: 0;
}
.wk-transition-active.wk-active .wk-transition-fade, .wk-transition-toggle:focus .wk-transition-fade, .wk-transition-toggle:hover .wk-transition-fade {
opacity: 1;
}
.wk-transition-scale-up {
transform: scale(1, 1);
}
.wk-transition-scale-down {
transform: scale(1.1, 1.1);
}
.wk-transition-active.wk-active .wk-transition-scale-up, .wk-transition-toggle:focus .wk-transition-scale-up, .wk-transition-toggle:hover .wk-transition-scale-up {
opacity: 1;
transform: scale(1.1, 1.1);
}
.wk-transition-active.wk-active .wk-transition-scale-down, .wk-transition-toggle:focus .wk-transition-scale-down, .wk-transition-toggle:hover .wk-transition-scale-down {
opacity: 1;
transform: scale(1, 1);
}
.wk-transition-slide-top {
transform: translateY(-100%);
}
.wk-transition-slide-bottom {
transform: translateY(100%);
}
.wk-transition-slide-left {
transform: translateX(-100%);
}
.wk-transition-slide-right {
transform: translateX(100%);
}
.wk-transition-slide-top-small {
transform: translateY(-10px);
}
.wk-transition-slide-bottom-small {
transform: translateY(10px);
}
.wk-transition-slide-left-small {
transform: translateX(-10px);
}
.wk-transition-slide-right-small {
transform: translateX(10px);
}
.wk-transition-slide-top-medium {
transform: translateY(-50px);
}
.wk-transition-slide-bottom-medium {
transform: translateY(50px);
}
.wk-transition-slide-left-medium {
transform: translateX(-50px);
}
.wk-transition-slide-right-medium {
transform: translateX(50px);
}
.wk-transition-active.wk-active [class*=wk-transition-slide], .wk-transition-toggle:focus [class*=wk-transition-slide], .wk-transition-toggle:hover [class*=wk-transition-slide] {
opacity: 1;
transform: translate(0, 0);
}
.wk-transition-opaque {
opacity: 1;
}
.wk-transition-slow {
transition-duration: 0.7s;
}
.wk-hidden, [hidden] {
display: none !important;
}
@media (min-width: 640px) {
.wk-hidden\@s {
display: none !important;
}
}
@media (min-width: 960px) {
.wk-hidden\@m {
display: none !important;
}
}
@media (min-width: 1200px) {
.wk-hidden\@l {
display: none !important;
}
}
@media (min-width: 1600px) {
.wk-hidden\@xl {
display: none !important;
}
}
@media (max-width: 639px) {
.wk-visible\@s {
display: none !important;
}
}
@media (max-width: 959px) {
.wk-visible\@m {
display: none !important;
}
}
@media (max-width: 1199px) {
.wk-visible\@l {
display: none !important;
}
}
@media (max-width: 1599px) {
.wk-visible\@xl {
display: none !important;
}
}
.wk-invisible {
visibility: hidden !important;
}
.wk-visible-toggle:not(:hover):not(:focus) .wk-hidden-hover:not(:focus-within) {
position: absolute !important;
width: 0 !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
overflow: hidden !important;
}
.wk-visible-toggle:not(:hover):not(:focus) .wk-invisible-hover:not(:focus-within) {
opacity: 0 !important;
}
.wk-visible-toggle {
-webkit-tap-highlight-color: transparent;
}
.wk-visible-toggle:focus {
outline: 0;
}
@media (pointer: coarse) {
.wk-hidden-touch {
display: none !important;
}
}
.wk-hidden-notouch {
display: none !important;
}
@media (pointer: coarse) {
.wk-hidden-notouch {
display: block !important;
}
}
.wk-card-primary.wk-card-body .wk-button-default, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-default, .wk-card-secondary.wk-card-body .wk-button-default, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-default, .wk-light .wk-button-default, .wk-section-primary:not(.wk-preserve-color) .wk-button-default, .wk-section-secondary:not(.wk-preserve-color) .wk-button-default, .wk-tile-primary:not(.wk-preserve-color) .wk-button-default, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-default {
background-color: #fff;
color: #666;
}
.wk-card-primary.wk-card-body .wk-button-default:focus, .wk-card-primary.wk-card-body .wk-button-default:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-default:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-default:hover, .wk-card-secondary.wk-card-body .wk-button-default:focus, .wk-card-secondary.wk-card-body .wk-button-default:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-default:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-default:hover, .wk-light .wk-button-default:focus, .wk-light .wk-button-default:hover, .wk-section-primary:not(.wk-preserve-color) .wk-button-default:focus, .wk-section-primary:not(.wk-preserve-color) .wk-button-default:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-button-default:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-button-default:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-button-default:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-button-default:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-default:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-default:hover {
background-color: #f2f2f2;
color: #666;
}
.wk-card-primary.wk-card-body .wk-button-default.wk-active, .wk-card-primary.wk-card-body .wk-button-default:active, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-default.wk-active, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-default:active, .wk-card-secondary.wk-card-body .wk-button-default.wk-active, .wk-card-secondary.wk-card-body .wk-button-default:active, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-default.wk-active, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-default:active, .wk-light .wk-button-default.wk-active, .wk-light .wk-button-default:active, .wk-section-primary:not(.wk-preserve-color) .wk-button-default.wk-active, .wk-section-primary:not(.wk-preserve-color) .wk-button-default:active, .wk-section-secondary:not(.wk-preserve-color) .wk-button-default.wk-active, .wk-section-secondary:not(.wk-preserve-color) .wk-button-default:active, .wk-tile-primary:not(.wk-preserve-color) .wk-button-default.wk-active, .wk-tile-primary:not(.wk-preserve-color) .wk-button-default:active, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-default.wk-active, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-default:active {
background-color: #e6e6e6;
color: #666;
}
.wk-card-primary.wk-card-body .wk-button-primary, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-primary, .wk-card-secondary.wk-card-body .wk-button-primary, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-primary, .wk-light .wk-button-primary, .wk-section-primary:not(.wk-preserve-color) .wk-button-primary, .wk-section-secondary:not(.wk-preserve-color) .wk-button-primary, .wk-tile-primary:not(.wk-preserve-color) .wk-button-primary, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-primary {
background-color: #fff;
color: #666;
}
.wk-card-primary.wk-card-body .wk-button-primary:focus, .wk-card-primary.wk-card-body .wk-button-primary:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-primary:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-primary:hover, .wk-card-secondary.wk-card-body .wk-button-primary:focus, .wk-card-secondary.wk-card-body .wk-button-primary:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-primary:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-primary:hover, .wk-light .wk-button-primary:focus, .wk-light .wk-button-primary:hover, .wk-section-primary:not(.wk-preserve-color) .wk-button-primary:focus, .wk-section-primary:not(.wk-preserve-color) .wk-button-primary:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-button-primary:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-button-primary:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-button-primary:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-button-primary:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-primary:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-primary:hover {
background-color: #f2f2f2;
color: #666;
}
.wk-card-primary.wk-card-body .wk-button-primary.wk-active, .wk-card-primary.wk-card-body .wk-button-primary:active, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-primary.wk-active, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-primary:active, .wk-card-secondary.wk-card-body .wk-button-primary.wk-active, .wk-card-secondary.wk-card-body .wk-button-primary:active, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-primary.wk-active, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-primary:active, .wk-light .wk-button-primary.wk-active, .wk-light .wk-button-primary:active, .wk-section-primary:not(.wk-preserve-color) .wk-button-primary.wk-active, .wk-section-primary:not(.wk-preserve-color) .wk-button-primary:active, .wk-section-secondary:not(.wk-preserve-color) .wk-button-primary.wk-active, .wk-section-secondary:not(.wk-preserve-color) .wk-button-primary:active, .wk-tile-primary:not(.wk-preserve-color) .wk-button-primary.wk-active, .wk-tile-primary:not(.wk-preserve-color) .wk-button-primary:active, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-primary.wk-active, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-primary:active {
background-color: #e6e6e6;
color: #666;
}
.wk-card-primary.wk-card-body .wk-button-secondary, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-secondary, .wk-card-secondary.wk-card-body .wk-button-secondary, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-secondary, .wk-light .wk-button-secondary, .wk-section-primary:not(.wk-preserve-color) .wk-button-secondary, .wk-section-secondary:not(.wk-preserve-color) .wk-button-secondary, .wk-tile-primary:not(.wk-preserve-color) .wk-button-secondary, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-secondary {
background-color: #fff;
color: #666;
}
.wk-card-primary.wk-card-body .wk-button-secondary:focus, .wk-card-primary.wk-card-body .wk-button-secondary:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-secondary:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-secondary:hover, .wk-card-secondary.wk-card-body .wk-button-secondary:focus, .wk-card-secondary.wk-card-body .wk-button-secondary:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-secondary:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-secondary:hover, .wk-light .wk-button-secondary:focus, .wk-light .wk-button-secondary:hover, .wk-section-primary:not(.wk-preserve-color) .wk-button-secondary:focus, .wk-section-primary:not(.wk-preserve-color) .wk-button-secondary:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-button-secondary:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-button-secondary:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-button-secondary:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-button-secondary:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-secondary:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-secondary:hover {
background-color: #f2f2f2;
color: #666;
}
.wk-card-primary.wk-card-body .wk-button-secondary.wk-active, .wk-card-primary.wk-card-body .wk-button-secondary:active, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-secondary.wk-active, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-secondary:active, .wk-card-secondary.wk-card-body .wk-button-secondary.wk-active, .wk-card-secondary.wk-card-body .wk-button-secondary:active, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-secondary.wk-active, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-secondary:active, .wk-light .wk-button-secondary.wk-active, .wk-light .wk-button-secondary:active, .wk-section-primary:not(.wk-preserve-color) .wk-button-secondary.wk-active, .wk-section-primary:not(.wk-preserve-color) .wk-button-secondary:active, .wk-section-secondary:not(.wk-preserve-color) .wk-button-secondary.wk-active, .wk-section-secondary:not(.wk-preserve-color) .wk-button-secondary:active, .wk-tile-primary:not(.wk-preserve-color) .wk-button-secondary.wk-active, .wk-tile-primary:not(.wk-preserve-color) .wk-button-secondary:active, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-secondary.wk-active, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-secondary:active {
background-color: #e6e6e6;
color: #666;
}
.wk-card-primary.wk-card-body .wk-button-text, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-text, .wk-card-secondary.wk-card-body .wk-button-text, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-text, .wk-light .wk-button-text, .wk-section-primary:not(.wk-preserve-color) .wk-button-text, .wk-section-secondary:not(.wk-preserve-color) .wk-button-text, .wk-tile-primary:not(.wk-preserve-color) .wk-button-text, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-text {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-button-text:focus, .wk-card-primary.wk-card-body .wk-button-text:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-text:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-text:hover, .wk-card-secondary.wk-card-body .wk-button-text:focus, .wk-card-secondary.wk-card-body .wk-button-text:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-text:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-text:hover, .wk-light .wk-button-text:focus, .wk-light .wk-button-text:hover, .wk-section-primary:not(.wk-preserve-color) .wk-button-text:focus, .wk-section-primary:not(.wk-preserve-color) .wk-button-text:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-button-text:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-button-text:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-button-text:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-button-text:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-text:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-text:hover {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-button-text:disabled, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-text:disabled, .wk-card-secondary.wk-card-body .wk-button-text:disabled, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-text:disabled, .wk-light .wk-button-text:disabled, .wk-section-primary:not(.wk-preserve-color) .wk-button-text:disabled, .wk-section-secondary:not(.wk-preserve-color) .wk-button-text:disabled, .wk-tile-primary:not(.wk-preserve-color) .wk-button-text:disabled, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-text:disabled {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-button-link, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-link, .wk-card-secondary.wk-card-body .wk-button-link, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-link, .wk-light .wk-button-link, .wk-section-primary:not(.wk-preserve-color) .wk-button-link, .wk-section-secondary:not(.wk-preserve-color) .wk-button-link, .wk-tile-primary:not(.wk-preserve-color) .wk-button-link, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-link {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-button-link:focus, .wk-card-primary.wk-card-body .wk-button-link:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-link:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-button-link:hover, .wk-card-secondary.wk-card-body .wk-button-link:focus, .wk-card-secondary.wk-card-body .wk-button-link:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-link:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-button-link:hover, .wk-light .wk-button-link:focus, .wk-light .wk-button-link:hover, .wk-section-primary:not(.wk-preserve-color) .wk-button-link:focus, .wk-section-primary:not(.wk-preserve-color) .wk-button-link:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-button-link:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-button-link:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-button-link:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-button-link:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-link:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-button-link:hover {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-grid-divider > :not(.wk-first-column)::before, .wk-card-primary > :not([class*=wk-card-media]) .wk-grid-divider > :not(.wk-first-column)::before, .wk-card-secondary.wk-card-body .wk-grid-divider > :not(.wk-first-column)::before, .wk-card-secondary > :not([class*=wk-card-media]) .wk-grid-divider > :not(.wk-first-column)::before, .wk-light .wk-grid-divider > :not(.wk-first-column)::before, .wk-section-primary:not(.wk-preserve-color) .wk-grid-divider > :not(.wk-first-column)::before, .wk-section-secondary:not(.wk-preserve-color) .wk-grid-divider > :not(.wk-first-column)::before, .wk-tile-primary:not(.wk-preserve-color) .wk-grid-divider > :not(.wk-first-column)::before, .wk-tile-secondary:not(.wk-preserve-color) .wk-grid-divider > :not(.wk-first-column)::before {
border-left-color: rgba(255, 255, 255, 0.2);
}
.wk-card-primary.wk-card-body .wk-grid-divider.wk-grid-stack > .wk-grid-margin::before, .wk-card-primary > :not([class*=wk-card-media]) .wk-grid-divider.wk-grid-stack > .wk-grid-margin::before, .wk-card-secondary.wk-card-body .wk-grid-divider.wk-grid-stack > .wk-grid-margin::before, .wk-card-secondary > :not([class*=wk-card-media]) .wk-grid-divider.wk-grid-stack > .wk-grid-margin::before, .wk-light .wk-grid-divider.wk-grid-stack > .wk-grid-margin::before, .wk-section-primary:not(.wk-preserve-color) .wk-grid-divider.wk-grid-stack > .wk-grid-margin::before, .wk-section-secondary:not(.wk-preserve-color) .wk-grid-divider.wk-grid-stack > .wk-grid-margin::before, .wk-tile-primary:not(.wk-preserve-color) .wk-grid-divider.wk-grid-stack > .wk-grid-margin::before, .wk-tile-secondary:not(.wk-preserve-color) .wk-grid-divider.wk-grid-stack > .wk-grid-margin::before {
border-top-color: rgba(255, 255, 255, 0.2);
}
.wk-card-primary.wk-card-body .wk-nav-parent-icon > .wk-parent > a::after, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-parent-icon > .wk-parent > a::after, .wk-card-secondary.wk-card-body .wk-nav-parent-icon > .wk-parent > a::after, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-parent-icon > .wk-parent > a::after, .wk-light .wk-nav-parent-icon > .wk-parent > a::after, .wk-section-primary:not(.wk-preserve-color) .wk-nav-parent-icon > .wk-parent > a::after, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-parent-icon > .wk-parent > a::after, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-parent-icon > .wk-parent > a::after, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-parent-icon > .wk-parent > a::after {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.wk-card-primary.wk-card-body .wk-nav-parent-icon > .wk-parent.wk-open > a::after, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-parent-icon > .wk-parent.wk-open > a::after, .wk-card-secondary.wk-card-body .wk-nav-parent-icon > .wk-parent.wk-open > a::after, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-parent-icon > .wk-parent.wk-open > a::after, .wk-light .wk-nav-parent-icon > .wk-parent.wk-open > a::after, .wk-section-primary:not(.wk-preserve-color) .wk-nav-parent-icon > .wk-parent.wk-open > a::after, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-parent-icon > .wk-parent.wk-open > a::after, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-parent-icon > .wk-parent.wk-open > a::after, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-parent-icon > .wk-parent.wk-open > a::after {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.wk-card-primary.wk-card-body .wk-nav-default > li > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default > li > a, .wk-card-secondary.wk-card-body .wk-nav-default > li > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default > li > a, .wk-light .wk-nav-default > li > a, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default > li > a, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default > li > a, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default > li > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default > li > a {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-nav-default > li > a:focus, .wk-card-primary.wk-card-body .wk-nav-default > li > a:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default > li > a:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default > li > a:hover, .wk-card-secondary.wk-card-body .wk-nav-default > li > a:focus, .wk-card-secondary.wk-card-body .wk-nav-default > li > a:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default > li > a:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default > li > a:hover, .wk-light .wk-nav-default > li > a:focus, .wk-light .wk-nav-default > li > a:hover, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default > li > a:focus, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default > li > a:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default > li > a:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default > li > a:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default > li > a:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default > li > a:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default > li > a:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default > li > a:hover {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-nav-default > li.wk-active > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default > li.wk-active > a, .wk-card-secondary.wk-card-body .wk-nav-default > li.wk-active > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default > li.wk-active > a, .wk-light .wk-nav-default > li.wk-active > a, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default > li.wk-active > a, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default > li.wk-active > a, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default > li.wk-active > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default > li.wk-active > a {
color: #fff;
}
.wk-card-primary.wk-card-body .wk-nav-default .wk-nav-header, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-header, .wk-card-secondary.wk-card-body .wk-nav-default .wk-nav-header, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-header, .wk-light .wk-nav-default .wk-nav-header, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-header, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-header, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-header, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-header {
color: #fff;
}
.wk-card-primary.wk-card-body .wk-nav-default .wk-nav-divider, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-divider, .wk-card-secondary.wk-card-body .wk-nav-default .wk-nav-divider, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-divider, .wk-light .wk-nav-default .wk-nav-divider, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-divider, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-divider, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-divider, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-divider {
border-top-color: rgba(255, 255, 255, 0.2);
}
.wk-card-primary.wk-card-body .wk-nav-default .wk-nav-sub a, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-sub a, .wk-card-secondary.wk-card-body .wk-nav-default .wk-nav-sub a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-sub a, .wk-light .wk-nav-default .wk-nav-sub a, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-nav-default .wk-nav-sub a:focus, .wk-card-primary.wk-card-body .wk-nav-default .wk-nav-sub a:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-sub a:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-sub a:hover, .wk-card-secondary.wk-card-body .wk-nav-default .wk-nav-sub a:focus, .wk-card-secondary.wk-card-body .wk-nav-default .wk-nav-sub a:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-sub a:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-sub a:hover, .wk-light .wk-nav-default .wk-nav-sub a:focus, .wk-light .wk-nav-default .wk-nav-sub a:hover, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a:focus, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub a:hover {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-nav-default .wk-nav-sub li.wk-active > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-sub li.wk-active > a, .wk-card-secondary.wk-card-body .wk-nav-default .wk-nav-sub li.wk-active > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-default .wk-nav-sub li.wk-active > a, .wk-light .wk-nav-default .wk-nav-sub li.wk-active > a, .wk-section-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub li.wk-active > a, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub li.wk-active > a, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub li.wk-active > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-default .wk-nav-sub li.wk-active > a {
color: #fff;
}
.wk-card-primary.wk-card-body .wk-nav-primary > li > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary > li > a, .wk-card-secondary.wk-card-body .wk-nav-primary > li > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary > li > a, .wk-light .wk-nav-primary > li > a, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary > li > a, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary > li > a, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary > li > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary > li > a {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-nav-primary > li > a:focus, .wk-card-primary.wk-card-body .wk-nav-primary > li > a:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary > li > a:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary > li > a:hover, .wk-card-secondary.wk-card-body .wk-nav-primary > li > a:focus, .wk-card-secondary.wk-card-body .wk-nav-primary > li > a:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary > li > a:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary > li > a:hover, .wk-light .wk-nav-primary > li > a:focus, .wk-light .wk-nav-primary > li > a:hover, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary > li > a:focus, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary > li > a:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary > li > a:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary > li > a:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary > li > a:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary > li > a:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary > li > a:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary > li > a:hover {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-nav-primary > li.wk-active > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary > li.wk-active > a, .wk-card-secondary.wk-card-body .wk-nav-primary > li.wk-active > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary > li.wk-active > a, .wk-light .wk-nav-primary > li.wk-active > a, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary > li.wk-active > a, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary > li.wk-active > a, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary > li.wk-active > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary > li.wk-active > a {
color: #fff;
}
.wk-card-primary.wk-card-body .wk-nav-primary .wk-nav-header, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-header, .wk-card-secondary.wk-card-body .wk-nav-primary .wk-nav-header, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-header, .wk-light .wk-nav-primary .wk-nav-header, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-header, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-header, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-header, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-header {
color: #fff;
}
.wk-card-primary.wk-card-body .wk-nav-primary .wk-nav-divider, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-divider, .wk-card-secondary.wk-card-body .wk-nav-primary .wk-nav-divider, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-divider, .wk-light .wk-nav-primary .wk-nav-divider, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-divider, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-divider, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-divider, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-divider {
border-top-color: rgba(255, 255, 255, 0.2);
}
.wk-card-primary.wk-card-body .wk-nav-primary .wk-nav-sub a, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-sub a, .wk-card-secondary.wk-card-body .wk-nav-primary .wk-nav-sub a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-sub a, .wk-light .wk-nav-primary .wk-nav-sub a, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-nav-primary .wk-nav-sub a:focus, .wk-card-primary.wk-card-body .wk-nav-primary .wk-nav-sub a:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-sub a:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-sub a:hover, .wk-card-secondary.wk-card-body .wk-nav-primary .wk-nav-sub a:focus, .wk-card-secondary.wk-card-body .wk-nav-primary .wk-nav-sub a:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-sub a:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-sub a:hover, .wk-light .wk-nav-primary .wk-nav-sub a:focus, .wk-light .wk-nav-primary .wk-nav-sub a:hover, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a:focus, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub a:hover {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-nav-primary .wk-nav-sub li.wk-active > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-sub li.wk-active > a, .wk-card-secondary.wk-card-body .wk-nav-primary .wk-nav-sub li.wk-active > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-nav-primary .wk-nav-sub li.wk-active > a, .wk-light .wk-nav-primary .wk-nav-sub li.wk-active > a, .wk-section-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub li.wk-active > a, .wk-section-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub li.wk-active > a, .wk-tile-primary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub li.wk-active > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-nav-primary .wk-nav-sub li.wk-active > a {
color: #fff;
}
.wk-card-primary.wk-card-body .wk-navbar-nav > li > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-nav > li > a, .wk-card-secondary.wk-card-body .wk-navbar-nav > li > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-nav > li > a, .wk-light .wk-navbar-nav > li > a, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-nav > li > a, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-nav > li > a, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-nav > li > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-nav > li > a {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-navbar-nav > li:hover > a, .wk-card-primary.wk-card-body .wk-navbar-nav > li > a.wk-open, .wk-card-primary.wk-card-body .wk-navbar-nav > li > a:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-nav > li:hover > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-nav > li > a.wk-open, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-nav > li > a:focus, .wk-card-secondary.wk-card-body .wk-navbar-nav > li:hover > a, .wk-card-secondary.wk-card-body .wk-navbar-nav > li > a.wk-open, .wk-card-secondary.wk-card-body .wk-navbar-nav > li > a:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-nav > li:hover > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-nav > li > a.wk-open, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-nav > li > a:focus, .wk-light .wk-navbar-nav > li:hover > a, .wk-light .wk-navbar-nav > li > a.wk-open, .wk-light .wk-navbar-nav > li > a:focus, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-nav > li:hover > a, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-nav > li > a.wk-open, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-nav > li > a:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-nav > li:hover > a, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-nav > li > a.wk-open, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-nav > li > a:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-nav > li:hover > a, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-nav > li > a.wk-open, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-nav > li > a:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-nav > li:hover > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-nav > li > a.wk-open, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-nav > li > a:focus {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-navbar-nav > li > a:active, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-nav > li > a:active, .wk-card-secondary.wk-card-body .wk-navbar-nav > li > a:active, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-nav > li > a:active, .wk-light .wk-navbar-nav > li > a:active, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-nav > li > a:active, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-nav > li > a:active, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-nav > li > a:active, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-nav > li > a:active {
color: #fff;
}
.wk-card-primary.wk-card-body .wk-navbar-nav > li.wk-active > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-nav > li.wk-active > a, .wk-card-secondary.wk-card-body .wk-navbar-nav > li.wk-active > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-nav > li.wk-active > a, .wk-light .wk-navbar-nav > li.wk-active > a, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-nav > li.wk-active > a, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-nav > li.wk-active > a, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-nav > li.wk-active > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-nav > li.wk-active > a {
color: #fff;
}
.wk-card-primary.wk-card-body .wk-navbar-item, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-item, .wk-card-secondary.wk-card-body .wk-navbar-item, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-item, .wk-light .wk-navbar-item, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-item, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-item, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-item, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-item {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-navbar-toggle, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-toggle, .wk-card-secondary.wk-card-body .wk-navbar-toggle, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-toggle, .wk-light .wk-navbar-toggle, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-toggle, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-toggle, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-toggle, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-toggle {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-navbar-toggle.wk-open, .wk-card-primary.wk-card-body .wk-navbar-toggle:focus, .wk-card-primary.wk-card-body .wk-navbar-toggle:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-toggle.wk-open, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-toggle:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-navbar-toggle:hover, .wk-card-secondary.wk-card-body .wk-navbar-toggle.wk-open, .wk-card-secondary.wk-card-body .wk-navbar-toggle:focus, .wk-card-secondary.wk-card-body .wk-navbar-toggle:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-toggle.wk-open, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-toggle:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-navbar-toggle:hover, .wk-light .wk-navbar-toggle.wk-open, .wk-light .wk-navbar-toggle:focus, .wk-light .wk-navbar-toggle:hover, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-toggle.wk-open, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-toggle:focus, .wk-section-primary:not(.wk-preserve-color) .wk-navbar-toggle:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-toggle.wk-open, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-toggle:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-navbar-toggle:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-toggle.wk-open, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-toggle:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-navbar-toggle:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-toggle.wk-open, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-toggle:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-navbar-toggle:hover {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-tab > * > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-tab > * > a, .wk-card-secondary.wk-card-body .wk-tab > * > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-tab > * > a, .wk-light .wk-tab > * > a, .wk-section-primary:not(.wk-preserve-color) .wk-tab > * > a, .wk-section-secondary:not(.wk-preserve-color) .wk-tab > * > a, .wk-tile-primary:not(.wk-preserve-color) .wk-tab > * > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-tab > * > a {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-tab > * > a:focus, .wk-card-primary.wk-card-body .wk-tab > * > a:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-tab > * > a:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-tab > * > a:hover, .wk-card-secondary.wk-card-body .wk-tab > * > a:focus, .wk-card-secondary.wk-card-body .wk-tab > * > a:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-tab > * > a:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-tab > * > a:hover, .wk-light .wk-tab > * > a:focus, .wk-light .wk-tab > * > a:hover, .wk-section-primary:not(.wk-preserve-color) .wk-tab > * > a:focus, .wk-section-primary:not(.wk-preserve-color) .wk-tab > * > a:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-tab > * > a:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-tab > * > a:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-tab > * > a:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-tab > * > a:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-tab > * > a:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-tab > * > a:hover {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-tab > .wk-active > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-tab > .wk-active > a, .wk-card-secondary.wk-card-body .wk-tab > .wk-active > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-tab > .wk-active > a, .wk-light .wk-tab > .wk-active > a, .wk-section-primary:not(.wk-preserve-color) .wk-tab > .wk-active > a, .wk-section-secondary:not(.wk-preserve-color) .wk-tab > .wk-active > a, .wk-tile-primary:not(.wk-preserve-color) .wk-tab > .wk-active > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-tab > .wk-active > a {
color: #fff;
}
.wk-card-primary.wk-card-body .wk-tab > .wk-disabled > a, .wk-card-primary > :not([class*=wk-card-media]) .wk-tab > .wk-disabled > a, .wk-card-secondary.wk-card-body .wk-tab > .wk-disabled > a, .wk-card-secondary > :not([class*=wk-card-media]) .wk-tab > .wk-disabled > a, .wk-light .wk-tab > .wk-disabled > a, .wk-section-primary:not(.wk-preserve-color) .wk-tab > .wk-disabled > a, .wk-section-secondary:not(.wk-preserve-color) .wk-tab > .wk-disabled > a, .wk-tile-primary:not(.wk-preserve-color) .wk-tab > .wk-disabled > a, .wk-tile-secondary:not(.wk-preserve-color) .wk-tab > .wk-disabled > a {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-slidenav, .wk-card-primary > :not([class*=wk-card-media]) .wk-slidenav, .wk-card-secondary.wk-card-body .wk-slidenav, .wk-card-secondary > :not([class*=wk-card-media]) .wk-slidenav, .wk-light .wk-slidenav, .wk-section-primary:not(.wk-preserve-color) .wk-slidenav, .wk-section-secondary:not(.wk-preserve-color) .wk-slidenav, .wk-tile-primary:not(.wk-preserve-color) .wk-slidenav, .wk-tile-secondary:not(.wk-preserve-color) .wk-slidenav {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-slidenav:focus, .wk-card-primary.wk-card-body .wk-slidenav:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-slidenav:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-slidenav:hover, .wk-card-secondary.wk-card-body .wk-slidenav:focus, .wk-card-secondary.wk-card-body .wk-slidenav:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-slidenav:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-slidenav:hover, .wk-light .wk-slidenav:focus, .wk-light .wk-slidenav:hover, .wk-section-primary:not(.wk-preserve-color) .wk-slidenav:focus, .wk-section-primary:not(.wk-preserve-color) .wk-slidenav:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-slidenav:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-slidenav:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-slidenav:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-slidenav:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-slidenav:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-slidenav:hover {
color: rgba(255, 255, 255, 0.95);
}
.wk-card-primary.wk-card-body .wk-slidenav:active, .wk-card-primary > :not([class*=wk-card-media]) .wk-slidenav:active, .wk-card-secondary.wk-card-body .wk-slidenav:active, .wk-card-secondary > :not([class*=wk-card-media]) .wk-slidenav:active, .wk-light .wk-slidenav:active, .wk-section-primary:not(.wk-preserve-color) .wk-slidenav:active, .wk-section-secondary:not(.wk-preserve-color) .wk-slidenav:active, .wk-tile-primary:not(.wk-preserve-color) .wk-slidenav:active, .wk-tile-secondary:not(.wk-preserve-color) .wk-slidenav:active {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-dotnav > * > *, .wk-card-primary > :not([class*=wk-card-media]) .wk-dotnav > * > *, .wk-card-secondary.wk-card-body .wk-dotnav > * > *, .wk-card-secondary > :not([class*=wk-card-media]) .wk-dotnav > * > *, .wk-light .wk-dotnav > * > *, .wk-section-primary:not(.wk-preserve-color) .wk-dotnav > * > *, .wk-section-secondary:not(.wk-preserve-color) .wk-dotnav > * > *, .wk-tile-primary:not(.wk-preserve-color) .wk-dotnav > * > *, .wk-tile-secondary:not(.wk-preserve-color) .wk-dotnav > * > * {
background-color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-dotnav > * > :focus, .wk-card-primary.wk-card-body .wk-dotnav > * > :hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-dotnav > * > :focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-dotnav > * > :hover, .wk-card-secondary.wk-card-body .wk-dotnav > * > :focus, .wk-card-secondary.wk-card-body .wk-dotnav > * > :hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-dotnav > * > :focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-dotnav > * > :hover, .wk-light .wk-dotnav > * > :focus, .wk-light .wk-dotnav > * > :hover, .wk-section-primary:not(.wk-preserve-color) .wk-dotnav > * > :focus, .wk-section-primary:not(.wk-preserve-color) .wk-dotnav > * > :hover, .wk-section-secondary:not(.wk-preserve-color) .wk-dotnav > * > :focus, .wk-section-secondary:not(.wk-preserve-color) .wk-dotnav > * > :hover, .wk-tile-primary:not(.wk-preserve-color) .wk-dotnav > * > :focus, .wk-tile-primary:not(.wk-preserve-color) .wk-dotnav > * > :hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-dotnav > * > :focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-dotnav > * > :hover {
background-color: rgba(255, 255, 255, 0.9);
}
.wk-card-primary.wk-card-body .wk-dotnav > * > :active, .wk-card-primary > :not([class*=wk-card-media]) .wk-dotnav > * > :active, .wk-card-secondary.wk-card-body .wk-dotnav > * > :active, .wk-card-secondary > :not([class*=wk-card-media]) .wk-dotnav > * > :active, .wk-light .wk-dotnav > * > :active, .wk-section-primary:not(.wk-preserve-color) .wk-dotnav > * > :active, .wk-section-secondary:not(.wk-preserve-color) .wk-dotnav > * > :active, .wk-tile-primary:not(.wk-preserve-color) .wk-dotnav > * > :active, .wk-tile-secondary:not(.wk-preserve-color) .wk-dotnav > * > :active {
background-color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-dotnav > .wk-active > *, .wk-card-primary > :not([class*=wk-card-media]) .wk-dotnav > .wk-active > *, .wk-card-secondary.wk-card-body .wk-dotnav > .wk-active > *, .wk-card-secondary > :not([class*=wk-card-media]) .wk-dotnav > .wk-active > *, .wk-light .wk-dotnav > .wk-active > *, .wk-section-primary:not(.wk-preserve-color) .wk-dotnav > .wk-active > *, .wk-section-secondary:not(.wk-preserve-color) .wk-dotnav > .wk-active > *, .wk-tile-primary:not(.wk-preserve-color) .wk-dotnav > .wk-active > *, .wk-tile-secondary:not(.wk-preserve-color) .wk-dotnav > .wk-active > * {
background-color: rgba(255, 255, 255, 0.9);
}
.wk-card-primary.wk-card-body .wk-text-lead, .wk-card-primary > :not([class*=wk-card-media]) .wk-text-lead, .wk-card-secondary.wk-card-body .wk-text-lead, .wk-card-secondary > :not([class*=wk-card-media]) .wk-text-lead, .wk-light .wk-text-lead, .wk-section-primary:not(.wk-preserve-color) .wk-text-lead, .wk-section-secondary:not(.wk-preserve-color) .wk-text-lead, .wk-tile-primary:not(.wk-preserve-color) .wk-text-lead, .wk-tile-secondary:not(.wk-preserve-color) .wk-text-lead {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-text-meta, .wk-card-primary > :not([class*=wk-card-media]) .wk-text-meta, .wk-card-secondary.wk-card-body .wk-text-meta, .wk-card-secondary > :not([class*=wk-card-media]) .wk-text-meta, .wk-light .wk-text-meta, .wk-section-primary:not(.wk-preserve-color) .wk-text-meta, .wk-section-secondary:not(.wk-preserve-color) .wk-text-meta, .wk-tile-primary:not(.wk-preserve-color) .wk-text-meta, .wk-tile-secondary:not(.wk-preserve-color) .wk-text-meta {
color: rgba(255, 255, 255, 0.5);
}
.wk-card-primary.wk-card-body .wk-text-muted, .wk-card-primary > :not([class*=wk-card-media]) .wk-text-muted, .wk-card-secondary.wk-card-body .wk-text-muted, .wk-card-secondary > :not([class*=wk-card-media]) .wk-text-muted, .wk-light .wk-text-muted, .wk-section-primary:not(.wk-preserve-color) .wk-text-muted, .wk-section-secondary:not(.wk-preserve-color) .wk-text-muted, .wk-tile-primary:not(.wk-preserve-color) .wk-text-muted, .wk-tile-secondary:not(.wk-preserve-color) .wk-text-muted {
color: rgba(255, 255, 255, 0.5) !important;
}
.wk-card-primary.wk-card-body .wk-text-emphasis, .wk-card-primary > :not([class*=wk-card-media]) .wk-text-emphasis, .wk-card-secondary.wk-card-body .wk-text-emphasis, .wk-card-secondary > :not([class*=wk-card-media]) .wk-text-emphasis, .wk-light .wk-text-emphasis, .wk-section-primary:not(.wk-preserve-color) .wk-text-emphasis, .wk-section-secondary:not(.wk-preserve-color) .wk-text-emphasis, .wk-tile-primary:not(.wk-preserve-color) .wk-text-emphasis, .wk-tile-secondary:not(.wk-preserve-color) .wk-text-emphasis {
color: #fff !important;
}
.wk-card-primary.wk-card-body .wk-text-primary, .wk-card-primary > :not([class*=wk-card-media]) .wk-text-primary, .wk-card-secondary.wk-card-body .wk-text-primary, .wk-card-secondary > :not([class*=wk-card-media]) .wk-text-primary, .wk-light .wk-text-primary, .wk-section-primary:not(.wk-preserve-color) .wk-text-primary, .wk-section-secondary:not(.wk-preserve-color) .wk-text-primary, .wk-tile-primary:not(.wk-preserve-color) .wk-text-primary, .wk-tile-secondary:not(.wk-preserve-color) .wk-text-primary {
color: #fff !important;
}
.wk-card-primary.wk-card-body .wk-text-secondary, .wk-card-primary > :not([class*=wk-card-media]) .wk-text-secondary, .wk-card-secondary.wk-card-body .wk-text-secondary, .wk-card-secondary > :not([class*=wk-card-media]) .wk-text-secondary, .wk-light .wk-text-secondary, .wk-section-primary:not(.wk-preserve-color) .wk-text-secondary, .wk-section-secondary:not(.wk-preserve-color) .wk-text-secondary, .wk-tile-primary:not(.wk-preserve-color) .wk-text-secondary, .wk-tile-secondary:not(.wk-preserve-color) .wk-text-secondary {
color: #fff !important;
}
.wk-card-primary.wk-card-body .wk-column-divider, .wk-card-primary > :not([class*=wk-card-media]) .wk-column-divider, .wk-card-secondary.wk-card-body .wk-column-divider, .wk-card-secondary > :not([class*=wk-card-media]) .wk-column-divider, .wk-light .wk-column-divider, .wk-section-primary:not(.wk-preserve-color) .wk-column-divider, .wk-section-secondary:not(.wk-preserve-color) .wk-column-divider, .wk-tile-primary:not(.wk-preserve-color) .wk-column-divider, .wk-tile-secondary:not(.wk-preserve-color) .wk-column-divider {
column-rule-color: rgba(255, 255, 255, 0.2);
}
.wk-card-primary.wk-card-body .wk-logo, .wk-card-primary > :not([class*=wk-card-media]) .wk-logo, .wk-card-secondary.wk-card-body .wk-logo, .wk-card-secondary > :not([class*=wk-card-media]) .wk-logo, .wk-light .wk-logo, .wk-section-primary:not(.wk-preserve-color) .wk-logo, .wk-section-secondary:not(.wk-preserve-color) .wk-logo, .wk-tile-primary:not(.wk-preserve-color) .wk-logo, .wk-tile-secondary:not(.wk-preserve-color) .wk-logo {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-logo:focus, .wk-card-primary.wk-card-body .wk-logo:hover, .wk-card-primary > :not([class*=wk-card-media]) .wk-logo:focus, .wk-card-primary > :not([class*=wk-card-media]) .wk-logo:hover, .wk-card-secondary.wk-card-body .wk-logo:focus, .wk-card-secondary.wk-card-body .wk-logo:hover, .wk-card-secondary > :not([class*=wk-card-media]) .wk-logo:focus, .wk-card-secondary > :not([class*=wk-card-media]) .wk-logo:hover, .wk-light .wk-logo:focus, .wk-light .wk-logo:hover, .wk-section-primary:not(.wk-preserve-color) .wk-logo:focus, .wk-section-primary:not(.wk-preserve-color) .wk-logo:hover, .wk-section-secondary:not(.wk-preserve-color) .wk-logo:focus, .wk-section-secondary:not(.wk-preserve-color) .wk-logo:hover, .wk-tile-primary:not(.wk-preserve-color) .wk-logo:focus, .wk-tile-primary:not(.wk-preserve-color) .wk-logo:hover, .wk-tile-secondary:not(.wk-preserve-color) .wk-logo:focus, .wk-tile-secondary:not(.wk-preserve-color) .wk-logo:hover {
color: rgba(255, 255, 255, 0.7);
}
.wk-card-primary.wk-card-body .wk-logo > :not(.wk-logo-inverse):not(:only-of-type), .wk-card-primary > :not([class*=wk-card-media]) .wk-logo > :not(.wk-logo-inverse):not(:only-of-type), .wk-card-secondary.wk-card-body .wk-logo > :not(.wk-logo-inverse):not(:only-of-type), .wk-card-secondary > :not([class*=wk-card-media]) .wk-logo > :not(.wk-logo-inverse):not(:only-of-type), .wk-light .wk-logo > :not(.wk-logo-inverse):not(:only-of-type), .wk-section-primary:not(.wk-preserve-color) .wk-logo > :not(.wk-logo-inverse):not(:only-of-type), .wk-section-secondary:not(.wk-preserve-color) .wk-logo > :not(.wk-logo-inverse):not(:only-of-type), .wk-tile-primary:not(.wk-preserve-color) .wk-logo > :not(.wk-logo-inverse):not(:only-of-type), .wk-tile-secondary:not(.wk-preserve-color) .wk-logo > :not(.wk-logo-inverse):not(:only-of-type) {
display: none;
}
.wk-card-primary.wk-card-body .wk-logo-inverse, .wk-card-primary > :not([class*=wk-card-media]) .wk-logo-inverse, .wk-card-secondary.wk-card-body .wk-logo-inverse, .wk-card-secondary > :not([class*=wk-card-media]) .wk-logo-inverse, .wk-light .wk-logo-inverse, .wk-section-primary:not(.wk-preserve-color) .wk-logo-inverse, .wk-section-secondary:not(.wk-preserve-color) .wk-logo-inverse, .wk-tile-primary:not(.wk-preserve-color) .wk-logo-inverse, .wk-tile-secondary:not(.wk-preserve-color) .wk-logo-inverse {
display: inline;
}