@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

/* Apply the animation to the image */
.animate-rotate {
	animation: rotate 30s linear infinite;
	-webkit-animation: rotate 30s linear infinite;
	filter: blur(120px);
}

.banner-animation #user-image {
	display: none;
}

.bg-primary .banner_item .banner_tag {
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-banner .homepge_banner .banner_item h1 {
	overflow-wrap: anywhere;
}
.banner-section {
	position: relative;
}

.banner-section .teaser-container .cmp-teaser__image {
	height: 6rem;
}

.banner-section .teaser-container {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
}

.banner-section .teaser-container div {
	justify-items: center;
	margin-bottom: 0 !important;
}

.banner-section .teaser-container .imageList {
	width: 110px;
}

.typewriter-image:nth-child(1) {
	opacity: 0;
	animation: bounceIn 600ms ease-in 0ms 1 normal forwards running;
}

.typewriter-image:nth-child(2) {
	opacity: 0;
	animation: bounceIn 600ms ease-in 0ms 2 normal forwards running;
}

.typewriter-image:nth-child(3) {
	opacity: 0;
	animation: bounceIn 600ms ease-in 0ms 3 normal forwards running;
}
.typewriter-image-out {
	opacity: 1;
	animation: bounceOut 600ms ease-in 0ms 1 normal forwards running;
}

.typewriter h4 span {
	border-right: 0.05em solid;
	animation: caret 1s steps(1) infinite;
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(0);
		opacity: 0;
	}
}
@keyframes bounceIn {
	0% {
		transform: scale(0);
		/* opacity: 0; */
	}
	70% {
		transform: scale(1.1);
		/* opacity: 1; */
	}
	85% {
		transform: scale(0.9);
		/* opacity: 1; */
	}
	100% {
		transform: scale(1);
		/* opacity: 1; */
	}
}
@keyframes caret {
	50% {
		border-color: transparent;
	}
}
/* Apply the animation to the image */
.animate-rotate {
	animation: rotate 30s linear infinite;
	-webkit-animation: rotate 30s linear infinite;
	filter: blur(120px);
}

.bg-primary .banner_item .banner_tag {
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.blog-banner .homepge_banner .banner_item h1 {
	overflow-wrap: anywhere;
}

.banner-section .teaser-container div {
	justify-items: center;
}
@media (max-width: 960px) {
	.banner-section .teaser-container div {
		gap: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
.banner-section .teaser-container .imageList {
	width: 110px;
}
.banner-section .teaser-container .cmp-teaser__image {
	height: 6rem;
}
@media (max-width: 960px) {
	.banner-section .teaser-container .cmp-teaser__image {
		height: 2rem;
	}
}

.typewriter-image:nth-child(1) {
	opacity: 0;
	animation: bounceIn 600ms ease-in 0ms 1 normal forwards running;
}
.typewriter-image:nth-child(2) {
	opacity: 0;
	animation: bounceIn 600ms ease-in 0ms 2 normal forwards running;
}
.typewriter-image:nth-child(3) {
	opacity: 0;
	animation: bounceIn 600ms ease-in 0ms 3 normal forwards running;
}

.typewriter-image-out {
	opacity: 1;
	animation: bounceOut 600ms ease-in 0ms 1 normal forwards running;
}

.typewriter h4 span {
	border-right: 0.05em solid;
	animation: caret 1s steps(1) infinite;
}

/*Base Template Code exchange Landing Banner Custom Css start */
.banner-section {
	/* this is custom css class defined in the jahia page 
    editor at the banner container level */
}
.banner-section .code-exchange__banner {
	background: #484c7a;
	padding: 2rem 1rem;
}
.banner-section .code-exchange__banner > .banner_item .cmp-teaser__content {
	padding: 0;
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__title {
	font-size: 36px;
	letter-spacing: normal;
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__image {
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 960px) {
	.banner-section
		.code-exchange__banner
		> .banner_item
		.cmp-teaser__content
		.cmp-teaser__image {
		display: none;
	}
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__image
	img {
	width: 50%;
	align-self: end;
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	span
	p {
	font-size: 18px;
	font-weight: 400;
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__action-container {
	margin: 0;
}
@media (max-width: 960px) {
	.banner-section
		.code-exchange__banner
		> .banner_item
		.cmp-teaser__content
		.cmp-teaser__action-container {
		display: block;
	}
}
@media (max-width: 960px) {
	.banner-section
		.code-exchange__banner
		> .banner_item
		.cmp-teaser__content
		.cmp-teaser__action-container
		div:nth-child(2) {
		margin-top: 1rem;
	}
}
@media (max-width: 960px) {
	.banner-section
		.code-exchange__banner
		> .banner_item
		.cmp-teaser__content
		.cmp-teaser__action-container
		.button {
		display: block;
	}
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__action-container
	.button
	a {
	background: #003dff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	min-height: 3rem;
	font-family: Sora, Arial, sans-serif;
	box-shadow: rgba(45, 35, 66, 0.3) 0px 2px 8px,
		rgb(2, 46, 185) 0px -3px 0px 0px inset;
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__action-container
	.button
	a:hover {
	box-shadow: 0px 4px 8px rgba(45, 35, 66, 0.4),
		0px 7px 13px -3px rgba(45, 35, 66, 0.3), inset 0px -3px 0px #022eb9;
	transform: translateY(-2px);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__action-container
	.button
	a.cmp-button-left {
	border-top-right-radius: 0.375rem;
	border-top-left-radius: 1.5rem;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 1.5rem;
}
@media (max-width: 960px) {
	.banner-section
		.code-exchange__banner
		> .banner_item
		.cmp-teaser__content
		.cmp-teaser__action-container
		.button
		a.cmp-button-left {
		border-top-right-radius: 1.5rem;
		border-top-left-radius: 1.5rem;
		border-bottom-right-radius: 1.5rem;
		border-bottom-left-radius: 1.5rem;
	}
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__action-container
	.button
	a.cmp-button-right {
	border-top-right-radius: 1.5rem;
	border-top-left-radius: 0.375rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 0.375rem;
}
@media (max-width: 960px) {
	.banner-section
		.code-exchange__banner
		> .banner_item
		.cmp-teaser__content
		.cmp-teaser__action-container
		.button
		a.cmp-button-right {
		border-top-right-radius: 1.5rem;
		border-top-left-radius: 1.5rem;
		border-bottom-right-radius: 1.5rem;
		border-bottom-left-radius: 1.5rem;
	}
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__action-container
	.button
	a.cta-variant-noBackGround {
	background: #23263b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	font-family: Sora, Arial, sans-serif;
	box-shadow: rgba(45, 35, 66, 0.3) 0px 2px 8px,
		rgb(0, 0, 51) 0px -3px 0px 0px inset;
	border: 0;
}
.banner-section
	.code-exchange__banner
	> .banner_item
	.cmp-teaser__content
	.cmp-teaser__action-container
	.button
	a.cta-variant-noBackGround:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0px 4px 8px,
		rgba(45, 35, 66, 0.3) 0px 7px 13px -3px, rgb(0, 0, 51) 0px -3px 0px inset;
	transform: translateY(-2px);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}
@media (max-width: 960px) {
	.banner-section
		.code-exchange__banner
		> .banner_item
		.cmp-teaser__content
		.cmp-teaser__action-container
		.button
		a {
		justify-content: center;
	}
}

/*Base Template Code exchange Landing Banner Custom Css start */
@media (max-width: 385px) {
	.banner-section .teaser-container {
		top: 550px;
	}
	#algoliabanner .h-\[540px\] {
		height: 600px;
	}
}
.banner_item .button {
	width: -webkit-fill-available;
}

/*# sourceMappingURL=banner.css.map */

.banner-section:has(.algolia-sticky-wrapper)::after {
	content: "";
	display: block;
	height: 40.125rem;
}

.banner-section .homepge_banner:has(.algolia-sticky-wrapper) {
	position: fixed;
	top: 121px;
	width: 100%;
	height: 40.125rem;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	will-change: transform;
}

.banner-section:has(.algolia-sticky-wrapper)
	.algolia-banner-background-video-wrapper
	.algolia-background-video-wrapper {
	z-index: -10;
}

.banner-section:has(.algolia-sticky-wrapper) ~ .main__container,
.banner-section:has(.algolia-sticky-wrapper) ~ footer {
	position: relative;
	z-index: 5;
}

.algolia-banner-background-video-wrapper {
	height: 40.125rem;
	position: relative;
	top: 0;
	max-width: 2000px;
	margin-inline: auto;
}

.algolia-background-video-wrapper {
	position: absolute;
	/* inset: 0;  shorthand for top:0; right:0; bottom:0; left:0; */
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.algolia-background-video-wrapper #algolia-banner-video,
.algolia-background-video-wrapper #algolia-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.algolia-banner-background-video-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 11;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px; /* Optional spacing between items */
	place-content: center;
}

.algolia-banner-tag {
	font-family: "Sora", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 22.071px */
	letter-spacing: 4.12px;
	text-transform: uppercase;
}

.algolia-text-gradient_green {
	background: linear-gradient(90deg, #d6fc69 11.98%, #5efbfb 84.37%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.algolia-banner-title-limit {
	max-width: 549px;
}

.algolia-banner-title-limit + .algolia-banner-description {
	max-width: 496px;
}

.algolia-banner-title {
	color: #fff;
	font-family: "Sora", Arial, sans-serif;
	font-size: 43px;
	font-style: normal;
	font-weight: 700;
	line-height: 106%; /* 72.08px */
	letter-spacing: -1.9px;
}

.algolia-banner-description {
	color: #fff;
	font-family: Sora;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

/* custom css */
.py-\[8\.3rem\] {
	padding-block: 8.3rem;
}

@media (max-width: 1200px) {
	.banner-section .homepge_banner:has(.algolia-sticky-wrapper) {
		top: 80px;
	}
}

@media (max-width: 768px) {
	.banner-section .homepge_banner:has(.algolia-sticky-wrapper),
	.algolia-banner-background-video-wrapper,
	.banner-section:has(.algolia-sticky-wrapper)::after {
		height: 57vh;
	}

	.algolia-banner-background-video-content {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		text-align: center;
	}
	.algolia-banner-title-limit {
		max-width: 352px;
	}

	.algolia-banner-title-limit + .algolia-banner-description {
		max-width: 318px;
		opacity: 0.8;
	}

	/* teaser override internal style*/
	.text-first-mobile .teaser.left-right-image:nth-child(even) .cmp-teaser,
	.text-first-mobile .teaser.left-right-image:nth-child(odd) .cmp-teaser {
		flex-direction: column-reverse;
	}

	.text-first-mobile .text-center .font-normal .text-grey-700 p {
		max-width: 282px;
		font-size: 19px;
		line-height: 144%;
		letter-spacing: -0.384px;
		font-family: "Sora", Arial, sans-serif;
		margin-inline: auto;
	}
}
/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjallemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjallemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-center {
  top: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-center {
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-center {
  top: 45%;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container.toast-center,
#toast-container.toast-top-center,
#toast-container.toast-bottom-center{
  width: 100%;
  pointer-events: none;
}
#toast-container.toast-center > div,
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div{
  margin: auto;
  pointer-events: auto;
}
#toast-container.toast-center > button,
#toast-container.toast-top-center > button,
#toast-container.toast-bottom-center > button{
  pointer-events: auto;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-wait {
  background-image: url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-wait {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
  }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container  > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

 /*
  * AngularJS-Toaster
  * Version 0.3
 */
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave
{ 
    -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
} 

:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active, 
:not(.no-leave)#toast-container > div.ng-leave {
    opacity: 0.8;
}

:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active,
:not(.no-enter)#toast-container > div.ng-enter {
    opacity: 0;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../modules/forms-core/css/lib/../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../modules/forms-core/css/lib/../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../modules/forms-core/css/lib/../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../modules/forms-core/css/lib/../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../modules/forms-core/css/lib/../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

.switch {
  background: #fff;
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  width: 52px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  top: -1px;
}
/*adding a wide width for larger switch text*/
.switch.wide {
  width:80px;
}
.switch small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
}
.switch.checked {
  background: rgb(100, 189, 99);
  border-color: rgb(100, 189, 99);
}
.switch.checked small {
  left: 22px;
}
/*wider switch text moves small further to the right*/
.switch.wide.checked small {
  left:52px;
}
/*styles for switch-text*/
.switch .switch-text {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}

.switch .off {
  display:block;
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 0;
  color:#A9A9A9;
}

.switch .on {
  display:none;
   z-index: 0;
  color:#fff;
  position: absolute;
  top: 25%;
  left: 9%;
}

.switch.checked .off {
  display:none;
}

.switch.checked .on {
  display:block;

}

.switch.disabled {
  opacity: .50;
  cursor: not-allowed;
}

.flag-icon,.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ad.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ae.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ae.svg)}.flag-icon-af{background-image:url(../modules/forms-core/css/lib/../flags/4x3/af.svg)}.flag-icon-af.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/af.svg)}.flag-icon-ag{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ag.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ai.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ai.svg)}.flag-icon-al{background-image:url(../modules/forms-core/css/lib/../flags/4x3/al.svg)}.flag-icon-al.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/al.svg)}.flag-icon-am{background-image:url(../modules/forms-core/css/lib/../flags/4x3/am.svg)}.flag-icon-am.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/am.svg)}.flag-icon-ao{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ao.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(../modules/forms-core/css/lib/../flags/4x3/aq.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ar.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ar.svg)}.flag-icon-as{background-image:url(../modules/forms-core/css/lib/../flags/4x3/as.svg)}.flag-icon-as.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/as.svg)}.flag-icon-at{background-image:url(../modules/forms-core/css/lib/../flags/4x3/at.svg)}.flag-icon-at.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/at.svg)}.flag-icon-au{background-image:url(../modules/forms-core/css/lib/../flags/4x3/au.svg)}.flag-icon-au.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/au.svg)}.flag-icon-aw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/aw.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ax.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ax.svg)}.flag-icon-az{background-image:url(../modules/forms-core/css/lib/../flags/4x3/az.svg)}.flag-icon-az.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/az.svg)}.flag-icon-ba{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ba.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bb.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bd.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bd.svg)}.flag-icon-be{background-image:url(../modules/forms-core/css/lib/../flags/4x3/be.svg)}.flag-icon-be.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/be.svg)}.flag-icon-bf{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bf.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bg.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bh.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bi.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bj.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bl.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bm.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bn.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bo.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bq.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bq.svg)}.flag-icon-br{background-image:url(../modules/forms-core/css/lib/../flags/4x3/br.svg)}.flag-icon-br.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/br.svg)}.flag-icon-bs{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bs.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bt.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bv.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bw.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bw.svg)}.flag-icon-by{background-image:url(../modules/forms-core/css/lib/../flags/4x3/by.svg)}.flag-icon-by.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/by.svg)}.flag-icon-bz{background-image:url(../modules/forms-core/css/lib/../flags/4x3/bz.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ca.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cc.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cd.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cf.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cg.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ch.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ci.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ck.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cl.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cm.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cn.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cn.svg)}.flag-icon-co{background-image:url(../modules/forms-core/css/lib/../flags/4x3/co.svg)}.flag-icon-co.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/co.svg)}.flag-icon-cr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cr.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cu.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cv.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cw.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cx.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cy.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(../modules/forms-core/css/lib/../flags/4x3/cz.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/cz.svg)}.flag-icon-de{background-image:url(../modules/forms-core/css/lib/../flags/4x3/de.svg)}.flag-icon-de.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/de.svg)}.flag-icon-dj{background-image:url(../modules/forms-core/css/lib/../flags/4x3/dj.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(../modules/forms-core/css/lib/../flags/4x3/dk.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/dm.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/dm.svg)}.flag-icon-do{background-image:url(../modules/forms-core/css/lib/../flags/4x3/do.svg)}.flag-icon-do.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/do.svg)}.flag-icon-dz{background-image:url(../modules/forms-core/css/lib/../flags/4x3/dz.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ec.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ee.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/eg.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(../modules/forms-core/css/lib/../flags/4x3/eh.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/eh.svg)}.flag-icon-er{background-image:url(../modules/forms-core/css/lib/../flags/4x3/er.svg)}.flag-icon-er.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/er.svg)}.flag-icon-es{background-image:url(../modules/forms-core/css/lib/../flags/4x3/es.svg)}.flag-icon-es.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/es.svg)}.flag-icon-et{background-image:url(../modules/forms-core/css/lib/../flags/4x3/et.svg)}.flag-icon-et.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/et.svg)}.flag-icon-fi{background-image:url(../modules/forms-core/css/lib/../flags/4x3/fi.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(../modules/forms-core/css/lib/../flags/4x3/fj.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(../modules/forms-core/css/lib/../flags/4x3/fk.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/fm.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(../modules/forms-core/css/lib/../flags/4x3/fo.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/fr.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ga.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gb.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gd.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ge.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gf.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gg.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gh.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gi.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gl.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gm.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gn.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gp.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gq.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gr.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gs.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gt.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gu.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gw.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gy.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(../modules/forms-core/css/lib/../flags/4x3/hk.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/hm.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/hn.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/hr.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ht.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(../modules/forms-core/css/lib/../flags/4x3/hu.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/hu.svg)}.flag-icon-id{background-image:url(../modules/forms-core/css/lib/../flags/4x3/id.svg)}.flag-icon-id.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/id.svg)}.flag-icon-ie{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ie.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ie.svg)}.flag-icon-il{background-image:url(../modules/forms-core/css/lib/../flags/4x3/il.svg)}.flag-icon-il.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/il.svg)}.flag-icon-im{background-image:url(../modules/forms-core/css/lib/../flags/4x3/im.svg)}.flag-icon-im.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/im.svg)}.flag-icon-in{background-image:url(../modules/forms-core/css/lib/../flags/4x3/in.svg)}.flag-icon-in.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/in.svg)}.flag-icon-io{background-image:url(../modules/forms-core/css/lib/../flags/4x3/io.svg)}.flag-icon-io.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/io.svg)}.flag-icon-iq{background-image:url(../modules/forms-core/css/lib/../flags/4x3/iq.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ir.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ir.svg)}.flag-icon-is{background-image:url(../modules/forms-core/css/lib/../flags/4x3/is.svg)}.flag-icon-is.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/is.svg)}.flag-icon-it{background-image:url(../modules/forms-core/css/lib/../flags/4x3/it.svg)}.flag-icon-it.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/it.svg)}.flag-icon-je{background-image:url(../modules/forms-core/css/lib/../flags/4x3/je.svg)}.flag-icon-je.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/je.svg)}.flag-icon-jm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/jm.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(../modules/forms-core/css/lib/../flags/4x3/jo.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(../modules/forms-core/css/lib/../flags/4x3/jp.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ke.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/kg.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(../modules/forms-core/css/lib/../flags/4x3/kh.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ki.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ki.svg)}.flag-icon-km{background-image:url(../modules/forms-core/css/lib/../flags/4x3/km.svg)}.flag-icon-km.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/km.svg)}.flag-icon-kn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/kn.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(../modules/forms-core/css/lib/../flags/4x3/kp.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/kr.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/kw.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ky.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(../modules/forms-core/css/lib/../flags/4x3/kz.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/kz.svg)}.flag-icon-la{background-image:url(../modules/forms-core/css/lib/../flags/4x3/la.svg)}.flag-icon-la.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/la.svg)}.flag-icon-lb{background-image:url(../modules/forms-core/css/lib/../flags/4x3/lb.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(../modules/forms-core/css/lib/../flags/4x3/lc.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/lc.svg)}.flag-icon-li{background-image:url(../modules/forms-core/css/lib/../flags/4x3/li.svg)}.flag-icon-li.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/li.svg)}.flag-icon-lk{background-image:url(../modules/forms-core/css/lib/../flags/4x3/lk.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/lr.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ls.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(../modules/forms-core/css/lib/../flags/4x3/lt.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(../modules/forms-core/css/lib/../flags/4x3/lu.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(../modules/forms-core/css/lib/../flags/4x3/lv.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ly.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ma.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mc.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mc.svg)}.flag-icon-md{background-image:url(../modules/forms-core/css/lib/../flags/4x3/md.svg)}.flag-icon-md.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/md.svg)}.flag-icon-me{background-image:url(../modules/forms-core/css/lib/../flags/4x3/me.svg)}.flag-icon-me.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/me.svg)}.flag-icon-mf{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mf.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mg.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mh.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mk.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ml.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mm.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mn.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mo.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mp.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mq.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mr.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ms.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mt.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mu.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mv.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mw.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mx.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mx.svg)}.flag-icon-my{background-image:url(../modules/forms-core/css/lib/../flags/4x3/my.svg)}.flag-icon-my.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/my.svg)}.flag-icon-mz{background-image:url(../modules/forms-core/css/lib/../flags/4x3/mz.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/mz.svg)}.flag-icon-na{background-image:url(../modules/forms-core/css/lib/../flags/4x3/na.svg)}.flag-icon-na.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/na.svg)}.flag-icon-nc{background-image:url(../modules/forms-core/css/lib/../flags/4x3/nc.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ne.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(../modules/forms-core/css/lib/../flags/4x3/nf.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ng.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ni.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(../modules/forms-core/css/lib/../flags/4x3/nl.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/nl.svg)}.flag-icon-no{background-image:url(../modules/forms-core/css/lib/../flags/4x3/no.svg)}.flag-icon-no.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/no.svg)}.flag-icon-np{background-image:url(../modules/forms-core/css/lib/../flags/4x3/np.svg)}.flag-icon-np.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/np.svg)}.flag-icon-nr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/nr.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(../modules/forms-core/css/lib/../flags/4x3/nu.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(../modules/forms-core/css/lib/../flags/4x3/nz.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/nz.svg)}.flag-icon-om{background-image:url(../modules/forms-core/css/lib/../flags/4x3/om.svg)}.flag-icon-om.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/om.svg)}.flag-icon-pa{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pa.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pe.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pf.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pg.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ph.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pk.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pl.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pm.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pn.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pr.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ps.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pt.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/pw.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/pw.svg)}.flag-icon-py{background-image:url(../modules/forms-core/css/lib/../flags/4x3/py.svg)}.flag-icon-py.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/py.svg)}.flag-icon-qa{background-image:url(../modules/forms-core/css/lib/../flags/4x3/qa.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/qa.svg)}.flag-icon-re{background-image:url(../modules/forms-core/css/lib/../flags/4x3/re.svg)}.flag-icon-re.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/re.svg)}.flag-icon-ro{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ro.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(../modules/forms-core/css/lib/../flags/4x3/rs.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ru.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/rw.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sa.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sb.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sc.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sd.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sd.svg)}.flag-icon-se{background-image:url(../modules/forms-core/css/lib/../flags/4x3/se.svg)}.flag-icon-se.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/se.svg)}.flag-icon-sg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sg.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sh.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sh.svg)}.flag-icon-si{background-image:url(../modules/forms-core/css/lib/../flags/4x3/si.svg)}.flag-icon-si.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/si.svg)}.flag-icon-sj{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sj.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sk.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sl.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sm.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sn.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sn.svg)}.flag-icon-so{background-image:url(../modules/forms-core/css/lib/../flags/4x3/so.svg)}.flag-icon-so.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/so.svg)}.flag-icon-sr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sr.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ss.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ss.svg)}.flag-icon-st{background-image:url(../modules/forms-core/css/lib/../flags/4x3/st.svg)}.flag-icon-st.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/st.svg)}.flag-icon-sv{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sv.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sx.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sy.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(../modules/forms-core/css/lib/../flags/4x3/sz.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tc.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tc.svg)}.flag-icon-td{background-image:url(../modules/forms-core/css/lib/../flags/4x3/td.svg)}.flag-icon-td.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/td.svg)}.flag-icon-tf{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tf.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tg.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tg.svg)}.flag-icon-th{background-image:url(../modules/forms-core/css/lib/../flags/4x3/th.svg)}.flag-icon-th.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/th.svg)}.flag-icon-tj{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tj.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tk.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tl.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tm.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tn.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tn.svg)}.flag-icon-to{background-image:url(../modules/forms-core/css/lib/../flags/4x3/to.svg)}.flag-icon-to.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/to.svg)}.flag-icon-tr{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tr.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tt.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tv.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tw.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(../modules/forms-core/css/lib/../flags/4x3/tz.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ua.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ug.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ug.svg)}.flag-icon-um{background-image:url(../modules/forms-core/css/lib/../flags/4x3/um.svg)}.flag-icon-um.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/um.svg)}.flag-icon-us{background-image:url(../modules/forms-core/css/lib/../flags/4x3/us.svg)}.flag-icon-us.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/us.svg)}.flag-icon-uy{background-image:url(../modules/forms-core/css/lib/../flags/4x3/uy.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(../modules/forms-core/css/lib/../flags/4x3/uz.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/uz.svg)}.flag-icon-va{background-image:url(../modules/forms-core/css/lib/../flags/4x3/va.svg)}.flag-icon-va.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/va.svg)}.flag-icon-vc{background-image:url(../modules/forms-core/css/lib/../flags/4x3/vc.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ve.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(../modules/forms-core/css/lib/../flags/4x3/vg.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(../modules/forms-core/css/lib/../flags/4x3/vi.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(../modules/forms-core/css/lib/../flags/4x3/vn.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(../modules/forms-core/css/lib/../flags/4x3/vu.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(../modules/forms-core/css/lib/../flags/4x3/wf.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ws.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(../modules/forms-core/css/lib/../flags/4x3/ye.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(../modules/forms-core/css/lib/../flags/4x3/yt.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/yt.svg)}.flag-icon-za{background-image:url(../modules/forms-core/css/lib/../flags/4x3/za.svg)}.flag-icon-za.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/za.svg)}.flag-icon-zm{background-image:url(../modules/forms-core/css/lib/../flags/4x3/zm.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(../modules/forms-core/css/lib/../flags/4x3/zw.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/zw.svg)}.flag-icon-eu{background-image:url(../modules/forms-core/css/lib/../flags/4x3/eu.svg)}.flag-icon-eu.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/eu.svg)}.flag-icon-gb-eng{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gb-eng.svg)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gb-eng.svg)}.flag-icon-gb-nir{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gb-nir.svg)}.flag-icon-gb-nir.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gb-nir.svg)}.flag-icon-gb-sct{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gb-sct.svg)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(../modules/forms-core/css/lib/../flags/4x3/gb-wls.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/gb-wls.svg)}.flag-icon-un{background-image:url(../modules/forms-core/css/lib/../flags/4x3/un.svg)}.flag-icon-un.flag-icon-squared{background-image:url(../modules/forms-core/css/lib/../flags/1x1/un.svg)}
/*!
 * Jasny Bootstrap v3.1.0 (http://jasny.github.com/bootstrap)
 * Copyright 2011-2014 Arnold Daniels.
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
}
.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}
.fileinput .form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}
.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}
.fileinput .thumbnail > img {
    max-height: 100%;
}
.fileinput .btn {
    vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}
.fileinput-inline .fileinput-controls {
    display: inline;
}
.fileinput-filename {
    vertical-align: middle;
    display: block;
    max-width: 30em;
    margin: 1% 0;
    overflow: hidden;
}
.form-control .fileinput-filename {
    vertical-align: bottom;
}
.fileinput.input-group {
    display: table;
}
.fileinput.input-group > * {
    position: relative;
    z-index: 2;
}
.fileinput.input-group > .btn-file {
    z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
    border-left: 0;
}
.progresscrum {
    /*centering*/
    display: inline-block;
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
    overflow: hidden;
    border-radius: 5px;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
    margin-bottom: 10px;
}

