@charset "UTF-8";
.preload * {-webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important;}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 700;
}
:root{    
    --primary-font-color:#000000;
    --secondary-font-color:#ffffff;

    --primary-color:#1eadee;
    --secondary-color:#0b0b0b;
    --tertiary-color:#ffffff;

    --primary-shadow-color:#0000003d;
    --secondary-shadow-color:#ffffff3d;

    --line-width: 2px;
    --cubic-bezier: cubic-bezier(0.54, 0.25, 0, 0.97);
}
.rinc .container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
.rinc .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.rinc .col-md-1, .rinc .col-md-2, .rinc .col-md-3, .rinc .col-md-4, .rinc .col-md-5, .rinc .col-md-6, .rinc .col-md-7, .rinc .col-md-8, .rinc .col-md-9, .rinc .col-md-10, .rinc .col-md-11, .rinc .col-md-12 {
    flex: 1 1 0;
    width: 0;
    min-width: 300px;
}
body {
    padding: 0;
    margin: 0; 
    width: 100%;
    background-color: white;
}
.rinc * {
    font-family: 'Montserrat';
    line-height: 24px;
    box-sizing: border-box;
}
.rinc a {
    color: initial;
}
::selection {
    color: white;
    background: var(--primary-color);
}
.rinc .image-contain img {
    object-fit: contain!important;
}
.rinc .image-top img {
    object-position: top!important;
}
.rinc .logo-color {
    fill: #ffffff;
}
.rinc pre {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    border: solid var(--line-width) var(--primary-color);
    padding: 30px;
}
.rinc pre strong {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.rinc h2 strong {
    display: block;
    padding-bottom: 14px;
}
.rinc .lora {
    font-family: 'Lora';
    font-size: 18px;
}
.rinc h1, .rinc h2, .rinc h3, .rinc h4, .rinc h5, .rinc h6 {
    margin-bottom: 0px;
    line-height: normal;
}
.rinc h1 {
    font-size: 3.5em;
}
.rinc h2 {
    font-size: 2em;
}
.rinc sup {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color);
    margin-bottom: 0px;
}
.rinc sup strong, .rinc strong sup {
    font-weight: 600;
    color: var(--primary-color)!important;
}
.rinc main ul {
    padding-left: 10px;
}
.rinc main ul li {
    padding-left: 5px;
    margin-bottom: 5px;
    color: #5f5f5f;
}
.rinc ul li::marker {
    content: '+';
    font-weight: 600;
    color: var(--primary-color);
}
.rinc .nav li::marker {
    color: transparent;
}
.rinc .full-height {
    min-height: 100vh;
}
.ccm-toolbar-visible .rinc .full-height {
    min-height: calc(100vh - 48px) ;
}
.rinc svg .stroke {
    vector-effect: non-scaling-stroke;
    stroke: var(--primary-color);
    stroke-width: var(--line-width);
    fill: none;
}
.rinc .logo {
    position: absolute;
    z-index: 3;
    margin-top: 25px;
    margin-left: 30px;
    width: 150px;
}
.rinc.page-template-defaultblack .logo {
    filter: invert(1);
}
.rinc .theme-tooltip {
    pointer-events: none;
    position: absolute;
    z-index: 4;
    color: #ffffff;
    white-space: nowrap;
    bottom: 90%;
    left: 100%;
    background-color: #000000c7;
    backdrop-filter: blur(8px);
    padding: 5px 10px;
    border: solid 1px #ffffff1f;
    border-radius: 120px;
    font-size: 12px;
    transition: all 0.5s var(--cubic-bezier);
    transform: rotate(6deg) scale(0.6);
    opacity: 0;
}
.rinc .theme-tooltip.theme-tooltip-left {
    left: unset;
    right: 100%;
    margin-right: 10px;
}
.rinc button {
    background: transparent;
    border: none;
}
.rinc *:hover > .theme-tooltip {
    transition-delay: 1s;
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.rinc .hamburger-button {
    position: fixed;
    padding: 0px;
    z-index: 6;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    right: 40px;
    top: 40px;
    cursor: pointer;
    mix-blend-mode: difference;
}
.rinc .hamburger-button-stripe {
    display: block;
    position: absolute;
    top: 8px;
    height: 4px;
    width: 70%;
    background-color: #ffffff;
    transition: all 0.5s var(--cubic-bezier);
    margin-left: 7px;
}
.rinc .hamburger-button-stripe:nth-child(2) {
    top: 18px;
}
.rinc .hamburger-button-stripe:nth-child(3) {
    top: 28px;
}
.hamburger-active .rinc .hamburger-button-stripe:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
}
.hamburger-active .rinc .hamburger-button-stripe:nth-child(2) {
    transform: translateY(0px) rotate(-45deg);
    opacity: 0;
}
.hamburger-active .rinc .hamburger-button-stripe:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
}


