@charset "utf-8";
/* CSS Document */



@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) { }

::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-thumb{background:#181818}
::-webkit-scrollbar-track{background-color:#ffffff}

@font-face {
font-family:"neue-haas-grotesk-display";
src:url("https://use.typekit.net/af/c906c2/00000000000000007735bb6e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/c906c2/00000000000000007735bb6e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/c906c2/00000000000000007735bb6e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
font-display: swap;
font-style:normal;
font-weight:900;
font-stretch:normal;
}

.tk-neue-haas-grotesk-display { font-family: "neue-haas-grotesk-display",sans-serif; }

#site-search {
  position: absolute;
  width: 100vw;
  background: rgba(0,0,0,1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.2s ease-in-out;
  z-index: 1000;
  margin: 0;

}


#site-search.open {
  opacity: 1;
  visibility: visible;
}

#site-search .relevanssi-live-search-results,
.relevanssi-live-search-results {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto;
  transform: none !important;
  max-height: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  transition: all 0.3s ease;
  z-index: 9999;
	background: transparent;
}

#rlvlive {
  transition: max-height 0.3s ease, height 0.3s ease;
  overflow: hidden;
}
button.search-trigger {
  background: none;
  border: none;
}

button.search-trigger i::before {
  color: #aaa;
  transition: transform 0.5s ease;
}

button.search-trigger:hover i::before {
  color: #fff;
}

button.search-trigger:hover i::before {
  transform: scale(1.15);
}

header input.search-field {
    background: rgba(0,0,0,1);
	padding: 0.5rem 1rem;
	color: rgba(255,255,255,1);
	border: 3px solid #0b8e36;
	transition: ease all 0.5s;
	width: 100%;
}

header .search-input-wrapper {
    width: 0;
	opacity: 0;
	transition: ease all 0.5s;
}

header .open .search-input-wrapper {
    width: 100%;
	opacity: 1;
}

.form-icon {
	opacity: 0;
  	transform: translateY(-40px);
	transition: ease all 0.4s;
}

.open .form-icon {
	opacity: 1;
  	transform: translateY(0px);
}

header .ajax-results {
    background: transparent;
	padding: 0 0.5rem 1rem 0.5rem;
}

@media (min-width: 768px) {
	header .ajax-results {
		padding: 0 0rem 1rem 40px;

}
}

.slider-text.text-dark {
	color: rgba(255, 255, 255, 1) !important;
}

@media (min-width: 768px) {
	.manual-slider .glide__slide {
		opacity: 0.3;
		transition: opacity 0.3s ease;
	}
	.manual-slider .glide__slide.glide__slide--active {
		opacity: 1;
	}
	
	.slider-text.text-dark {
		color: rgba(0, 0, 0, 1) !important;
}
}


.page-slider .glide__slide {
  opacity: 1;
  transition: opacity 0.3s ease;
}


.page-slider .glide__slides:hover .glide__slide {
  opacity: 0.5;
}


.page-slider .glide__slides:hover .glide__slide:hover {
  opacity: 1;
}

.page-slider .glide__slide i.ms-3 {
  transition: ease all 0.3s;
}

.page-slider .glide__slide:hover i.ms-3 {
  margin-left: 2rem !important;
}

.glide__slide img {
		object-fit: cover;
		aspect-ratio: 16 / 9;
}


@media (min-width: 768px) {
	.position-md-absolute {
		position: absolute;
	}
}



.listNav {
    display: flex;
    align-items: center;
    justify-content: center;
  	min-height: 66px;
}

.cm-glossary .listNav .ln-letters {
  display: flex !important;
  gap: 3px !important;
  width: 100% !important;
  flex-wrap: wrap !important;
  margin: 0 0 1.5rem 0 !important;
  justify-content: center !important;
  min-height: 42px;

}

.ln-letters a {
    font-size: 20px !important;
   /* padding: 4px 10px !important; */
    border: 4px solid rgba(255, 255, 255, 0) !important;
	line-height: 26px !important;
	background: rgba(255,255,255,0.1) !important;
	margin-left: 0px !important;
	font-weight: bold !important;
	width: 38px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	
}

span.glossaryLink, 
a.glossaryLink,
a.ln-0.lnletter-a.ln-first.ln-selected {
    border-bottom: dotted 0px #000 !important;
    color: #ffffff !important;
}

ul#glossaryList a {
    color: rgba(255, 255, 255, 1) !important;
}

ul#glossaryList a:hover,
a.glossaryLink:hover {
    color: #0b8e36 !important;
}