.progresscrum span {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: white;
    /*need more margin on the left of links to accommodate the numbers*/
    padding: 0 10px 0 60px;
    /*background: #666;*/
    background: linear-gradient(#666, #333);
    position: relative;
}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.progresscrum span:first-child {
    padding-left: 46px;
    border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}

.progresscrum span:first-child:before {
    left: 14px;
}

.progresscrum span:last-child {
    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
    padding-right: 20px;
}

/*hover/active styles*/
.progresscrum span.active, .progresscrum {
    background: #333;
    background: linear-gradient(#333, #000);
}

.progresscrum span.active:after, .progresscrum {
    background: #333;
    background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the progresscrums using rotated pseudo elements*/
.progresscrum span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px; /*half of square's length*/
    /*same dimension as the line-height of .progresscrum a */
    width: 36px;
    height: 36px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
    length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
    if diagonal required = 1; length = 1/1.414 = 0.707*/
    transform: scale(0.707) rotate(45deg);
    /*we need to prevent the arrows from getting buried under the next link*/
    z-index: 1;
    /*background same as links but the gradient will be rotated to compensate with the transform applied*/
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    /*stylish arrow design using box shadow*/
    box-shadow:
    2px -2px 0 1px rgba(0, 0, 0, 0.4),
    3px -3px 0 2px rgba(255, 255, 255, 0.1);
    /*
        5px - for rounded arrows and
        50px - to prevent hover glitches on the border created using shadows*/
    border-radius: 0 5px 0 50px;
}

/*we dont need an arrow after the last link*/
.progresscrum span:last-child:after {
    content: none;
}

/*we will use the :before element to show numbers*/
/*.progresscrum span:before {*/
    /*content: counter(flag);*/
    /*counter-increment: flag;*/
    /*some styles now*/
    /*border-radius: 100%;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*line-height: 20px;*/
    /*margin: 8px 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 30px;*/
    /*background: #444;*/
    /*background: linear-gradient(#444, #222);*/
    /*font-weight: bold;*/
/*}*/
.flat {
    margin-bottom: 10px;
}

.flat span, .flat span:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

.flat span:before {
    background: white;
    box-shadow: 0 0 0 1px #ccc;
}

.flat span:hover, .flat span.active,
.flat span:hover:after, .flat span.active:after{
    background: #9EEB62;
}
.switch {
    background: #fafafa;
    border: 1px solid #dfdfdf;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    overflow: visible;
    width: 38px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
}
/*adding a wide width for larger switch text*/
.switch.wide {
    width:80px;
}
.switch small {
    background: #fdfdfd;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
}
.switch.checked {
    background: rgb(100, 189, 99);
    border-color: rgb(100, 189, 99);
}
.switch.checked-red {
    background: rgb(223, 59, 58);
    border-color: rgb(223, 59, 58);
}
.switch.checked-blue {
    background: rgb(54, 180, 246);
    border-color: rgb(54, 180, 246);
}
.switch.checked small {
    left: 20px;
}
.switch.checked-red small {
    left: 20px;
}
.switch.checked-blue small {
    left: 20px;
}
/*wider switch text moves small further to the right*/
.switch.wide.checked small {
    left:52px;
}
.switch.wide.checked-red small {
    left:52px;
}
.switch.wide.checked-blue small {
    left:52px;
}
/*styles for switch-text*/
.switch .switch-text {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}

.switch .off {
    display:block;
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: 0;
    color:#A9A9A9;
}

.switch .on {
    display:none;
    z-index: 0;
    color:#fff;
    position: absolute;
    top: 25%;
    left: 9%;
}

.switch.checked .off {
    display:none;
}
.switch.checked-red .off {
    display:none;
}
.switch.checked-blue .off {
    display:none;
}
.switch.checked .on {
    display:block;
}
.switch.checked-red .on {
    display:block;
}
.switch.checked-blue .on {
    display:block;
}

.switch.disabled {
    opacity: .50;
    cursor: not-allowed;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.rated {
    color: #e3d156;
}

.fa-sm {
    font-size: 0.80em;
}

.fa-xs {
    font-size: 0.60em;
}

.fa-lineHeight {
    line-height: inherit;
}

.left15 {
    margin-left:15px
}

.input-wrap {
    border: solid 1px #bbbbbb;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: -2px 2px 3px -3px rgba(0,0,0,1);
}

.numberOn {
    -webkit-text-stroke: 1.4px #f0c20e;
    -webkit-text-fill-color: #ddf034;
}
.numberCurrent {
    -webkit-text-stroke: 1.4px #F0BA26;
    -webkit-text-fill-color: #FFDA61;
    opacity:.5;
}
.numberHover:hover {
    -webkit-text-stroke: 1.4px #f0c20e;
    -webkit-text-fill-color: #FFFFFF;
}
.numberOff {
    -webkit-text-stroke: 1.4px #A1A1A1;
    -webkit-text-fill-color: #DDD5E0;
}

.noOutline {
    outline: none !important;
}

.contentDisplayTitle {
    margin-top:0;
    margin-bottom:0;
    padding-left:10px;
    padding-right:10px;
    position:relative;
    height:20px;
    top:-13px;
    display:inline-block;
    background-color: #ffffff;
}

.contentDisplayBody {
    padding: 10px;
}

.pointer {
    cursor: pointer;
}

div.rhd-img-responsive img{
    max-width:100%;
    height:auto;
    display: block;
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0; }

.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("../modules/forms-core/css/../img/phone-input/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../modules/forms-core/css/../img/phone-input/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }
dialog {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    max-width: 75%;
}

dialog[open] {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: add backdrop fade-in */
dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.7);
    transition: background-color 0.3s ease;
}
.mouseTracking {
    position: relative;
    background: transparent;
    will-change: background;
    box-shadow: 0px 0px 6px 2px rgba(0, 61, 255, 0.12);
    --x: 0px;
    --y: 0px;
}

.ctaGradient:hover.transparent {
    background: linear-gradient(138deg, rgba(187, 209, 255, 0.2) 0%, rgba(118, 160, 255, 0.2) 25.08%, rgba(226, 167, 255, 0.2) 56.38%, rgba(187, 209, 255, 0.2) 100%);
}

.ctaGradient:hover.blue-gradient {
    background: linear-gradient(138deg, rgba(118, 160, 255, 0.7) 0%, rgba(0, 61, 255, 0.7) 25.08%, rgba(151, 71, 255, 0.7) 56.38%, rgba(118, 160, 255, 0.7) 100%), #003DFF;
}

.mouseTracking:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: radial-gradient(white, #3984ff00 80%);
    opacity: 0;
    transition: opacity 0.2s;
    top: calc(var(--y) - 40px);
    left: calc(var(--x) - 40px);
}

.mouseTracking:hover:after {
    opacity: 0.2;
}

.button .blue-gradient{
    background: linear-gradient(220deg, #457AFF 0%, #1E59FF 60.16%);
}
.header-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    height: 5px;
    width: 100%;
    border-bottom: 1px solid #D6D6E7;
    display: none;
}

.dark .header-bg::after {
    content: "";
    border-bottom: 1px solid #242757;
}


.dark .header-bg {
    border-color: #242757 !important;

}

.header__middle-bar .header__global-search a {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.header__middle-bar .header__nav li:hover .dropdown-menu,
.header__middle-bar .header__nav li:hover .dropdown-menu-v2 {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    animation-name: fadeInLeft;
    animation-duration: 0.3s;
    top: 5rem;
}

.header__middle-bar .header__nav li:hover .dropdown-menu .dropdown-menu-content,
.header__middle-bar .header__nav li:hover .dropdown-menu-v2 .dropdown-menu-v2-content {
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(100px);
        /* transform: translateX(30%); */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        /* transform: translateX(0); */
    }
}


.header__middle-bar .header__nav>li:first-child:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    left: -2rem;
}


.dark .header__middle-bar .logo svg path {
    fill: #fff;
}

.header__middle-bar .logo svg path {
    fill: #003DFF;
}

.dropdown-menu {
    width: fit-content;
}

.dropdown-menu-v2 {
    width: fit-content;
}

.header-bg>.header__middle-bar>.header__nav>li button {
    font-family: Sora, Arial, sans-serif;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .header-bg {
        box-shadow: none !important;
    }

    .header-bg>.header__middle-bar>.header__nav>li {
        position: relative;
    }

    .header-bg>.header__middle-bar>.header__nav>li:hover::before {
        transform: translateX(-50%) scaleX(1);
    }

    .header-bg>.header__middle-bar>.header__nav>li::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -3px;
        /* space below the text */
        transform: translateX(-50%) scaleX(0);
        width: 100%;
        height: 5px;
        background: #2c60e8;
        border-radius: 9999px;
        transition: transform 0.3s ease;
        transform-origin: center;
    }

    .header-bg>.header__middle-bar>.header__nav {
        margin-left: 1rem;
    }

    .header__global-search a {
        width: 230px !important;
    }

    /* .header__middle-bar , .header__top-nav{
  padding:0px 56px !important;
} */


    .header__middle-bar .header__nav {
        flex-wrap: nowrap !important;
    }


}

@media (max-width: 1023px) {

    .showHeaderMobNav {
        display: flex !important;
        flex-direction: column;
        position: absolute !important;
        top: 100%;
        left: 0;
        z-index: 99;
        color: white;
    }

    .dropdown-menu {
        width: 100%;
        padding: 0.5rem
    }

    .header__middle-bar .header__nav li .dropdown-menu {
        display: none;
    }

    .header__middle-bar .header__nav li.active .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .dropdown-menu-v2 {
        width: 100%;
        padding: 0.5rem
    }

    .header__middle-bar .header__nav li .dropdown-menu-v2 {
        display: none;
    }

    .header__middle-bar .header__nav li.active .dropdown-menu-v2 {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .header__middle-bar .header__nav li.active .dropdown-link svg {
        transform: rotate(180deg);
    }

}


footer .linkedin-icon:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white" class="h-5 w-5"><title>LinkedIn</title><g clip-path="url(../modules/algolia-base-template/css/%23linkedin-svg)"><path fill="white" d="M0 2.668c0-.643.225-1.174.676-1.593.45-.418 1.036-.627 1.756-.627.708 0 1.281.206 1.719.618.45.424.675.978.675 1.66 0 .618-.219 1.133-.656 1.544-.45.425-1.043.637-1.776.637h-.02c-.707 0-1.28-.212-1.718-.637C.22 3.846 0 3.312 0 2.668ZM.251 19.56V6.664h4.286V19.56H.25Zm6.66 0h4.286v-7.2c0-.451.051-.799.154-1.043.18-.438.454-.808.82-1.11.368-.303.828-.454 1.381-.454 1.442 0 2.162.972 2.162 2.915v6.892H20v-7.394c0-1.905-.45-3.35-1.351-4.334-.901-.984-2.092-1.477-3.572-1.477-1.66 0-2.953.715-3.88 2.143v.039h-.02l.02-.039V6.664H6.91c.026.412.039 1.693.039 3.842 0 2.15-.013 5.167-.039 9.054Z"></path></g><defs><clipPath id="linkedin-svg"><path fill="%23fff" d="M0 0h20v20H0z"></path></clipPath></defs></svg>');
}

footer .twitter-icon:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" width="20" height="20" class="h-6 w-6"><path fill="%23FFFFFF" d="M11.855 9.445l7.26-8.57h-1.72L11.09 8.316 6.057.875H.25l7.613 11.252L.25 21.115h1.72l6.657-7.859 5.316 7.859h5.807l-7.895-11.67ZM9.5 12.227l-.771-1.12L2.59 2.19h2.642l4.953 7.196.772 1.12 6.438 9.353h-2.642l-5.254-7.632Z"/></svg>');
}

