	.top_site_main
	{
	    display:none !important;
	}
	.top_heading_out
	{
	    margin-top:-20px !important;
	}
		:root {
			--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
			--success-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
			--info-gradient: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
			--warning-gradient: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
			--danger-gradient: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
		}
		body {
			background-color: #121212;
			color: #e0e0e0;
			font-family: 'Roboto', sans-serif;
			overflow-x: hidden;
             
		}
		
		   .section-header {
      display: flex;
      align-items: center;
      text-align: center;
      margin: 0px auto;
    }

    .section-header::before,
    .section-header::after {
      content: "";
      flex: 1;
      height: 1px;
       background: linear-gradient(to right, transparent, #80bd41, transparent);
    }

    .section-header span {
      padding: 0 1rem;
      font-weight: 600;
      font-size: 1.0rem;
      text-transform: uppercase;
     
    }
.top_heading_out
{
    background: #80bd41 ;
    color:white;
    
}
.breadcrumbs-wrapper #breadcrumbs li
{
    color:white !important;
}
        .content-area{
 /* background-image: url("/wp-content/themes/eduma-child/qls/bg2.png");*/

            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
           padding-bottom:20px;
          
        }
		.wizard-container {
			position: relative;
			
           
		}
		.wizard-card {
			background: rgba(255, 255, 255, 0.5);
			border-radius: 15px;
			box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
			backdrop-filter: blur(10px);
			border: 1px solid rgba(255, 255, 255, 0.1);
			overflow: hidden;
			position: relative;
			min-height: 72vh;
          
		}
		.gradient-background {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
			overflow: hidden;
		}
		.gradient-sphere {
			position: absolute;
			border-radius: 50%;
			filter: blur(60px);
			opacity: 0.6;
		}
		.sphere-1 {
			width: 33vw;
			height: 33vw;
			background: linear-gradient(40deg, rgba(40, 109, 180, 0.8), rgba(6, 77, 150, 0.4));
			top: -10%;
			left: -10%;
			animation: float-1 15s ease-in-out infinite alternate;
		}
		.sphere-2 {
			width: 33vw;
			height: 33vw;
			background: linear-gradient(240deg, rgba(115, 190, 70, 0.8), rgba(59, 145, 6, 0.4));
			bottom: -20%;
			right: -10%;
			animation: float-2 18s ease-in-out infinite alternate;
		}
		.sphere-3 {
			width: 33vw;
			height: 33vw;
			background: linear-gradient(120deg, rgba(255, 193, 14, 0.5), rgba(140, 106, 6, 0.3));
			top: 60%;
			left: 20%;
			animation: float-3 20s ease-in-out infinite alternate;
		}
		@keyframes float-1 {
			0% { transform: translate(0, 0) scale(1); }
			100% { transform: translate(10%, 10%) scale(1.1); }
		}
		@keyframes float-2 {
			0% { transform: translate(0, 0) scale(1); }
			100% { transform: translate(-10%, -5%) scale(1.15); }
		}
		@keyframes float-3 {
			0% { 
				transform: translate(0, 0) scale(1);
				opacity: 0.3;
			}
			100% { 
				transform: translate(-5%, 10%) scale(1.05);
				opacity: 0.6;
			}
		}
		.grid-overlay {
			position: absolute;
			width: 100%;
			height: 100%;
			background-size: 40px 40px;
			background-image: 
				linear-gradient(to right, rgba(115, 190, 70, 0.05) 1px, transparent 1px),
				linear-gradient(to bottom, rgba(115, 190, 70, 0.05) 1px, transparent 1px);
			z-index: 2;
		}
		.glow {
			position: absolute;
			width: 5vw;
			height: 5vh;
			background: radial-gradient(circle, rgba(0, 0, 0, 0.15), transparent 70%);
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 2;
			animation: pulse 8s infinite alternate;
			filter: blur(30px);
		}
		@keyframes pulse {
			0% {
				opacity: 0.3;
				transform: translate(-50%, -50%) scale(0.9);
			}
			100% {
				opacity: 0.7;
				transform: translate(-50%, -50%) scale(1.1);
			}
		}
		.particles-container {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 3;
			pointer-events: none;
		}
		.particle {
			
			   position: absolute;
            background-image: url("/wp-content/themes/eduma-child/qls/quest_logo.png") !important;
    background-size: cover;       /* Scale image to fit */
    background-repeat: no-repeat; /* Prevent tiling */
    background-position: center;  /* Center the logo */
			width: 12px;
			height: 12px;
			
			border-radius: 50%;
			opacity: 0;
			pointer-events: none;
				box-shadow: 0 0 10px rgba(114, 191, 68, 0.9);
			z-index:99999;
		}
		.wizard-navigation {
			padding: 1.25rem 1rem 1rem;
			text-align: center;
			position: relative;
			background:linear-gradient(to bottom, #092945, #04213c);
		}
		.wizard-navigation::before {
			content: '';
			position: absolute;
			top: 50%;
			left: 10%;
			right: 10%;
			height: 5px;
			background: rgba(114, 190, 68, 0.1);
			transform: translateY(-50%);
			z-index: 1;
		}
		.wizard-navigation ul {
			list-style: none;
			padding: 0;
			margin: 0;
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			position: relative;
			z-index: 2;
		}
		.wizard-navigation li {
			margin: 0 30px 0px;
			position: relative;
		}
		.wizard-navigation a {
			display: block;
			width: 30px;
			height: 30px;
			line-height: 25px;
			border-radius: 50%;
			
			background: rgba(0, 0, 0, 0.2);
			color: rgba(255, 255, 255, 0.9);
			text-decoration: none;
			font-weight: 600;
			transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
			border: 2px solid #72be44;
			position: relative;
			z-index: 2;
		}
		.wizard-navigation a::before {
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			width: 0;
			height: 0;
			background: transparent; 
			background-image: url("/wp-content/themes/eduma-child/qls/quest_logo_hollow.png");
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center center;
			border-radius: 50%;
			opacity: 0;
			transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
			transform: translate(-50%, -50%);
			z-index: -1;
		}
		
		
		.wizard-navigation a.canceled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #e53935; /* red line */
  transform: translate(-50%, -50%) rotate(135deg);
  z-index: 3;
  pointer-events: none;
}


.compare_button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(90deg, #2d5c11, #72bf44);
  color: #fff;
  font-size: 13px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom:3px;
  right:5px;
  animation: pulse-ring 2s infinite;
  transition: all 0.3s ease-in-out;
  z-index:999;
   padding: 0 !important;
}

.compare_button:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
		
		
		.wizard-navigation li.active a,
		.wizard-navigation li.completed a {
			background: transparent;
		   color: rgba(255, 255, 255, 1) !important;
			border-color: transparent;
		}
		.wizard-navigation li.active a::before {
			width: 30px;
			height: 30px;
			opacity: 1;
			animation: pulse-ring 2s infinite;
		}
		.wizard-navigation li.completed a::before {
			width: 30px;
			height: 30px;
			opacity: 1;
		}
		.wizard-navigation li.active a {
			transform: scale(1.15) translateY(-3px);
			box-shadow: 0 0 20px rgba(45, 92, 17, 0.4);
		}
		.wizard-navigation li:not(.active):not(.completed) a:hover {
			background: rgba(255, 255, 255, 0.3);
			animation: pulse-ring 2s infinite;
			transform: scale(1.05);
			color: #666;
		}
		.tab-pane
		{
			height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
		}
		@keyframes pulse-ring {
			0% {
				box-shadow: 0 0 0 0 rgba(79, 172, 254, 0.7);
			}
			70% {
				box-shadow: 0 0 0 10px rgba(79, 172, 254, 0);
			}
			100% {
				box-shadow: 0 0 0 0 rgba(79, 172, 254, 0);
			}
		}
		/* Sliding door animation for navigation */
		.nav-slider {
			position: absolute;
			top: 3px;
			left: 150px ;
			width: 40px;
			height: 10px;
			transform: translateY(-50%);
			pointer-events: none;
			z-index: 1;
			overflow: hidden;
			border-radius: 10px;
		}
		.nav-slider::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 50%;
			background: linear-gradient(135deg, #2d5c11, #72bf44);
			transform: translateY(-100%);
			transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		}
		.nav-slider::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 50%;
			background: linear-gradient(135deg, #2d5c11, #72bf44);
			transform: translateY(100%);
			transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		}
		.nav-slider.active::before,
		.nav-slider.active::after {
			transform: translateY(0);
		}
		.nav-link
		{
			padding:0 !important;
			font-weight: bold !important;
			font-size: 10px !important;
			color: rgba(255, 255, 255, 0.3) !important;
		}
		.tab-content {
			padding: 2rem;
			padding-top:0.5rem;
			position: relative;
			z-index: 10;
			min-height:480px;
		}
		.section-top-header {
			font-size: 1.5rem;
			font-weight: 600;
			margin-bottom: 1.5rem;
			color: #4facfe;
		}
		.form-group {
			margin-bottom: 1.5rem;
		/*	animation: slideIn 0.5s ease;*/
		 animation: zoomIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s;
		}
		@keyframes slideIn {
			from { opacity: 0; transform: translateX(-30px); }
			to { opacity: 1; transform: translateX(0); }
		}
		
		@keyframes shake {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-6px); }
  40%  { transform: translateX(6px); }
  60%  { transform: translateX(-6px); }
  80%  { transform: translateX(6px); }
  100% { transform: translateX(0); }
}

		
		label.control-label {
			color: #666666;
			font-weight: 500;
			font-size: 0.9rem;
		}
		.form-control,.flatpickr-input,.form-control[disabled], .form-control[readonly], fieldset[disabled]  {
			/*background-color: rgba(225, 225, 225, 0.5);*/
			
			 background: rgba(0,0,0,0.03);
			border: 1px solid rgba(225, 225, 225, 0.6);
			color: #7bbb42;
			 backdrop-filter: blur(5px);
			border-radius: 8px !important;
			padding: 12px 16px;
			transition: all 0.3s;
		}
		.form-control:focus {
			background-color: rgba(225, 225, 225, 0.8);
			border-color: #4facfe;
			box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.5);
			color: #7bbb42;
		}
		.form-select,select {
		       
		/*	background-color: rgba(225, 225, 225, 0.5) !important;*/
		background: rgba(0,0,0,0.03);
		backdrop-filter: blur(5px);
			border: 1px solid rgba(225, 225, 225, 0.6);
			color: #7bbb42;
			border-radius: 8px;
			-webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
		
		}
		
		/* General placeholder styling */