@media (min-width: 768px) {

	/* Content Tooltips */
	span.glossaryLink {
	   border-bottom: dotted 1px rgba(255,255,255,1) !important;
	}

	span.glossaryLink:hover {
	   color: rgba(255,255,255,0.5) !important;
	   border-bottom: dotted 1px rgba(255,255,255,0.25) !important;
	}
}

.accordion li:has(.glossaryLink) {
    gap: 0.25em;
}


.ln-letters a {
    color: rgba(255, 255, 255, 1) !important;
}

.ln-letters a.ln-disabled {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ln-letters a:hover, .ln-letters a.ln-selected {
    background-color: #0b8e36 !important;
}

ul#glossaryList li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

/* animation */
.ln-letters a {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ln-letters a.animate-in {
  opacity: 1;
  transform: translateY(0);
}

li.ln-no-match {
    font-weight: normal;
}

.ln-selected {
    color: rgba(255, 255, 255, 1) !important;
}

.ln-letters a:hover {
    margin-top: 0px !important;
}

a.ln-0.lnletter-a.ln-first.ln-selected {
    padding-bottom: 7px !important;
}

#tt #ttcont div.glossaryItemTitle {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.ln-letter-count {
    display: none !important;
}


a.cmtt-backlink.cmtt-backlink-top {
    display: none;
}


#tt {
  	position: fixed !important;
    top: 5rem !important;
    right: 2rem !important;
    left: unset !important;
    bottom: unset !important;
}

div#ttcont {
	background: rgba(0, 0, 0, 0.9) !important;
    padding: 20px !important;
    border-radius: 1rem !important;
}

#tt.cmtt #ttcont div.glossaryItemTitle {
	 color: #0b8e36 !important;
    font-weight: bold;
    font-size: 1rem !important;
	border-top: 0 !important;

}

#tt #ttcont {
    box-shadow: 0px 0px 10px #000 !important;;
    -moz-box-shadow: 0px 0px 10px #000 !important;;
    -webkit-box-shadow: 0px 0px 10px #000 !important;;
    border: 3px solid #0b8e36 !important;
}

#tt #ttcont div.glossaryItemBody {
    padding: 0;
    font-size: 1rem !important;
    font-weight: bold !important;
}


.relevanssi-live-search-result {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.relevanssi-live-search-result-status p {
    padding: 1em 0 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.relevanssi-live-search-result p {
    font-size: 18px !important;
    padding: 0em !important;
	margin: 0 0 0.25rem 0 !important;
    border-bottom: 0px solid rgba(30, 30, 30, 0);
	display: inline-block;
}

.relevanssi-live-search-result a {
    text-decoration: none;
	font-weight: 300;
	white-space: normal !important;
}

.relevanssi-live-search-no-results {
    padding: 1em 0 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.relevanssi-live-search-didyoumean {
	font-size: 16px !important;
    font-weight: normal !important;
	padding: 0 !important;
}

p.relevanssi-live-search-didyoumean a {
    font-size: 18px ;
}

.relevanssi-live-search-result.animated {
  opacity: 1;
  transform: translateY(0);
}

input.search-field:focus-visible {
    outline: none;
}


.relevanssi-live-search-no-results {
    font-weight: 300;
}

.search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 15, 5, 0.5);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  z-index: 999;
  background: transparent;
}

.search-backdrop.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
}


.rlv-has-spinner {
	border-color: #0b8e36 !important;
	border-right-color: transparent !important;
}

.rlv-has-spinner::after {
	background-color: #0b8e36 !important;
}



/* In-Page Search */

.page-content input.search-field {
    background: rgba(255,255,255,1);
    padding: .5rem 1rem;
    color: rgba(0, 0, 0, 1);
    border: 0px solid #0b8e36;
    transition: ease all .5s;
    width: 100%;
}

.page-content .relevanssi-live-search-results {
    background: transparent;
}


.page-content .relevanssi-live-search-result {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
	transform: translateY(0px);
}


.page-content .relevanssi-live-search-results-showing .relevanssi-live-search-result {
    opacity: 1;
}


.page-content .ajax-results {
    background: transparent;
	padding: 0 0rem 1rem 0rem;
}

@media (min-width: 768px) {
	.page-content .ajax-results {
		padding: 0 0rem 1rem 40px;

}
}









a {
	color: #0b8e36;	
	text-decoration: none;
	transition: ease all 0.3s;
} 

