#silktide-wrapper {
--focus: 0 0 0 2px #ffffff, 0 0 0 4px #000000, 0 0 0 6px #ffffff;
--boxShadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
--fontFamily: Helvetica Neue, Segoe UI, Arial, sans-serif;
--primaryColor: #571525;
--backgroundColor: #f1f1f1;
--textColor: #253b48;
--backdropBackgroundColor: #00000033;
--backdropBackgroundBlur: 0px;
--cookieIconColor: #571525;
--cookieIconBackgroundColor: #f1f1f1;
position: fixed;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 99999;
pointer-events: none;
border: 0px;
display: flex;
justify-content: center;
align-items: center
} #silktide-backdrop-global {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: auto;
border: 0px;
display: none;
} #silktide-wrapper a {
all: unset;
display: inline-block;
color: var(--primaryColor);
text-decoration: underline;
}
#silktide-wrapper a:hover {
cursor: pointer;
color: var(--textColor);
} #silktide-wrapper a:focus,
#silktide-wrapper #silktide-banner button:focus,
#silktide-wrapper #silktide-modal button:focus,
#silktide-wrapper #silktide-cookie-icon:focus {
outline: none;
box-shadow: var(--focus);
border-radius: 5px;
}
#silktide-wrapper #silktide-cookie-icon:focus {
border-radius: 50%;
} #silktide-wrapper .st-button {
color: var(--backgroundColor);
background-color: var(--primaryColor);
border: 2px solid var(--primaryColor);
padding: 10px 20px;
text-decoration: none;
text-align: center;
display: inline-block;
font-size: 16px;
line-height: 24px;
cursor: pointer;
border-radius: 5px;
}
#silktide-wrapper .st-button--primary {
}
#silktide-wrapper .st-button--primary:hover {
background-color: var(--backgroundColor);
color: var(--primaryColor);
}
#silktide-wrapper .st-button--secondary {
background-color: var(--backgroundColor);
color: var(--primaryColor);
}
#silktide-wrapper .st-button--secondary:hover {
background-color: var(--primaryColor);
color: var(--backgroundColor);
}
#silktide-wrapper .st-button.button-color-kmr-palette-blue1.button-outline {
color: #fff;
border: 1px solid var(--global-palette6);
background-color: var(--global-palette6);
} #silktide-banner {
font-family: var(--fontFamily);
color: var(--textColor);
background-color: var(--backgroundColor);
box-sizing: border-box;
padding: 32px;
border-radius: 5px;
pointer-events: auto;
border: 0px;
position: fixed;
bottom: 16px;
right: 16px;
width: 560px;
overflow: auto;
max-width: calc(100% - 32px);
max-height: calc(100vh - 32px);
transform: translate(0, -20px);
opacity: 0;
animation: silktide-slideInDown 350ms ease-out forwards;
animation-delay: 0.3s;
box-shadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
}
#silktide-banner:focus {
border-radius: 50%;
}
#silktide-banner.center {
top: 50%;
left: 50%;
bottom: auto;
right: auto;
position: fixed;
transform: translate(-50%, calc(-50% - 20px));
animation: silktide-slideInDown-center 350ms ease-out forwards;
}
#silktide-banner.bottomLeft {
bottom: 16px;
left: 16px;
position: fixed;
}
#silktide-banner.bottomCenter {
bottom: 16px;
left: 50%;
position: fixed;
transform: translate(-50%, -20px);
animation: silktide-slideInDown-bottomCenter 350ms ease-out forwards;
}
#silktide-banner .preferences {
display: flex;
margin-left: 14px;
gap: 5px;
border: none;
padding: 15px 0px;
background-color: transparent;
color: var(--primaryColor);
cursor: pointer;
font-size: 15px;
}
#silktide-banner .preferences span {
display: block;
white-space: nowrap;
text-decoration: underline;
}
#silktide-banner .preferences span:hover {
color: var(--textColor);
}
#silktide-banner .preferences:after {
display: block;
content: '»';
text-decoration: none;
}
#silktide-banner p {
font-size: 16px;
line-height: 24px;
margin: 0px 0px 15px;
}
#silktide-banner p.strong {
margin-bottom: 5px;
font-weight: 600;
font-size: 17px;
}
#silktide-banner a {
display: inline-block;
color: var(--primaryColor);
text-decoration: underline;
background-color: var(--backgroundColor);
}
#silktide-banner a:hover {
color: var(--textColor);
}
#silktide-banner a.silktide-logo {
display: flex;
align-items: center;
justify-content: center;
fill: var(--primaryColor); margin-left: auto;
width: 48px;
height: 48px;
}
#silktide-banner .actions {
display: flex;
gap: 16px;
flex-direction: column;
margin-top: 24px;
}
@media (min-width: 600px) {
#silktide-banner .actions {
flex-direction: row;
align-items: center;
gap: 20px;
}
}
#silktide-banner .actions-row {
display: flex;
gap: 16px;
flex-direction: row;
align-items: center;
justify-content: space-between;
flex-grow: 1;
} #silktide-modal {
display: none;
pointer-events: auto;
overflow: auto;
width: 800px;
max-width: 100%;
max-height: 100%;
border: 0px;
transform: translate(0px, -20px);
opacity: 0;
animation: silktide-slideInUp-center 350ms ease-out forwards;
box-shadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
font-family: var(--fontFamily);
color: var(--textColor);
flex-direction: column;
padding: 30px;
background-color: var(--backgroundColor);
border-radius: 5px;
box-sizing: border-box;
} #silktide-modal header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
gap: 16px;
}
#silktide-modal .heading1 {
font-family: var(--fontFamily);
color: var(--textColor);
font-size: 24px;
font-weight: 500;
margin: 0px;
}
#silktide-modal .modal-close {
display: inline-flex;
border: none;
padding: 13px;
border: 0px;
cursor: pointer;
background: var(--backgroundColor);
color: var(--primaryColor);
}
#silktide-modal .modal-close svg {
fill: var(--primaryColor);
} #silktide-modal section {
flex: 1;
margin-top: 32px;
}
#silktide-modal section::-webkit-scrollbar {
display: block; width: 5px; }
#silktide-modal section::-webkit-scrollbar-thumb {
background-color: var(--textColor); border-radius: 10px; }
#silktide-modal p {
font-size: 16px;
line-height: 24px;
color: var(--textColor);
margin: 0px 0px 15px;
}
#silktide-modal p:last-of-type {
margin: 0px;
}
#silktide-modal fieldset {
padding: 0px;
border: none;
margin: 0px 0px 32px;
}
#silktide-modal fieldset:last-of-type {
margin: 0px;
}
#silktide-modal legend {
padding: 0px;
margin: 0px 0px 10px;
font-weight: 700;
color: var(--textColor);
font-size: 16px;
}
#silktide-modal .cookie-type-content {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 24px;  
} #silktide-modal .switch {
flex-shrink: 0;
position: relative;
display: inline-block;
height: 34px;
width: 74px;
cursor: pointer;
}
#silktide-modal .switch:focus-within {
outline: none;
box-shadow: var(--focus);
border-radius: 25px;
}
#silktide-modal .switch input {
opacity: 0;
position: absolute;
} #silktide-modal .switch__pill {
position: relative;
display: block;
height: 34px;
width: 74px;
background: var(--textColor);
border-radius: 25px;
}
#silktide-modal .switch__dot {
position: absolute;
top: 2px;
left: 2px;
display: block;
height: 30px;
width: 30px;
background: var(--backgroundColor);
border-radius: 50%;
transition: left 150ms ease-out;
}
#silktide-modal .switch__off,
#silktide-modal .switch__on {
text-transform: uppercase;
font-size: 15px;
font-weight: 500;
color: var(--backgroundColor);
position: absolute;
top: 7px;
right: 8px;
transition: right 150ms ease-out, opacity 150ms ease-out;
}
#silktide-modal .switch__off {
opacity: 1;
}
#silktide-modal .switch__on {
opacity: 0;
} #silktide-modal .switch input:checked + .switch__pill {
background: var(--primaryColor);
}
#silktide-modal .switch input:checked ~ .switch__dot {
left: calc(100% - 32px);
}
#silktide-modal .switch input:checked ~ .switch__off {
right: calc(100% - 32px);
opacity: 0;
}
#silktide-modal .switch input:checked ~ .switch__on {
right: calc(100% - 34px);
opacity: 1;
} #silktide-modal .switch input:disabled + .switch__pill {
opacity: 0.65;
cursor: not-allowed;
} #silktide-modal footer {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 24px;
}
@media (min-width: 600px) {
#silktide-modal footer {
flex-direction: row;
align-items: center;
}
}
#silktide-modal footer a {
margin-left: auto;
padding: 14px 0px;
} #silktide-cookie-icon {
display: none;
position: fixed;
bottom: 10px;
left: 10px;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
border-radius: 50%;
padding: 0px;
border: none;
background-color: var(--cookieIconColor);
cursor: pointer;
box-shadow: 0px 0px 6px 0px #0000001a;
pointer-events: auto;
animation: silktide-fadeIn 0.3s ease-in-out forwards;
}
#silktide-cookie-icon.bottomRight {
left: auto;
right: 10px;
}
#silktide-cookie-icon svg {
fill: var(--cookieIconBackgroundColor);
} #silktide-backdrop {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--backdropBackgroundColor);
backdrop-filter: blur(var(--backdropBackgroundBlur));
pointer-events: all;
} @keyframes silktide-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes silktide-slideInDown {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes silktide-slideInDown-center {
from {
opacity: 0;
transform: translate(-50%, calc(-50% - 20px));
}
to {
opacity: 1;
transform: translate(-50%, -50%);
}
}
@keyframes silktide-slideInDown-bottomCenter {
from {
opacity: 0;
transform: translate(-50%, -20px);
}
to {
opacity: 1;
transform: translate(-50%, 0);
}
}
@keyframes silktide-slideInUp-center {
from {
opacity: 0;
transform: translate(0px, 20px);
}
to {
opacity: 1;
transform: translate(0px, 0px);
}
}.kraftmaster-theme .hidden,
.kraftmaster-theme .evf-label-hide,
.evf-honeypot-container {
display: none;
}
.kraftmaster-theme .lg-backdrop {
z-index: 10000;
}
.kraftmaster-theme .lg-outer {
z-index: 11000;
}
.lg-thumbs-hidden .lg-thumb-outer {
display: none !important;
}
.kraftmaster-theme a {
text-decoration: none;
}
.kraftmaster-theme .display-flex {
display: flex;
font-size: 16px;
margin: 0;
padding: 0;
line-height: 1;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.jc-flex-start {
justify-content: flex-start;
align-items: flex-start;
}
.jc-flex-center {
justify-content: center;
}
.ai-flex-start {
align-items: flex-start;
}
.flex-column {
flex-direction: column;
}
.kraftmaster-theme .nolist {
list-style: none;
margin: 0;
}
.wp-kmr-header {
background: #fff;
position: relative;
z-index: 99;
}
.wp-kmr-header.header-scrolled {
width: 100%;
top: 0;
transform: translateY(-200%);
transition: transform 0.25s ease;
}
.wp-kmr-header.header-sticky {
position: sticky;
width: 100%;
top: 0;
z-index: 9999;
transform: translateY(0);
box-shadow: 0 0 6px -1px #00000050;
}
.mobile-link {
display: flex;
align-items: center;
color: unset;
text-decoration: none;
gap: 4px;
padding: 4px 8px;
margin-bottom: 4px;
}
.kmr-social-list-item {
background-color: #fff;
border-radius: 2px;
overflow: hidden;
transition: background-color 0.2s;
}
.kmr-social-list-item:hover {
background: #bad2de;
}
.social-link {
background-repeat: no-repeat;
background-size: 76%;
background-position: center;
}
.social-houzz {
background-image: url(//www.kmrenovate.com/wp-content/themes/kraftmaster/assets/icons/houzz.svg);
background-size: 100%;
}
.social-facebook {
background-image: url(//www.kmrenovate.com/wp-content/themes/kraftmaster/assets/icons/facebook.svg);
}
.social-twitter {
background-image: url(//www.kmrenovate.com/wp-content/themes/kraftmaster/assets/icons/twitter.svg);
}
.social-youtube {
background-image: url(//www.kmrenovate.com/wp-content/themes/kraftmaster/assets/icons/youtube.svg);
}
.social-pinterest {
background-image: url(//www.kmrenovate.com/wp-content/themes/kraftmaster/assets/icons/pinterest.svg);
}
.social-instagram {
background-image: url(//www.kmrenovate.com/wp-content/themes/kraftmaster/assets/icons/instagram.svg);
}
.social-linkedin {
background-image: url(//www.kmrenovate.com/wp-content/themes/kraftmaster/assets/icons/linkedin.svg);
}
.menu-header-container {
position: relative;
z-index: 999;
}
#menu-header {
height: 100%;
display: flex;
gap: 15px;
padding: 0;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
}
#menu-header,
#menu-header .sub-menu {
list-style: none;
margin: 0;
}
.menu-item.mega-menu .sub-menu {
padding: 0.25rem 0;
}
.menu-item.dropdown .sub-menu {
padding: .25rem 0rem;
}
#menu-header .menu-item.large-thumb {
margin-right: 1rem;
padding-right: 2rem;
border-right: 1px solid #ddd;
}
#menu-header .large-thumb .menu-item-link.card-link {
flex-direction: column;
align-items: flex-start;
}
#menu-header > .menu-item.dropdown {
position: relative;
}
#menu-header .menu-item a {
text-decoration: none;
text-transform: uppercase;
display: block;
transition: color 0.4s;
}
#menu-header > .menu-item > a {
letter-spacing: 0.5px;
color: #fafafa;
}
#menu-header > .menu-item:hover > a {
color: #fff;
}
#menu-header .sub-menu .menu-item a {
line-height: 1.2;
padding: 6px;
}
#menu-header .sub-menu .menu-item.large-thumb a {
font-size: 16px;
}
#menu-header .menu-item .menu-item-link {
display: flex;
gap: 8px;
align-items: center;
}
.menu-thumb {
width: 74px;
flex: 0 0 74px;
padding: 2px;
border: 1px solid;
}
.large-thumb .menu-thumb {
width: 100%;
flex-basis: 100%;
order: 2;
}
.menu-item-subtitle {
display: block;
font-size: 13px;
text-transform: capitalize;
color: #777;
max-width: 197px;
line-height: 1.2;
font-weight: 400;
margin-top: 5px;
border-top: 0.5px solid #ddd;
padding-top: 2px;
}
#menu-header .sub-menu .menu-item:hover a {
color: var(--global-palette2);
}
#menu-header .menu-item.menu-item-has-children:hover .sub-menu-container {
display: block;
}
.mega-menu .submenu-inner-container {
display: flex;
justify-content: center;
padding: 2.25rem;
}
.submenu-columns {
display: flex;
flex-grow: 1;
justify-content: center;
gap: 1rem;
}
.submenu-column {
flex: 1;
}
.submenu-column-heading {
text-transform: uppercase;
color: #999;
font-size: 15px;
letter-spacing: -0.2px;
padding-left: 4px;
border-bottom: 0.5px solid #ddd;
padding-bottom: 2px;
margin-bottom: 3px;
display: inline-block;
} .everest-forms {
width: 100%;
}
.evf-field-label {
display: block;
}
.evf-frontend-row {
display: flex;
}
.evf-frontend-grid {
flex: 1 0 100%;
}
.evf-field {
margin: 4px 0 18px;
padding: 0 1rem;
}
.evf-label {
font-size: 15px;
line-height: 1.1 !important;
display: inline-block;
font-weight: 600;
}
.evf-field input, .evf-field select, .evf-field textarea {
width: 100%;
font-size: 16px;
line-height: 2;
padding: 6px 12px !important;
}
.everest-form .select2-container--default .select2-selection--multiple,
.everest-form .select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid #cbd5e0 1px;
}
.evf-error {
color: red;
border-color: red !important;
}
.single-content .everest-form ul {
margin: 0;
padding: 0;
list-style: none;
}
.everest-form ul li {
display: flex;
align-items: center;
justify-content: flex-start;
}
.everest-form ul li input[type=checkbox] {
flex: 0 0 30px;
width: 30px;
}
.everest-form abbr, .everest-form acronym {
text-decoration: none !important;
border: 0 !important;
}
.evf-field textarea {
min-height: 100px;
}
.evf-submit-container {
padding: 0 1rem;
}
.evf-submit-container .evf-submit {
width: 100%;
}
.kraftmaster-theme .select2-container {
max-width: 100%;
min-width: 100%;
}
.iti__selected-flag {
background: #f0f0f0;
}
.everest-forms-notice.everest-forms-notice--success {
margin-top: 120px;
padding: 2rem;
background: #54c054;
color: #fff;
font-size: 18px;
font-weight: 600;
text-align: center;
}
.rank-math-list-item {
margin-bottom: 1.5rem;
border-bottom: 1px solid #ddd;
padding-bottom: 1.5rem;
}
.kraftmaster-theme .button.kmr-outline-white {
color: #f2f2f2;
background: #00000000;
border-color: #f2f2f2;
}
.kraftmaster-theme .button.kmr-outline-white:hover {
color: #fff;
background: #00000070;
border-color: #fff;
}
.evf-title-container {
padding: 1rem;
}
.everest-forms--title {
font-size: 21px;
font-weight: 600;
}
.everest-forms--description {
font-size: 15px;
line-height: 1.3;
margin-bottom: 16px;
}
@media (max-width: 767px) {
.kmr-header-row-inner.header-row1 {
height: 64px; padding: 0 0.5rem;
}
.kmr-logo {
width: 148px;
}
.wp-kmr-header .right-container {
display: none;
}
#kmr-header-menu-row {
display: none;
}
.toggler.header-tool {
align-items: center;
display: flex;
height: 100%;
opacity: 1 !important;
}
.tool-trigger {
width: 68px;
height: 100%;
align-items: center;
cursor: pointer;
display: inline-flex;
justify-content: center;
z-index: 9;
}
.toggler .off-canvas-sidebar-trigger .burger-icon {
display: flex;
flex-direction: column;
height: 20px;
justify-content: space-between;
width: 30px;
}
.toggler .off-canvas-sidebar-trigger .burger-icon>span {
background-color: #3a445b;
display: block;
height: 2px;
transition: .5s;
z-index: 9;
}
.toggler .off-canvas-sidebar-trigger .burger-icon>span:nth-child(3) {
width: 50%;
align-self: end;
}
.toggler .off-canvas-sidebar-trigger:hover .burger-icon>span {
width: 100%;
}
.evf-frontend-row {
flex-direction: column;
}
.kraftmaster-theme .select2-container {
min-width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1048px) {
#menu-header {
gap: 11px;
}
#menu-header > .menu-item > a {
padding: 5px;
font-size: 14px;
}
#menu-header .sub-menu .menu-item a {
font-size: 14px;
}
.submenu-columns {
gap: 0.125rem;
}
.menu-thumb {
width: 44px;
flex: 0 0 44px;
}
.large-thumb .menu-thumb {
width: 100%;
flex-basis: 100%;
}
.menu-item-subtitle {
display: none;
}
}
@media (min-width: 768px) {
.kmr-header-row-inner {
display: flex !important;
}
.wp-kmr-header .right-container {
display: flex !important;
transition: opacity 0.4s ease-in 0.25s;
opacity: 1 !important;
}
.kmr-header-row-inner.header-row1 {
height: 98px;
padding: 1rem 0;
}
#kmr-header-menu-row {
background-color: #581424;
height: 60px;
position: relative;
}
.toggler.header-tool {
display: none;
}
.menu-header-container {
height: 60px;
}
#menu-header .sub-menu-container {
display: none;
position: absolute;
top: 100%;
left: -10%;
width: 120%;
max-width: 100vw;
min-width: 270px;
margin: 0;
padding: 0;
z-index: 9;
border-bottom: 4px solid;
box-shadow: 0 4px 12px -10px #000000bb;
background: #fdfdfd;
list-style: none;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-left: 0.5px solid #d0d0d0;
border-right: 0.5px solid #d0d0d0;
}
#menu-header .menu-item {
height: 100%;
display: flex;
align-items: center;
}
#menu-header .dropdown .menu-item {
border-bottom: 1px dotted #eee;
padding: 2px 0;
}
.menu-item-link.with-icon.on-highlight .menu-item-title {
display: none;
position: absolute;
left: 100%;
font-size: 13px;
line-height: 1.3;
padding: 12px;
width: auto;
white-space: nowrap;
letter-spacing: 0;
margin-left: -10px;
}
.menu-item-link.with-icon.on-highlight:hover .menu-item-title {
display: flex;
}
#menu-header .sub-menu .menu-item a {
font-weight: 600;
color: var(--global-palette5);
}
.submenu-inner-container {
max-width: var(--global-content-width);
padding: 1rem 1.5rem;
}
.submenu-column.col-1 { flex-basis: 8.3333%; }
.submenu-column.col-2 { flex-basis: 16.6667%; }
.submenu-column.col-3 { flex-basis: 25%; }
.submenu-column.col-4 { flex-basis: 33.3333%; }
.submenu-column.col-5 { flex-basis: 41.6667%; }
.submenu-column.col-6 { flex-basis: 50%; }
.submenu-column.col-7 { flex-basis: 58.3333%; }
.submenu-column.col-8 { flex-basis: 66.6667%; }
.submenu-column.col-9 { flex-basis: 75%; }
.submenu-column.col-10 { flex-basis: 83.3333%; }
.submenu-column.col-11 { flex-basis: 91.6667%; }
.submenu-column.col-12 { flex-basis: 100%; }
.sub-menu.columns-2 {
column-count: 2;
}
.evf-frontend-grid.evf-grid-2 {
flex: 1 0 50%;
max-width: 50%;
}
}
@media (min-width: 1049px) {
#menu-header > .menu-item > a {
padding: 8px;
font-size: 18px;
}
#menu-header .sub-menu .menu-item a {
font-size: 15px;
}
}
@media (min-width: 1260px) {
#menu-header .sub-menu-container {
left: -20%;
width: 140%;
}
}.kt-row-layout-inner,.kb-row-layout-wrap{position:relative;border:0 solid rgba(0,0,0,0)}.kt-row-layout-inner:before,.kb-row-layout-wrap:before{clear:both;display:table;content:""}.kt-row-column-wrap{display:grid;grid-template-columns:minmax(0, 1fr);gap:var(--global-row-gutter-md, 2rem) var(--global-row-gutter-md, 2rem);grid-auto-rows:minmax(min-content, max-content);z-index:1;position:relative}.wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width{margin-left:auto;margin-right:auto}.kt-row-has-bg>.kt-row-column-wrap{padding-left:var(--global-content-edge-padding, 15px);padding-right:var(--global-content-edge-padding, 15px)}.alignfull>.kt-row-layout-inner>.kt-row-column-wrap,.alignfull>.kt-row-column-wrap{padding-left:var(--global-content-edge-padding, 15px);padding-right:var(--global-content-edge-padding, 15px)}.kt-inner-column-height-full:not(.kt-row-layout-row){grid-auto-rows:minmax(0, 1fr)}.kt-inner-column-height-full:not(.kt-row-layout-row)>.wp-block-kadence-column{align-self:stretch}.kt-inner-column-height-full:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col{height:100%}.kt-row-valign-middle.kt-inner-column-height-full>.wp-block-kadence-column:not(.kb-section-dir-horizontal)>.kt-inside-inner-col{display:flex;flex-direction:column;justify-content:center}.kt-row-valign-bottom.kt-inner-column-height-full>.wp-block-kadence-column:not(.kb-section-dir-horizontal)>.kt-inside-inner-col{display:flex;flex-direction:column;justify-content:flex-end}.kt-row-valign-middle.kt-inner-column-height-full>.wp-block-kadence-column.kb-section-dir-horizontal>.kt-inside-inner-col{align-items:center}.kt-row-valign-bottom.kt-inner-column-height-full>.wp-block-kadence-column.kb-section-dir-horizontal>.kt-inside-inner-col{align-items:flex-end}@media screen and (max-width: 1024px){.kt-inner-column-height-full.kt-tab-layout-row,.kt-inner-column-height-full.kt-tab-layout-inherit.kt-row-layout-row{grid-auto-rows:minmax(min-content, max-content)}.kt-inner-column-height-full.kt-tab-layout-inherit.kt-row-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{height:auto}.kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{height:auto}.kt-inner-column-height-full.kt-tab-layout-equal,.kt-inner-column-height-full:not(.kt-tab-layout-inherit):not(.kt-tab-layout-row){grid-auto-rows:minmax(0, 1fr)}.kt-inner-column-height-full.kt-tab-layout-equal>.wp-block-kadence-column>.kt-inside-inner-col,.kt-inner-column-height-full:not(.kt-tab-layout-inherit):not(.kt-tab-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col{height:100%}}@media screen and (max-width: 767px){.kt-inner-column-height-full.kt-mobile-layout-row.kt-mobile-layout-row{grid-auto-rows:minmax(min-content, max-content)}.kt-inner-column-height-full.kt-mobile-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{height:auto}.kt-inner-column-height-full.kt-mobile-layout-equal,.kt-inner-column-height-full:not(.kt-mobile-layout-inherit):not(.kt-mobile-layout-row){grid-auto-rows:minmax(0, 1fr)}.kt-inner-column-height-full.kt-mobile-layout-equal>.wp-block-kadence-column>.kt-inside-inner-col,.kt-inner-column-height-full:not(.kt-mobile-layout-inherit):not(.kt-mobile-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col{height:100%}}.kt-row-layout-overlay{top:0;left:0;position:absolute;opacity:.3;height:100%;width:100%;z-index:0;filter:opacity(100%)}.kt-row-layout-overlay.kt-jarallax{filter:none}@media(min-width: 768px)and (max-width: 1024px){.wp-block-kadence-rowlayout [id*=jarallax-container-]>div{height:var(--kb-screen-height-fix, 100vh) !important;margin-top:-40px !important}}@media only screen and (min-width: 768px)and (max-width: 1366px)and (-webkit-min-device-pixel-ratio: 2){.wp-block-kadence-rowlayout [id*=jarallax-container-]>div{height:var(--kb-screen-height-fix, 100vh) !important;margin-top:-40px !important}}.entry-content .wp-block-kadence-rowlayout.alignfull,.entry-content .wp-block-kadence-rowlayout.alignwide{text-align:inherit;margin-bottom:0}.kt-row-layout-bottom-sep{position:absolute;height:100px;bottom:-1px;left:0;overflow:hidden;right:0;z-index:1}.kt-row-layout-bottom-sep svg{position:absolute;bottom:0px;left:50%;transform:translateX(-50%);width:100.2%;height:100%;display:block;fill:#fff}.kt-row-layout-top-sep{position:absolute;height:100px;top:-1px;left:0;overflow:hidden;right:0;z-index:1}.kt-row-layout-top-sep svg{position:absolute;top:0px;left:50%;transform:translateX(-50%) rotate(180deg);width:100.2%;height:100%;display:block;fill:#fff}.kt-row-layout-inner>.kb-blocks-bg-slider,.kb-row-layout-wrap>.kb-blocks-bg-slider{position:absolute;left:0;right:0;top:0;bottom:0;padding:0;margin:0}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-blocks-bg-slider-init.kt-blocks-carousel-init,.kb-row-layout-wrap>.kb-blocks-bg-slider .kb-blocks-bg-slider-init.kt-blocks-carousel-init{position:absolute;left:0;right:0;top:0;bottom:0;padding:0;margin:0}.kt-row-layout-inner>.kb-blocks-bg-slider .splide__track,.kt-row-layout-inner>.kb-blocks-bg-slider .splide__list,.kt-row-layout-inner>.kb-blocks-bg-slider .splide__slide,.kt-row-layout-inner>.kb-blocks-bg-slider .kb-bg-slide-contain,.kb-row-layout-wrap>.kb-blocks-bg-slider .splide__track,.kb-row-layout-wrap>.kb-blocks-bg-slider .splide__list,.kb-row-layout-wrap>.kb-blocks-bg-slider .splide__slide,.kb-row-layout-wrap>.kb-blocks-bg-slider .kb-bg-slide-contain{height:100%}.kt-row-layout-inner>.kb-blocks-bg-slider .splide__list,.kb-row-layout-wrap>.kb-blocks-bg-slider .splide__list{height:100% !important}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-bg-slide-contain div.kb-bg-slide,.kb-row-layout-wrap>.kb-blocks-bg-slider .kb-bg-slide-contain div.kb-bg-slide{background-position:center;background-size:cover;background-repeat:no-repeat}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-blocks-bg-slider-init:not(.splide-initialized) .kb-bg-slide-contain,.kb-row-layout-wrap>.kb-blocks-bg-slider .kb-blocks-bg-slider-init:not(.splide-initialized) .kb-bg-slide-contain{display:none}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-blocks-bg-slider-init:not(.splide-initialized) .kb-bg-slide-contain:first-child,.kb-row-layout-wrap>.kb-blocks-bg-slider .kb-blocks-bg-slider-init:not(.splide-initialized) .kb-bg-slide-contain:first-child{display:block}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-bg-slide-contain div,.kb-row-layout-wrap>.kb-blocks-bg-slider .kb-bg-slide-contain div{position:relative;height:100%}.kb-blocks-bg-slider-init.splide .splide__pagination{bottom:10px}.kb-blocks-bg-slider-init.splide .splide__arrow{z-index:100}.kb-blocks-bg-video-container{bottom:0;right:0;top:0;left:0;position:absolute;overflow:hidden}.kb-blocks-bg-video-container .kb-blocks-bg-video{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:auto;width:100%;min-width:100%;min-height:100%}.kb-blocks-bg-video-container .kb-blocks-bg-video::-webkit-media-controls{display:none !important}.kb-blocks-bg-video-container.embedded .kb-bg-video-iframe{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;height:0;padding-bottom:56.25%}.kb-blocks-bg-video-container.embedded .kb-bg-video-iframe.kb-bg-video-ratio-4-3{padding-bottom:75%}.kb-blocks-bg-video-container.embedded .kb-bg-video-iframe.kb-bg-video-ratio-3-2{padding-bottom:66.66%}@media(max-aspect-ratio: 16/9){.kb-blocks-bg-video-container.embedded .kb-bg-video-iframe{min-height:100%;aspect-ratio:16/9}}.kb-blocks-bg-video-container.embedded .kb-blocks-bg-video{top:0;left:0;width:100%;height:100%;border:0;transform:translate(0%, 0%)}.kb-blocks-bg-video-container .kb-background-video-buttons-wrapper{position:absolute;z-index:11;bottom:20px;right:20px}.kb-blocks-bg-video-container .kb-background-video-buttons-wrapper button.kb-toggle-video-btn{padding:8px;margin:0 0 0 8px;border:0;background:rgba(0,0,0,.3);cursor:pointer;font-size:24px;color:#fff;display:inline-block;opacity:.5;height:32px;line-height:16px;transition:opacity .3s ease-in-out;box-sizing:border-box}.kb-blocks-bg-video-container .kb-background-video-buttons-wrapper button.kb-toggle-video-btn svg{width:16px;height:16px;vertical-align:bottom}.kb-blocks-bg-video-container .kb-background-video-buttons-wrapper button.kb-toggle-video-btn:hover{opacity:1}.kb-blocks-bg-video{object-position:50% 50%;object-fit:cover;background-position:center center;width:100%;height:100%}@media(max-width: 767px){.kvs-sm-false{display:none !important}}@media(min-width: 768px)and (max-width: 1024px){.kvs-md-false{display:none !important}}@media screen and (min-width: 1025px){.kvs-lg-false{display:none !important}}.wp-block-kadence-rowlayout .kb-blocks-bg-slider .splide-arrow{z-index:1000}:where(.kb-row-layout-wrap:has(.wp-block-kadence-navigation)){z-index:49}:where(header .kb-row-layout-wrap:has(.wp-block-kadence-navigation)){z-index:1000}.kb-blocks-bg-slider .kb-gallery-pause-button{display:none;position:absolute;bottom:20px;right:20px;z-index:2}.kb-blocks-bg-slider:has(.kb-blocks-bg-slider-init[data-show-pause-button=true]) .kb-gallery-pause-button{display:block}.kb-blocks-bg-slider .kb-gallery-pause-button{padding:8px;cursor:pointer;border-radius:3px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:.75}.kb-blocks-bg-slider .kb-gallery-pause-button:hover{opacity:.75}.kb-blocks-bg-slider .kb-gallery-pause-button:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px;opacity:1}.kb-blocks-bg-slider:hover .kb-gallery-pause-button{opacity:1}@media(max-width: 767px){.kb-blocks-bg-slider .kb-gallery-pause-button{opacity:1}}@media(hover: none){.kb-blocks-bg-slider .kb-gallery-pause-button{opacity:1}}.wp-block-kadence-column.kb-section-dir-horizontal>.kt-inside-inner-col>.wp-block-kadence-column{flex:1}.wp-block-kadence-column.kb-section-dir-horizontal .wp-block-kadence-advancedgallery{flex:1}.wp-block-kadence-column{display:flex;flex-direction:column;z-index:1;min-width:0;min-height:0}.kt-inside-inner-col{flex-direction:column;border:0 solid rgba(0,0,0,0);position:relative;transition:all .3s ease}@media(max-width: 767px){.kvs-sm-false{display:none !important}}@media(min-width: 768px)and (max-width: 1024px){.kvs-md-false{display:none !important}}@media screen and (min-width: 1025px){.kvs-lg-false{display:none !important}}body.admin-bar{--kb-admin-bar-visible: 34px}@media screen and (max-width: 782px){body.admin-bar{--kb-admin-bar-visible: 46px}}.kb-section-is-sticky>.kt-inside-inner-col{position:sticky;top:calc(var(--kb-admin-bar-visible, 0px) + var(--kb-section-setting-offset, 0px))}.kt-inside-inner-col>.kb-section-is-sticky{position:sticky;top:calc(var(--kb-admin-bar-visible, 0px) + var(--kb-section-setting-offset, 0px))}.kt-inside-inner-col>.wp-block-cover{height:auto}.kb-section-has-link{position:relative}.kb-section-link-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.kb-section-has-overlay{position:relative}.kb-section-has-overlay>.kt-inside-inner-col{z-index:1}.kb-section-has-overlay>.kt-inside-inner-col:before{content:"";opacity:.3;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;transition:all .3s ease-in-out}