@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); .rs-rotator {
width: 100vw;
height: 100%;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
} .rs-rotator .main-container {
position: relative;
width: 100%;
height: 100%;
aspect-ratio: 1600 / 720;
background: #000;
overflow: hidden;
perspective: 400px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
--slide-duration: 6s;
--zoom-scale: 1.25;
} .rs-rotator .loader-container {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
text-align: center;
z-index: 60;
color: #fff;
}
.rs-rotator .loader {
width: 42px;
height: 42px;
margin-bottom: 10px;
align-self: center;
border-radius: 50%;
background: whitesmoke;
box-shadow: 0px -10px 25px 0px #ffffff inset;
background: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, transparent 50%);
opacity: 0.8;
animation: rs-rotate-center 0.7s infinite linear;
position: relative;
}
.rs-rotator .loader::before {
content: '';
position: absolute;
width: 39px;
height: 39px;
border-radius: 50%;
background: #000;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.rs-rotator .preloaded {
position: absolute;
bottom: -1px;
left: -1px;
width: 1px;
height: 1px;
overflow: hidden;
visibility: hidden;
}
.rs-rotator .main-container.loaded .loader-container {
display: none;
}
@keyframes rs-rotate-center {
0% { transform: rotate(0); }
100% { transform: rotate(360deg); }
} .rs-rotator-tour .img {
position: absolute;
inset: 0;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0;
will-change: opacity, transform;
backface-visibility: hidden;
}
.rs-rotator-tour .main-container.loaded .img {
opacity: 0;
animation-name: rs-slide-opacity, rs-kenburns;
animation-duration: calc(var(--slide-duration) * var(--count)), calc(var(--slide-duration) * var(--count));
animation-delay: calc(var(--slide-duration) * var(--i)), calc(var(--slide-duration) * var(--i));
animation-iteration-count: infinite, infinite;
animation-timing-function: linear, linear;
animation-fill-mode: both, both;
}
@keyframes rs-slide-opacity {
0% { opacity: 0; }
3% { opacity: 1; }
12% { opacity: 1; }
20% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes rs-kenburns {
0%   { transform: scale(1) translate(0, 0); }
20%  { transform: scale(var(--zoom-scale)) translate(20px, -15px); }
100% { transform: scale(1) translate(0, 0); }
}
@keyframes kenburns-top {
0% { transform: scale(1) translateY(0); transform-origin: 50% 16%; }
100% { transform: scale(1.1) translateY(-15px); transform-origin: top; }
}
@keyframes kenburns-bottom {
0% { transform: scale(1) translateY(0); transform-origin: 50% 84%; }
100% { transform: scale(1.1) translateY(15px); transform-origin: bottom; }
}
@keyframes kenburns-right {
0% { transform: scale(1) translate(0,0); transform-origin: 84% 50%; }
100% { transform: scale(1.1) translateX(20px); transform-origin: right; }
}
@keyframes kenburns-left {
0% { transform: scale(1) translate(0,0); transform-origin: 16% 50%; }
100% { transform: scale(1.1) translate(-20px,15px); transform-origin: left; }
} .rs-rotator-home .main-container {
position: relative;
background: #000;
overflow: hidden;
} .rs-rotator-home .img {
position: absolute;
inset: 0;
background-size: cover;
background-position: center center;
opacity: 0;
z-index: 1;
will-change: opacity, transform;
transition: opacity 2s ease-in-out; }
.rs-rotator-home .img.is-active {
opacity: 1;
z-index: 3;
} .rs-rotator-home .img.is-active.is-fading {
opacity: 0;
z-index: 2;
}
.rs-rotator-home .img.is-fading {
opacity: 0;
z-index: 2;
} .rs-rotator-home .title {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 90%;
text-align: center;
z-index: 5;
color: #fff;
font-weight: 700;
letter-spacing: .07em;
text-transform: uppercase;
font-size: clamp(28px, 4vw, 72px);
opacity: 0;
filter: blur(24px);
pointer-events: none;
}
.rs-rotator-home .title.t-in {
animation: focus-in-contract 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
}
.rs-rotator-home .title.t-out {
animation: text-blur-out 0.9s ease-in forwards;
} .rs-rotator-home .img.is-active {
animation-duration: 6s;
animation-timing-function: linear;
animation-fill-mode: both;
}
.rs-rotator-home .img.is-active.kb-top    { animation-name: kenburns-top; }
.rs-rotator-home .img.is-active.kb-bottom { animation-name: kenburns-bottom; }
.rs-rotator-home .img.is-active.kb-right  { animation-name: kenburns-right; }
.rs-rotator-home .img.is-active.kb-left   { animation-name: kenburns-left; } .rs-rotator-home .main-container.loaded .loader-container { display: none; } .rs-rotator-home .title {
z-index: 999 !important;
display: block !important;
visibility: visible !important;
}
@keyframes focus-in-contract {
0%   { opacity: 0; filter: blur(24px); letter-spacing: 1em; }
100% { opacity: 1; filter: blur(0);   letter-spacing: 0.07em; }
}
@keyframes text-blur-out {
0%   { opacity: 1; filter: blur(0); }
100% { opacity: 0; filter: blur(24px); }
} .rs-rotator-home .main-container {
--zoom-scale: 1.01; }a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
}.wpb_vc_table_container {overflow-y: auto;}.wpb_vc_table, #visual_composer_content .wpb_vc_table {border-collapse: collapse;}.wpb_vc_table td.vc_table_cell.vc_cell_border_top, #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_top {border-top: 1px solid #000000;}.wpb_vc_table td.vc_table_cell.vc_cell_border_left, #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_left {border-left: 1px solid #000000;}.wpb_vc_table td.vc_table_cell.vc_cell_border_right, #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_right {border-right: 1px solid #000000;}.wpb_vc_table td.vc_table_cell.vc_cell_border_bottom, #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_bottom {border-bottom: 1px solid #000000;}.wpb_vc_table td.vc_table_cell.vc_cell_borders_all, #visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_borders_all {border: 1px solid #000000;}.vc_stroked .vc_table_content {text-decoration: line-through;}.entry-content .wpb_vc_table {border-bottom: 0px;}.wpb_vc_table{width:100%;line-height:1;-webkit-box-sizing:padding-box;box-sizing:padding-box}#visual_composer_content table.vc-table-plugin-theme-default{border-collapse:separate;border-spacing:0;border:1px solid #ebebeb}#visual_composer_content table.vc-table-plugin-theme-default tr.vc-th td{border:1px solid #ebebeb;text-align:left}#visual_composer_content table.vc-table-plugin-theme-default td{padding:8px 15px;border:1px solid #ebebeb}table.vc-table-plugin-theme-classic{border:1px solid #dcdcdc}table.vc-table-plugin-theme-classic tr.vc-th td{font-weight:700;background-color:#f9f9f9;padding:10px 15px;border:1px solid #dcdcdc;text-align:left}table.vc-table-plugin-theme-classic td{padding:8px 15px;border:1px solid #dcdcdc}table.vc-table-plugin-theme-classic tr:hover,table.vc-table-plugin-theme-classic tr:nth-child(2n+1){background-color:#f9f9f9}table.vc-table-plugin-theme-classic_orange{border:1px solid #ffac14}table.vc-table-plugin-theme-classic_orange tr.vc-th td{font-weight:700;color:#fff;background:#ffac14;padding:10px 15px;border-bottom:none;text-align:left}table.vc-table-plugin-theme-classic_orange td{padding:8px 15px;border:1px solid #ffac14}table.vc-table-plugin-theme-classic_orange tr:hover,table.vc-table-plugin-theme-classic_orange tr:nth-child(2n+1){background-color:#fff4e0}table.vc-table-plugin-theme-classic_pink{border:1px solid #f64747}table.vc-table-plugin-theme-classic_pink tr.vc-th td{font-weight:700;color:#fff;background:#f64747;padding:10px 15px;border-bottom:none;text-align:left}table.vc-table-plugin-theme-classic_pink td{padding:8px 15px;border:1px solid #f64747}table.vc-table-plugin-theme-classic_pink tr:hover,table.vc-table-plugin-theme-classic_pink tr:nth-child(2n+1){background-color:#fef1f1}table.vc-table-plugin-theme-classic_purple{border:1px solid #4a4683}table.vc-table-plugin-theme-classic_purple tr.vc-th td{font-weight:700;color:#fff;background:#4a4683;padding:10px 15px;border-bottom:none;text-align:left}table.vc-table-plugin-theme-classic_purple td{padding:8px 15px;border:1px solid #4a4683}table.vc-table-plugin-theme-classic_purple tr:hover,table.vc-table-plugin-theme-classic_purple tr:nth-child(2n+1){background-color:#dddcec}table.vc-table-plugin-theme-classic_blue{border:1px solid #0c9df7}table.vc-table-plugin-theme-classic_blue tr.vc-th td{font-weight:700;color:#fff;background:#0c9df7;padding:10px 15px;border-bottom:none;text-align:left}table.vc-table-plugin-theme-classic_blue td{padding:8px 15px;border:1px solid #0c9df7}table.vc-table-plugin-theme-classic_blue tr:hover,table.vc-table-plugin-theme-classic_blue tr:nth-child(2n+1){background-color:#eaf7fe}table.vc-table-plugin-theme-classic_green{border:1px solid #98c407}table.vc-table-plugin-theme-classic_green tr.vc-th td{font-weight:700;color:#fff;background:#98c407;padding:10px 15px;border-bottom:none;text-align:left}table.vc-table-plugin-theme-classic_green td{padding:8px 15px;border:1px solid #98c407}table.vc-table-plugin-theme-classic_green tr:hover,table.vc-table-plugin-theme-classic_green tr:nth-child(2n+1){background-color:#f2fdcd}table.vc-table-plugin-theme-simple tr.vc-th td{font-weight:700;border-bottom:2px solid #dcdcdc;text-align:left}table.vc-table-plugin-theme-simple td{padding:8px;border-bottom:1px solid #dcdcdc}table.vc-table-plugin-theme-simple tr:hover{background-color:#f9f9f9}table.vc-table-plugin-theme-simple_orange tr.vc-th td{font-weight:700;border-bottom:2px solid #ffac14;text-align:left}table.vc-table-plugin-theme-simple_orange td{padding:8px;border-bottom:1px solid #ffac14}table.vc-table-plugin-theme-simple_orange tr:hover{background-color:#fff4e0}table.vc-table-plugin-theme-simple_pink tr.vc-th td{font-weight:700;border-bottom:2px solid #f64747;text-align:left}table.vc-table-plugin-theme-simple_pink td{padding:8px;border-bottom:1px solid #f64747}table.vc-table-plugin-theme-simple_pink tr:hover{background-color:#fef1f1}table.vc-table-plugin-theme-simple_purple tr.vc-th td{font-weight:700;border-bottom:2px solid #4a4683;text-align:left}table.vc-table-plugin-theme-simple_purple td{padding:8px;border-bottom:1px solid #4a4683}table.vc-table-plugin-theme-simple_purple tr:hover{background-color:#dddcec}table.vc-table-plugin-theme-simple_blue tr.vc-th td{font-weight:700;border-bottom:2px solid #0c9df7;text-align:left}table.vc-table-plugin-theme-simple_blue td{padding:8px;border-bottom:1px solid #0c9df7}table.vc-table-plugin-theme-simple_blue tr:hover{background-color:#eaf7fe}table.vc-table-plugin-theme-simple_green tr.vc-th td{font-weight:700;border-bottom:2px solid #98c407;text-align:left}table.vc-table-plugin-theme-simple_green td{padding:8px;border-bottom:1px solid #98c407}table.vc-table-plugin-theme-simple_green tr:hover{background-color:#f2fdcd}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}