a:hover {color: #ffffff;}

p {font-weight: 100;}

.flexible ul,
.flexible ol {
	font-weight: 100;
	list-style-position: outside;
	margin-bottom: 2rem;
	padding-left: 0; 
}


.flexible ul ul {
	padding-left: 1rem; 
}



.flexible ul,
.flexible ol {
	font-weight: 100;
	list-style-position: inside;
}

.two-column-hero ul,
.two-column-hero li {
    list-style-position: outside;
}

.mobile-nav .nav-link i {
    position: relative;
    top: 2px;
}

body {
	background: #181818;
	color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2053%2070.67'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23252525;%7D%3C/style%3E%3C/defs%3E%3Cg%20id='Layer_2'%20data-name='Layer%202'%3E%3Cg%20id='Layer_1-2'%20data-name='Layer%201'%3E%3Cg%20id='Layer_2-2'%20data-name='Layer%202'%3E%3Cg%20id='Layer_1-2-2'%20data-name='Layer%201-2'%3E%3Cpath%20class='cls-1'%20d='M52.59,16.69A36.58,36.58,0,0,0,43.8,10.2L45,7.44a3.52,3.52,0,1,0-6.51-2.7h0L37.29,7.5A37,37,0,0,0,30,6.07V3.54A3.49,3.49,0,0,0,29,1,3.53,3.53,0,0,0,23,3.5V6.08a36.19,36.19,0,0,0-7.29,1.44l-1.2-2.81A3.52,3.52,0,1,0,8,7.41l1.17,2.82A37.17,37.17,0,0,0,.35,16.76L0,17.12l2.66,2.66L3,19.43A32.79,32.79,0,0,1,23.51,9.84a31.13,31.13,0,0,1,5.95,0,31.75,31.75,0,0,1,6.89,1.37,33.17,33.17,0,0,1,13.51,8.21l.36.35L53,17Z'%3E%3C/path%3E%3Cpath%20class='cls-1'%20d='M53,52.47l-2.73-2.73-.36.36A33.08,33.08,0,0,1,29.4,59.68a31.13,31.13,0,0,1-5.95,0,33.33,33.33,0,0,1-6.86-1.35A33.1,33.1,0,0,1,11.1,56,33.36,33.36,0,0,1,3,50.1l-.36-.36L0,52.4l.35.36a36.91,36.91,0,0,0,8.81,6.53L8.05,62a3.53,3.53,0,1,0,6.46,2.82L15.66,62a37.14,37.14,0,0,0,7.24,1.44V67a3.53,3.53,0,0,0,7.05.37A2.29,2.29,0,0,0,30,67V63.46A37.31,37.31,0,0,0,37.28,62l1.16,2.79A3.51,3.51,0,0,0,41.69,67a3.56,3.56,0,0,0,1.9-.55A3.63,3.63,0,0,0,44.91,62l-1.12-2.69a37.2,37.2,0,0,0,8.81-6.5Z'%3E%3C/path%3E%3Cpath%20class='cls-1'%20d='M26.48,13.92A20.85,20.85,0,1,0,47.32,34.78v0A20.84,20.84,0,0,0,26.48,13.92Zm0,32A11.21,11.21,0,1,1,37.67,34.73v0A11.19,11.19,0,0,1,26.48,46ZM41.6,31.89a2.75,2.75,0,1,1,2.75-2.74A2.75,2.75,0,0,1,41.6,31.89Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

    background-size: 87vw 87vh !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
	margin-top: 51.5px
}


#page {
	height: auto;
}

header {
    background: rgba(0,0,0,1);
}

footer {
    background: rgba(0,0,0,0.75);
}

small {
	display: inline-block;
	font-size: 75%;
	line-height: 1.2;
	color: #bbb;
}

small strong  {
	color: #bbb;
}

.banner-text {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 900;
	font-style: normal;
    letter-spacing: 1px;
}

@media (min-width: 992px) {
    .two-column-text {
        column-count: 2;
        column-gap: 2.5rem;
    }
}
@media (min-width: 992px) {
.two-column-text .grouped {
  break-inside: avoid;
  -webkit-column-break-inside: avoid; /* For older WebKit browsers */
  page-break-inside: avoid; /* Useful for print media */
}
}

sup {
    top: -0.3em;
}

.z1 {
    z-index: 1;
}

.text-shadow {
	text-shadow: 1px 1px 30px rgba(0,0,0,0.1);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 1rem;
}

ul.centered {
    text-align: center;
}

ul.centered li {
	list-style-position: inside;
}


.logged-in .account-toggle {
    color: #28a745;
}


.logged-in .account-toggle:hover {
    color: #ffffff !important;
}

#menu-desktop {
	text-transform: uppercase;
    font-size: 13px;
}