.rinc .top-navigation {
    position: fixed;
    width: 100%;
    z-index: 5;
    transition: transform 1s var(--cubic-bezier), opacity 1s var(--cubic-bezier);
}
.rinc .top-navigation nav {
    height: 123px;
    position: relative;
    background: #ffee24;
}
.rinc .top-navigation nav::before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #ffffff1f;
}
.rinc .top-navigation nav .nav {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.rinc .top-navigation nav .nav > li {
    display: inline-block;
}
.rinc .top-navigation nav .nav li a {
    display: table;
    width: 100%;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 49px;
    padding-bottom: 49px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    transition: all 0.25s var(--cubic-bezier) 0s;
    transform: translateX(20px);
}
.rinc .top-navigation nav .nav li a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 20px;
    height: 1px;
    left: 50%;
    background: white;
    transition: all 0.5s var(--cubic-bezier);
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
}
.rinc .top-navigation nav .nav li a:hover::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}
.rinc .top-navigation nav .nav li.nav-selected a::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}
.rinc .top-navigation .nav>li>ul {
    position: absolute;
    display: block;
    opacity: 0;
    outline: #e9e9e9 solid 1px;
    transition: all .1s ease-in-out;
    pointer-events: none;
}
.rinc .top-navigation .nav>li>ul>li>a {
    padding: 5px 15px;
    display: table;
    white-space: nowrap;
    width: 100%;
    position: relative;
}
.rinc .top-navigation .nav>li:hover>ul {
    opacity: 1;
    transition: all .1s ease-in-out;
    pointer-events: all;
}
.rinc .top-navigation .nav>li>ul>li>ul {
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    opacity: 0;
    max-height: 0;
    outline: #e9e9e9 solid 1px;
    transition: max-height 0s .1s,opacity .1s ease-in-out;
    overflow: hidden;
}
.rinc .top-navigation .nav>li>ul>li>ul>li>a {
    padding: 5px 15px;
    display: table;
    white-space: nowrap;
    width: 100%;
    position: relative;
}
.rinc .top-navigation .nav>li>ul>li:hover>ul {
    opacity: 1;
    max-height: 5000px;
    -webkit-transition: max-height 0s 0s,opacity .1s ease-in-out;
    transition: max-height 0s 0s,opacity .1s ease-in-out;
    overflow: visible;
}
.rinc .hamburger-menu {
    position: fixed;
    background-color: var(--tertiary-color);
    padding: 30px 70px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transform: translateX(100%);
    z-index: 5;
    transition: all 0.5s var(--cubic-bezier) 0s;
    box-shadow: 0px 0px 0px #00000000;
}
.ccm-toolbar-visible .rinc .hamburger-menu {
    top: 48px;
}
.hamburger-active .rinc .hamburger-menu {
    transform: translateX(0%);
    box-shadow: 0px 0px 60px #0000000f;
}
.rinc .hamburger-menu nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--tertiary-color);
    margin-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.rinc .hamburger-menu nav ul {
    list-style-type: none;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
.rinc .hamburger-menu nav ul li a {
    display: block;
    color: #000000;
    font-weight: 600;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.25s var(--cubic-bezier) 0s;
    transform: translateX(20px);
    opacity: 0;
    text-decoration: none;
}
.rinc .hamburger-menu nav ul li ul li a {
    font-weight: 400;
}
.rinc .hamburger-menu nav ul li a::before, .rinc .hamburger-menu nav ul li a::after {
    content: '';
    position: absolute;
    height: var(--line-width);
    width: 20px;
    background-color: transparent;
    left: -38px;
    top: 19px;
    transform-origin: right;
    transition: transform 0.25s var(--cubic-bezier) 0.25s, background-color 0.25s var(--cubic-bezier) 0s;
}
.hamburger-active .rinc .hamburger-menu nav ul li a {
    transition: opacity 0.5s var(--cubic-bezier) 0.5s, transform 0.5s var(--cubic-bezier) 0.5s;
    opacity: 1;
    transform: translateX(0px);
}
.rinc .hamburger-menu nav ul li a.nav-selected::before {
    background-color: var(--primary-color);
}
.rinc .hamburger-menu nav ul li a:hover::before {
    background-color: var(--primary-color);
    transform: translateY(-3px);

}
.rinc .hamburger-menu nav ul li a:hover::after {
    background-color: var(--primary-color);
    transform: translateY(3px);
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(1) a {
    transition-delay: 0.5s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(2) a {
    transition-delay: 0.6s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(3) a {
    transition-delay: 0.7s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(4) a {
    transition-delay: 0.8s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(5) a {
    transition-delay: 0.9s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(6) a {
    transition-delay: 1.0s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(7) a {
    transition-delay: 1.1s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(8) a {
    transition-delay: 1.2s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(9) a {
    transition-delay: 1.3s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(10) a {
    transition-delay: 1.4s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(11) a {
    transition-delay: 1.5s;
}
.hamburger-active .rinc .hamburger-menu nav ul li:nth-child(12) a {
    transition-delay: 1.6s;
}
.rinc footer .nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 50%;
    margin-top: 90px;
}
.rinc footer .nav a {
    font-weight: 600;
    text-decoration: none;
    color: var(--primary-font-color);
}
.rinc footer .nav li ul li::marker {
    content: '∟';
    color: var(--primary-color)!important;
}
.rinc footer .nav li ul li a {
    font-weight: 400;
}
.rinc .ccm-form fieldset {
    padding: 0px;
    border: 0px;
}
.rinc .ccm-form fieldset .mb-3 {
    position: relative;
}
.rinc .ccm-form fieldset label {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    font-size: 13px;
    padding: 5px;
}
.rinc .ccm-form fieldset .text-muted {
    position: absolute;
    z-index: 1;
    right: 0px;
    pointer-events: none;
    font-size: 13px;
    padding: 5px;
}
.rinc .ccm-form fieldset input, .rinc .ccm-form fieldset textarea {
    position: relative;
    padding: 30px 20px 20px 20px;
    border: solid 1px #dddfe1;
    width: 100%;
    width: -webkit-fill-available;
    border-radius: 3px;
    font-size: 16px;
}
.rinc .ccm-form .form-actions button {
    cursor: pointer;
    padding: 20px 80px;
    margin-top: 10px;
    border: solid 1px;
    font-size: 16px;
    border-radius: 100px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s var(--cubic-bezier);
}
.rinc .ccm-form .form-actions button:hover {
    background-color: #59a83e40;
    border-color: #59a83e;
    transform: translateY(-3px);
    backdrop-filter: blur(3px);
}
.rinc .slider {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 40px;
    padding-right: 40px;
}
.rinc .slider-wrapper {
    position: relative;
    height: 600px;
    width: 100%;
    display: inline-block;
	margin-right: -5px;
	transform: translateX(0%);
	opacity: 0.5;
	transition: all 1s var(--cubic-bezier);
}
.rinc .slider-wrapper::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    width: 0%;
    height: 0%;
    margin: 40px;
	z-index: 1;
	pointer-events: none;
    transform: translateZ(70px);
	transition: all 0.5s var(--cubic-bezier);
}
.rinc .slider-wrapper::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
    width: 0%;
    height: 0%;
    margin: 40px;
	z-index: 1;
	pointer-events: none;
    transform: translateZ(70px);
	transition: all 0.5s var(--cubic-bezier);
}
.rinc .slider-wrapper:hover::before {
	transform: translate(-20px, -20px);
}
.rinc .slider-wrapper:hover::after {
	transform: translate(20px, 20px);
}
.rinc .slider-wrapper-margin {
    margin: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.rinc .slider-image {
    position: absolute;
    height: 100%;
    width: 100%;
}
.rinc .slider-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.rinc .slider-image::after {
    content: '';
    position: absolute;
    height: 40%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, rgb(33, 33, 33) 100%);
}
.rinc .slider-text {
    position: absolute;
    right: 0px;
    left: 0px;
    color: #ffffff;
    bottom: 60px;
	padding-left: 30px;
    padding-right: 30px;
    white-space: normal;
	text-transform: uppercase;
	transition: all 0s var(--cubic-bezier);
	transform: skewY(5deg) translateY(50%);
    opacity: 0.5;
}
.rinc .slider-text p {
    color: #ffffff;
	line-height: 18px;
	word-wrap: break-word;
}
.rinc .slider-control-left {
	height: 100px;
	width: 82px;
	position: absolute;
    left: 0px;
	top: 0px;
    cursor: pointer;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: solid 36px transparent;
	z-index: 2;
    transition: all 0.5s var(--cubic-bezier);
}
.rinc .slider-control-right {
	height: 100px;
	width: 82px;
	position: absolute;
    right: 0px;
	top: 0px;
    cursor: pointer;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	border: solid 36px transparent;
    z-index: 2;
    transition: all 0.5s var(--cubic-bezier);
}
.rinc .slider-nakyvissa {
	z-index: 1;
}
.rinc .slider-nakyvissa-next {
	animation-name: slider-next;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.76,0,.18,1);
}
.rinc .slider-nakyvissa-prev {
	animation-name: slider-prev;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.76,0,.18,1);
}
.rinc .slider-control-right:hover, .rinc .slider-control-left:hover {
	transform: scale(1.1);
	filter:brightness(120%);
}
.rinc .filtering-gallery-wrapper {
    cursor: pointer;
    margin-bottom: 30px;
}
.rinc .filtering-gallery-image-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.rinc .filtering-gallery-image {
    position: relative;
    padding-bottom: 100%;
    height: 0px;
}
.rinc .filtering-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.rinc .filtering-gallery-image img:nth-child(2) {
    top: 0px;
    left: 0px;
    position: absolute;
}
.rinc .filtering-gallery-text {
    padding: 0px 15px;
    position: absolute;
    bottom: 0px;
    background-color: #000000;
    color: #ffffff;
}
.rinc .filtering-gallery-popup {
    position: fixed;
    background: #ffffffc9;
    backdrop-filter: blur(10px);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
}
.rinc .filtering-gallery-popup-image {
    position: absolute;
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
    filter: drop-shadow(0px 10px 20px #00000069);
}
.rinc .filtering-gallery-popup-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.rinc .filtering-gallery-popup-text {
    position: absolute;
    bottom: 20px;
    background-color: black;
    padding: 0px 15px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}
.rinc .active .filtering-gallery-popup {
    display: block;
}
.rinc .active .filtering-gallery-popup {
    z-index: 5;
    display: block;
}
.rinc .statistics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 30px;
    grid-auto-flow: row;
    grid-auto-rows: auto;
}
.rinc .statistics-statistic {
    text-align: center;
}
.rinc .statistics-number {
    font-size: calc(2vw + 1em);
}
.rinc .wide-content-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}
.rinc .wide-content-image-right .wide-content-wrapper {
    flex-direction: row-reverse;
}
.rinc .template-background .wide-content-wrapper {
    max-width: unset;
}
.rinc .wide-content-image-left .wide-content-image-wrapper {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
}
.rinc .wide-content-image-right .wide-content-image-wrapper {
    width: 50%;
    height: -webkit-fill-available;
    height: fill-available;
    position: relative;
}
.rinc .image-left .wide-content .wide-content-image {
    background-position: left center;
}
.rinc .wide-content-image, .rinc .wide-content-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: var(--border-radius);
}
.rinc .wide-content-image-left .wide-content-image, .rinc .wide-content-image-right .wide-content-image {
    max-width: 27vw;
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
}
.rinc .template-background .wide-content-image-left .wide-content-image, .rinc .wide-content-image-right .wide-content-image {
    margin-top: 150px;
}
.rinc .wide-content-image-left .wide-content-image::after, .rinc .wide-content-image-right .wide-content-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    margin-left: -15px;
    margin-top: -15px;
    border: solid 2px var(--primary-color);
    z-index: 1;
}
.rinc .image-overflow .wide-content-image-left .wide-content-image::after, .rinc .image-overflow .wide-content-image-right .wide-content-image::before {
    display: none;
}
.rinc .image-overflow .wide-content-image-left .wide-content-image, .rinc .image-overflow .wide-content-image-right .wide-content-image {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
}
.rinc .background-color-1 .wide-content-image, .rinc .background-color-1 .wide-content-video {
    background-color: var(--secondary-color);
}
.rinc .background-color-1 .wide-content-image *, .rinc .background-color-1 .wide-content-video *, .rinc .background-color-2 .wide-content-image *, .rinc .background-color-2 .wide-content-video *, .rinc .background-color-3 .wide-content-image *, .rinc .background-color-3 .wide-content-video * {
    opacity: 0.5;
}
.rinc .background-color-3 .wide-content-image *, .rinc .background-color-3 .wide-content-video *, .rinc .background-color-2 .wide-content-image *, .rinc .background-color-2 .wide-content-video *, .rinc .background-color-3 .wide-content-image *, .rinc .background-color-3 .wide-content-video * {
    opacity: 0.5;
}
.rinc .full-height .wide-content, .rinc .full-height .wide-content .wide-content-wrapper {
    min-height: inherit;
}
.rinc .wide-content-image img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.rinc .wide-content-image img.parallax {
    width: 100%;
    height: 160%;
    opacity: 0;
}
.animate.rinc .wide-content-image img.parallax {
    opacity: 1;
}
.rinc .wide-content-image-left .wide-content-text-wrapper {
    margin-left: 50%;
    max-width: 600px
}
.rinc .wide-content-image-right .wide-content-text-wrapper {
    max-width: 600px;
}
.rinc .wide-content-image-center .wide-content-text-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.rinc .template-background .wide-content-image-center.background-color-2 .wide-content-text-wrapper {
    margin-left: auto;
    max-width: 750px;
}
.rinc .wide-content-text-wrapper {
    width: 50%;
    min-height: inherit;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
}
.rinc .wide-content-text-wrapper > div {
    max-width: 45vw;
    position: relative;
    padding: 4vw 5vw;
    width: fill-available;
    width: -webkit-fill-available;
}
.rinc .wide-content-text-wrapper h1 {
    margin-top: 0px;
}
.rinc .wide-content-text-wrapper svg {
    position: absolute;
    max-height: 60%;
    margin-left: -30px;
    pointer-events: none;
    display: none;
}
.rinc .template-background .background-color-1 .wide-content-text-wrapper svg {
    display: block;
}
.rinc .wide-content-stack {
    max-width: 45vw;
    position: relative;
    padding: 0px 5vw 0px 5vw;
    width: fill-available;
    width: -webkit-fill-available;
}
.rinc .stack .wide-content-image-wrapper {
    display: flex;
    align-items: center;
}
.rinc.ccm-page-id-1 .template-background .wide-content-image-center .wide-content-text-wrapper > p, .rinc.ccm-page-id-1 .template-background .wide-content-image-center .wide-content-text-wrapper > h1 {
    transition: all 0.5s var(--cubic-bezier) 1s;
    opacity: 0;
    transform: translateX(30px);
}
.animate .rinc.ccm-page-id-1 .template-background .wide-content-image-center .wide-content-text-wrapper > p, .animate .rinc.ccm-page-id-1 .template-background .wide-content-image-center .wide-content-text-wrapper > h1 {
    opacity: 1;
    transform: translateX(0px);
}
.rinc.ccm-page-id-1 .template-background .wide-content-image-center .wide-content-text-wrapper svg polyline {
    stroke-dasharray: 330%;
    stroke-dashoffset: 330%;
    animation: dash 3s var(--cubic-bezier) forwards;
}  
@keyframes dash {
    to {
        stroke-dashoffset: 0vw;
    }
}
.rinc.ccm-page-id-1 .template-background .wide-content-image-center .wide-content-image img {
    transition: all 2s var(--cubic-bezier) 0s;
    opacity: 0;
    transform: scale(0.8);
}
.animate .rinc.ccm-page-id-1 .template-background .wide-content-image-center .wide-content-image img {
    opacity: 0.5;
    transform: scale(1);
}
.rinc .template-background .hr {
    transition: all 0.5s var(--cubic-bezier) 1.5s;
    opacity: 0;
    transform: translateY(60px);
}
.animate .rinc .template-background .hr {
    opacity: 1;
    transform: translateY(0px);
}
.rinc .template-background .hr::before {
    transition: all 0.5s var(--cubic-bezier) 2s;
    transform-origin: right;
    transform: scaleX(0);
}
.rinc .template-background .hr::after {
    transition: all 0.5s var(--cubic-bezier) 2s;
    transform-origin: left;
    transform: scaleX(0);
}
.animate .rinc .template-background .hr::before, .animate .rinc .template-background .hr::after {
    transform: scaleX(1);
}
.rinc .wide-content-image-left .wide-content-image-wrapper, .rinc .wide-content-image-right .wide-content-image-wrapper {
    transition: all 0.5s var(--cubic-bezier) 0.5s;
    opacity: 0;
}
.rinc .in-view.wide-content-image-left .wide-content-image-wrapper, .rinc .in-view.wide-content-image-right .wide-content-image-wrapper {
    opacity: 1;
}
.rinc .ccm-block-gallery .ccm-block-gallery-image-overlay-color {
    background-color: rgb(54 171 225 / 50%);
}
.rinc .background-color-1 {
    background-color: var(--quaternary-color);
}
.rinc .background-color-1 .wide-content-text-wrapper *, .rinc .background-color-1 .wide-content-image-wrapper * {
    color: white;
}
.rinc .image-overflow, .rinc .image-overflow * {
    overflow: visible!important;
}
.rinc .image-overflow .wide-content-image img {
    padding: 60px;
    max-width: 40vw;
    object-fit: contain;
}
.rinc .image-overflow .wide-content-image-left .wide-content-image {
    width: 50vw;
    margin-right: 0;
}
.rinc .wide-image img {
    width: 100%;
    max-height: fit-content;
}
.rinc .background-color-2 {
    background-color: #101010;
    background-image: url('../images/bg2.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.rinc .background-color-3 {
    background-color: #101010;
    background-image: url('../images/bg3.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.rinc .background-color-2.wide-content-image-center, .rinc .background-color-3.wide-content-image-center {
    background-image: none;
}
.rinc .background-color-2 .wide-content-text-wrapper *, .rinc .background-color-2 .wide-content-image-wrapper * {
    color: white;
}
.rinc .background-color-3 .wide-content-text-wrapper *, .rinc .background-color-3 .wide-content-image-wrapper * {
    color: white;
}
.rinc .background-color-3 .wide-content-image-wrapper {
    filter: brightness(1.1);
}
.rinc .background-color-3 .wide-content-image-wrapper ul li::marker {
    color: var(--quaternary-color);
}
.rinc .background-color-3 .wide-content-text-wrapper .rinc-btn-1 a, .rinc .background-color-3 .wide-content-image-wrapper .rinc-btn-1 a {
    color: var(--quinary-color);
}
.rinc blockquote {
    position: relative;
    font-size: 30px;
}
.rinc blockquote p {
    font-family: 'Lora';
    line-height: 40px;
}
.rinc blockquote::before{
    content: '"';
    position: absolute;
    color: var(--primary-color);
    font-size: 250px;
    font-weight: 800;
    font-style: italic;
    pointer-events: none;
    z-index: -1;
    margin-left: -55px;
    margin-top: 55px;
}
.rinc blockquote strong {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
}
.rinc blockquote strong::before {
    content: '—';
    display: inline-block;
    transform: scaleX(2);
    transform-origin: right;
    padding-right: 4px;
}
.rinc .hr {
    position: absolute;
    width: 100%;
    margin-top: -1px;
}
.rinc .template-background .hr {
    margin-top: -60px;
}
.rinc .hr::before {
    content: '';
    position: absolute;
    width: calc(50% - 50px);
    height: var(--line-width);
    background-color: var(--primary-color);
    top: 0px;
    left: 0px;
}
.rinc .hr::after {
    content: '';
    position: absolute;
    width: calc(50% - 50px);
    height: var(--line-width);
    background-color: var(--primary-color);
    top: 0px;
    right: 0px;
}
.rinc .hr .down, .rinc .hr .up {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 40px;
    height: 40px;
    border: solid var(--line-width) white;
    margin-top: -19px;
    border-radius: 50px;
    z-index: 2;
}
.rinc.page-template-defaultblack .template-background .hr .down, .rinc footer .hr .up {
    filter: invert(1);
}
.rinc .hr .down::before, .rinc .hr .down::after, .rinc .hr .up::before, .rinc .hr .up::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    border-bottom: solid var(--line-width) white;
    margin-left: 2px;
    margin-top: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.rinc .hr .down::after, .rinc .hr .up::after {
    transform: rotate(90deg);
    margin-left: -2px;
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(90deg);
}

.rinc .hr .up {
    transform: translateX(-50%) rotate(135deg);
}
.rinc .hamburger-menu::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 180px);
    height: calc(100% - 180px);
    border: solid var(--line-width) var(--primary-color);
}
.rinc .ccm-block-gallery > .row {
    gap: 30px;
}
.rinc .wide-content .ccm-block-gallery > .row > a::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: solid var(--line-width) var(--primary-color);
    transform: translate(-15px, -15px);
}
.rinc .wide-content .ccm-block-gallery .ccm-block-gallery-image {
    padding-top: 0px;
    aspect-ratio: 1;
}
.rinc .wide-content .ccm-block-gallery > .row > a:nth-child(odd) {
    top: -60px;
}
.rinc .wide-content .ccm-block-gallery > .row > a:nth-child(even) {
    top: 60px;
}
.rinc .ccm-block-gallery a {
    min-width: 300px;
}
.rinc .wide-content-stack .ccm-block-gallery a {
    min-width: unset;
}
.rinc .rinc-btn-1, .rinc .rinc-btn-2 {
    display: inline-block;
    position: relative;
    margin-right: 40px;
    margin-bottom: 15px;
}
.rinc .rinc-btn-1 a {
    position: relative;
    display: inline-grid;
    padding: 15px 0px 15px 0px;
    text-decoration: none;
    font-weight: 600;
    color: var(--primary-font-color);
}
.rinc .rinc-btn-1 a::before, .rinc .rinc-btn-2 a::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid var(--line-width) var(--primary-color);
    border-right: solid var(--line-width) var(--primary-color);
    border-bottom: solid var(--line-width) var(--primary-color);
    transform: translateX(25px);
    z-index: -2;
    transition: all 0.3s var(--cubic-bezier);
    background-color: transparent;
}
.rinc .rinc-btn-2 a {
    position: relative;
    display: inline-grid;
    padding: 15px 0px 15px 0px;
    text-decoration: none;
    font-weight: 600;
    color: var(--secondary-font-color);
}
.rinc .rinc-btn-1::before, .rinc .rinc-btn-2::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 24.5px;
    height: 10px;
    border-left: solid var(--line-width) var(--primary-color);
}
.rinc .rinc-btn-1::after, .rinc .rinc-btn-2::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 24.5px;
    height: 10px;
    bottom: 0px;
    border-left: solid var(--line-width) var(--primary-color);
}
.rinc .rinc-btn-1:hover a::before, .rinc .rinc-btn-2:hover a::before {
    background-color: #1eacee5f;
}
.rinc .wide-content-stack .highlight {
    position: relative;
    height: 50vh;
    display: flex;
    align-items: center;
    margin-left: 120px
}
.rinc .wide-content-stack .highlight::before {
    content: '';
    position: absolute;
    border-top: solid var(--line-width) var(--primary-color);
    border-right: solid var(--line-width) var(--primary-color);
    border-bottom: solid var(--line-width) var(--primary-color);
    width: 100%;
    height: 100%;
}
.rinc .wide-content-stack .highlight h2 {
    text-transform: uppercase;
    line-height: 100px;
    margin-top: 0px;
    padding-bottom: 60px;
    margin-left: -60px;
}
.rinc .wide-content-stack .highlight h2::before, .rinc .wide-content-stack .highlight h2::after {
    content: '';
    position: absolute;
    height: 15vh;
    left: 0px;
    top: 0px;
    border-left: solid var(--line-width) var(--primary-color);
}
.rinc .wide-content-stack .highlight h2::after {
    top: unset;
    bottom: 0px;
}
.rinc .wide-content-stack .highlight h2 strong {
    font-size: 100px;
    margin-left: -5px;
}
.rinc h2 strong sup::before {
    content: '—';
    position: absolute;
    display: inline-block;
    transform: scaleX(2);
    transform-origin: right;
    padding-right: 25px;
}
.rinc .ccm-block-feature-item {
    position: relative;
    margin-left: 15px;
}
.rinc .ccm-block-feature-item::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    border-left: solid var(--line-width) var(--primary-color);
}
.rinc .ccm-block-feature-item h2 {
    margin-left: 30px;
}
.rinc .ccm-block-feature-item h2 i {
    display: none;
}
.rinc .ccm-faq-container {
    max-width: 750px;
}
.rinc .flex-center {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.rinc .ccm-layout-column-wrapper {
    display: flex;
}
.rinc .ccm-layout-column-wrapper .ccm-layout-column {
    width: 50%;
}
.footer-copyright {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .rinc h1 {
        font-size: 2em;
    }
    .rinc .wide-content-image-right .wide-content-wrapper {
        flex-direction: column;
        min-height: unset;
    }
    .rinc .wide-content-image-left .wide-content-wrapper {
        flex-direction: column;
        min-height: unset;
    }
    .rinc .wide-content:not(.wide-content-image-center) .wide-content-image-wrapper {
        width: 100%;
        max-width: unset;
        position: relative;
        min-height: 400px;
    }
    .rinc .wide-content:not(.wide-content-image-center) .wide-content-text-wrapper {
        width: auto;
        max-width: unset;
        margin-left: 0%;
    }
    .rinc .flex-center {
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
    }
    .rinc .wide-content-stack {
        padding: 15px;
        max-width: unset;
    }
    .rinc .image-overflow .wide-content-image {
        display: table;
        padding: 15px!important;
    }
    .rinc .image-overflow .wide-content-image img {
        padding: 0px!important;
    }
    .rinc .wide-content-text-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .rinc .full-height .wide-content .wide-content-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .rinc .template-background .wide-content-text-wrapper {
        margin-left: 15px;
    }
    .rinc .full-height {
        min-height: 400px;
    }
    .ccm-toolbar-visible .rinc .full-height {
        min-height: 400px;
    }
    .rinc .ccm-block-gallery {
        padding-top: 90px;
    }
    .rinc .wide-content-stack .highlight {
        height: auto;
        min-height: 400px;
    }
    .rinc .wide-content-stack .highlight h2::before, .rinc .wide-content-stack .highlight h2::after {
        height: 3vh;
    }
    .rinc .wide-content-image-left .wide-content-image, .rinc .wide-content-image-right .wide-content-image {
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .rinc .ccm-layout-column-wrapper {
        display: flex;
        flex-direction: column;
    }
    .rinc .ccm-layout-column-wrapper .ccm-layout-column {
        width: 100%!important;
    }
    .rinc .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner {
        margin: 0px 15px 0px 15px!important;
    }
    .rinc .wide-content-image-center .wide-content-text-wrapper {
        width: auto;
    }
    .rinc .image-overflow .wide-content-image-left .wide-content-image {
        width: 100%;
        text-align: center;
        height: 100%;
    }
    .rinc .wide-content .ccm-block-gallery > .row > a:nth-child(odd) {
        top: 0px;
    }
    .rinc footer .nav {
        flex-wrap: nowrap;
    }
}
@media (max-width: 767px) {

}