.form-control::placeholder {
    color: #cdcdcd;       /* Bootstrap gray-600 */
    font-style: italic;    /* optional */
    font-weight: 400;      /* optional */
    opacity: 1;            /* ensures visibility in all browsers */
}

/* For textarea */
.form-control::placeholder {
    color: #cdcdcd;
}

/* Optional: smaller font for placeholders */
.form-control::placeholder {
    font-size: 0.9rem;
}
.checked
{
    margin-top:1px !important;
}

		.form-select:focus {
			background-color: rgba(0,0,0,0.03);
			border-color: #4facfe;
			box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.4);
			color: #7bbb42;
		}
		.form-check
		{
		    padding-left:0px !important;
		}
		.choice {
		/*	background: rgba(225, 225, 225, 0.5);*/
			background: rgba(0,0,0,0.03);
		backdrop-filter: blur(5px);
			border: 2px solid rgba(114, 191, 68, 0.4);
			border-radius: 12px;
			padding: 5px;
			padding-left:10px;
			padding-right:10px;
			margin-bottom: 10px;
			transition: all 0.3s ease;
			cursor: pointer;
			animation: slideIn 0.5s ease;
			color:#7bbb42;
		}
		.choice:hover, .choice:has(input[type="radio"]:checked),.choice:has(input[type="checkbox"]:checked) {
			background: rgba(114, 191, 68, 0.7);
			border-color: rgba(114, 191, 68, 0.8);
			transform: translateY(-2px);
			color:black;
		}
		.choice input[type="radio"] {
			display: none;
		}
		.choice input[type="radio"]:checked + .icon {
			background: linear-gradient(135deg, #111 0%, #72bf44 100%);
			color: white;
			transform: scale(1);
			box-shadow: 0 5px 15px rgba(79, 172, 254, 0.4);
			padding-top:2px;
			padding-bottom:2px;
			border-radius:15px;
			
		
		}
		
				.choice input[type="checkbox"] {
			display: none;
		}
		.choice input[type="checkbox"]:checked + .icon {
			background: linear-gradient(135deg, #204d05 0%, #72bf44 100%);
			color: white;
			transform: scale(1);
			box-shadow: 0 5px 15px rgba(79, 172, 254, 0.4);
		
		padding-top:2px;
			padding-bottom:2px;
			border-radius:15px;
		
		}
		.choice .icon {
			font-weight: 600;
			text-align: center;
			transition: all 0.3s ease;
				padding-top:2px;
			padding-bottom:2px;
		}
		.btn-wizard {
			padding: 5px 15px;
			font-size: 0.9rem;
			font-weight: 600;
			border-radius: 50px;
			transition: all 0.3s ease;
			text-transform: uppercase;
			letter-spacing: 1px;
			border: none;
			cursor: pointer;
		}
		.btn-next, .btn-finish ,.btn-start,.btn-redo,.btn-email,.btn-sendMe{
			background: linear-gradient(90deg, #2d5c11, #72bf44);
			color: white !important;
			box-shadow: 0 4px 20px rgba(114, 191, 68, 0.3);
			min-width:200px;
			opacity:1;
		
		}
		.btn-next:hover, .btn-finish:hover,.btn-start:hover,.btn-sendMe:hover,.btn-email:hover, .btn-redo:hover {
			transform: translateY(-2px);
			box-shadow: 0 6px 25px rgba(114, 191, 68, 0.4);
			color: black !important;
			opacity:0.8;
		}
		.btn-previous,.btn-edit,.btn-redo {
			background: rgba(60, 156, 240, 0.4);
			
			color: white;
			border: 1px solid rgba(60, 156, 240, 0.5);
			min-width:200px;
			
		}
		.btn-previous:hover, .btn-previous:focus,.btn-edit:hover,.btn-redo:hover{
			background: rgba(60, 156, 240, 0.4);
			transform: translateY(-2px);
		}
		.wizard-footer {
		   
			padding: 1rem;
			text-align: center;
			position: relative;
			z-index: 10;
		}
		.wizard-footer .pull-left, .wizard-footer .pull-right {
			display: inline-block;
		}
		.wizard-footer .pull-right {
			margin-left: 15px;
		}
		.wizard-footer .pull-left {
			margin-right: 15px;
		}
		.clearfix {
			clear: both;
		}
		.info-text {
			color: #4facfe;
			font-weight: 500;
			margin-bottom: 1.5rem;
			font-size: 1.0rem;
		}
		.center-item {
			margin-left: auto;
			margin-right: auto;
		}
		
		.datepicker-container {
			position: relative;
		}
		.datepicker-container input {
			padding-right: 40px !important;
		}
		.datepicker-container .calendar-icon {
			position: absolute;
			right: 12px;
			top: 50%;
			transform: translateY(-50%);
			color: #4facfe;
			font-size: 1.0rem;
		}
		
		.datepicker-dropdown {
    margin-top:105px !important;
}

		.weeks-input {
			display: flex;
			align-items: center;
			gap: 10px;
		}
		.weeks-input .btn {
			width: 36px;
			height: 36px;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 0;
			font-weight: bold;
			border-radius: 50%;
		}
		.weeks-input input {
			text-align: center;
			max-width: 80px;
		}
	
		@media (max-width: 768px) {
		  
		  	.wizard-navigation li.completed,.wizard-navigation li
		{
		    display:none;
		}  
		    	.wizard-navigation li.active
		{
		display:block;
		padding-top:20px;
		}
	
		    .top_heading_out
{
    margin-top:10px !important;
    
}
			.gradient-background {
			
			}
			.wizard-card {
				min-height: auto;
				margin: 0.1rem;
			}
			.tab-content {
				padding: 1rem;
			}
			.wizard-navigation {
				padding: 1rem;
			}
			.wizard-footer {
				padding: 1rem;
			}
			.choice {
				padding: 12px;
			}
			.weeks-input {
				flex-direction: column;
			}
			.weeks-input .btn {
				width: 40px;
				height: 40px;
			}
			.weeks-input input {
				max-width: 100px;
			}
		}
		.datepicker td,th{
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    color: #72bf44;
}
.datepicker td.highlighted
{
    
}

#planeDiv {
    position: relative;
    transition: transform 2s ease-in, opacity 2s ease-in;
    user-select: none;
  }

  /* Flying away effect */
  .fly-away {
   transform: translate(600px, -200px) rotate(45deg) scale(0.5);
    opacity: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

#responseDiv {
  
    
    display:none;
}

.fly-hidden {
  height: 0px !important;
  overflow: hidden;
}

  /* Initial off-screen position for fly-in */
  .prepare-fly-in {
    display: inline;
    transform: translate(-800px, 200px) rotate(-45deg) scale(0.5);
    opacity: 0;
  }

  /* Fly-in animation */
  .fly-in {
     transition: all 2s ease-out;
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }

  .plane-icon {
    margin-right: 8px;
    vertical-align: middle;
  }
.text-success
{
    color: #80bd41 !important;
}


.border-secondary{
    border-color: rgba(0, 0, 0, 0.05) !important;
}


.wizard-footer .bbtn {
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	height: 50px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wizard-footer .bbtn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	padding: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
	color: #fff;
	font-weight: 400px;
	z-index: 1;
	transition: 0.5s;
	backdrop-filter: blur(15px);
}
.wizard-footer .bbtn:hover a {
	letter-spacing: 3px;
}
.wizard-footer .bbtn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
	transform: skewX(45deg) translate(0);
	transition: 0.5s;
	filter: blur(0px);
}
.wizard-footer .bbtn:hover a::before {
	transform: skewX(45deg) translate(200px);
}
.wizard-footer .bbtn::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: -5px;
	width: 30px;
	height: 10px;
	background: #f00;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0.5;
}
.wizard-footer .bbtn:hover::before /*lightup button*/ {
	bottom: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
}