#menu-desktop li {
    padding: 0 0.5em;
}

@media (min-width: 1200px) {
	#menu-desktop li {
    	padding: 0 1em;
}
}

#menu-desktop li ul {
    background: rgba(0, 0, 0, 1);
}

#menu-desktop .dropdown a {
    font-size: 13px;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

#menu-desktop .dropdown a.dropdown-item {
    color: #aaa;
    padding: 0.15em 0;
}

#menu-desktop .dropdown a.dropdown-item:hover {
	color: rgba(255, 255, 255, 1);
}

#menu-desktop .dropdown-item:hover, 
#menu-desktop .dropdown-item:focus {
	background: rgba(0, 0, 0, 1) !important;
}

#menu-desktop .dropdown a.dropdown-toggle.show {
    color: rgba(255, 255, 255, 1);
}


#menu-desktop .dropdown-item.active {
    font-weight: normal;
    color: #28a745 !important;
	background: transparent;
}

#menu-desktop .dropdown-toggle::after {
  display: none !important;
  content: none !important;
}

.dropdown-toggle i {
  transition: transform 0.3s ease;
}

/* Rotate chevron when dropdown is open */
:hover.dropdown i,
.dropdown-toggle.show i {
  transform: rotate(-180deg);
}

/* Rotate chevron when dropdown is open */
:hover.dropdown i,
.dropdown-toggle.show i {
  transform: rotate(-180deg);
}

#menu-desktop a.nav-link.account-toggle.dropdown-toggle.show i {
  transform: rotate(0deg) !important;
}

#menu-desktop .account-dropdown .nav-item a {
    font-size: 13px;
}
a.nav-link.account-toggle.dropdown-toggle {
	transition: ease all 0.3s;
}
a.nav-link.account-toggle.dropdown-toggle:hover {
    transform: scale(1.2);
}

.nav-link {
    color: #aaaaaa;
}

.nav-link:hover {
    color: #ffffff;
}

.navbar-nav .show>.nav-link, .navbar-nav .nav-link.active {
	color: #ffffff;
	font-weight: bold;
}
.navbar-nav .nav-link.active {
	color: #0b8e36;
}

.current-page-ancestor .nav-link {
    font-weight: 700;
    color: #0b8e36 !important;
}


.hamburger {
    display: flex;
    padding: 6px 0;
    margin-top: 1px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background: #ffffff;
	height: 4px;
	border-radius: 1px;
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after {
    bottom: -10px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
	background: #ffffff;	
}

#mobile-nav {
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: auto;
    justify-content: center;
    align-content: start;
    width: 100%;
    max-width: 100%;
    background: #000000;
    padding: 90px 0px;
    transition: opacity 0.5s 0.5s, visibility 0s 1s;
    opacity: 0;
    visibility: hidden;
}

.open {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.5s !important;
}
ul.mobile-nav  {
	margin: 0 !important;
	padding: 0 !important;
}
.mobile-nav li {
    list-style: none;
}

.mobile-nav .nav-link.active {
	color: #ffffff;
}

.mobile-nav li {
    list-style: none;
    position: relative;
}

.mobile-nav button.accordion-button:not(.collapsed) {
    background: transparent;
}

.mobile-nav button.accordion-button.collapsed {
    color: #ffffff;
}




.mobile-nav button.accordion-button.collapsed {
    background: transparent;
}

.mobile-nav .accordion-button:not(.collapsed) {
    color: #fff !important;
}

.mobile-nav .accordion-button:focus {
    box-shadow: none;
}


.mobile-nav .accordion-item {
    background: transparent;
	border: none;
}

.mobile-account {
    font-size: 100% !important;
    margin: 10px 0;
}

.mobile-account.username,
.mobile-account.register {
    padding-top: 65px !important;
	margin-top: 0 !important;
}

li#menu-item-183:after {
    border-bottom: 1px solid #777777;
    content: '';
    width: 50%;
    position: absolute;
    left: 25%;
    top: 80px;
}

.dropdown-toggle {
    font-size: 16px;
    padding-top: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
}

.nav-item.username a {
    text-transform: none;
}

.account-dropdown {
    left: -80px !important;
    top: 40px !important;
    border-radius: 0;
}

.account-btn .nav-link:hover {
    color: rgba(255,255,255,1);
}


.account-btn .nav-link:focus {
    color: rgba(255,255,255,1);
}

a.dropdown-item.nav-link {
    font-size: 14px;
}

.account-dropdown {
    background: rgba(0,0,0,1) !important;
}