footer .instagram-icon:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="28" height="28" viewBox="0 0 32 32" fill="white"%3E%3Cpath d="M 11.46875 5 C 7.917969 5 5 7.914063 5 11.46875 L 5 20.53125 C 5 24.082031 7.914063 27 11.46875 27 L 20.53125 27 C 24.082031 27 27 24.085938 27 20.53125 L 27 11.46875 C 27 7.917969 24.085938 5 20.53125 5 Z M 11.46875 7 L 20.53125 7 C 23.003906 7 25 8.996094 25 11.46875 L 25 20.53125 C 25 23.003906 23.003906 25 20.53125 25 L 11.46875 25 C 8.996094 25 7 23.003906 7 20.53125 L 7 11.46875 C 7 8.996094 8.996094 7 11.46875 7 Z M 21.90625 9.1875 C 21.402344 9.1875 21 9.589844 21 10.09375 C 21 10.597656 21.402344 11 21.90625 11 C 22.410156 11 22.8125 10.597656 22.8125 10.09375 C 22.8125 9.589844 22.410156 9.1875 21.90625 9.1875 Z M 16 10 C 12.699219 10 10 12.699219 10 16 C 10 19.300781 12.699219 22 16 22 C 19.300781 22 22 19.300781 22 16 C 22 12.699219 19.300781 10 16 10 Z M 16 12 C 18.222656 12 20 13.777344 20 16 C 20 18.222656 18.222656 20 16 20 C 13.777344 20 12 18.222656 12 16 C 12 13.777344 13.777344 12 16 12 Z"%3E%3C/path%3E%3C/svg%3E');
}

footer .fa-icon:before {
    content: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="22" height="22" class="h-5 w-5"><path fill="white" d="m11.214 13.328.622-4.095h-3.89V6.577c0-1.12.542-2.214 2.284-2.214H12V.877S10.395.6 8.86.6C5.655.6 3.562 2.562 3.562 6.112v3.121H0v4.095h3.562v9.9a13.981 13.981 0 0 0 4.384 0v-9.9h3.268Z"></path></svg>');
}

footer .youtube-icon:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="28" height="28" viewBox="0 0 50 50"> <path fill="%23FFFFFF" d="M42.042,13.856C43.773,15.577,44,18.311,44,25s-0.227,9.423-1.958,11.144C40.311,37.864,38.508,38,25,38 S9.689,37.864,7.958,36.144S6,31.689,6,25s0.227-9.423,1.958-11.144S11.492,12,25,12S40.311,12.136,42.042,13.856z M21.76,30.933 l9.717-5.63L21.76,19.76V30.933z"></path> </svg>');
}

footer .bluesky-icon:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" width="22" height="22" class="h-5 w-5"><path fill="white" d="M439.8 358.7C436.5 358.3 433.1 357.9 429.8 357.4C433.2 357.8 436.5 358.3 439.8 358.7zM320 291.1C293.9 240.4 222.9 145.9 156.9 99.3C93.6 54.6 69.5 62.3 53.6 69.5C35.3 77.8 32 105.9 32 122.4C32 138.9 41.1 258 47 277.9C66.5 343.6 136.1 365.8 200.2 358.6C203.5 358.1 206.8 357.7 210.2 357.2C206.9 357.7 203.6 358.2 200.2 358.6C106.3 372.6 22.9 406.8 132.3 528.5C252.6 653.1 297.1 501.8 320 425.1C342.9 501.8 369.2 647.6 505.6 528.5C608 425.1 533.7 372.5 439.8 358.6C436.5 358.2 433.1 357.8 429.8 357.3C433.2 357.7 436.5 358.2 439.8 358.6C503.9 365.7 573.4 343.5 593 277.9C598.9 258 608 139 608 122.4C608 105.8 604.7 77.7 586.4 69.5C570.6 62.4 546.4 54.6 483.2 99.3C417.1 145.9 346.1 240.4 320 291.1z"/></svg>');
}

footer .twitter-icon:hover,
footer .linkedin-icon:hover,
footer .instagram-icon:hover,
footer .fa-icon:hover,
footer .youtube-icon:hover,
footer .bluesky-icon:hover {
    filter: brightness(0) saturate(100%) invert(31%) sepia(94%) saturate(3363%) hue-rotate(180deg) brightness(95%) contrast(93%);
}

/* start new footer social links css */
.newFooter footer .footer_items {
    display: flex;
    justify-content: center;
}

.newFooter footer .footer_items .social-links {
    gap: 24px;
}

/* end new footer social links css */

/* Start header search overlay css */

.header__buttons {
    max-width: 350px;
}

.header__nav {
    max-width: 550px;
}

.header__buttons.fade-out {
    opacity: 0;
    max-width: 0;
    pointer-events: none;
}

.header__nav.fade-out {
    opacity: 0;
    max-width: 0;
    pointer-events: none;
    overflow: hidden;
}

.expand-search {
    transition: width 0.75s ease, max-width 0.75s ease;
    max-width: none;
}

.expand-search .search-input-container {
    max-width: none !important;
}

header .aa-Input,
header .aa-Form {
    border-radius: 9999px !important;
    height: 52px;
}

header .aa-Form {
    background-color: white;
}

header .ais-SearchBox-form {
    background-color: transparent !important;
    height: 52px !important;
}

.header__buttons,
.header__nav,
.header__global-search,
.search-input-container {
    -webkit-transition: opacity 0.75s ease, max-width 0.75s ease-in-out;
    -moz-transition: opacity 0.75s ease, max-width 0.75s ease-in-out;
    -o-transition: opacity 0.75s ease, max-width 0.75s ease-in-out;
    transition: opacity 0.75s ease, max-width 0.75s ease-in-out;
}

#refinements {
    -webkit-transition: max-height 0.75s ease-in-out;
    -moz-transition: max-height 0.75s ease-in-out;
    -o-transition: max-height 0.75s ease-in-out;
    transition: max-height 0.75s ease-in-out;
}

#refinements.active {
    max-height: 500px !important;
}

#other-types-btn.active {
    background-color: #000033 !important;
}

#other-types-btn.active span {
    color: white;
}

.ais-ClearRefinements-button,
.ais-InfiniteHits-loadMore {
    background-image: none !important;
    border-color: black !important;
    padding: 8px 16px !important;
    background-color: white !important;
    height: auto !important;
    border-radius: 0.375rem !important;
    border-width: 1px;
}

.ais-ClearRefinements-button span {
    font-size: 1rem;
}

.ais-ClearRefinements-button--disabled,
.ais-InfiniteHits-loadMore {
    background-color: #000033 !important;
}

.ais-ClearRefinements-button--disabled span,
.ais-InfiniteHits-loadMore {
    color: white !important;
}

.ais-ClearRefinements-button .show-all-icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin-right: 4px;
    background: none;
}

.ais-ClearRefinements-button .show-all-icon:before {
    content: url('/files/default/sites/algolia-assets/files/icons/search-icons/search-icon-all.svg');
}

.ais-ClearRefinements-button--disabled .show-all-icon:before {
    content: url('/files/default/sites/algolia-assets/files/icons/search-icons/search-icon-all-white.svg');
}

.ais-InfiniteHits-loadMore {
    display: block;
    margin: auto;
}

.ais-InfiniteHits-loadMore:disabled {
    display: none;
}

.header__global-search,
#search-input-container {
    overflow: visible !important;
    position: relative;
}

.header__global-search.expand-search {
    max-width: 1280px !important;
}

#filter-container {
    transition: left 0.75s ease-in-out;
}

#search-overlay {
    transition: height 0.75s ease, bottom 0.75s ease;
}

.aa-ClearIcon {
    color: white;
    background: rgb(35 38 59);
    border-radius: 99px;
    height: 20px;
}

/* End header search overlay css */
.light-header-bg {
    background-color: white;
    border-bottom: 1px solid black;
}

.header__middle-bar .header__nav li:hover .light-dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}


.light-dropdown-menu {
    background-color: white;
    padding: 0.75rem 1.75rem;

}

@media (max-width: 1023px) {
    .light-showHeaderMobNav {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        z-index: 99;
    }

    .light-header-bg {

        border: none;
    }

    .light-dropdown-menu {
        padding: 0 0.75rem;
    }

    .header__middle-bar .header__nav li .light-dropdown-menu {
        display: none;
    }

    .light-dropdown-menu {
        background-color: white;
        width: 100%;
        padding-top: 0;
    }

    .header__middle-bar .header__nav li.active .light-dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .header__middle-bar .header__nav li.active .dropdown-link svg {
        transform: rotate(180deg);
    }

    .light-header-bg::after {
        display: none;
    }
}