.wizard-footer .bbtn::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: -5px;
	width: 30px;
	height: 10px;
	background: #f00;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0.5;
}
.wizard-footer .bbtn:hover::after /*lightup button*/ {
	top: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
}
.wizard-footer .bbtn1::before, /*chnage 1*/
.wizard-footer .bbtn1::after {
	background: #ff1f71;
	box-shadow: 0 0 5px #ff1f71, 0 0 15px #ff1f71, 0 0 30px #ff1f71,
		0 0 60px #ff1f71;
}
.wizard-footer .bbtn2::before, /* 2*/
.wizard-footer .bbtn2::after {
	background: #2db2ff;
	box-shadow: 0 0 5px #2db2ff, 0 0 15px #2db2ff, 0 0 30px #2db2ff,
		0 0 60px #2db2ff;
}
.wizard-footer .bbtn3::before, /* 3*/
.wizard-footer .bbtn3::after {
	background: #1eff45;
	box-shadow: 0 0 5px #1eff45, 0 0 15px #1eff45, 0 0 30px #1eff45,
		0 0 60px #1eff45;
}
.btn-bg{
     background: linear-gradient(to bottom, #5d326c, #350048);
}

.fs--2, #responseDiv tr td ,#responseDiv tr th , #planeDiv tr td , #planeDiv tr th
{
    font-size:0.85rem !important;
    color: rgba(var(--bs-secondary-rgb),1) !important;
    padding-top:4px !important;
    padding-bottom:4px !important;
}
.fs--3
{
     font-size:0.85rem !important;
}
legend,legend a
{
    border-bottom:0px !important;
    text-decoration:none !important;
}

.modal {
  z-index: 99999 !important;
  position:absolute !important;
 
}

.modal-backdrop {
  z-index: 99998 !important;
}

#preloader {
        display:none;
		width: 50px;
			height: 50px;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			margin: auto;
			border-radius: 10px;
			background-color: rgba(0, 0, 0, 0.5);
			z-index:999;
		}
		
		#preloader::after {
			content: '';
			position: absolute;
			background: url(data:image/png;base64,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UmVhZHlxyWU8AAADcmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmFjOGVjNDFhLTZkYWItODQ0Ni04YzkzLWU1Mjk3N2YwMmE4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRThCNzU3NDYzNjcxMUU1QTZDRUE5NTVGOUJGQ0E3MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRThCNzU3MzYzNjcxMUU1QTZDRUE5NTVGOUJGQ0E3MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OWFlZmI1OC00ZWFmLWQ3NDgtYTI0ZS0zNmNhNGQ2M2QwNTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0MwQkFBM0M2MjAxMTFFNUI4QjBERTk4MjY5MjQwQjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6MGSVVAAAE3klEQVR42uycW4hWVRiG15Q4eYzGQySSQlriEQ9BF2mE4iSdESRRIb0RD+mNmHgICjqQEGUe6sqgCy1i0iRinAzELrooQhHLGQURUTzMiM7omCLj+/F/czX/t/890z6s9e/3hZcZ1l6z19r7mXXca62arq4uR/mjh/gKCIQiEAKhCIRAKAIhEIpACIQiEIpACIQiEAKhCIRAKAIhEMoX9Yu62NbWxjcUobq6OpaQQpcQz/QwPBOeDU+Fx8Oj4UfhoRrnJnwDvgC3wCfgY/Bf8P0QHrImahmQB1VWLfwGvAieqy+/LxJIR+Dv4QPwf75WWb4CGQavg9fo70mqFd4F79DfCSRCA+HN8Hp4cMppdcBfwB/Bt9mo99Sr8Cl4SwYwnKYhaf2jaXMconoE/hL+CR6TQ/pPato7NS+FbtSfgH+Gp8eMfwv+HT6qpakZvqzVT/d//ePw0/BEeI72ygbFvP/f8MvwpSK2IfLSGuGxFeJ1aby98CG4s5fpDNAqaTlcL89cIf45jddcpDZknI4PKsFo0NKzQLusnX1Iq1P/doHe60CF+GM1b+OK0obIYO5XeGREnLPwfHghfDzBtOVeb+q9z0bEG6njltHVDqQ2RuP9HTwDbkoxH02axv4YjX1tNQP5LKIBl7ZiK/yWToGkLUljsaZpNaTTNc9VCeR1eHUEjHfgD3OoQiXNVRFQVmveqwrIEHh3xPXNOp2Rl77WPFiSvA+tJiCb4FHGNanHP/FggCp52Gdck7y/Wy0Dw2Hatx9s9KZmZNRmxC3JMjh8qsy1Du0St4Y+DomaKFzlEQxRu+apnOQZ1oVeZfWPeMCGlLu2/6dL3BDRwPcPGYiMjocbvaoPnL963+h1DddnChbIMiP8cMIj8KQln34be/lM3gOREW69cW2v81/fGOH1aY7e0wTyrNGYyxT6wQCAHNS8lmvcZ4UIZL4RLt8z7gQA5I7mtZyeCxHIS0b4UReOrLw+EyIQqxScDAiIldcJIQLZYTTmvwUEpMUIHxMikB/gta40PXIF/lwHVrcCAnLVCH8srQR9X7mYt2RUbq1yrOFia390N9SReugaYoR3EEg+GmGEtxNIPhpvhJ8nkHw02Qj/l0Dy0Rwj/DSBZC9ZeD3buPYHgWSv11z5RdrSw/qTQLLX20Z4o0toSxyBxJdsKrVmq79NM2ECKa/3XPltC9fgXwgkW81zpVX35fSVS3HahEB6SqZK9hjXujeJOgLJTrLG19qos1OrLALJSLL+eLFx7SL8cRaZIJCSVrrSfnVL8qHtJoFkoy3ablibQeWz849ZZaZfgUHIfg/Z97EkIs5xLR2OQNLv2u5x0Ttt5UShV1wfj91glRVP01xp8UVTBRiyuOFFheJYQpKVzNrKwQErXPyDA2SF+5k8MhsykCnwPdfzaA3ZYy6nREyCX4Cfd/EPs+nV0RoEUlqWsx1eCie9Bkc2nW5wOa87Dg3Ipy75bWXntSd1yIcHDK1RT3KzTIcOBif6AqOo3d42HX/I0tZW3zIXWgnp68chmfaQjZxyoKac0bXNRxghlpCN2m1dpj/btXEfpD0uqYaua89Luq3dx8TKN3AeE1vt4mLrAohACIQiEAKhCIRAKAIhEIpACq7IqROKJYRA+AoIhCIQAqEIhEAoAiEQikCKrQcCDABHPgH2w7NQdAAAAABJRU5ErkJggg==);
			background-size: cover;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			animation: preloader_spin 1s infinite linear;
			-webkit-animation: preloader_spin 1s infinite linear;
		}
		
		@keyframes preloader_spin { 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);} }
		@-webkit-keyframes preloader_spin { 0% {-webkit-transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);}}