.account-dropdown .dropdown-item:hover, .account-dropdown .dropdown-item:focus {
    background-color: rgba(255,255,255,0.1);
}



#menu-item-3124 {
    background: rgba(10, 133, 50, 1) !important;
    border-radius: 3px;
    padding: 0 8px !important;
	transition: ease all 0.3s;
}

#menu-item-3124 a {
	color: rgba(255, 255, 255, 1)!important;
	font-weight: 700;
}

#menu-item-3124:hover {
    background: rgba(255, 255, 255, 1) !important;
}
#menu-item-3124:hover a {
	color: rgba(0, 0, 0, 1)!important;
}


.home-banner-image {
    height: 100vh;
	background-size: cover;
    background-position: center;
}

.page-banner {
    height: 45vh;
    background-size: cover;
    background-position: center;
}

@media (min-width: 992px) {
	.py-xl {
		padding: 4rem 0 !important;
	}
}

.flexible p {
	margin-bottom: 2rem;
}

.flexible p:last-of-type {
   /* margin-bottom: 0; */
}

.site-main p:last-of-type {
    margin: 0;
}


.faq-section:nth-child(odd) {
    background: rgba(0,0,0,0.2);
}

.cards-repeater:nth-child(odd) {
    background: rgba(0,0,0,0.2);
}

.cards-repeater .card p {
    margin-bottom: 1rem;
	font-weight: 300;
}

.cards-repeater .card p:last-of-type {
    margin-bottom: 0rem;
}

.layout:nth-child(odd) {
    background: rgba(0,0,0,0.2);
}

.flexible .full-width:nth-child(odd) {
    background: rgba(0,0,0,0.2);
}

.page-template-landing-page .flexible .full-width:nth-child(odd) {
    background: rgba(0,0,0,0.35)  !important;
	text-align: center;
}

.faq-category {
	color: #ffffff;	
}

.category-description p {
	margin-bottom: 0;
}

.category-icon-square {
    width: 5rem;
    height: 5rem;
    border-radius: 0.75rem;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
}


.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
}

.icon-square-lg {
    width: 5rem;
    height: 5rem;
    border-radius: 0.75rem;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
	margin: 0;
}

.faq-card-icon {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 30px;
    opacity: 0.1;
    font-size: 4rem !important;
}

.faq-header a {
	text-decoration: none;
	color: #ffffff;
}

.faq-desc {
    color: #fff;
}

a.faq-btn {
    color: #ffc107;
}

a.faq-btn i:hover::before {
    transform: rotate(360deg);
    transition: ease all 0.3s;
	color: #ffffff;
}
.c-d-none {
	display:none !important;
	background: rgba(255,0,0,0.2);
}

.video-card {
    background: rgba(255,255,255,0.1);
}

.video-modal .modal-content {
    background: rgba(0,0,0,0.5);
}

.cookies-modal .modal-content {
    background: #222222;
}

.cookies-modal .modal-header,
.cookies-modal .modal-footer {
	border-top: 0px;
	border-bottom: 0px;
	background: rgba(255,255,255,0.1);
}

.video-modal .modal-body {
	padding: 0;
}

#youtube-modal,
#cookies-modal {
	background: rgba(0,0,0,0.8)
}

.form-switch.form-switch-xl .form-check-input {
    height: 1.75rem;
    width: calc(3rem + 0.75rem);
    border-radius: 5rem;
}

.form-switch-xl .form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}



.video-modal .btn-close,
.cookies-modal .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat
}

.video-card-img {
    overflow: hidden;
	
}

.scale-hover,
.video-card-img img {
    transition: ease all 0.3s;
}

.scale-hover:hover,
.video-card-img img:hover {
	transform: scale(1.1);
}

.video-modal .modal-header {
    border-bottom: 0px;
    background: rgba(255,255,255,0.1);
}

.accordion .card {
	background-color: rgba(255,255,255,0.1)
}

.accordion a {
	color: #ffffff;
	text-decoration: none;
}

.accordion-body a {
	color: #0b8e36;
	text-decoration: none;
}

.accordion button.btn.btn-link {
    color: #ffffff;
    text-decoration: none;
}

.accordion .active {
    color: #ffc107;
    text-decoration: none;
}

.accordion li a:hover {
    color: #cccccc;
    text-decoration: none;
}

.card-active .card-header {
    background: rgba(255,255,255,0.1);
}

.card-header:hover {
    cursor: pointer;
    background: rgba(255,255,255,0.1);
}

.fit-content-sm {
    width: fit-content;
}

@media (min-width: 992px) {
	.fit-content-sm {
    	width: auto;
}
}