.light-header-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    height: 5px;
    width: 100%;
    border-bottom: 1px solid black;
}
/* inter */
@font-face {
    font-family: 'Inter';
    src: url('/modules/algolia-base-template/css/fonts/inter/Inter-Black.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/inter/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/modules/algolia-base-template/css/fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/inter/Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/modules/algolia-base-template/css/fonts/inter/Inter-Bold.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/inter/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/modules/algolia-base-template/css/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/modules/algolia-base-template/css/fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/modules/algolia-base-template/css/fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Avenir next */

@font-face {
    font-family: 'Avenir Next';
    src: url('/modules/algolia-base-template/css/fonts/avenir-next/Avenir-Bold.woff2'),
        url('/modules/algolia-base-template/css/fonts/avenir-next/Avenir-Bold.woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/modules/algolia-base-template/css/fonts/avenir-next/Avenir-Heavy.woff2'),
        url('/modules/algolia-base-template/css/fonts/avenir-next/Avenir-Heavy.woff');
    font-weight: 900;
}

/* Sora */

@font-face {
    font-family: 'Sora';
    src: url('/modules/algolia-base-template/css/fonts/sora/Sora-ExtraBold.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/sora/Sora-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Sora';
    src: url('/modules/algolia-base-template/css/fonts/sora/Sora-Bold.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/sora/Sora-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Sora';
    src: url('/modules/algolia-base-template/css/fonts/sora/Sora-SemiBold.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/sora/Sora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sora';
    src: url('/modules/algolia-base-template/css/fonts/sora/Sora-Medium.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/sora/Sora-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sora';
    src: url('/modules/algolia-base-template/css/fonts/sora/Sora-Regular.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/sora/Sora-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sora';
    src: url('/modules/algolia-base-template/css/fonts/sora/Sora-Light.woff2') format('woff2'),
        url('/modules/algolia-base-template/css/fonts/sora/Sora-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../modules/algolia-base-template/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../modules/algolia-base-template/css/./fonts/slick.eot');
    src: url('../modules/algolia-base-template/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../modules/algolia-base-template/css/./fonts/slick.woff') format('woff'), url('../modules/algolia-base-template/css/./fonts/slick.ttf') format('truetype'), url('../modules/algolia-base-template/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '�?�';
}
[dir='rtl'] .slick-prev:before
{
    content: '�??';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '�??';
}
[dir='rtl'] .slick-next:before
{
    content: '�?�';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '�?�';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 500px) {
  .container {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.\!fixed {
  position: fixed !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.\!left-0 {
  left: 0px !important;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-left-11 {
  left: -2.75rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-12 {
  right: -3rem;
}

.-right-4 {
  right: -1rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-28 {
  top: -7rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-\[-1px\] {
  bottom: -1px;
}

.bottom-\[7px\] {
  bottom: 7px;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-0\.5 {
  left: 0.125rem;
}

.left-1\/2 {
  left: 50%;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[2\.125rem\] {
  left: 2.125rem;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-0\.5 {
  right: 0.125rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-9 {
  right: 2.25rem;
}

.right-\[10px\] {
  right: 10px;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1\/2 {
  top: 50%;
}

.top-14 {
  top: 3.5rem;
}

.top-20 {
  top: 5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-48 {
  top: 12rem;
}

.top-8 {
  top: 2rem;
}

.top-\[-45px\] {
  top: -45px;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[14px\] {
  top: 14px;
}

.top-\[150px\] {
  top: 150px;
}

.top-\[160px\] {
  top: 160px;
}

.top-\[226px\] {
  top: 226px;
}

.top-\[250px\] {
  top: 250px;
}

.top-\[4\.85rem\] {
  top: 4.85rem;
}

.top-\[65\%\] {
  top: 65%;
}

.top-\[80px\] {
  top: 80px;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

.z-\[-1\] {
  z-index: -1;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[10\] {
  z-index: 10;
}

.z-\[60\] {
  z-index: 60;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[99\] {
  z-index: 99;
}

.z-max {
  z-index: 9999;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-18 {
  margin-bottom: 4.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.ml-\[29px\] {
  margin-left: 29px;
}

.ml-\[4px\] {
  margin-left: 4px;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mr-\[9px\] {
  margin-right: 9px;
}

.mr-auto {
  margin-right: auto;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-18 {
  margin-top: 4.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[42px\] {
  margin-top: 42px;
}

.mt-\[4px\] {
  margin-top: 4px;
}

.mt-\[5\.21rem\] {
  margin-top: 5.21rem;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-\[12\/9\] {
  aspect-ratio: 12/9;
}

.aspect-\[21\/9\] {
  aspect-ratio: 21/9;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}

.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.\!h-0 {
  height: 0px !important;
}

.\!h-auto {
  height: auto !important;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1\/4 {
  height: 25%;
}

.h-1\/5 {
  height: 20%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-4\/5 {
  height: 80%;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[14\.18rem\] {
  height: 14.18rem;
}

.h-\[140px\] {
  height: 140px;
}

.h-\[142px\] {
  height: 142px;
}

.h-\[144px\] {
  height: 144px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[162px\] {
  height: 162px;
}

.h-\[16rem\] {
  height: 16rem;
}

.h-\[170px\] {
  height: 170px;
}

.h-\[175px\] {
  height: 175px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[216px\] {
  height: 216px;
}

.h-\[219px\] {
  height: 219px;
}

.h-\[21px\] {
  height: 21px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[278px\] {
  height: 278px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[31px\] {
  height: 31px;
}

.h-\[330px\] {
  height: 330px;
}

.h-\[35\%\] {
  height: 35%;
}

.h-\[380px\] {
  height: 380px;
}

.h-\[410px\] {
  height: 410px;
}

.h-\[5\.5rem\] {
  height: 5.5rem;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[520px\] {
  height: 520px;
}

.h-\[540px\] {
  height: 540px;
}

.h-\[54px\] {
  height: 54px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[574px\] {
  height: 574px;
}

.h-\[5rem\] {
  height: 5rem;
}

.h-\[633px\] {
  height: 633px;
}

.h-\[7rem\] {
  height: 7rem;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[9\.625rem\] {
  height: 9.625rem;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.\!max-h-none {
  max-height: none !important;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-\[100px\] {
  max-height: 100px;
}

.max-h-\[284px\] {
  max-height: 284px;
}

.max-h-\[29rem\] {
  max-height: 29rem;
}

.max-h-\[400px\] {
  max-height: 400px;
}

.max-h-\[48px\] {
  max-height: 48px;
}

.max-h-\[563px\] {
  max-height: 563px;
}

.max-h-\[60px\] {
  max-height: 60px;
}

.max-h-\[790px\] {
  max-height: 790px;
}

.max-h-\[90\%\] {
  max-height: 90%;
}

.max-h-\[calc\(100vh-425px\)\] {
  max-height: calc(100vh - 425px);
}

.max-h-full {
  max-height: 100%;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.min-h-\[773px\] {
  min-height: 773px;
}

.min-h-\[805px\] {
  min-height: 805px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/4 {
  width: 50%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/5 {
  width: 60%;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[12\.5rem\] {
  width: 12.5rem;
}

.w-\[125px\] {
  width: 125px;
}

.w-\[139px\] {
  width: 139px;
}

.w-\[14\.875rem\] {
  width: 14.875rem;
}

.w-\[15\%\] {
  width: 15%;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[16rem\] {
  width: 16rem;
}

.w-\[170px\] {
  width: 170px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[21px\] {
  width: 21px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[280px\] {
  width: 280px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[310px\] {
  width: 310px;
}

.w-\[311px\] {
  width: 311px;
}

.w-\[330px\] {
  width: 330px;
}

.w-\[350px\] {
  width: 350px;
}

.w-\[352px\] {
  width: 352px;
}

.w-\[380px\] {
  width: 380px;
}

.w-\[3px\] {
  width: 3px;
}

.w-\[4\.2175rem\] {
  width: 4.2175rem;
}

.w-\[5\.5rem\] {
  width: 5.5rem;
}

.w-\[550px\] {
  width: 550px;
}

.w-\[5rem\] {
  width: 5rem;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[7rem\] {
  width: 7rem;
}

.w-\[827px\] {
  width: 827px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-\[150px\] {
  min-width: 150px;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[1088px\] {
  max-width: 1088px;
}

.max-w-\[10rem\] {
  max-width: 10rem;
}

.max-w-\[1139px\] {
  max-width: 1139px;
}

.max-w-\[1182px\] {
  max-width: 1182px;
}

.max-w-\[1210px\] {
  max-width: 1210px;
}

.max-w-\[13\.750rem\] {
  max-width: 13.750rem;
}

.max-w-\[14\.18rem\] {
  max-width: 14.18rem;
}

.max-w-\[1400px\] {
  max-width: 1400px;
}

.max-w-\[1420px\] {
  max-width: 1420px;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[1512px\] {
  max-width: 1512px;
}

.max-w-\[18\.125rem\] {
  max-width: 18.125rem;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[280px\] {
  max-width: 280px;
}

.max-w-\[30\.5rem\] {
  max-width: 30.5rem;
}

.max-w-\[32\.25rem\] {
  max-width: 32.25rem;
}

.max-w-\[32\.75rem\] {
  max-width: 32.75rem;
}

.max-w-\[38\.125rem\] {
  max-width: 38.125rem;
}

.max-w-\[470px\] {
  max-width: 470px;
}

.max-w-\[50\%\] {
  max-width: 50%;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[706px\] {
  max-width: 706px;
}

.max-w-\[801px\] {
  max-width: 801px;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.max-w-\[860px\] {
  max-width: 860px;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-\[922px\] {
  max-width: 922px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-screen-lg {
  max-width: 1200px;
}

.max-w-screen-xl {
  max-width: 1440px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-2\/12 {
  flex-basis: 16.666667%;
}

.basis-5\/12 {
  flex-basis: 41.666667%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-8 {
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-grab {
  cursor: grab;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-content-between {
  place-content: space-between;
}

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[1\.36rem\] {
  gap: 1.36rem;
}

.gap-\[5\.75rem\] {
  gap: 5.75rem;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-\[3px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3px * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[\#EFEFEF\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-divide-opacity, 1));
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.\!overflow-y-scroll {
  overflow-y: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[9px\] {
  border-radius: 9px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-\[0\.4px\] {
  border-width: 0.4px;
}

.border-\[0\.5px\] {
  border-width: 0.5px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-\[\#003DFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 61 255 / var(--tw-border-opacity, 1));
}

.border-\[\#00a648\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 166 72 / var(--tw-border-opacity, 1));
}

.border-\[\#23263B\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 38 59 / var(--tw-border-opacity, 1));
}

.border-\[\#3A70FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(58 112 255 / var(--tw-border-opacity, 1));
}

.border-\[\#5612b7\] {
  --tw-border-opacity: 1;
  border-color: rgb(86 18 183 / var(--tw-border-opacity, 1));
}

.border-\[\#BDBDBD\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.border-\[\#D3D4D8\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 212 216 / var(--tw-border-opacity, 1));
}

.border-\[\#D6D6E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 231 / var(--tw-border-opacity, 1));
}

.border-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}

.border-\[\#ff2a6a\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 42 106 / var(--tw-border-opacity, 1));
}

.border-\[\#ffa724\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 167 36 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 109 / var(--tw-border-opacity, 1));
}

.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 250 / var(--tw-border-opacity, 1));
}

.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 231 / var(--tw-border-opacity, 1));
}

.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(182 183 213 / var(--tw-border-opacity, 1));
}

.border-grey-600 {
  --tw-border-opacity: 1;
  border-color: rgb(90 94 154 / var(--tw-border-opacity, 1));
}

.border-grey-700 {
  --tw-border-opacity: 1;
  border-color: rgb(72 76 122 / var(--tw-border-opacity, 1));
}

.border-grey-800 {
  --tw-border-opacity: 1;
  border-color: rgb(54 57 90 / var(--tw-border-opacity, 1));
}

.border-grey-900 {
  --tw-border-opacity: 1;
  border-color: rgb(35 38 59 / var(--tw-border-opacity, 1));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(252 188 115 / var(--tw-border-opacity, 1));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(212 20 42 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-xenon-600 {
  --tw-border-opacity: 1;
  border-color: rgb(0 61 255 / var(--tw-border-opacity, 1));
}

.border-xenon-900 {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 51 / var(--tw-border-opacity, 1));
}

.border-b-\[\#E0E0EC\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 236 / var(--tw-border-opacity, 1));
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#000011\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 17 / var(--tw-bg-opacity, 1));
}

.bg-\[\#000033\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 51 / var(--tw-bg-opacity, 1));
}

.bg-\[\#003FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00a648\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 72 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1E59FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 89 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#23263B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 38 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#23263b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 38 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#484C7A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 76 122 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5612b7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 18 183 / var(--tw-bg-opacity, 1));
}

.bg-\[\#585F9D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(88 95 157 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FB5500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 85 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCFCFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFB700\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 183 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d0241b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 36 27 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff2a6a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 42 106 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffa724\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 167 36 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 250 / var(--tw-bg-opacity, 1));
}

.bg-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 76 122 / var(--tw-bg-opacity, 1));
}

.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 90 / var(--tw-bg-opacity, 1));
}

.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-neon-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 238 16 / var(--tw-bg-opacity, 1));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 255 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 233 / var(--tw-bg-opacity, 1));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 110 126 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 51 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-xenon-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 255 / var(--tw-bg-opacity, 1));
}

.bg-xenon-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 209 255 / var(--tw-bg-opacity, 1));
}

.bg-xenon-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 122 255 / var(--tw-bg-opacity, 1));
}

.bg-xenon-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 255 / var(--tw-bg-opacity, 1));
}

.bg-xenon-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 32 119 / var(--tw-bg-opacity, 1));
}

.bg-xenon-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 51 / var(--tw-bg-opacity, 1));
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-\[linear-gradient\(263deg\2c \#457AFF_-2\.29\%\2c \#003DFF_59\.25\%\)\] {
  background-image: linear-gradient(263deg,#457AFF -2.29%,#003DFF 59.25%);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-600 {
  --tw-gradient-from: #0DB7EB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 183 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100 {
  --tw-gradient-from: #F5F5FA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-xenon-400 {
  --tw-gradient-from: #457AFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 122 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-xenon-800 {
  --tw-gradient-from: #042077 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 32 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#8363DE\] {
  --tw-gradient-to: #8363DE var(--tw-gradient-to-position);
}

.to-\[\#F9F9FF\] {
  --tw-gradient-to: #F9F9FF var(--tw-gradient-to-position);
}

.to-purple-500 {
  --tw-gradient-to: #B75AFF var(--tw-gradient-to-position);
}

.to-purple-600 {
  --tw-gradient-to: #9524FF var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-xenon-600 {
  --tw-gradient-to: #003DFF var(--tw-gradient-to-position);
}

.to-xenon-900 {
  --tw-gradient-to: #000033 var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.stroke-\[\#003DFF\] {
  stroke: #003DFF;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-\[1\.5px\] {
  stroke-width: 1.5px;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-\[1rem\] {
  padding: 1rem;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[29px\] {
  padding: 29px;
}

.p-\[8px\] {
  padding: 8px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[270px\] {
  padding-left: 270px;
  padding-right: 270px;
}

.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[0\.5px\] {
  padding-top: 0.5px;
  padding-bottom: 0.5px;
}

.py-\[29px\] {
  padding-top: 29px;
  padding-bottom: 29px;
}

.py-\[3\.75rem\] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[42px\] {
  padding-top: 42px;
  padding-bottom: 42px;
}

.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[75px\] {
  padding-top: 75px;
  padding-bottom: 75px;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[36px\] {
  padding-bottom: 36px;
}

.pb-\[56\%\] {
  padding-bottom: 56%;
}

.pe-16 {
  padding-inline-end: 4rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[150px\] {
  padding-left: 150px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[270px\] {
  padding-right: 270px;
}

.ps-0 {
  padding-inline-start: 0px;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[1\.6rem\] {
  padding-top: 1.6rem;
}

.pt-\[22px\] {
  padding-top: 22px;
}

.pt-\[29px\] {
  padding-top: 29px;
}

.pt-\[2rem\] {
  padding-top: 2rem;
}

.pt-\[5\.4rem\] {
  padding-top: 5.4rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.font-sora {
  font-family: "Sora", sans-serif;
}

.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11\.542px\] {
  font-size: 11.542px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13\.142px\] {
  font-size: 13.142px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19\.213px\] {
  font-size: 19.213px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[2\.125rem\] {
  font-size: 2.125rem;
}

.text-\[2\.3125rem\] {
  font-size: 2.3125rem;
}

.text-\[2\.625rem\] {
  font-size: 2.625rem;
}

.text-\[21\.04px\] {
  font-size: 21.04px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[27px\] {
  font-size: 27px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[34\.157px\] {
  font-size: 34.157px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[37px\] {
  font-size: 37px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[48\.206px\] {
  font-size: 48.206px;
}

.text-\[56px\] {
  font-size: 56px;
}

.text-\[5rem\] {
  font-size: 5rem;
}

.text-\[9\.547px\] {
  font-size: 9.547px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-sm\/none {
  font-size: 0.875rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[900\] {
  font-weight: 900;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.3rem\] {
  line-height: 1.3rem;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[108\%\] {
  line-height: 108%;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[130\%\] {
  line-height: 130%;
}

.leading-\[130px\] {
  line-height: 130px;
}

.leading-\[13px\] {
  line-height: 13px;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[144\%\] {
  line-height: 144%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-\[157\%\] {
  line-height: 157%;
}

.leading-\[160\%\] {
  line-height: 160%;
}

.leading-\[163\%\] {
  line-height: 163%;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[2\.75rem\] {
  line-height: 2.75rem;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[28\.82px\] {
  line-height: 28.82px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[3\.438rem\] {
  line-height: 3.438rem;
}

.leading-\[33\.6px\] {
  line-height: 33.6px;
}

.leading-\[33px\] {
  line-height: 33px;
}

.leading-\[37px\] {
  line-height: 37px;
}

.leading-\[41px\] {
  line-height: 41px;
}

.leading-\[42px\] {
  line-height: 42px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.leading-\[54px\] {
  line-height: 54px;
}

.leading-\[55px\] {
  line-height: 55px;
}

.leading-\[61\.6px\] {
  line-height: 61.6px;
}

.leading-\[67px\] {
  line-height: 67px;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.-tracking-\[1px\] {
  letter-spacing: -1px;
}

.-tracking-\[2px\] {
  letter-spacing: -2px;
}

.tracking-\[-\.683px\] {
  letter-spacing: -.683px;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.231px\;\] {
  letter-spacing: -0.231px;;
}

.tracking-\[-0\.243px\] {
  letter-spacing: -0.243px;
}

.tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}

.tracking-\[-0\.64px\] {
  letter-spacing: -0.64px;
}

.tracking-\[-1\.12px\] {
  letter-spacing: -1.12px;
}

.tracking-\[-1\.4px\] {
  letter-spacing: -1.4px;
}

.tracking-\[-1\.8px\] {
  letter-spacing: -1.8px;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.tracking-\[-2\%\] {
  letter-spacing: -2%;
}

.tracking-\[-2px\] {
  letter-spacing: -2px;
}

.tracking-\[-4\%\] {
  letter-spacing: -4%;
}

.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}

.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}

.tracking-\[0\.28px\] {
  letter-spacing: 0.28px;
}

.tracking-\[0\.7px\] {
  letter-spacing: 0.7px;
}

.tracking-\[0\.9px\] {
  letter-spacing: 0.9px;
}

.tracking-\[1\.68px\] {
  letter-spacing: 1.68px;
}

.tracking-\[1\.851px\] {
  letter-spacing: 1.851px;
}

.tracking-\[1\.931px\] {
  letter-spacing: 1.931px;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-\[2\.196px\] {
  letter-spacing: 2.196px;
}

.tracking-\[3px\] {
  letter-spacing: 3px;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#\#0A2540\] {
  color: ##0A2540;
}

.text-\[\#00052C\] {
  --tw-text-opacity: 1;
  color: rgb(0 5 44 / var(--tw-text-opacity, 1));
}

.text-\[\#003DFF\] {
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.text-\[\#0046cf\] {
  --tw-text-opacity: 1;
  color: rgb(0 70 207 / var(--tw-text-opacity, 1));
}

.text-\[\#040467\] {
  --tw-text-opacity: 1;
  color: rgb(4 4 103 / var(--tw-text-opacity, 1));
}

.text-\[\#042077\] {
  --tw-text-opacity: 1;
  color: rgb(4 32 119 / var(--tw-text-opacity, 1));
}

.text-\[\#23263B\] {
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.text-\[\#242639\] {
  --tw-text-opacity: 1;
  color: rgb(36 38 57 / var(--tw-text-opacity, 1));
}

.text-\[\#36395A\] {
  --tw-text-opacity: 1;
  color: rgb(54 57 90 / var(--tw-text-opacity, 1));
}

.text-\[\#457AFF\] {
  --tw-text-opacity: 1;
  color: rgb(69 122 255 / var(--tw-text-opacity, 1));
}

.text-\[\#494C77\] {
  --tw-text-opacity: 1;
  color: rgb(73 76 119 / var(--tw-text-opacity, 1));
}

.text-\[\#4E527F\] {
  --tw-text-opacity: 1;
  color: rgb(78 82 127 / var(--tw-text-opacity, 1));
}

.text-\[\#575D99\] {
  --tw-text-opacity: 1;
  color: rgb(87 93 153 / var(--tw-text-opacity, 1));
}

.text-\[\#8A9DCD\] {
  --tw-text-opacity: 1;
  color: rgb(138 157 205 / var(--tw-text-opacity, 1));
}

.text-\[\#9698c3\] {
  --tw-text-opacity: 1;
  color: rgb(150 152 195 / var(--tw-text-opacity, 1));
}

.text-\[\#B6B7D5\] {
  --tw-text-opacity: 1;
  color: rgb(182 183 213 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(44 96 232 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(0 194 65 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(0 166 72 / var(--tw-text-opacity, 1));
}

.text-grey-200 {
  --tw-text-opacity: 1;
  color: rgb(214 214 231 / var(--tw-text-opacity, 1));
}

.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(182 183 213 / var(--tw-text-opacity, 1));
}

.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(150 152 195 / var(--tw-text-opacity, 1));
}

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(119 122 175 / var(--tw-text-opacity, 1));
}

.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(90 94 154 / var(--tw-text-opacity, 1));
}

.text-grey-700 {
  --tw-text-opacity: 1;
  color: rgb(72 76 122 / var(--tw-text-opacity, 1));
}

.text-grey-800 {
  --tw-text-opacity: 1;
  color: rgb(54 57 90 / var(--tw-text-opacity, 1));
}

.text-grey-900 {
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(232 96 10 / var(--tw-text-opacity, 1));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(233 10 150 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(244 73 93 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(233 18 44 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(0 0 51 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-xenon-100 {
  --tw-text-opacity: 1;
  color: rgb(242 244 255 / var(--tw-text-opacity, 1));
}

.text-xenon-200 {
  --tw-text-opacity: 1;
  color: rgb(187 209 255 / var(--tw-text-opacity, 1));
}

.text-xenon-300 {
  --tw-text-opacity: 1;
  color: rgb(118 160 255 / var(--tw-text-opacity, 1));
}

.text-xenon-400 {
  --tw-text-opacity: 1;
  color: rgb(69 122 255 / var(--tw-text-opacity, 1));
}

.text-xenon-600 {
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.text-xenon-900 {
  --tw-text-opacity: 1;
  color: rgb(0 0 51 / var(--tw-text-opacity, 1));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-\[\.55\] {
  opacity: .55;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_6px_2px_rgba\(0\2c 61\2c 255\2c 0\.12\)\] {
  --tw-shadow: 0 0 6px 2px rgba(0,61,255,0.12);
  --tw-shadow-colored: 0 0 6px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_6px_0_rgba\(0\2c 61\2c 255\2c \.16\)\] {
  --tw-shadow: 0 2px 6px 0 rgba(0,61,255,.16);
  --tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_6px_2px_rgba\(0\2c 61\2c 255\2c 0\.12\)\] {
  --tw-shadow: 0px 0px 6px 2px rgba(0,61,255,0.12);
  --tw-shadow-colored: 0px 0px 6px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_10px_20px_rgba\(0\2c 61\2c 255\2c 0\.2\)\] {
  --tw-shadow: 0px 10px 20px rgba(0,61,255,0.2);
  --tw-shadow-colored: 0px 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-card-shadow {
  --tw-shadow: 0px 20px 40px 0px rgba(55, 58, 80, 0.10), 0px 10px 20px 0px rgba(55, 58, 80, 0.10), 0px 5px 10px 0px rgba(55, 58, 80, 0.10), 0px 3px 5px 0px rgba(55, 58, 80, 0.10), 0px 1px 2px 0px rgba(55, 58, 80, 0.10);
  --tw-shadow-colored: 0px 20px 40px 0px var(--tw-shadow-color), 0px 10px 20px 0px var(--tw-shadow-color), 0px 5px 10px 0px var(--tw-shadow-color), 0px 3px 5px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-large-light {
  --tw-shadow: 0px 6px 18px 0px #003dff29;
  --tw-shadow-colored: 0px 6px 18px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-small-dark {
  --tw-shadow: 0px 0px 6px 2px rgba(0, 61, 255, 0.12);
  --tw-shadow-colored: 0px 0px 6px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[\#000000b0\] {
  --tw-shadow-color: #000000b0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-grey-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 250 / var(--tw-ring-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-lg {
  --tw-blur: blur(16px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-\[32px\] {
  --tw-backdrop-blur: blur(32px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[89px\] {
  --tw-backdrop-blur: blur(89px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\2c height\] {
  transition-property: width,height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-\[250ms\] {
  transition-duration: 250ms;
}

.duration-\[400ms\] {
  transition-duration: 400ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[aamix\:rssEnabled\] {
  aamix: rssEnabled;
}

.\[aant\:algoliaBanner\] {
  aant: algoliaBanner;
}

.\[aant\:algoliaTeaser\] {
  aant: algoliaTeaser;
}

.\[aant\:author\] {
  aant: author;
}

.\[aant\:blogsEntry\] {
  aant: blogsEntry;
}

.\[aant\:codeExchangeEntry\] {
  aant: codeExchangeEntry;
}

.\[aant\:contributorLink\] {
  aant: contributorLink;
}

.\[aant\:customerEntry\] {
  aant: customerEntry;
}

.\[aant\:podcastItem\] {
  aant: podcastItem;
}

.\[aant\:policyEntry\] {
  aant: policyEntry;
}

.\[aant\:resourceCenterContentItem\] {
  aant: resourceCenterContentItem;
}

.\[adnt\:banner\] {
  adnt: banner;
}

.\[j\:lastPublished\] {
  j: lastPublished;
}

.\[jnt\:page\] {
  jnt: page;
}

.\[mask-image\:linear-gradient\(to_right\2c black\2c transparent\)\] {
  -webkit-mask-image: linear-gradient(to right,black,transparent);
          mask-image: linear-gradient(to right,black,transparent);
}

/* Style for the dropdown content */

.border-seperator-lite::after {
  width: 80%;
  border-bottom: 2px solid white;
  content: "";
  border-bottom: 2px solid;
  margin-left: auto;
  margin-right: auto;
  -o-border-image: linear-gradient(to right, #b6b7d500, #b6b7d5, #b6b7d500) 1;
  border-image: linear-gradient(to right, #b6b7d500, #b6b7d5, #b6b7d500) 1;
  position: absolute;
  left: 0;
  right: 0;
}

/* Used in several places. TODO: Move to separate css file */

.dark .listAnimation a {
  color: white;
}

.listAnimation a {
  color: #003dff;
}

.listAnimation {
  position: relative;
  overflow: hidden;
}

.listAnimation .cmp-accordion__item .cmp-accordion__panel .algoliaRichText ul {
  padding-left: 2em;
}

.dark .listAnimation::after {
  width: 100%;
  background-color: #484c7a;
}

.listAnimation::after {
  width: 100%;
  background-color: #d6d6e7;
}

.listAnimation::after,
.listAnimation::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}

.listAnimation::before {
  left: 0;
  transform: translateX(-100%);
  z-index: 1;
  width: 88px;
  background-color: #003dff;
  transition: left 0.7s ease-out;
  will-change: left;
}

.dark .listAnimation::before {
  left: 0;
  transform: translateX(-100%);
  z-index: 1;
  width: 88px;
  background-color: #d6d6e7;
  transition: left 0.7s ease-out;
  will-change: left;
}

.listAnimation:hover::before {
  left: 100%;
  transform: translateX(0);
}

/* Used in chapterContainer.jsp */

.chapters-container .sticky-container .sticky-tab .tab-parent:first-child .tab-seprator {
  display: none;
}

.chapters-container article ul,
.chapters-container article ol {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  list-style: revert;
  padding-left: 1.5rem;
}

.chapters-container article ul li,
.chapters-container article ol li {
  font-family: Inter, sans-serif;
  gap: 0.75rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.chapters-container article ul li::marker,
.chapters-container article ol li::marker {
  color: rgb(0 61 255);
}

/* Used in developersEntry.body.jsp */

.border-seperator::after {
  width: 80%;
  border-bottom: 2px solid white;
  content: "";
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #003, #484c7a, #003) 1;
  border-image: linear-gradient(to right, #003, #484c7a, #003) 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.cmp-teaser__description .check ul li::before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="blue" fill="none" width="24" height="24" stroke-width="2" role="img" title="Check Circle" aria-hidden="true" class=""><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
}

.cmp-teaser__description .blueCheck ul li::before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%233A70FF" fill="none" width="24" height="24" stroke-width="2" role="img" title="Red check" aria-hidden="true"><polyline points="20 6 10 16 6 12" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  left: -34px;
}

.cmp-teaser__description .blueCheck ul li p {
  font-size: 14px;
  font-family: "Sora", sans-serif;
  line-height: 160%;
}

.cmp-teaser__description .redCheck ul li::before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%23ff2a6a" fill="none" width="24" height="24" stroke-width="2" role="img" title="Red check Circle" aria-hidden="true"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
  position: absolute;
  left: -34px;
  color: #e90a96;
}

.cmp-teaser__description .whiteCheck ul li::before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%23ffffff" fill="none" width="24" height="24" stroke-width="2" role="img" title="white check Circle" aria-hidden="true"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
  position: absolute;
  left: -34px;
}

.cmp-teaser__description .arrowRightCircle ul li::before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="blue" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" role="img" title="ArrowRightCircle" class=""><circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line></svg>');
}

.cta-bg-white {
  will-change: background;
  box-shadow: 0px 0px 6px 2px rgba(0, 61, 255, 0.12);
  --x: 0px;
  --y: 0px;
}

/* No explicit use of teaser-richtext, assuming it could be an added
css class in the editor. I see several defined in algoliaRichText.css.
Maybe move these additional styles there? */

.teaser-richtext ul {
  padding-left: 2em;
  list-style: none;
  margin-top: 2rem;
}

.pricing-teaser.teaser-richtext ul {
  margin-top: 0;
}

.teaser-richtext ul li {
  padding: 10px 0;
}

.dark .teaser-richtext p,
.dark .teaser-richtext li {
  --tw-text-opacity: 1;
  color: rgb(214 214 231 / var(--tw-text-opacity));
}

.dark .teaser-richtext.pricing-teaser p {
  color: #000;
}

.dark .teaser-richtext p,
.dark .teaser-richtext li {
  --tw-text-opacity: 1;
  color: rgb(214 214 231 / var(--tw-text-opacity));
}

/* used many places */

.cmp-teaser__description .check ul li::before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="blue" fill="none" width="24" height="24" stroke-width="2" role="img" title="Check Circle" aria-hidden="true" class=""><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
  position: absolute;
  left: -34px;
}

.cmp-teaser__description .arrowRightCircle ul li::before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="blue" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" role="img" title="ArrowRightCircle" class=""><circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line></svg>');
  position: absolute;
  left: -34px;
}

.cmp-teaser__description .check ul li,
.cmp-teaser__description .blueCheck ul li,
.cmp-teaser__description .redCheck ul li,
.cmp-teaser__description .whiteCheck ul li,
.cmp-teaser__description .arrowRightCircle ul li {
  position: relative;
}

.cmp-teaser__description ul li a {
  color: #1e59ff;
}

.heading.brag {
  margin-bottom: 25px;
  text-wrap: balance;
  font-family: "Sora", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.heading.brag:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 960px) {
  .heading.brag {
    font-size: 3rem;
    line-height: 1;
  }
}

.subheading.brag {
  margin-bottom: 2rem;
  text-wrap: wrap;
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(54 57 90 / var(--tw-text-opacity, 1));
}

.subheading.brag:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(214 214 231 / var(--tw-text-opacity, 1));
}

.brag.loose {
  letter-spacing: 0em;
}

.default-hover-border-gradient {
  width: 100%;
  opacity: 1;
}

.default-hover h4 {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #B75AFF var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.default-hover {
  z-index: 10;
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.default-hover .cmp-teaser__description {
  opacity: 1;
}

.default-hover .cta-button-wrapper {
  max-height: 100px;
  opacity: 1;
}

/* used exclusively on teaser 3 of homepage */

.homepage-image-dropshadow .cmp-teaser__image img {
  box-shadow: 0px 235.088px 65.865px 0px rgba(0, 0, 0, 0),
		0px 149.97px 59.785px 0px rgba(0, 0, 0, 0.01),
		0px 84.105px 50.666px 0px rgba(0, 0, 0, 0.05),
		0px 37.493px 37.493px 0px rgba(0, 0, 0, 0.09),
		0px 9.12px 20.266px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 960px) {
  .pricing-teaser.teaser-richtext ul {
    margin-block: 4px;
  }
}

@media (min-width: 960px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 375px) {
    .md\:container {
      max-width: 375px;
    }
  }

  @media (min-width: 500px) {
    .md\:container {
      max-width: 500px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 960px) {
    .md\:container {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .md\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1440px) {
    .md\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1920px) {
    .md\:container {
      max-width: 1920px;
    }
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-2::before {
  content: var(--tw-content);
  left: -0.5rem;
}

.before\:left-\[-8px\]::before {
  content: var(--tw-content);
  left: -8px;
}

.before\:top-\[50\%\]::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-1\/2::before {
  content: var(--tw-content);
  height: 50%;
}

.before\:w-px::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:translate-y-\[-50\%\]::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:from-white::before {
  content: var(--tw-content);
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-white::before {
  content: var(--tw-content);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-\[40\%\]::after {
  content: var(--tw-content);
  bottom: -40%;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:right-\[-8px\]::after {
  content: var(--tw-content);
  right: -8px;
}

.after\:top-\[50\%\]::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:mx-auto::after {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-1\/2::after {
  content: var(--tw-content);
  height: 50%;
}

.after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}

.after\:w-\[40\%\]::after {
  content: var(--tw-content);
  width: 40%;
}

.after\:w-px::after {
  content: var(--tw-content);
  width: 1px;
}

.after\:translate-y-\[-50\%\]::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:bg-\[\#00a648\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 72 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#5612b7\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(86 18 183 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#ff2a6a\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 42 106 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#ffa724\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 167 36 / var(--tw-bg-opacity, 1));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:from-white::after {
  content: var(--tw-content);
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:via-grey-200::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(214 214 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #D6D6E7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.after\:to-white::after {
  content: var(--tw-content);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:hidden:first-child {
  display: none;
}

.first\:bg-xenon-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 255 / var(--tw-bg-opacity, 1));
}

.first\:pr-8:first-child {
  padding-right: 2rem;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:me-0:last-child {
  margin-inline-end: 0px;
}

.last\:hidden:last-child {
  display: none;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.even\:bg-xenon-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 255 / var(--tw-bg-opacity, 1));
}

.first-of-type\:pb-\[150px\]:first-of-type {
  padding-bottom: 150px;
}

.focus-within\:z-10:focus-within {
  z-index: 10;
}

.hover\:visible:hover {
  visibility: visible;
}

.hover\:block:hover {
  display: block;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.1\]:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-xenon-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 122 255 / var(--tw-border-opacity, 1));
}

.hover\:border-xenon-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 61 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-grey-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-grey-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 122 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-xenon-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-xenon-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 89 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-xenon-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 32 119 / var(--tw-bg-opacity, 1));
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:text-\[\#FFB700\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 183 0 / var(--tw-text-opacity, 1));
}

.hover\:text-grey-700:hover {
  --tw-text-opacity: 1;
  color: rgb(72 76 122 / var(--tw-text-opacity, 1));
}

.hover\:text-grey-900:hover {
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-xenon-400:hover {
  --tw-text-opacity: 1;
  color: rgb(69 122 255 / var(--tw-text-opacity, 1));
}

.hover\:text-xenon-600:hover {
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:shadow-\[0_6px_18px_0_rgba\(0\2c 61\2c 255\2c \.16\)\]:hover {
  --tw-shadow: 0 6px 18px 0 rgba(0,61,255,.16);
  --tw-shadow-colored: 0 6px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0px_15px_25px_rgba\(0\2c 61\2c 255\2c 0\.3\)\]:hover {
  --tw-shadow: 0px 15px 25px rgba(0,61,255,0.3);
  --tw-shadow-colored: 0px 15px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-xenon-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(69 122 255 / var(--tw-border-opacity, 1));
}

.focus\:text-xenon-400:focus {
  --tw-text-opacity: 1;
  color: rgb(69 122 255 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-xenon-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 122 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus-visible\:border-blue-500:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-blue-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.group:nth-child(odd) .group-odd\:flex-row-reverse {
  flex-direction: row-reverse;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:absolute {
  position: absolute;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group\/cta:hover .group-hover\/cta\:scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-r-0 {
  border-right-width: 0px;
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.group:hover .group-hover\:from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:to-purple-500 {
  --tw-gradient-to: #B75AFF var(--tw-gradient-to-position);
}

.group:hover .group-hover\:bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.group\/cta:hover .group-hover\/cta\:fill-xenon-400 {
  fill: #457AFF;
}

.group\/cta:hover .group-hover\/cta\:fill-xenon-600 {
  fill: #003DFF;
}

.group:hover .group-hover\:fill-xenon-400 {
  fill: #457AFF;
}

.group:hover .group-hover\:text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.group:hover .group-hover\:font-medium {
  font-weight: 500;
}

.group:hover .group-hover\:uppercase {
  text-transform: uppercase;
}

.group\/cta:hover .group-hover\/cta\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/cta:hover .group-hover\/cta\:text-xenon-400 {
  --tw-text-opacity: 1;
  color: rgb(69 122 255 / var(--tw-text-opacity, 1));
}

.group\/cta:hover .group-hover\/cta\:text-xenon-900 {
  --tw-text-opacity: 1;
  color: rgb(0 0 51 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#003DFF\] {
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-xenon-400 {
  --tw-text-opacity: 1;
  color: rgb(69 122 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-xenon-600 {
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-xenon-700 {
  --tw-text-opacity: 1;
  color: rgb(2 46 185 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.dark\:border-\[\#242757\]:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(36 39 87 / var(--tw-border-opacity, 1));
}

.dark\:border-grey-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(72 76 122 / var(--tw-border-opacity, 1));
}

.dark\:border-white:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.dark\:bg-black:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.dark\:bg-grey-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(35 38 59 / var(--tw-bg-opacity, 1));
}

.dark\:bg-xenon-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 51 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gradient-to-tr:is(.dark *) {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.dark\:text-\[\#fff\]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.dark\:text-grey-050:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 252 253 / var(--tw-text-opacity, 1));
}

.dark\:text-grey-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 245 250 / var(--tw-text-opacity, 1));
}

.dark\:text-grey-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(214 214 231 / var(--tw-text-opacity, 1));
}

.dark\:text-grey-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(150 152 195 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-xenon-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(187 209 255 / var(--tw-text-opacity, 1));
}

.dark\:shadow-lg:is(.dark *) {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:ring-grey-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 57 90 / var(--tw-ring-opacity, 1));
}

.dark\:hover\:bg-blue-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-inherit:hover:is(.dark *) {
  background-color: inherit;
}

.dark\:focus\:ring-blue-800:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.dark\:focus\:ring-xenon-300:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(118 160 255 / var(--tw-ring-opacity, 1));
}

.dark\:focus\:ring-offset-grey-900:focus:is(.dark *) {
  --tw-ring-offset-color: #23263B;
}

.group:hover .dark\:group-hover\:text-black:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1200px) {
  .max-lg\:h-screen {
    height: 100vh;
  }

  .max-lg\:overflow-auto {
    overflow: auto;
  }
}

@media (min-width: 375px) {
  .xxs\:h-\[200px\] {
    height: 200px;
  }

  .xxs\:w-\[158px\] {
    width: 158px;
  }

  .xxs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 500px) {
  .xs\:right-\[10\%\] {
    right: 10%;
  }

  .xs\:top-\[20\%\] {
    top: 20%;
  }

  .xs\:h-\[500px\] {
    height: 500px;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .sm\:right-\[15\%\] {
    right: 15%;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .sm\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-\[5px\] {
    margin-left: 5px;
  }

  .sm\:mr-\[10px\] {
    margin-right: 10px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mt-\[5px\] {
    margin-top: 5px;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-\[174px\] {
    height: 174px;
  }

  .sm\:h-\[190px\] {
    height: 190px;
  }

  .sm\:h-\[21px\] {
    height: 21px;
  }

  .sm\:h-\[250px\] {
    height: 250px;
  }

  .sm\:h-\[266px\] {
    height: 266px;
  }

  .sm\:h-\[26px\] {
    height: 26px;
  }

  .sm\:h-\[510px\] {
    height: 510px;
  }

  .sm\:h-\[680px\] {
    height: 680px;
  }

  .sm\:h-\[70px\] {
    height: 70px;
  }

  .sm\:min-h-\[52px\] {
    min-height: 52px;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-\[200px\] {
    width: 200px;
  }

  .sm\:w-\[21px\] {
    width: 21px;
  }

  .sm\:w-\[26px\] {
    width: 26px;
  }

  .sm\:w-\[377px\] {
    width: 377px;
  }

  .sm\:w-\[592px\] {
    width: 592px;
  }

  .sm\:min-w-\[250px\] {
    min-width: 250px;
  }

  .sm\:max-w-\[53\.68rem\] {
    max-width: 53.68rem;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-\[14px\] {
    gap: 14px;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:stroke-\[1\.6px\] {
    stroke-width: 1.6px;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-\[12px\] {
    padding: 12px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .sm\:pb-\[34px\] {
    padding-bottom: 34px;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-\[13px\] {
    font-size: 13px;
  }

  .sm\:text-\[15\.983px\] {
    font-size: 15.983px;
  }

  .sm\:text-\[15px\] {
    font-size: 15px;
  }

  .sm\:text-\[17px\] {
    font-size: 17px;
  }

  .sm\:text-\[22px\] {
    font-size: 22px;
  }

  .sm\:text-\[28px\] {
    font-size: 28px;
  }

  .sm\:text-\[3\.43rem\] {
    font-size: 3.43rem;
  }

  .sm\:text-\[48px\] {
    font-size: 48px;
  }

  .sm\:text-\[56px\] {
    font-size: 56px;
  }

  .sm\:text-\[68px\] {
    font-size: 68px;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-\[32px\] {
    line-height: 32px;
  }

  .sm\:leading-\[4\.43rem\] {
    line-height: 4.43rem;
  }

  .sm\:tracking-\[-0\.32px\] {
    letter-spacing: -0.32px;
  }

  .sm\:tracking-\[-2\.95px\] {
    letter-spacing: -2.95px;
  }
}

@media (min-width: 960px) {
  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:bottom-\[1\.75rem\] {
    bottom: 1.75rem;
  }

  .md\:bottom-\[18px\] {
    bottom: 18px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:right-\[15\%\] {
    right: 15%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:z-\[101\] {
    z-index: 101;
  }

  .md\:z-max {
    z-index: 9999;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-\[6px\] {
    margin-left: 6px;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-\[12px\] {
    margin-right: 12px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-\[22px\] {
    margin-top: 22px;
  }

  .md\:mt-\[33px\] {
    margin-top: 33px;
  }

  .md\:mt-\[68px\] {
    margin-top: 68px;
  }

  .md\:mt-\[6px\] {
    margin-top: 6px;
  }

  .md\:mt-\[72px\] {
    margin-top: 72px;
  }

  .md\:mt-\[9\.97rem\] {
    margin-top: 9.97rem;
  }

  .md\:mt-\[90px\] {
    margin-top: 90px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-\[10rem\] {
    height: 10rem;
  }

  .md\:h-\[120px\] {
    height: 120px;
  }

  .md\:h-\[22px\] {
    height: 22px;
  }

  .md\:h-\[28px\] {
    height: 28px;
  }

  .md\:h-\[361px\] {
    height: 361px;
  }

  .md\:h-\[5rem\] {
    height: 5rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:min-h-\[54px\] {
    min-height: 54px;
  }

  .md\:min-h-\[72px\] {
    min-height: 72px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-\[10rem\] {
    width: 10rem;
  }

  .md\:w-\[22px\] {
    width: 22px;
  }

  .md\:w-\[244\.756px\] {
    width: 244.756px;
  }

  .md\:w-\[28px\] {
    width: 28px;
  }

  .md\:w-\[385px\] {
    width: 385px;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:w-\[5rem\] {
    width: 5rem;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[642px\] {
    width: 642px;
  }

  .md\:w-\[77\%\] {
    width: 77%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-\[374px\] {
    min-width: 374px;
  }

  .md\:max-w-\[1210px\] {
    max-width: 1210px;
  }

  .md\:max-w-\[12rem\] {
    max-width: 12rem;
  }

  .md\:max-w-\[13\.30rem\] {
    max-width: 13.30rem;
  }

  .md\:max-w-\[30\.81rem\] {
    max-width: 30.81rem;
  }

  .md\:max-w-\[318px\] {
    max-width: 318px;
  }

  .md\:max-w-\[36\.75rem\] {
    max-width: 36.75rem;
  }

  .md\:max-w-\[474px\] {
    max-width: 474px;
  }

  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-screen-xl {
    max-width: 1440px;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[1\.85rem\] {
    gap: 1.85rem;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[33px\] {
    gap: 33px;
  }

  .md\:gap-\[5\.2rem\] {
    gap: 5.2rem;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-\[13px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .md\:border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-\[\#2C2943\] {
    --tw-border-opacity: 1;
    border-color: rgb(44 41 67 / var(--tw-border-opacity, 1));
  }

  .md\:border-grey-700 {
    --tw-border-opacity: 1;
    border-color: rgb(72 76 122 / var(--tw-border-opacity, 1));
  }

  .md\:bg-xenon-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 51 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:from-xenon-700 {
    --tw-gradient-from: #022EB9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(2 46 185 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:to-xenon-600 {
    --tw-gradient-to: #003DFF var(--tw-gradient-to-position);
  }

  .md\:stroke-\[1\.7px\] {
    stroke-width: 1.7px;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-\[16px\] {
    padding: 16px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[12rem\] {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:px-\[4\.385rem\] {
    padding-left: 4.385rem;
    padding-right: 4.385rem;
  }

  .md\:px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[62px\] {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-\[53px\] {
    padding-bottom: 53px;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[10rem\] {
    padding-top: 10rem;
  }

  .md\:pt-\[15px\] {
    padding-top: 15px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[13px\] {
    font-size: 13px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[21px\] {
    font-size: 21px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[34px\] {
    font-size: 34px;
  }

  .md\:text-\[37\.694px\] {
    font-size: 37.694px;
  }

  .md\:text-\[46px\] {
    font-size: 46px;
  }

  .md\:text-\[50px\] {
    font-size: 50px;
  }

  .md\:text-\[62px\] {
    font-size: 62px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:leading-\[108\%\] {
    line-height: 108%;
  }

  .md\:leading-\[110\%\] {
    line-height: 110%;
  }

  .md\:leading-\[18px\] {
    line-height: 18px;
  }

  .md\:leading-\[2\.75rem\] {
    line-height: 2.75rem;
  }

  .md\:leading-\[36px\] {
    line-height: 36px;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:tracking-\[-3px\] {
    letter-spacing: -3px;
  }

  .md\:tracking-\[0\.32px\] {
    letter-spacing: 0.32px;
  }

  .md\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1200px) {
  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-bottom-\[15px\] {
    bottom: -15px;
  }

  .lg\:end-0 {
    inset-inline-end: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-\[50\%\] {
    left: 50%;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:right-\[-100px\] {
    right: -100px;
  }

  .lg\:right-\[-20px\] {
    right: -20px;
  }

  .lg\:right-\[10\%\] {
    right: 10%;
  }

  .lg\:right-\[50\%\] {
    right: 50%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-2\/4 {
    top: 50%;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:top-\[-120px\] {
    top: -120px;
  }

  .lg\:top-\[100px\] {
    top: 100px;
  }

  .lg\:top-\[120px\] {
    top: 120px;
  }

  .lg\:top-\[30\%\] {
    top: 30%;
  }

  .lg\:top-\[42px\] {
    top: 42px;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[117px\] {
    margin-bottom: 117px;
  }

  .lg\:mb-\[14px\] {
    margin-bottom: 14px;
  }

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-\[7px\] {
    margin-left: 7px;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-\[14px\] {
    margin-right: 14px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-\[14px\] {
    margin-top: 14px;
  }

  .lg\:mt-\[7px\] {
    margin-top: 7px;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-\[10\.375rem\] {
    height: 10.375rem;
  }

  .lg\:h-\[23px\] {
    height: 23px;
  }

  .lg\:h-\[25px\] {
    height: 25px;
  }

  .lg\:h-\[30px\] {
    height: 30px;
  }

  .lg\:h-\[338px\] {
    height: 338px;
  }

  .lg\:h-\[35px\] {
    height: 35px;
  }

  .lg\:h-\[39px\] {
    height: 39px;
  }

  .lg\:h-\[473px\] {
    height: 473px;
  }

  .lg\:h-\[50px\] {
    height: 50px;
  }

  .lg\:h-\[574px\] {
    height: 574px;
  }

  .lg\:h-\[580px\] {
    height: 580px;
  }

  .lg\:h-\[680px\] {
    height: 680px;
  }

  .lg\:h-\[711\.142px\] {
    height: 711.142px;
  }

  .lg\:h-\[835px\] {
    height: 835px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:min-h-14 {
    min-height: 3.5rem;
  }

  .lg\:min-h-\[250px\] {
    min-height: 250px;
  }

  .lg\:min-h-\[56px\] {
    min-height: 56px;
  }

  .lg\:min-h-\[773px\] {
    min-height: 773px;
  }

  .lg\:min-h-\[805px\] {
    min-height: 805px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-\[100\%\] {
    width: 100%;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[23px\] {
    width: 23px;
  }

  .lg\:w-\[25\%\] {
    width: 25%;
  }

  .lg\:w-\[270px\] {
    width: 270px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[30px\] {
    width: 30px;
  }

  .lg\:w-\[32\%\] {
    width: 32%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[414px\] {
    width: 414px;
  }

  .lg\:w-\[47\.7\%\] {
    width: 47.7%;
  }

  .lg\:w-\[53\.3\%\] {
    width: 53.3%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[62rem\] {
    width: 62rem;
  }

  .lg\:w-\[68\%\] {
    width: 68%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[75\%\] {
    width: 75%;
  }

  .lg\:w-\[842px\] {
    width: 842px;
  }

  .lg\:w-\[9\.25rem\] {
    width: 9.25rem;
  }

  .lg\:w-\[90\%\] {
    width: 90%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:max-w-\[1061px\] {
    max-width: 1061px;
  }

  .lg\:max-w-\[158px\] {
    max-width: 158px;
  }

  .lg\:max-w-\[15rem\] {
    max-width: 15rem;
  }

  .lg\:max-w-\[246px\] {
    max-width: 246px;
  }

  .lg\:max-w-\[280px\] {
    max-width: 280px;
  }

  .lg\:max-w-\[430px\] {
    max-width: 430px;
  }

  .lg\:max-w-\[452px\] {
    max-width: 452px;
  }

  .lg\:max-w-\[480px\] {
    max-width: 480px;
  }

  .lg\:max-w-\[539px\] {
    max-width: 539px;
  }

  .lg\:max-w-\[562px\] {
    max-width: 562px;
  }

  .lg\:max-w-\[61\%\] {
    max-width: 61%;
  }

  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }

  .lg\:max-w-\[905px\] {
    max-width: 905px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-screen-xl {
    max-width: 1440px;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-\[-43rem\] {
    --tw-translate-x: -43rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .lg\:grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[26px\] {
    gap: 26px;
  }

  .lg\:gap-\[3\.375rem\] {
    gap: 3.375rem;
  }

  .lg\:gap-\[55px\] {
    gap: 55px;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:text-wrap {
    text-wrap: wrap;
  }

  .lg\:text-nowrap {
    text-wrap: nowrap;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-grey-200 {
    --tw-border-opacity: 1;
    border-color: rgb(214 214 231 / var(--tw-border-opacity, 1));
  }

  .lg\:bg-grey-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 250 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-xenon-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 244 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-xenon-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 32 119 / var(--tw-bg-opacity, 1));
  }

  .lg\:stroke-\[1\.8px\] {
    stroke-width: 1.8px;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-\[20px\] {
    padding: 20px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:px-\[56px\] {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:px-\[7\.75rem\] {
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .lg\:px-\[7rem\] {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-\[8\.9rem\] {
    padding-left: 8.9rem;
    padding-right: 8.9rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[112px\] {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .lg\:py-\[207px\] {
    padding-top: 207px;
    padding-bottom: 207px;
  }

  .lg\:py-\[54px\] {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .lg\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-\[38px\] {
    padding-bottom: 38px;
  }

  .lg\:pb-\[4\.36rem\] {
    padding-bottom: 4.36rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-\[112px\] {
    padding-left: 112px;
  }

  .lg\:pl-\[85px\] {
    padding-left: 85px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:ps-\[184px\] {
    padding-inline-start: 184px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-18 {
    padding-top: 4.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[9\.9rem\] {
    padding-top: 9.9rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-start {
    text-align: start;
  }

  @media (min-width: 1200px) {
    .lg\:lg\:text-\[2\.625rem\] {
      font-size: 2.625rem;
    }

    .lg\:lg\:text-\[3\.125rem\] {
      font-size: 3.125rem;
    }
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[1\.1875rem\] {
    font-size: 1.1875rem;
  }

  .lg\:text-\[1\.18rem\] {
    font-size: 1.18rem;
  }

  .lg\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .lg\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

  .lg\:text-\[105\.89px\] {
    font-size: 105.89px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[15\.6rem\] {
    font-size: 15.6rem;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[17\.79px\] {
    font-size: 17.79px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[19\.18px\] {
    font-size: 19.18px;
  }

  .lg\:text-\[19px\] {
    font-size: 19px;
  }

  .lg\:text-\[2\.125rem\] {
    font-size: 2.125rem;
  }

  .lg\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

  .lg\:text-\[20\.778px\] {
    font-size: 20.778px;
  }

  .lg\:text-\[20\.97px\] {
    font-size: 20.97px;
  }

  .lg\:text-\[21px\] {
    font-size: 21px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-\[3\.125rem\] {
    font-size: 3.125rem;
  }

  .lg\:text-\[3\.438rem\] {
    font-size: 3.438rem;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[38px\] {
    font-size: 38px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

  .lg\:text-\[53px\] {
    font-size: 53px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-\[59px\] {
    font-size: 59px;
  }

  .lg\:text-\[62px\] {
    font-size: 62px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:text-\[79px\] {
    font-size: 79px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  @media (min-width: 1200px) {
    .lg\:lg\:font-normal {
      font-weight: 400;
    }
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-\[1\.4\] {
    line-height: 1.4;
  }

  .lg\:leading-\[1\.78rem\] {
    line-height: 1.78rem;
  }

  .lg\:leading-\[1\.8rem\] {
    line-height: 1.8rem;
  }

  .lg\:leading-\[110\%\] {
    line-height: 110%;
  }

  .lg\:leading-\[140\%\] {
    line-height: 140%;
  }

  .lg\:leading-\[150\%\] {
    line-height: 150%;
  }

  .lg\:leading-\[157\%\] {
    line-height: 157%;
  }

  .lg\:leading-\[159\%\] {
    line-height: 159%;
  }

  .lg\:leading-\[160\%\] {
    line-height: 160%;
  }

  .lg\:leading-\[2\.18rem\] {
    line-height: 2.18rem;
  }

  .lg\:leading-\[2\.55rem\] {
    line-height: 2.55rem;
  }

  .lg\:leading-\[2\.75rem\] {
    line-height: 2.75rem;
  }

  .lg\:leading-\[2\.8rem\] {
    line-height: 2.8rem;
  }

  .lg\:leading-\[3\.438rem\] {
    line-height: 3.438rem;
  }

  .lg\:leading-\[38px\] {
    line-height: 38px;
  }

  .lg\:leading-\[3rem\] {
    line-height: 3rem;
  }

  .lg\:leading-\[42px\] {
    line-height: 42px;
  }

  .lg\:leading-\[67px\] {
    line-height: 67px;
  }

  .lg\:leading-\[88\%\] {
    line-height: 88%;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }

  .lg\:tracking-\[0\.32px\] {
    letter-spacing: 0.32px;
  }

  .lg\:tracking-\[4\.823px\] {
    letter-spacing: 4.823px;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .lg\:text-dark-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(70 70 97 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .lg\:text-grey-400 {
    --tw-text-opacity: 1;
    color: rgb(150 152 195 / var(--tw-text-opacity, 1));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-transparent {
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:blur-\[120px\] {
    --tw-blur: blur(120px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:brightness-\[0\.6\] {
    --tw-brightness: brightness(0.6);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .after\:lg\:block::after {
    content: var(--tw-content);
    display: block;
  }

  .lg\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .last\:lg\:mr-0:last-child {
    margin-right: 0px;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:hover\:text-xenon-600:hover {
    --tw-text-opacity: 1;
    color: rgb(0 61 255 / var(--tw-text-opacity, 1));
  }

  .lg\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:max-h-\[100px\] {
    max-height: 100px;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .dark\:lg\:text-\[\#8A9DCD\]:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(138 157 205 / var(--tw-text-opacity, 1));
  }

  .dark\:lg\:text-black:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .dark\:lg\:text-blue-purple-100:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(44 96 232 / var(--tw-text-opacity, 1));
  }

  .dark\:lg\:text-xenon-900:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(0 0 51 / var(--tw-text-opacity, 1));
  }

  .lg\:dark\:text-white:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1440px) {
  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:ml-\[8px\] {
    margin-left: 8px;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mr-\[16px\] {
    margin-right: 16px;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mt-\[8px\] {
    margin-top: 8px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-\[193\.254px\] {
    height: 193.254px;
  }

  .xl\:min-h-14 {
    min-height: 3.5rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-\[188\.813px\] {
    width: 188.813px;
  }

  .xl\:w-\[339px\] {
    width: 339px;
  }

  .xl\:w-\[350px\] {
    width: 350px;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-\[13\.125rem\] {
    max-width: 13.125rem;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-\[32px\] {
    gap: 32px;
  }

  .xl\:gap-\[6\.8rem\] {
    gap: 6.8rem;
  }

  .xl\:stroke-\[2px\] {
    stroke-width: 2px;
  }

  .xl\:p-\[24px\] {
    padding: 24px;
  }

  .xl\:p-\[3\.125rem\] {
    padding: 3.125rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-\[88px\] {
    padding-left: 88px;
    padding-right: 88px;
  }

  .xl\:px-\[9\.5rem\] {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }

  .xl\:text-\[28px\] {
    font-size: 28px;
  }

  .xl\:text-\[56px\] {
    font-size: 56px;
  }

  .xl\:text-\[77px\] {
    font-size: 77px;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:leading-\[3\.438rem\] {
    line-height: 3.438rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-start-1 {
    grid-column-start: 1;
  }

  .\32xl\:col-start-10 {
    grid-column-start: 10;
  }

  .\32xl\:col-start-11 {
    grid-column-start: 11;
  }

  .\32xl\:col-start-12 {
    grid-column-start: 12;
  }

  .\32xl\:col-start-13 {
    grid-column-start: 13;
  }

  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }

  .\32xl\:col-start-3 {
    grid-column-start: 3;
  }

  .\32xl\:col-start-4 {
    grid-column-start: 4;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5;
  }

  .\32xl\:col-start-6 {
    grid-column-start: 6;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7;
  }

  .\32xl\:col-start-8 {
    grid-column-start: 8;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }

  .\32xl\:col-end-1 {
    grid-column-end: 1;
  }

  .\32xl\:col-end-10 {
    grid-column-end: 10;
  }

  .\32xl\:col-end-11 {
    grid-column-end: 11;
  }

  .\32xl\:col-end-12 {
    grid-column-end: 12;
  }

  .\32xl\:col-end-13 {
    grid-column-end: 13;
  }

  .\32xl\:col-end-2 {
    grid-column-end: 2;
  }

  .\32xl\:col-end-3 {
    grid-column-end: 3;
  }

  .\32xl\:col-end-4 {
    grid-column-end: 4;
  }

  .\32xl\:col-end-5 {
    grid-column-end: 5;
  }

  .\32xl\:col-end-6 {
    grid-column-end: 6;
  }

  .\32xl\:col-end-7 {
    grid-column-end: 7;
  }

  .\32xl\:col-end-8 {
    grid-column-end: 8;
  }

  .\32xl\:col-end-9 {
    grid-column-end: 9;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .md\:\[\&\>\*\:nth-child\(1\)\]\:border-none>*:nth-child(1) {
    border-style: none;
  }

  .md\:\[\&\>\*\:nth-child\(3n\)\]\:border-l>*:nth-child(3n) {
    border-left-width: 1px;
  }

  .md\:\[\&\>\*\:nth-child\(3n-1\)\]\:border-l>*:nth-child(3n-1) {
    border-left-width: 1px;
  }
}

.\[\&\>\*\:nth-child\(n\+1\)\]\:border-b>*:nth-child(n+1) {
  border-bottom-width: 1px;
}

.\[\&_\.active\]\:border-xenon-500 .active {
  --tw-border-opacity: 1;
  border-color: rgb(30 89 255 / var(--tw-border-opacity, 1));
}

.\[\&_\.active\]\:text-xenon-500 .active {
  --tw-text-opacity: 1;
  color: rgb(30 89 255 / var(--tw-text-opacity, 1));
}

.dark\:\[\&_\.active\]\:border-xenon-500 .active:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 89 255 / var(--tw-border-opacity, 1));
}

.dark\:\[\&_\.active\]\:text-xenon-500 .active:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(30 89 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200px) {
  .lg\:\[\&_\.active\]\:text-white .active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.expanded .\[\.expanded_\&\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+aspnet+csharp+django+go+java+kotlin+markup-templating+php+python+jsx+tsx+ruby+scala+swift+typescript&plugins=line-highlight+line-numbers+normalize-whitespace */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

 code[class*="language-"],
 pre[class*="language-"] {
   color: #f8f8f2;
   background: none;
   text-shadow: 0 1px rgba(0, 0, 0, 0.3);
   font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
   font-size: 1em;
   text-align: left;
   white-space: pre;
   word-spacing: normal;
   word-break: normal;
   word-wrap: normal;
   line-height: 1.5;
 
   -moz-tab-size: 4;
   -o-tab-size: 4;
   tab-size: 4;
 
   -webkit-hyphens: none;
   -moz-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
 }
 
 /* Code blocks */
 pre[class*="language-"] {
   padding: 1em;
   margin: .5em 0;
   overflow: auto;
   border-radius: 0.3em;
 }
 
 :not(pre) > code[class*="language-"],
 pre[class*="language-"] {
   background: transparent;
 }
 
 /* Inline code */
 :not(pre) > code[class*="language-"] {
   padding: .1em;
   border-radius: .3em;
   white-space: normal;
 }
 
 .token.comment,
 .token.prolog,
 .token.doctype,
 .token.cdata {
   color: #8292a2;
 }
 
 .token.punctuation {
   color: #f8f8f2;
 }
 
 .token.namespace {
   opacity: .7;
 }
 
 .token.property,
 .token.tag,
 .token.constant,
 .token.symbol,
 .token.deleted {
   color: #f92672;
 }
 
 .token.boolean,
 .token.number {
   color: #ae81ff;
 }
 
 .token.selector,
 .token.attr-name,
 .token.string,
 .token.char,
 .token.builtin,
 .token.inserted {
   color: #a6e22e;
 }
 
 .token.operator,
 .token.entity,
 .token.url,
 .language-css .token.string,
 .style .token.string,
 .token.variable {
   color: #f8f8f2;
 }
 
 .token.atrule,
 .token.attr-value,
 .token.function,
 .token.class-name {
   color: #e6db74;
 }
 
 .token.keyword {
   color: #66d9ef;
 }
 
 .token.regex,
 .token.important {
   color: #fd971f;
 }
 
 .token.important,
 .token.bold {
   font-weight: bold;
 }
 .token.italic {
   font-style: italic;
 }
 
 .token.entity {
   cursor: help;
 }
 
 pre[data-line] {
   position: relative;
   padding: 1em 0 1em 3em;
 }
 
 .line-highlight {
   position: absolute;
   left: 0;
   right: 0;
   padding: inherit 0;
   margin-top: 1em; /* Same as .prism’s padding-top */
 
   background: hsla(24, 20%, 50%,.08);
   background: linear-gradient(to right, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
 
   pointer-events: none;
 
   line-height: inherit;
   white-space: pre;
 }
 
 @media print {
   .line-highlight {
     /*
      * This will prevent browsers from replacing the background color with white.
      * It's necessary because the element is layered on top of the displayed code.
      */
     -webkit-print-color-adjust: exact;
     color-adjust: exact;
   }
 }
 
   .line-highlight:before,
   .line-highlight[data-end]:after {
     content: attr(data-start);
     position: absolute;
     top: .4em;
     left: .6em;
     min-width: 1em;
     padding: 0 .5em;
     background-color: hsla(24, 20%, 50%,.4);
     color: hsl(24, 20%, 95%);
     font: bold 65%/1.5 sans-serif;
     text-align: center;
     vertical-align: .3em;
     border-radius: 999px;
     text-shadow: none;
     box-shadow: 0 1px white;
   }
 
   .line-highlight[data-end]:after {
     content: attr(data-end);
     top: auto;
     bottom: .4em;
   }
 
 .line-numbers .line-highlight:before,
 .line-numbers .line-highlight:after {
   content: none;
 }
 
 pre[id].linkable-line-numbers span.line-numbers-rows {
   pointer-events: all;
 }
 pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
   cursor: pointer;
 }
 pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
   background-color: rgba(128, 128, 128, .2);
 }
 
 pre[class*="language-"].line-numbers {
   position: relative;
   padding-left: 3.8em;
   counter-reset: linenumber;
 }
 
 pre[class*="language-"].line-numbers > code {
   position: relative;
   white-space: inherit;
 }
 
 .line-numbers .line-numbers-rows {
   position: absolute;
   pointer-events: none;
   top: 0;
   font-size: 100%;
   left: -3.8em;
   width: 3em; /* works for line-numbers below 1000 lines */
   letter-spacing: -1px;
   border-right: 1px solid #ffffff3b;
 
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 
 }
 
   .line-numbers-rows > span {
     display: block;
     counter-increment: linenumber;
   }
 
     .line-numbers-rows > span:before {
       content: counter(linenumber);
       color: white;
       display: block;
       padding-right: 0.8em;
       text-align: right;
     }
 
 
@charset "UTF-8";

/* .algoliaRichText is default class added to all aant:algoliaRichText nodes */

.algoliaRichText {
  word-wrap: break-word;
}

.algoliaRichText p{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(72 76 122 / var(--tw-text-opacity, 1));
}

.algoliaRichText strong,
.algoliaRichText b{
  font-family: "Sora", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.algoliaRichText ul li a{
  --tw-text-opacity: 1;
  color: rgb(30 89 255 / var(--tw-text-opacity, 1));
}

.algoliaRichText ul li p:last-child{
  padding-top: 0px;
  padding-bottom: 0px;
}

.algoliaRichText ul li{
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(72 76 122 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ol{
  padding-left: 2.5rem;
}

.algoliaRichText.bullet ol li {
  list-style-type: decimal;
  margin-top: 15px;
  padding: 0px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ol li > ol{
  padding-left: 1.5rem;
}

.algoliaRichText.bullet ol li > ol > li{
  margin-top: 15px;
  padding: 0px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ol li > ol > li::marker{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(150 152 195 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ol li > ol > li > ol > li{
  margin-top: 15px;
  padding: 0px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ol li > ol > li > ol > li::marker{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(182 183 213 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ol li::marker{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ul{
  padding-left: 2.5rem;
}

.algoliaRichText.bullet ul li {
  list-style-type: disc;
  margin-top: 15px;
  padding: 0px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ul li > ul{
  padding-left: 1.5rem;
}

.algoliaRichText.bullet ul li > ul > li {
  list-style-type: disc;
  margin-top: 15px;
  padding: 0px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ul li > ul > li::marker{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(150 152 195 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ul li > ul > li > ul > li {
  list-style-type: circle;
  margin-top: 15px;
  padding: 0px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ul li > ul > li > ul > li::marker{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(182 183 213 / var(--tw-text-opacity, 1));
}

.algoliaRichText.bullet ul li::marker{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.algoliaRichText.check ul li::before{
  position: absolute;
  left: -34px;
  margin-right: 1rem;
  height: 1rem;
  width: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="blue" fill="none" width="24" height="24" stroke-width="2" role="img" title="Check Circle" aria-hidden="true" class=""><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
}

.algoliaRichText.check ol ul li::before {
  left: 0;
}

.algoliaRichText.redCheck ul li::before{
  position: absolute;
  left: -34px;
  margin-right: 1rem;
  height: 1rem;
  width: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%23ff2a6a" fill="none" width="24" height="24" stroke-width="2" role="img" title="Red check Circle" aria-hidden="true" class="text-pink-600"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
}

.algoliaRichText.redCheck ol ul li::before {
  left: 0;
}

.algoliaRichText.arrowRightCircle ul li::before{
  position: absolute;
  left: -34px;
  margin-right: 1rem;
  height: 1rem;
  width: 1rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="blue" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" role="img" title="ArrowRightCircle" class=""><circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line></svg>');
}

.algoliaRichText .progressBarSection .bar-chart + p {
  font-size: 32px;
  font-weight: 300;
}

.algoliaRichText .progressBarSection .bar-chart {
  height: 32px;
}

.algoliaRichText .progressBarSection .bar-chart + p > span {
  color: #00a648;
}

.algoliaRichText .button > a {
  color: #23263b;
  font-weight: 600;
  letter-spacing: 0.32px;
}

.dark .algoliaRichText .button > a {
  color: white;
  font-weight: 600;
  letter-spacing: 0.32px;
}

.dark .algoliaRichText p {
  color: #d6d6e7;
}

.algoliaRichTextnContainer div img {
  margin: 10px auto;
}

.algoliaRichTextnContainer .algoliaRichText table tr td,
.algoliaRichTextnContainer .algoliaRichText table tr th{
  padding: 0.75rem;
}

.algoliaRichTextnContainer .algoliaRichText table tr td p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 1rem;
}

.animate-bar-one {
  animation: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s 1 normal forwards running animation-1sef4m1;
  background: linear-gradient(90deg, rgba(0, 166, 72, 0) 0%, rgb(0, 166, 72) 50%);
  transition-property: width;
}

.pricing-page .main__container .grid-cols-12 .md\:col-span-6 .main__container .lg\:p-28 {
  padding: 0;
  margin-left: 2rem;
}

.pricing-page .main__container .grid-cols-12 .md\:col-span-6 .main__container .lg\:p-28 .md\:gap-x-16 {
  gap: 1rem;
}

.teaser-richtext a {
  color: inherit;
}

.pricing-page .algoliaRichText .hint--right {
  position: relative;
  display: inline-block;
}

.pricing-page .algoliaRichText .hint--right .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: rgb(35, 38, 59);
  color: rgb(214, 214, 231);
  border-radius: 6px;
  text-align: left;
  padding: 8px 12px;
  font-size: 14px;
  font-family: Inter, sans-serif;
  box-shadow: 0px 2px 6px 0px rgba(0, 61, 255, 0.1607843137);
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 120%;
  transform: translate(0%, -50%);
}

.pricing-page .algoliaRichText .hint--right .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgb(35, 38, 59) transparent transparent;
}

.pricing-page .algoliaRichText .hint--right:hover .tooltiptext {
  visibility: visible;
}

/* Used in base template.algolia-base-template.jsp */

.banner-section .form-bg-white > div {
  padding: 6rem 4rem;
}

.banner-section .form-bg-white .teaser .cmp-teaser__image img {
  width: 132px;
  height: 30px;
}

.banner-section .form-bg-white .teaser .cmp-teaser__content .cmp-teaser__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 67px;
}

.banner-section .form-bg-white .teaser .cmp-teaser__content .cmp-teaser__description .teaser-richtext {
  font-size: 24px;
  line-height: 34px;
  font-family: Sora, Arial, sans-serif;
}

.form-bg-white .form_main-container{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.form-bg-white .form_main-container div > h2{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.form-bg-white .form-section label,
.form-bg-white .form-section .term-and-rules{
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

@keyframes animation-1sef4m1 {
  0% {
    width: 0%;
  }

  100% {
    width: 42.955%;
  }
}

.animate-bar-two {
  animation: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s 1 normal forwards running animation-iw05yv;
  background: linear-gradient(90deg, rgba(0, 166, 72, 0) 0%, rgb(0, 166, 72) 50%);
  transition-property: width;
}

@keyframes animation-iw05yv {
  0% {
    width: 0%;
  }

  100% {
    width: 60%;
  }
}

.animate-bar-three {
  animation: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s 1 normal forwards running animation-ia40hc;
  background: linear-gradient(90deg, rgba(0, 166, 72, 0) 0%, rgb(0, 166, 72) 50%);
  transition-property: width;
}

@keyframes animation-ia40hc {
  0% {
    width: 0%;
  }

  100% {
    width: 11.28%;
  }
}

.animate-bar-four {
  animation: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s 1 normal forwards running animation-aelu50;
  background: linear-gradient(90deg, rgba(0, 166, 72, 0) 0%, rgb(0, 166, 72) 50%);
  transition-property: width;
}

@keyframes animation-aelu50 {
  0% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

.animate-bar-five {
  animation: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s 1 normal forwards running animation-i9x0;
  background: linear-gradient(90deg, rgba(0, 166, 72, 0) 0%, rgb(0, 166, 72) 50%);
  transition-property: width;
}

@keyframes animation-i9x0 {
  0% {
    width: 0%;
  }

  100% {
    width: 27.45%;
  }
}

@media screen and (max-width: 1024px) {
  .algoliaRichText .progressBarSection p {
    font-size: 16px;
  }

  .algoliaRichText .progressBarSection .bar-chart + p {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .pricing-page .main__container > .mx-auto.lg\:p-28 > .grid.md\:gap-x-16 .main__container > .mx-auto.lg\:p-28 > .grid.md\:gap-x-16 .col-span-12 .teaser .teaser-richtext ul {
    text-align: start;
    padding-left: 0;
  }

  .pricing-page .main__container > .mx-auto.lg\:p-28 > .grid.md\:gap-x-16 .main__container > .mx-auto.lg\:p-28 > .grid.md\:gap-x-16 .col-span-12 .teaser .cmp-teaser {
    justify-content: start;
  }

  .banner-section .form-bg-white > div {
    padding: 4rem 1rem;
  }

  .banner-section .form-bg-white .teaser .cmp-teaser__content .cmp-teaser__title {
    font-size: 45px;
    line-height: 54px;
  }

  .banner-section .form-bg-white .teaser .cmp-teaser {
    justify-content: center;
  }

  .banner-section .form-bg-white .teaser .cmp-teaser__content {
    text-align: center;
  }

  .banner-section .form-bg-white .teaser .cmp-teaser__content .cmp-teaser__description .teaser-richtext {
    font-size: 18px;
    line-height: 23px;
  }

  .pricing-page .algoliaRichText .hint--right--mobile {
    position: relative;
    display: inline-block;
  }

  .pricing-page .algoliaRichText .hint--right--mobile .pricing-tooltip-hover {
    visibility: hidden;
    width: 170px;
    background-color: rgb(35, 38, 59);
    color: rgb(214, 214, 231);
    border-radius: 6px;
    text-align: left;
    padding: 8px 12px;
    font-size: 14px;
    font-family: Inter, sans-serif;
    box-shadow: 0px 2px 6px 0px rgba(0, 61, 255, 0.1607843137);
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 120%;
    transform: translate(0%, -50%);
  }

  .pricing-page .algoliaRichText .hint--right--mobile .pricing-tooltip-hover::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgb(35, 38, 59) transparent transparent;
  }

  .pricing-page .algoliaRichText .hint--right--mobile:hover .pricing-tooltip-hover {
    visibility: visible;
  }
}

/* Used in the algoliaRichText.baseFormat.jsp */

.algoliaRichText.baseFormat{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.algoliaRichText.baseFormat p{
  text-align: left;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.algoliaRichText.baseFormat ol,
.algoliaRichText.baseFormat ul{
  margin-bottom: 1.25rem;
}

.algoliaRichText.baseFormat ol > :not([hidden]) ~ :not([hidden]),
.algoliaRichText.baseFormat ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.algoliaRichText.baseFormat h1,
.algoliaRichText.baseFormat h2,
.algoliaRichText.baseFormat h3,
.algoliaRichText.baseFormat h4,
.algoliaRichText.baseFormat h5,
.algoliaRichText.baseFormat h6{
  font-weight: 700;
  line-height: 2rem;
}

.algoliaRichText.baseFormat h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.algoliaRichText.baseFormat h2{
  font-size: 1.5rem;
  line-height: 2rem;
}

.algoliaRichText.baseFormat h3{
  font-size: 22px;
}

.algoliaRichText.baseFormat h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.algoliaRichText.baseFormat h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.algoliaRichText.baseFormat h6{
  font-size: 1rem;
  line-height: 1.5rem;
}

.algoliaRichText.baseFormat table{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 768px) {
  .pricing-page .main__container > .algoliaRichText.baseFormat table.lg\:p-28 > .grid.md\:gap-x-16 .main__container > .mx-auto.lg\:p-28 > .grid.md\:gap-x-16 .col-span-12 .teaser .teaser-richtext ul {
    text-align: start;
    padding-left: 0;
  }

  .pricing-page .main__container > .algoliaRichText.baseFormat table.lg\:p-28 > .grid.md\:gap-x-16 .main__container > .mx-auto.lg\:p-28 > .grid.md\:gap-x-16 .col-span-12 .teaser .cmp-teaser {
    justify-content: start;
  }
}

.algoliaRichText.baseFormat table th{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.algoliaRichText.baseFormat table tr:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.algoliaRichText.baseFormat table tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.algoliaRichText.baseFormat ul{
  list-style-type: disc;
  padding-left: 1.5rem;
}

.algoliaRichText.baseFormat ol{
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.algoliaRichText.baseFormat.bullet a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.algoliaRichText.baseFormat.bullet pre.code-sample{
  text-wrap: wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(2 46 185 / var(--tw-text-opacity, 1));
  padding: 1.5rem 2.5rem !important;
  border-radius: 10px !important;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  font-family: "sora", monospace;
}

.algoliaRichText.baseFormat.bullet p.article-pullquote{
  position: relative;
  margin-top: 1rem;
  padding-top: 3rem;
  font-family: "Sora", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
  font-size: 1rem !important;
  border-left: none !important;
  padding-left: 0 !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 160% !important;
}

.algoliaRichText.baseFormat.bullet p.article-pullquote::after {
  content: "“";
  position: absolute;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  color: #DFE9FF;
  top: -10px;
  left: 0;
}

.algoliaRichText.baseFormat.bullet p.article-pullquote small{
  margin-top: 0.75rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(72 76 122 / var(--tw-text-opacity, 1));
}

.algoliaRichText.baseFormat.bullet h1,
.algoliaRichText.baseFormat.bullet h2,
.algoliaRichText.baseFormat.bullet h3,
.algoliaRichText.baseFormat.bullet h4,
.algoliaRichText.baseFormat.bullet h5,
.algoliaRichText.baseFormat.bullet h6{
  font-weight: 700;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.algoliaRichText.baseFormat.bullet h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.algoliaRichText.baseFormat.bullet h3{
  font-size: 1.5rem;
  line-height: 2rem;
}

.algoliaRichText.baseFormat.check ul{
  list-style-type: none;
}

.algoliaRichText.baseFormat.check a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 61 255 / var(--tw-text-opacity, 1));
}

.algoliaRichText.baseFormat.check pre.code-sample{
  text-wrap: wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(2 46 185 / var(--tw-text-opacity, 1));
  padding: 1.5rem 2.5rem !important;
  border-radius: 10px !important;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  font-family: "sora", monospace;
}

.algoliaRichText.baseFormat.check p.article-pullquote{
  position: relative;
  margin-top: 1rem;
  padding-top: 3rem;
  font-family: "Sora", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
  font-size: 1rem !important;
  border-left: none !important;
  padding-left: 0 !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 160% !important;
}

.algoliaRichText.baseFormat.check p.article-pullquote::after {
  content: "“";
  position: absolute;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  color: #DFE9FF;
  top: -10px;
  left: 0;
}

.algoliaRichText.baseFormat.check p.article-pullquote small{
  margin-top: 0.75rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(72 76 122 / var(--tw-text-opacity, 1));
}

.algoliaRichText.baseFormat.check h1,
.algoliaRichText.baseFormat.check h2,
.algoliaRichText.baseFormat.check h3,
.algoliaRichText.baseFormat.check h4,
.algoliaRichText.baseFormat.check h5,
.algoliaRichText.baseFormat.check h6{
  font-weight: 700;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(35 38 59 / var(--tw-text-opacity, 1));
}

.algoliaRichText.baseFormat.check h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.algoliaRichText.baseFormat.check h3{
  font-size: 1.5rem;
  line-height: 2rem;
}

.algoliaRichText.baseFormat .article-pullquote{
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 61 255 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(72 76 122 / var(--tw-text-opacity, 1));
}

.algoliaRichText.baseFormat .code-sample{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*# sourceMappingURL=algoliaRichText.css.map */
.share-twitter-icon:before,
.twitter-icon:before {
  width: 1rem;
  height: 1rem;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20" height="20" viewBox="0 0 32 32"> <path d="M 4.0175781 4 L 13.091797 17.609375 L 4.3359375 28 L 6.9511719 28 L 14.246094 19.34375 L 20.017578 28 L 20.552734 28 L 28.015625 28 L 18.712891 14.042969 L 27.175781 4 L 24.560547 4 L 17.558594 12.310547 L 12.017578 4 L 4.0175781 4 z M 7.7558594 6 L 10.947266 6 L 24.279297 26 L 21.087891 26 L 7.7558594 6 z"></path></svg>');
}

.share-mail-icon:before,
.mail-icon:before {
  width: 1rem;
  height: 1rem;
  content: url('data:image/svg+xml,<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Z"></path><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m22 6-10 7L2 6"></path></svg>');
}

.share-linkedin-icon:before,
.linkedin-icon:before {
  width: 1rem;
  height: 1rem;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20" height="20" viewBox="0 0 30 30"> <path d="M9,25H4V10h5V25z M6.501,8C5.118,8,4,6.879,4,5.499S5.12,3,6.501,3C7.879,3,9,4.121,9,5.499C9,6.879,7.879,8,6.501,8z M27,25h-4.807v-7.3c0-1.741-0.033-3.98-2.499-3.98c-2.503,0-2.888,1.896-2.888,3.854V25H12V9.989h4.614v2.051h0.065 c0.642-1.18,2.211-2.424,4.551-2.424c4.87,0,5.77,3.109,5.77,7.151C27,16.767,27,25,27,25z"></path> </svg>');
}

.share-instagram-icon:before,
.instagram-icon:before {
  width: 1rem;
  height: 1rem;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="22" height="22" viewBox="0 0 32 32"> <path d="M 11.46875 5 C 7.917969 5 5 7.914063 5 11.46875 L 5 20.53125 C 5 24.082031 7.914063 27 11.46875 27 L 20.53125 27 C 24.082031 27 27 24.085938 27 20.53125 L 27 11.46875 C 27 7.917969 24.085938 5 20.53125 5 Z M 11.46875 7 L 20.53125 7 C 23.003906 7 25 8.996094 25 11.46875 L 25 20.53125 C 25 23.003906 23.003906 25 20.53125 25 L 11.46875 25 C 8.996094 25 7 23.003906 7 20.53125 L 7 11.46875 C 7 8.996094 8.996094 7 11.46875 7 Z M 21.90625 9.1875 C 21.402344 9.1875 21 9.589844 21 10.09375 C 21 10.597656 21.402344 11 21.90625 11 C 22.410156 11 22.8125 10.597656 22.8125 10.09375 C 22.8125 9.589844 22.410156 9.1875 21.90625 9.1875 Z M 16 10 C 12.699219 10 10 12.699219 10 16 C 10 19.300781 12.699219 22 16 22 C 19.300781 22 22 19.300781 22 16 C 22 12.699219 19.300781 10 16 10 Z M 16 12 C 18.222656 12 20 13.777344 20 16 C 20 18.222656 18.222656 20 16 20 C 13.777344 20 12 18.222656 12 16 C 12 13.777344 13.777344 12 16 12 Z"></path> </svg>');
}

.share-youtube-icon:before,
.youtube-icon:before {
  width: 1rem;
  height: 1rem;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="21" height="21" viewBox="0 0 50 50"> <path d="M42.042,13.856C43.773,15.577,44,18.311,44,25s-0.227,9.423-1.958,11.144C40.311,37.864,38.508,38,25,38 S9.689,37.864,7.958,36.144S6,31.689,6,25s0.227-9.423,1.958-11.144S11.492,12,25,12S40.311,12.136,42.042,13.856z M21.76,30.933 l9.717-5.63L21.76,19.76V30.933z"></path> </svg>');
}

.share-fa-icon:before,
.fa-icon:before {
  width: 1rem;
  height: 1rem;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="17" height="17" viewBox="0 0 50 50"> <path d="M32,11h5c0.552,0,1-0.448,1-1V3.263c0-0.524-0.403-0.96-0.925-0.997C35.484,2.153,32.376,2,30.141,2C24,2,20,5.68,20,12.368 V19h-7c-0.552,0-1,0.448-1,1v7c0,0.552,0.448,1,1,1h7v19c0,0.552,0.448,1,1,1h7c0.552,0,1-0.448,1-1V28h7.222 c0.51,0,0.938-0.383,0.994-0.89l0.778-7C38.06,19.518,37.596,19,37,19h-8v-5C29,12.343,30.343,11,32,11z"></path> </svg>');
}

.share-bluesky-icon:before,
.bluesky-icon:before {
  width: 1rem;
  height: 1rem;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" width="22" height="22" class="h-5 w-5"><path fill="black" d="M439.8 358.7C436.5 358.3 433.1 357.9 429.8 357.4C433.2 357.8 436.5 358.3 439.8 358.7zM320 291.1C293.9 240.4 222.9 145.9 156.9 99.3C93.6 54.6 69.5 62.3 53.6 69.5C35.3 77.8 32 105.9 32 122.4C32 138.9 41.1 258 47 277.9C66.5 343.6 136.1 365.8 200.2 358.6C203.5 358.1 206.8 357.7 210.2 357.2C206.9 357.7 203.6 358.2 200.2 358.6C106.3 372.6 22.9 406.8 132.3 528.5C252.6 653.1 297.1 501.8 320 425.1C342.9 501.8 369.2 647.6 505.6 528.5C608 425.1 533.7 372.5 439.8 358.6C436.5 358.2 433.1 357.8 429.8 357.3C433.2 357.7 436.5 358.2 439.8 358.6C503.9 365.7 573.4 343.5 593 277.9C598.9 258 608 139 608 122.4C608 105.8 604.7 77.7 586.4 69.5C570.6 62.4 546.4 54.6 483.2 99.3C417.1 145.9 346.1 240.4 320 291.1z"/></svg>');
}

.dark .share-twitter-icon:before,
.dark .twitter-icon:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20" height="20" viewBox="0 0 32 32"> <path fill="white" d="M 4.0175781 4 L 13.091797 17.609375 L 4.3359375 28 L 6.9511719 28 L 14.246094 19.34375 L 20.017578 28 L 20.552734 28 L 28.015625 28 L 18.712891 14.042969 L 27.175781 4 L 24.560547 4 L 17.558594 12.310547 L 12.017578 4 L 4.0175781 4 z M 7.7558594 6 L 10.947266 6 L 24.279297 26 L 21.087891 26 L 7.7558594 6 z"></path></svg>');
}

.dark .share-mail-icon:before,
.dark .mail-icon:before {
  content: url('data:image/svg+xml,<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none"><path stroke="%23FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Z"></path><path stroke="%23FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m22 6-10 7L2 6"></path></svg>');
}

.dark .share-linkedin-icon:before,
.dark .linkedin-icon:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20" height="20" viewBox="0 0 30 30"> <path fill="white" d="M9,25H4V10h5V25z M6.501,8C5.118,8,4,6.879,4,5.499S5.12,3,6.501,3C7.879,3,9,4.121,9,5.499C9,6.879,7.879,8,6.501,8z M27,25h-4.807v-7.3c0-1.741-0.033-3.98-2.499-3.98c-2.503,0-2.888,1.896-2.888,3.854V25H12V9.989h4.614v2.051h0.065 c0.642-1.18,2.211-2.424,4.551-2.424c4.87,0,5.77,3.109,5.77,7.151C27,16.767,27,25,27,25z"></path> </svg>');
}

.dark .share-instagram-icon:before,
.dark .instagram-icon:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="22" height="22" viewBox="0 0 32 32"> <path fill="white" d="M 11.46875 5 C 7.917969 5 5 7.914063 5 11.46875 L 5 20.53125 C 5 24.082031 7.914063 27 11.46875 27 L 20.53125 27 C 24.082031 27 27 24.085938 27 20.53125 L 27 11.46875 C 27 7.917969 24.085938 5 20.53125 5 Z M 11.46875 7 L 20.53125 7 C 23.003906 7 25 8.996094 25 11.46875 L 25 20.53125 C 25 23.003906 23.003906 25 20.53125 25 L 11.46875 25 C 8.996094 25 7 23.003906 7 20.53125 L 7 11.46875 C 7 8.996094 8.996094 7 11.46875 7 Z M 21.90625 9.1875 C 21.402344 9.1875 21 9.589844 21 10.09375 C 21 10.597656 21.402344 11 21.90625 11 C 22.410156 11 22.8125 10.597656 22.8125 10.09375 C 22.8125 9.589844 22.410156 9.1875 21.90625 9.1875 Z M 16 10 C 12.699219 10 10 12.699219 10 16 C 10 19.300781 12.699219 22 16 22 C 19.300781 22 22 19.300781 22 16 C 22 12.699219 19.300781 10 16 10 Z M 16 12 C 18.222656 12 20 13.777344 20 16 C 20 18.222656 18.222656 20 16 20 C 13.777344 20 12 18.222656 12 16 C 12 13.777344 13.777344 12 16 12 Z"></path> </svg>');
}

.dark .share-youtube-icon:before,
.dark .youtube-icon:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="21" height="21" viewBox="0 0 50 50"> <path fill="white" d="M42.042,13.856C43.773,15.577,44,18.311,44,25s-0.227,9.423-1.958,11.144C40.311,37.864,38.508,38,25,38 S9.689,37.864,7.958,36.144S6,31.689,6,25s0.227-9.423,1.958-11.144S11.492,12,25,12S40.311,12.136,42.042,13.856z M21.76,30.933 l9.717-5.63L21.76,19.76V30.933z"></path> </svg>');
}

.dark .share-fa-icon:before,
.dark .fa-icon:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="17" height="17" viewBox="0 0 50 50"> <path fill="white" d="M32,11h5c0.552,0,1-0.448,1-1V3.263c0-0.524-0.403-0.96-0.925-0.997C35.484,2.153,32.376,2,30.141,2C24,2,20,5.68,20,12.368 V19h-7c-0.552,0-1,0.448-1,1v7c0,0.552,0.448,1,1,1h7v19c0,0.552,0.448,1,1,1h7c0.552,0,1-0.448,1-1V28h7.222 c0.51,0,0.938-0.383,0.994-0.89l0.778-7C38.06,19.518,37.596,19,37,19h-8v-5C29,12.343,30.343,11,32,11z"></path> </svg>');
}

.dark .share-bluesky-icon:before,
.dark .bluesky-icon:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" width="22" height="22" class="h-5 w-5"><path fill="white" d="M439.8 358.7C436.5 358.3 433.1 357.9 429.8 357.4C433.2 357.8 436.5 358.3 439.8 358.7zM320 291.1C293.9 240.4 222.9 145.9 156.9 99.3C93.6 54.6 69.5 62.3 53.6 69.5C35.3 77.8 32 105.9 32 122.4C32 138.9 41.1 258 47 277.9C66.5 343.6 136.1 365.8 200.2 358.6C203.5 358.1 206.8 357.7 210.2 357.2C206.9 357.7 203.6 358.2 200.2 358.6C106.3 372.6 22.9 406.8 132.3 528.5C252.6 653.1 297.1 501.8 320 425.1C342.9 501.8 369.2 647.6 505.6 528.5C608 425.1 533.7 372.5 439.8 358.6C436.5 358.2 433.1 357.8 429.8 357.3C433.2 357.7 436.5 358.2 439.8 358.6C503.9 365.7 573.4 343.5 593 277.9C598.9 258 608 139 608 122.4C608 105.8 604.7 77.7 586.4 69.5C570.6 62.4 546.4 54.6 483.2 99.3C417.1 145.9 346.1 240.4 320 291.1z"/></svg>');
}

.socialIcon-list:hover {
  background: #eaebee;
  cursor: pointer;
}

.horizontal .socialIcon-list:hover .social-title {
  display: none;
}

.socialIcon-list:hover .social-title {
  position: absolute;
  color: rgb(0 61 255);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  opacity: 1;
  font-size: 16px;
  display: block;
  right: 80px;
  animation: socialtitleanimation 1s ease;
}

@keyframes socialtitleanimation {
  0% {
    right: 50px;
  }

  50% {
    right: 80px;
  }
}

.button .cmp-button.previous-leftalign-icon {
  flex-direction: row-reverse;
  gap: 5px;
}
/*.pagination {
    text-align: center;
    margin-top: 0px;
}

*/

.pagination button {
    padding: 5px 10px;
    margin: 5px 5px;
    cursor: pointer;
    outline: 1px solid #494a4f;
    border-radius: 1px;
    border: none;
    color:black;
    width:60px;
}

.pagination button.active {
    background-color: #007bff;
    color: white;
}

.editorSearch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.pagination-section {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.editor-style {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 10px;
}

.editor-style input {
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    width:100%;
    border:1px solid black;
   
}

.dark .row-group > div:last-child > div >div >div {
  display:grid;
  

}

/* For Card view of Content entry in Editor Mode */

/*
.dark .row-group > div:not(:last-child) > div > div > div > div {
    display: grid;
    
}

*/
  
 .dark .row-group > div:first-child > div:last-child > div > div {
    background-color:  #000033;
} 

.row-group > div:first-child > div:last-child > div > div {
    background-color: #ffffff;
}

.dark .row-group > div:first-child > div:last-child > div > div {
    margin: 2px;
    border: 1px solid white;
    padding: 3px 10px;
}

.row-group > div:first-child > div:last-child > div > div > div {
    margin: 10px 15px;
    padding: 10px 20px;
    border-radius:5px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

.dark .row-group > div:first-child > div:last-child > div > div > div {
    margin: 10px 15px;
    padding: 10px 20px;
    border-radius:5px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    border:1px solid white;
}


.row-group > .news-section > div:first-child > div:last-child > div {
    display: block;
}

.row-group > .news-section > div:first-child > div:last-child > div > div:last-child > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.row-group > .news-section > div:first-child > div:last-child > div > div:last-child > div > div {
     margin: 10px 15px;
    padding: 5px 20px;
    border-radius:5px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

/*
.dark .row-group > div:first-child > div:last-child > div > div > div {
    display: block !important;
}

*/

@media (min-width: 640px) {
    .row-group > div:first-child > div:last-child > div > div {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .row-group > .news-section > div:first-child > div:last-child > div > div:last-child > div {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1024px) {
    .row-group > div:first-child > div:last-child > div:last-child > div {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .row-group > .news-section > div:first-child > div:last-child > div:last-child {
        display: block;
    }

    .row-group > .news-section > div:first-child > div:last-child > div > div:last-child > div {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }


}
.playbook-left-card .cmp-teaser .cmp-teaser__action-container a {
  font-size: 16px;
  font-weight: 600;
}

.playbook-left-card .cmp-teaser .cmp-teaser__image {
  width: 100%;
}

.tab__toggle .search-results-tabs .instant-search-comp__main .sort-by-container .hitsPerPage-widget{
  display: none;
}


.tab__toggle .search-results-tabs .has-noResults{
margin-bottom:40px;
}

.instantsearch .searchbox .ais-SearchBox-submit,
.instantsearch .searchbox .ais-SearchBox-reset {
  display: none;
}

.ais-SearchBox-reset {
  display: none;
}

.playbook-right-section>p {
  font-size: 24px;
  font-weight: 300;
  color: black;
}

.playbookSpecificContent .customer_card_section .teaser .cmp-teaser__title {
  color: blue;
}

.playbookSpecificContent .algoliaRichText.check ul li::before {
  font-size: 25px;
  margin-right: 10px;
  content: "-";
  color: blue;
}

.playbookSpecificContent .algoliaRichText h3 {
  color: rgb(0, 61, 255);
  font-weight: 700;
  font-size: 32px;
  padding: 15px 0px;
  line-height: 40px;
}

.playbookSpecificContent .algoliaRichText {
  margin-bottom: 20px;
}

.playbookSpecificContent .algoliaRichText p {
  font-size: 18px;
  font-weight: 400;
  color: #484c7a;
  margin: 0;
  line-height: 1.78;
}

.playbookSpecificContent .algoliaRichText h4 {
  color: #003dff;
  font-weight: bold;
  margin-top: 2rem;
  font-family: Sora, Arial, sans-serif;
  font-size: 18px;
}

.playbookSpecificContent .algoliaRichText p em {
  color: #484c7a;
}

.playbookSpecificContent h2 {
  color: rgb(0, 61, 255);
  font-weight: 700;
  font-size: 32px;
  padding: 15px 0px;
  line-height: 40px;
}

.playbookSpecificContent .algoliaRichText ul {
  font-family: Inter, sans-serif;
  font-size: 18px;
  padding-left: 34px;
  color: #484c7a;
}

.playbookSpecificContent .algoliaRichText ul li {
  padding: 8px 0px;
  font-size: 18px;
  font-weight: 400;
  color: #484c7a;
}

.playbookSpecificContent .algoliaRichText.check ul li::before,
.playbookSpecificContent .algoliaRichText.check ul ul li::before {
  content: "—";
  font-size: 20px;
  margin-right: 10px;
}

.playbookSpecificContent .algoliaRichText ul ul {
  margin: 10px 0;
  padding-left: 34px;
}

.playbookSpecificContent .algoliaRichText iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
}

.playbookSpecificContent .algoliaRichText ol {
  list-style: decimal;
}

.playbookSpecificContent .algoliaRichText ol li {
  margin-top: 8px;
}

.playbookSpecificContent .algoliaRichText ol li a {
  text-decoration: underline;
  color: #003dff;
}

.backToParent {
  margin-top: 6rem;
  margin-left: 4rem;
  position: relative;
}

.backToParent .returnLink:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' role='img' class='stroke-[1.5px] sm:stroke-[1.6px] md:stroke-[1.7px] lg:stroke-[1.8px] xl:stroke-[2px] w-5 sm:w-[21px] md:w-[22px] lg:w-[23px] xl:w-6 h-5 sm:h-[21px] md:h-[22px] lg:h-[23px] xl:h-6 mr-[4px] sm:mr-[5px] md:mr-[6px] lg:mr-[7px] xl:mr-[8px]'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E");
  position: absolute;
  left: 19px;
}

.backToParent .returnLink {
  border: 2px solid rgb(214 214 231);
  padding: 14px 17px 12px 45px;
  color: rgb(35 38 59);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 0px 6px 2px rgba(0, 61, 255, 0.1);
  border-radius: 8px;
  font-family: Sora, sans-serif;
}

.backToParent .returnLink:hover {
  background: linear-gradient(138deg,
      rgba(187, 209, 255, 0.2) 0%,
      rgba(118, 160, 255, 0.2) 25.08%,
      rgba(226, 167, 255, 0.2) 56.38%,
      rgba(187, 209, 255, 0.2) 100%);
}

.playbookSpecificContent .customer_card_section {
  gap: 32px;
}

.playbookSpecificContent .teaser, 
.playbookSpecificContent .customer_card_section .teaser {
  margin: 1rem 0rem;
  border: 2px solid rgb(214, 214, 231);
  padding: 8px;
  border-radius: 8px;
  flex: 1 1 0;
}

.playbookSpecificContent .teaser .cmp-teaser .cmp-teaser__content h4 {
  color: #003dff;
  font-size: 16px;
  font-family: Inter, sans-serif;
  padding-bottom: 17px;
}

.playbookSpecificContent .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  margin: 0;
}

.playbookSpecificContent .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description .card_subtitle p {
  color: #484c7a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.playbookSpecificContent .teaser-padding-bottom .cmp-teaser .cmp-teaser__content .cmp-teaser__description .card_subtitle p {
  color: #484c7a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 15px;
}

.playbookSpecificContent .default {
  border: 0;
  margin: 0;
  padding: 0;
}

.playbookSpecificContent .cmp-accordion .cmp-accordion__item.expanded div {
  border-bottom: none;
}

.playbookSpecificContent .algoliaRichText h6 {
  margin: 1rem 0rem;
  font-size: 18px;
  color: #23263b;
}

.playbookSpecificContent .algoliaRichText p {
  margin: 1rem 0rem;
}

.playbookSpecificContent .algoliaRichText h4 {
  font-size: 24px;
}


.tab__toggle .search-results-tabs .search-results-tab {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;

}

.tab__toggle .search-results-tabs .search-results-tab .title {
  width: 25%;
}

.tab__toggle .search-results-tabs .search-results-tab .title .cmp-title__text {
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  color:black;
  font-family: Sora, Arial, sans-serif;
}


.tab__toggle .search-results-tabs .search-results-tab .instant-search-comp-index {
  width: 75%;
}

.tab__toggle .searchbox .ais-SearchBox {
  margin-bottom: 45px;
}

.tab__toggle .instant-search-comp__aside {
  display: none;
}

.tab__toggle .instant-search-comp__main .ais-Hits .ais-Hits-list{
margin-bottom: 48px;

}

.playbook-tab .tab__toggle .tabs .cmp-tabs__tab{
  padding: 0;
  text-align: center;
}

.playbook-tab .tab__toggle .tabs .cmp-tabs__tab a{
  padding: 10px;
  height: 100%;
  display: block;
  width: 100%;
}


.block:has(~ .playbookSpecificContent) .backToParent { 
  margin-left: 0 !important; 
} 

.block:has(~ .playbookSpecificContent) { 
  max-width: 1440px; 
  padding-left: 1rem; 
  padding-right: 1rem; 
  margin-left: auto; 
  margin-right: auto; 
} 

.playbookSpecificContent .algoliaCtaContainer {
  flex-wrap: nowrap;
}

.playbookSpecificContent .algoliaCtaContainer .button .cmp-button {
  flex-wrap: nowrap !important;
}

.playbookSpecificContent .playbook-seperator {
  padding: 0 1rem;
}


@media screen and (max-width: 768px) {

  .tab__toggle .search-results-tabs .search-results-tab .instant-search-comp-index,
  .tab__toggle .search-results-tabs .search-results-tab .title {
    width: 100%;
  }

  .tab__toggle .search-results-tabs .search-results-tab {
    display: flex;
    flex-direction: column;
  }

  .tab__toggle .cmp-tabs .cmp-tabs__tablist {
    width: 100%;
  }

.tab__toggle .tabs .search-results-tabs .instant-search-comp__main .ais-Hits .ais-Hits-list{
  margin-bottom: 2rem;
}

}


@media screen and (max-width: 1024px) {
  
  .tab__toggle .search-results-tabs .search-results-tab .title .cmp-title__text {
    font-size: 26px;
  }

  .playbookSpecificContent .customer_card_section {
    flex-direction: column;
  }

  .playbookSpecificContent .customer_card_section .teaser {
    width: 100%;
  }

  .playbook-right-section .img-section {
    margin-top: -4rem !important;
  }

  .playbookSpecificContent .algoliaRichText h4 {
    font-size: 24px;
  }

  .backToParent {
    margin-top: 3rem;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1024px){

  .playbook-tab .tabs .cmp-tabs {
      position: relative;
    }
  
    .playbook-tab .tabs .cmp-tabs .cmp-tabs__tablist {
      position: absolute;
      right: 0;
      width: 28% !important;
      margin-top: 1rem;
    }
  
    .playbook-tab .instant-search-comp .searchbox {
      width: 70%;
    }
  
    .playbookSpecificContent .algoliaCtaContainer>div {
      max-width: 50%;
    }
  
    .playbookSpecificContent .playbook-seperator {
      white-space: nowrap;
    }

  .playbook-tab .tabs .cmp-tabs .cmp-tabs__tablist{
    position: absolute;
    right: 0;
    width: 28% !important;
    margin-top: 1rem;
  }

  .playbook-tab .instant-search-comp  .searchbox{
    width: 70%;
  }
  
  .block:has(~ .playbookSpecificContent) { 
    padding-left: 3.5rem; 
    padding-right: 3.5rem; 
} 
} 
@media screen and (max-width: 768px) {
   
  .instant-search-comp .enabled-tab-view .instant-search-comp-index:has(.ais-CurrentRefinements) .instant-search-comp__aside{
    background: #36395a;
    width: 85%;
    position: fixed;
    overflow: scroll;
    z-index: 100;
    top: 65px;
    right: 0;
    height: 100%;
    padding: 1rem 1rem 2rem 1rem;
   box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 16px;
    transition: transform 0.3s ease-out;
    transform: translate3d(0px, 0px, 0px);
}

.instant-search-comp .enabled-tab-view .instant-search-comp-index:has(.ais-CurrentRefinements) .instant-search-comp__aside .facets_container{
  overflow-y: initial;
  position: initial;
}

.none-targets{
  pointer-events: none;
}

.blur-targets{
  filter: blur(0.8px);
}

.instantsearch .instant-search-comp .refinement_container{
padding: 4px !important;
  background: transparent !important;
  gap: 0 !important;
}

.instantsearch .instant-search-comp .refinement_container .current-refinements .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category{
font-size: 11px !important;
}

.closeDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 99; 
  cursor: pointer;
}

}
.partner-program {
  background-color: #ffffff !important;
}

.partner-program .main-heading {
  color: #042077;
}

/*# sourceMappingURL=partner-program.css.map */
.header-bg {
    inset: 0;
    z-index: 99;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

/* playbook card css   */ 

.playbook-grid   .instant-search-comp__main > div > div > ol  {
  display: grid;
  gap: 0.5rem; 
}

.playbook-grid   .instant-search-comp__main > div > div > ol >li >div > a {
  height:10rem;
}

.border-ORANGE_900:hover{
  border-left: 7px solid #963209 !important;
  transform: translateY(-6px);
}


.border-ORANGE_900{
border-left: 4px solid #963209 !important;
}


.border-PINK_900:hover {
     border-left: 7px solid #59063d !important;
     transform: translateY(-6px);
 }

.border-PINK_900 {
     border-left: 4px solid #59063d !important;
 }

.border-GREEN_900:hover{
  border-left: 7px solid #005d43 !important;
     transform: translateY(-6px);
}

.border-GREEN_900{
 border-left: 4px solid #005d43 !important;
}


.border-XENON_900:hover{
border-left: 7px solid rgb(0, 0, 51) !important;
transform: translateY(-6px);
}

.border-XENON_900{
 border-left: 4px solid rgb(0, 0, 51) !important;
}


.border-GREY_700:hover{
border-left: 7px solid #484c7a !important;
transform: translateY(-6px);
}

.border-GREY_700 {
 border-left: 4px solid #484c7a !important;
}
   
@media (min-width: 768px) {
.playbook-grid   .instant-search-comp__main > div > div > ol  {
    gap: 2rem; 
    grid-template-columns: repeat(3, 1fr); 
  }
}

@media (min-width: 768px) {
.playbook-grid   .instant-search-comp__main > div > div > ol  {
    grid-column: span 9; 
  }
}