.accordion ul {
    padding: 0 0 0 15px;
}

.accordion li {
    font-size: 13px;
    margin: 0 0 5px 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.vsaas-questions .accordion-item,
.accordion-cookies .accordion-item {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
    border: 0px;
}

.vsaas-questions .accordion-button.collapsed,
.accordion-cookies .accordion-button.collapsed {
    background: rgba(255,255,255,0.1);
	color: #fff;

}

.vsaas-questions .accordion-button:not(.collapsed),
.accordion-cookies .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: rgba(255,255,255,0.2);
    box-shadow: none;
}

.vsaas-questions .accordion-body,
.accordion-cookies .accordion-body {
    background: rgba(0,0,0,0.6) !important;
}



.accordion-button::after,
.accordion-cookies .accordion-button:after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); 
}

.mask-dark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.mask-dark-5 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.mask-variable {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card-content,
.card-text {
	z-index: 100;
}

@media (min-width: 992px) {
	.border-10 img {
		border: 10px solid #111111;
	}
}

.perspective .svg img {
    width: 100%;
    height: auto;
    border: none;
}


.perspective-right,
	.perspective-left {
	transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

@media (min-width: 992px) {
	
.perspective-right {
	transform: perspective(1000px) rotateX(14deg) rotateY(333deg) rotateZ(4deg);
}
.perspective-left {
	transform: perspective(1000px) rotateX(14deg) rotateY(27deg) rotateZ(356deg)
}
}

img.manufacturer-logo {
    width: 100%;
    height: auto;
    max-width: 75%;
}

img.single-manufacturer-logo {
    height: auto;
	width: 100%;
    max-width: 200px;
}

.manufacturer-card {
	background: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

.manufacturer-card:hover {
  background-color: var(--brand-background);
}


img.inverted {
	filter: brightness(0) invert(1);
}

.manufacturer:hover img.inverted {
    	filter: brightness(1) invert(0);
}

.relationship img,
img.manufacturer-logo {
    transition: ease all 0.3s;
}

.relationship img:hover,
.manufacturer:hover img {
    transform: scale(1.1);
}

.manufacturer {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.manufacturer.fade-in {
  opacity: 1 !important;
  transform: scale(1);
}

.fs-14 {
	font-size: 14px;
}

.cards-repeater .card-text ul {
    padding: 0;
	list-style: none;
	margin: 0;
}

.cards-repeater .card-text li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1rem;
  text-indent: 0;
}

.cards-repeater .card-text li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.featured-pages .card {
    color: #ffffff;
    text-decoration: none;
	font-size: 1.75rem;
}

.featured-pages .card {
    text-decoration: none;
}

.features-card,
.support-card {
	transition: ease all 0.3s;
}

.features-card:hover,
.support-card:hover {
    background-size: cover !important;
}

.features-card:hover .mask-dark {
    background: rgba(0,0,0,0.5);
}

.support-card:hover .mask-dark-5 {
    background: rgba(0,0,0,0.3);
}

.animation {
	position: relative;
	width: 75%;
	height: auto;
}

@media (min-width: 992px) {
.animation {
	position: absolute;
	width: auto;
	height: 100%;
}
}

.frm_fields_container br,
.frm_fields_container p:empty,
.frm_fields_container p:has(> input[type="hidden"]) {
    display: none;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
	background: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 16px;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main {
    padding: 10px !important;
}

.with_frm_style .frm_inside_container > label {
	padding: 10px;
}

.with_frm_style .frm_primary_label {
	color: #777777;
}

.with_frm_style .frm_inside_container.frm_label_float_top > label {
    top: -5px;
}

.with_frm_style .frm_required {
	color: #777777;
}
.with_frm_style .frm_message, .frm_success_style {
    border: 0px solid #D6E9C6;
    background-color: rgba(255,255,255,0.1);
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    padding: 30px;
}

.with_frm_style .frm_message p {
	color: #ffffff;
}


.frm_style_formidable-style.with_frm_style .frm_error {
    border: 0px solid #D6E9C6;
    background-color: rgba(255,255,255,0);
    color: #ff0000 !important;
    font-size: 20px;
    font-weight: 300;
    padding: 30px;
}

.frm_error_style p {
	margin: 0 !important;
}


.frm_style_formidable-style.with_frm_style .frm_error_style {
    background-color: #ff0000 !important;
    border: 0px solid #ebccd1 !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 16px !important;
    margin: 0;
    margin-bottom: 20px;
}

.frm_style_formidable-style.with_frm_style input[type=submit] {
	font-size: 1rem;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	--bs-btn-color: #fff;
    background: #6c757d;
    border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
	background: rgba(10,133,50,1) !important;
	border-color: rgba(10,133,50,1) !important;
	font-weight: bold !important;
}

.btn-success:hover {
    color: #fff !important;;
    background-color: #116e25 !important;
    border-color: #116e25 !important;
}

.btn-warning {
	background: #ffc107!important;
	border-color: #ffc107 !important;
    font-weight: bold !important;
}

.btn-warning:hover {
    background-color: #ffecb3 !important;
    border-color: #ffecb3 !important;
}




.btn, .button {
    border-radius: 3px !important;
}




@media (min-width: 768px) {
    .custom-pagination a, .custom-pagination span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        margin: 5px;
        text-decoration: none;
        color: #ffffff;
        border: 0 solid #ddd;
        background: #0b8e36;
        font-size: 12px;
        transition: ease all .3s;
    }
}

.custom-pagination a:hover {
    background-color: #000000;
    color: #ffffff;
}

.cover-image {
	overflow: hidden;
}

.cover-image img {
	transition: ease all 0.3s;
	overflow: hidden;
	transform: scale(1);
}

.cover-image:hover img {
	transform: scale(1.1);
}



.disabled input {
	color: rgba(255,255,255,0.7) !important;
}

.disabled input:focus {
	background: rgba(255,255,255,0.1) !important;
}

.with_frm_style select {
	height: auto !important;
	padding: 10px 20px !important;
}

.footer-nav li {
    padding: 0 0.5em;
    font-size: 11px;
    white-space: nowrap;
	font-weight: normal;
}

footer .nav-link {
	display: inline-block;
}

.data-logo {
    width: 100px;
    height: auto;
    margin: 0 0 4px 0;
}

.trading-name {
    font-size: 12px;
	line-height: 16px;
}

footer address {
	font-size: 12px;
	line-height: 16px;
}


footer .nav-link.active {
    color: #0b8e36;
	font-weight: 700;
}

.accreditation {
	justify-content: center;
}

.accreditation img {
	width: auto;
	height: 65px;
	margin: 0 10px;
}

.informational {
    font-size: 12px;
	color: #ffffff;
}

ul.informational {
    display: flex;
	padding-left: 0;
}

ul.informational a {
    padding: 8px 0;
}

.informational li {
	list-style: none;
}

.kbd a {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.kbd a:hover {
	color: #ff008a;
}

#kbd-cookie-banner {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#kbd-cookie-banner.show {
  opacity: 1;
}

.grecaptcha-badge {
    visibility: hidden;
}

.link-border-muted,
.cmplz-sharing-data a,
.cmplz-service-description a {
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.link-border-muted:hover,
.cmplz-sharing-data a:hover,
.cmplz-service-description a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
}



.cmplz-cookiebanner {
     background: rgba(0,0,0,1) !important;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner.cmplz-bottom {
    margin: 0 !important;
    width: 100% !important;
    border-top: 10px solid rgba(255,255,255,0.1) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: rgba(255,255,255,0.1) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    color: #ffffff !important;
}


    .cmplz-cookiebanner .cmplz-body {
		overflow-y: visible !important;
		overflow-x: visible !important;
    }


@media only screen and (min-width: 1024px) {
    .cmplz-cookiebanner .cmplz-body {
        align-items: center;
        justify-content: flex-start;
        text-align: left;
		overflow-y: visible !important;
		overflow-x: visible !important;
    }
}

@media (min-width: 1024px) {
    .cmplz-cookiebanner .cmplz-buttons {
        align-items: flex-end;
    }
}

.cmplz-cookiebanner .cmplz-message {
    margin: 0 !important;
}

.cmplz-cookiebanner .cmplz-message p {
    padding: 0 20px 0 0 !important;
    margin: 0 !important; 
}

.cmplz-icon path {
	fill: #ffffff;
}

.cmplz-icon svg {
	vertical-align: text-top;
}



@media only screen and (max-width: 1023px) {
.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
    margin-top: 20px !important;
}
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    font-weight: 300 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
    padding: 10px 10px 10px 20px !important;
    align-items: center;
    justify-content: space-between;
}

#cmplz-manage-consent .cmplz-manage-consent {
    display: none;
}

@media (min-width: 1024px) {
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    min-width: 250px !important;
}
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
    padding: 20px !important;
}

.cmplz-hidden {
    display: block !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
    background-color: transparent !important;
    border: 3px solid rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    transition: ease all .3s;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover, 
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    border: 3px solid rgba(255, 255, 255, 1) !important;
	color: #181818 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
    background-color: #198754 !important;
}

.category-control {
    position: absolute;
    top: 0;
    right: 69px;
    display: flex;
    font-size: 13px;
    height: 100%;
    align-items: center;
    font-weight: 300;
	z-index: 999;
}

.cmplz_consent_per_service_label .screen-reader-text {
    font-size: 0;
}

.category-control .cmplz-hidden {
    display: block !important;
}

.form-check.form-switch {
    padding-left: 2.5em;
    min-height: auto;
}

.category-control .form-check-input {
    background-color: #c82333;
}

.category-control .form-check-input:checked {
	    background-color: #28a745;
}

.category-control .form-check-input {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e"); }


.frm_section_heading h3 {
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #fff !important;
    border-top: 0 !important;
    border-bottom: 2px solid #ffffff !important;
    border-color: rgba(255,255,255,0.2) !important;
}

span.frm_inline_total {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.with_frm_style .frm_repeat_sec {
	border-color: rgba(255,255,255,0.2) !important;
}


.frm_style_formidable-style.with_frm_style .frm_trigger .frm_icon_font.frm_arrow_icon:before {
    content: "\e62a";
    color: #fff;
}

.frm_style_formidable-style.with_frm_style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before {
    content: "\e62d";
    color: #fff;
}

.frm_primary_label {
    color: #fff !important;
}
div#frm_field_381_container select {
    font-size: 75%;
}

span.frm_range_value {
    color: #fff !important;
}

.live-demo-form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 12px;
}


.modal-body,
.modal-header,
.modal-footer {
    background: #181818;
}

.modal-header,
.modal-footer {
    border: 0px solid #000;
}

button.btn.btn-open-modal-light {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 12px 30px;
    color: #fff;
    font-weight: 400;
    background: rgba(0,0,0,.4);
    text-transform: uppercase;
	transition: ease all 0.3s;
}

button.btn.btn-open-modal-light:hover {
    color: #181818;
    background: rgba(255,255,255,1);
}

.btn-close {
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.object-fit-cover {
	object-fit: cover;
}
.object-fit-contain {
	object-fit: contain;
}

/* Initial state for lazy loading images */
.lazyload {
    opacity: 0;
    transition: opacity 0.5s ease;
}
/* State after the image has been loaded */
.lazyload.lazyloaded {
    opacity: 1;
}

/* Initial state for lazy loading images */
.responsive-load {
    opacity: 0;
    transition: opacity 0.1s ease;
}
/* State after the image has been loaded */
.responsive-load.loaded {
    opacity: 1;
}

.fw-light {
	font-weight: 100 !important;
}

.z-1 {
	z-index: 1;
}

.svg-icon {
	transition: ease all 0.3s;
}

.card:hover .svg-icon {
	transform: scale(1.1);
}

.newsletter input {
    padding: 0 12px !important;
    line-height: 1 !important;
}


.accordion-repeater .accordion-button {
    background: rgba(255,255,255,0.1);
}

.accordion-repeater .accordion-item {
    background: rgba(0,0,0,0);
}

.accordion-body p {
    margin: 24px 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

table.table-striped tr,
table.table-striped td,
table.price-comparison tr,
table.price-comparison td {
    border-color: rgba(0,0,0,1);
}
table.table-striped th,
table.price-comparison th {
	padding: 20px;
}

table.price-comparison td {
    padding-top: 20px;
	padding-bottom: 20px;
}

table.table-striped td {
	padding: 20px;
}

table.table-striped>tbody>tr:nth-of-type(even),
table.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgba(255, 255, 255, 0.1);
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: rgba(255, 255, 255, 0.2);
}

td.col-seingcloud {
    background: rgba(255, 255, 255, 0.05);
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 100;
}
td.col-onprem {
    background: rgba(255, 255, 255, 0.025);
		padding-left: 20px;
		padding-right: 20px;
	font-weight: 100;
}

ol.breadcrumb {
    font-weight: bold;
}

.top-button {
    width: 50px;
    height: 50px;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    right: 1%;
    border: 3px solid #181818 !important;
	background: #0b8e36 !important;
    bottom: 30px;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease, background 0.3s ease;
	z-index: 1020;
}

.top-button:hover {
	background: #181818 !important;
}

.top-button.visible {
    opacity: 1;
    transition: visibility 0s linear 0s, opacity .3s;
}


.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
    white-space: normal;
    text-transform: initial;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    font-size: 16px;
    padding: 10px;
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px;
    font-weight: 100;
    border: none;
}