#cssmenu li{
	text-transform: uppercase;
}


.logo-2 h1{
	display: none;
}


.footer-3{
	margin-top: 5px !important;
	margin-bottom: -5px !important;
}

/*-- Responsive --*/
@media (min-width:20px) and (max-width:570px){

body .lity-iframe .lity-container, body .lity-youtube .lity-container, body .lity-vimeo .lity-container, body .lity-facebookvideo .lity-container, body .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 280px;
}  

.footer-13{
	background:#fff;
	width: 100%;
	floaT: left;
	margin-bottom: 20px;
}


body .tu-ena.van-ena .for-ena-5 select{
	height: 44px !important;
}
	
body .for-ena-7 .tu-ena {
	border-radius: 5px;
	top: 15px;
	height: 43px !important;
	overflow:hidden;
	border-top: 0px rgb(255 255 255 / 0%) solid;
	opacity: 0% !important;
	margin-top: 0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	visibility: visible;
}


.van-no-1{
	display: none;
}

    
.outer-menu {floaT: left;width: 100%;/* height: 100%; */position: absolute;top: 0px;left: 0px;/* z-index: 99999; */}
.outer-menu .checkbox-toggle {
	position: absolute;
	top: 24px;
	floaT: left;
	right: -10px;
	z-index: 2;
	cursor: pointer;
	width: 37px;
	height: 30px;
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > div {
    background: #ffffff;
}

.outer-menu .checkbox-toggle:checked + .hamburger > div:after,
.outer-menu .checkbox-toggle:checked + .hamburger > div:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
    right: 0px;
}

.outer-menu .checkbox-toggle .menu {
    pointer-events: auto;
    visibility: visible;
    lefT: -300px;
}

.outer-menu .checkbox-toggle:checked ~ .menu > div {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border-radius: 0px !important;
	left: 0px;
}

.outer-menu .menu div {
	-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; 
}

.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
   lefT: 300px !important;
   opacity: 9;
   top: 0px;

}

.outer-menu .checkbox-toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.outer-menu .hamburger {
    position: absolute;
    top: 16px;
    right: 0px;
    z-index: 1;
    width: 27px;
    height: 40px;
    padding: 0.0em 0px;
    background: 0 0;
    box-shadow: none !important;
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.outer-menu .hamburger > div:after,
.outer-menu .hamburger > div:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
    top: 10px;
}



.outer-menu .menu::before{
	width:100%;
	height: 100%;
	margin:0px 0px 0px 0px;
	position:fixed;
	floaT:left;
	background: rgb(12 14 16 / 80%);
	backdrop-filter: blur(3.5px); 
	content:"";
	top: 0px;
	right: 0px;
}

.outer-menu .menu {
		-webkit-transition: opacity 0.4s ease 0.4s;
		transition: opacity 0.4s ease 0.4s;
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100%;
		pointer-events: none;
		visibility: hidden;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		outline: 1px solid transparent;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		}

.outer-menu .menu > div {
	position:fixed;
	top: 0px;
	floaT: left;
	left: -230px;
	width: 230px;
	height: 100%;
	color: #fefefe;
	background: #25303C;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: auto;
	display: -webkit-box;
	/* display: flex; */
	/* -webkit-box-align: center; */
	/* align-items: center; */
	/* -webkit-box-pack: center; */
	/* justify-content: center; */
}
.outer-menu .menu > div > div {
	lefT: 0px !important;
    text-align: center;
    max-width: 300px;
    opacity: 0;

}
.outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
}
.outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    font-family: Mbold;
    color: #fff;
    font-size: 16px;
}
.outer-menu .menu > div > div > ul > li.host {
    margin-top: 40px;
}
.outer-menu .menu > div > div > ul > li > a:hover {
    color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fed501;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
	
.text-fer a:hover{
	color: #26A69A;
}
.text-fer a{
	font-family: font-3;
}

.cc-sms-6 input, .cc-sms-6 textarea {
    font-size: 14px;
    border-radius: 0px !important;
    }

.cc-sms-6 .valid, .cc-sms-6 .valid {
    border-color: #26A69A;
    border: 1px #26A69A solid !important;
}

#date_in-error.error {
  display: none;
}

#date_in-error.error {
  display: none !important;
}



.error {
    font-size: 0px;
}

.cc-sms-6 .error, .cc-sms-6 #date_in-error {
    border-color: red;
}

.cc-sms-6 .error {
    border: 1px red solid !important;
}

#message-error {
    display: none !important;
}

#success p {
    color: #4CAF50;
    display: inline-block;
    font-family: font-3;
    height: 100%;
    width: 100%;
    line-height: 260px;
    text-align: center;
    margin: -2px 0px 0px 0px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #eee;
    transition: all 0.7s ease;
    z-index: 11;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#success span {
    color: #f00;
    font-family: font-2;
    width: 100%;
    floaT: left;
    line-height: 20px;
    text-align: left;
    margin: 0% 0% 2% 0%;
    padding: 0px 0px;
    transition: all 0.7s ease;
    z-index: 1;
    font-size: 14px;
    position: relative;
    border-radius: 100px;
}



.ser-sh-2 .al-new-2{
	margin-bottom: 15px;
}

.ser-sh-2 .al-new-4 {
    margin: 5px 0px 2% 0px;
}


.al-new-04 .map__inner{ width: calc(100% - 15px); }


.al-new-04.cc-sms-8{
	margin-top: 10px;
	width: 100%;
	floaT: right;
	position:relative;
}




.ser-sh-2.ser-1.al-new-1,   .ser-sh-2.ser-1 .al-new-2{
	background: #F2F7FF;
}


.shida-video:hover{
    background: rgb(0 0 0 / 60%) url(../images/icon-15.svg) 21px 21px no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.shida-video{
    background: rgb(0 0 0 / 50%) url(../images/icon-15.svg) 17px 17px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    width: 46px;
    height: 46px;
    float: right;
    top: 0px;
    z-index:9;
    left: 0px;
    position:absolute;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}





.shida-5 .slick-dots li{position:relative;display:inline-block;width: 12px;height: 12px;margin:0 5px;padding:0;cursor:pointer;}

.shida-5 .slick-dots {
	display: block !important;
}


.shida-5 .slick-next{
    backdrop-filter: blur(15px);
    background: #26A69A url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.shida-5 .slick-prev{
    backdrop-filter: blur(15px);
    background: rgb(0 0 0 / 55%) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.shida-5, .shida-5 img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.shida-4 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	floaT: left;
	color:#2A292E;
	z-index:1;
}

.shida-5 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	overflow:hidden;
	floaT: left;
	margin: 0px 0px 0px 0px;
	color:#2A292E;
	z-index:1;
}



.shida-8 h1 {
	width: 100%;
	line-height:20px;
	font-size: 17px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 10px 0px 5px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.shida-8 .hed-info-5 {
	display: none;
    width: 100px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-012.svg) center no-repeat;
    z-index: 1;
}

.shida-16 b{
	font-family: font-02;
}

.shida-16 {
	width: 100%;
	line-height:22px;
	font-size: 14.5px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
	color:#2A292E;
}

.shida-15{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	font-size: 15px;
	margin: 0px 0px 2px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.shida-14{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
}

.shida-13{
	width: 100%;
	height: 1px;
	position:relative;
	floaT: left;
	background:#DEE6EC;
	margin: 15px 0px;
}



.shida-8 .hed-info-12{
	display: none;
    background: #EAF2FE url(../images/icon-48.svg) center no-repeat;
    backdrop-filter: blur(10px);
}

.shida-8{
	width: 100%;
	position:relative;
	floaT: right;
	margin-top: 10px;
}



.shida-3 img{
	width: 100%;
	position:relative;
	floaT: left;
	line-height: 0px;
	font-size: 0px;
}


.shida-3{
	width: 100%;
	position:relative;
	floaT: left;
}

.shida-02{
	padding: 0px 20px;
}


.shida-2{
	width: 100%;
	position:relative;
	floaT: left;
	background:#fff;
	padding: 20px 0px;
}



.shida-1{
	z-index:1;
	width: 100%;
	position:relative;
	floaT: left;
	margin-bottom: 15px;
}





.hed-sl-000 .hed-vid-01{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.hed-sl-000 .slick-active .hed-vid-01{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.hed-vid-04{
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-04:hover{
	color: #26A69A;
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-03{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-15.svg) 11px 10px no-repeat;
    background-size: 10px;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    float: right;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}

.hed-vid-04::after {
    width: 12px;
    height: 12px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: #26A69A;
    content: "";
    z-index: 1;
    bottom: 5px;
    position: absolute;
    lefT: -18px;
}

.hed-vid-04{
	display: none;
	floaT: left;
	margin: 23px 12px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
}

.hed-vid-02{
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:relative;
	floaT: right;
	z-index: 99;
	letter-spacing: 3px;
}

.hed-vid-01{
	width: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	right: 0px;
	margin-top: 150px;
	z-index: 99999;
}


.box-live-3 iframe{
	width: 100%;
	height: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	border: 0px;
}


.box-live-3{
	width: 96%;
	height: 180px;
	floaT: left;
	margin: 0px 0px 25px 2%;
	position:relative;
	box-shadow: 0px 0px 0px 7px #26A69A;
}

.box-live-1{
	width: 100%;
	floaT: left;
	margin: 15px 0px 3% 0px;
	position:relative;
}

.cc-sms-18{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: -10px 0px -20px 0px;
}


.cc-sms-19 .van-div-01{
	floaT: left;
	background:#ffffff;
	margin: 0px 14px 0px 17px !important;
}


.cc-sms-19 .footer-14{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
}

.cc-sms-19{
	width: 255px;
	margin: auto;
	position:relative;
	background:#fff;
	z-index:1;
}



.cc-sms-20{
	width: 100%;
	background:#E1E4FF;
	margin: -40px 0px 0px 0px;
	height: 1px;
	floaT: left;
	position:relative;
	z-index:0;
}



.cc-sms-icon-03 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-43.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-02 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-42.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-01 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-41.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.cc-sms-13{
	width: 50px;
	height: 50px;
	background:#26A69A;
	margin: auto;
	border-radius: 10px;
	position:relative;
	font-size: 15px;
	color:#676B6F;
	z-index:1;
}


.cc-sms-12{
	width: 100%;
	floaT: left;
	position:relative;
	font-size: 15px;
	color:#676B6F;
}


.cc-sms-17 a:hover{
	color:#26A69A;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


.cc-sms-17 a{
	color:#676B6F;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.cc-sms-17{
	width: 100%;
	font-family: font-03;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 14px;
	color:#676B6F;
}

.cc-sms-16{
	width: 100%;
	font-family: font-05;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 15px;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}



.cc-sms-15{
	width: 100%;
	floaT: left;
	position:relative;
	margin: 12px 0px 0px 0px;
	text-align: center;
}




.cc-sms-14{
	width: 100%;
	background:#DEE6EC;
	margin: -25px 0px 0px 0px;
	height: 2px;
	floaT: left;
	position:relative;
	z-index:0;
}


.cc-sms-0011.cc-sms-11{
	margin-lefT: 0%;
}

.cc-sms-011.cc-sms-11{
	margin-lefT: 0%;
}


.cc-sms-11{
	margin-bottom: 22px;
	width: 100%;
	floaT: left;
	position:relative;
}



.cc-sms-10{
	width: 100%;
	floaT: left;
	position:relative;
	margin-top: 20px;
}




.map-2{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}

.conimap-1 .map{height:280px;} 
.conimap-1 .map__inner{height:280px;} 

.map{float:left;width:100%;height:280px;margin: 15px 0px 15px -15px;position:relative;z-index:0;right: 0px;}
.map__inner{float: right;height: 280px;left:0;position:relative;top:0px;width:100%;transition:0.4s;-webkit-transform:rotate(0deg) translate3D(0%, 0, 0);transform:rotate(0deg) translate3D(0%, 0, 0);}
.map__canvas{height:100%;width:100%;}
.map-03{height:360px !important;}





.cc-sms-4::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -12px;
    position: absolute;
    lefT: 0px;
}



.cc-sms-4 {
	width: 100%;
	margin: 0px 0px 35px 0px;
	floaT: left;
	position:relative;
	font-family: font-05;
	font-weight: 500;
	color:#3F4348;
	text-align: left;
	font-size: 17px;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}


.cc-sms-7 button{
	cursor: pointer;
	width: 100%;
	height: 50px;
	line-height: 55px;
	floaT: left;
	position:relative;
	margin-bottom: 0px;
	border: 0;
	font-size: 17px;
	background:#26A69A;
	color:#fff;
	font-family: font-02;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.cc-sms-6{
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 10px;
}


.cc-sms-8{
	margin-top: 20px;
	width: calc(100% - 25px);
	floaT: right;
	position:relative;
}

.cc-sms-3 textarea{
	padding: 15px;
	width: 100% !important;
	height: 140px;
	floaT: left;
	border: 1px solid #DEE6EC !important;
	font-family: font-1;
}

.cc-sms-3 input{
	padding: 15px !important;
	width: 100% !important;
	floaT: left;
	position:relative;
		display: inline-block;
	width: 302px; 
	height: 47px;
	line-height: 22px;
	padding: 10px;
	font-family: font-1;
	vertical-align: middle;
	border-radius: 0px !important;
	background: #fff;
	border: 1px solid #DEE6EC !important;
	-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.cc-sms-3{
	width: 100%;
	floaT: left;
	position:relative;
}


.cc-sms-2{
	padding: 0px 20px;
}



.cc-sms-1{
	width: 100%;
	floaT: left;
	position:relative;
	background: #fff;
	margin-bottom: 20px;
	padding: 20px 0px;
}





.nodiv-1 .about-1{
	padding-top: 3%;
}



.eroris-2 {
    margin: 0% 5%;
}

.eroris-5 {
	color: #6d747c;
    font-family: font-03;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}


.eroris-4 {
    font-family: font-05;
    font-size: 20px;
    margin: 5px 0px 7px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color:#222;
    font-feature-settings: 'case' on;
}

.eroris-3 {
    font-family: font-2;
    font-size: 50px;
    margin: 0% 0% 0% 0%;
    width: 100%;
    floaT: left;
    position:relative;
    color: #FF3D2E;
}


.eroris-1 {
    font-family: font-2;
    font-size: 15px;
    margin: 5% 0% 8% 0%;
    padding: 0% 0%;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}




.text {
	position: relative;
	width: 100%;
	margin: 20px 0px 20px 0px;
	z-indeX:1;
	font-size:14px;
   	font-family: font-03;
   	line-height: 22px;
    color:#3F4348;
}

.box_in h1::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}

.box_in h1{
	position: relative;
	width: 100%;
	margin: 12px 0px 22px 0px;
	z-indeX:1;
	font-size:16px;
   	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color:#3F4348;
}



.box_in {
    margin: 0px 24px;
}


.box {
	border-radius: 10px;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0px 0px 20px 0px;
    floaT: left;
    padding: 10px 0px 0px 0px;
}




.pagi-load path{
	fill: #fff;
}


#pagi-load span{ display: none;}
#pagi-load a span{ display: block; }
#pagi-load span{ float: left;  }
.pagi-load{  text-align: center; font-size:0px;}
.bottom-nav{ floaT: left; width:100%;margin: 5px 0px 28px 0px;}
.pagi-load a:hover{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;background: #26A69A;}
.pagi-load a:hover .fa-refresh{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;}
.pagi-load a{ border-radius: 100px; font-feature-settings: 'case' on;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;padding:0px 30px;display:inline-block;height:50px;line-height: 55px;font-size:16px;letter-spacing: 0.5px;cursor:pointer;color:#ffffff;background: #313337; text-align:center;font-family: font-02;}




.no-sl-1.hed-sl-0{
    widtH: 100%;
    height: 210px;
    margin-bottom: 20px;
}

.speedbar-3::after {
    width: 8px;
    height: 10px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px -12px;
    floaT: left;
    background: url(../images/n.svg) top no-repeat;
    content: "";
    z-index: 1;
    bottom: 4px;
    position: absolute;
}



.no-sl-1 .hed-info-1{
    widtH: 100%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 165px 0px 0px 0px;
}


.speedbar-3 a{
    display: inline-flex !important;
    padding: 0px 20px 0px 0px;
    position:relative;
}

.speedbar-2 a{
    display: none;
}

.speedbar-1 a{
	position:relative;
    color:#26A69A;
}


.speedbar-1{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size:13px;
    font-family: font-1;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-9 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-9 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}



.footer-7{
	text-align: left;
	width: calc(100% - 56px);
	floaT: right;
	position:relative;
}

.footer-005.footer-5{
	width: 100%;
	display: block;
	float: right;
	position:relative;
	margin: 0px 0px 0px 0px;
}



.footer-9 {
    width: 100%;
    height: 20px;
    overflow:hidden;
    float: left;
    position:relative;
    margin: 2px 0px 0px 0px;
    font-family: font-03;
    font-size: 13px;
}

.footer-8 {
    width: 100%;
   float: left;
   position:relative;
   margin: 7px 0px 0px 0px;
   font-family: font-05;
   -webkit-font-feature-settings: 'case'on;
   font-feature-settings: 'case'on;
}


.footer-icon-3 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.footer-icon-2 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}


.footer-icon-1 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.footer-6 {
	floaT: left;
    width: 45px;
    height: 45px;
    background: #26A69A;
    border-radius: 10px;
   position:relative;
   margin: auto;
}




.footer-05.footer-5{
   width: 100%;
   float: left;
   position:relative;
   margin: 10px 0px 10px 0px;
   padding: 0px 0px 10px 0px;
}

.footer-005.footer-5{
	border-bottom: 0px #ddd solid;
}

.footer-5{
	border-bottom: 1px #ddd solid;
	text-align: center;
	width: 100%;
	float: left;
	position:relative;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
}



.footer-4{
    width: 100%;
    float: left;
    position:relative;
    margin: 10px 0px 0px 0px;
}


.footer-3 {
	display: none;
    width: 200px;
   float: left;
   position:relative;
   margin: 0px 0px 0px 0px;
}


.footer-2 {
    width: 100%;
   float: left;
   position:relative;
   margin: 10px 0px 10px 0px;
}


.footer-14.van-div-5 li{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 li:hover {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 .van-div-04:hover {
    border: 2px #9829e3 solid;
}

.footer-14.van-div-5 .van-div-03:hover {
    border: 2px #25D366 solid;
}
.footer-14.van-div-5 .van-div-02:hover {
    border: 2px #e440b4 solid;
}

.footer-14.van-div-5 .van-div-01:hover {
    border: 2px #2e4fe3 solid;
}


.footer-14 .icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-47.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-46.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-45.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-44.svg) center no-repeat;
    floaT: left;
}

.footer-14.van-div-5 li {
   width: 38px;
    height: 38px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: -5px 15px 0px 0px;
    border: 2px #E1E4FF solid;
}


.footer-14.van-div-5 {
	background:#fff;
	floaT: initial !important;
	margin: 18px auto;
	width: 248px;
	position: relative;
}



.footer-12 li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 .footer-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 li::after {
    width: 50px;
    height: 0px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: -8px;
    position: absolute;
    lefT: 0px;
}


.footer-12 .footer-a a{
    color: #04161C;
}

.footer-12 a{
    color: #5B5C69;
}

.footer-12 li{
    position:relative;
    floaT: left;
    width: 100%;
    margin: 0px 0px 14px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-family: font-03;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-12{
	width: 100%;
    margin: 16px 0px 5px 0px;
    padding-bottom: 0px;
    border-bottom: 1px #DBE1EA solid;
    floaT: left;
    color:#fff;
}

.footer-17 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.footer-17 a:hover::after{
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: -5px;
    position: absolute;
    lefT: 0px;
}


.footer-17 a{
   position:relative;
   font-family: font-3;
   font-size: 16px;
}

.footer-16 {
    width: 100%;
   float: left;
   position:relative;
   margin: 25px 0px 18px 0px;
}

.footer-18{
		width: 100%;
	text-align: center;
   position:relative;
   float: left;
}


.footer-17{
	margin-bottom: 8px;
	width: 100%;
	text-align: center;
   position:relative;
   float: right;
}

.footer-15 span{
   	font-family: Verdana;
}

.footer-15 {
		z-index:0;
	position:relative;
    width: 100%;
   float: left;
   position:relative;
   background:#F2F7FF;
   color:#1C1C1C;
   	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.footer-10{
		z-index:0;
	position:relative;
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
}


.footer-1{
		z-index:0;
	position:relative;
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
   border-bottom: 1px #DBE1EA solid;
}


.par-3{
	overflow:hidden;
	position:relative;
	margin: 0px 0px 0px 0px;
}


.partniori-1 img{
	width: 100%;
	height: 180px;
	floaT: left;
	position:relative;
	border-radius: 10px;
}

.partniori-2{
	width: 100%;
	floaT: left;
	position:relative;
}


.partniori-1{
	width: 100%;
	floaT: left;
	position:relative;
	margin: 0px 0px 30px 0px;
}


.par-2 .slick-dots{ bottom: 0px; display: block !important; }

.par-2 .slick-prev, .par-2 .slick-next{  display: none !important; }



.par-2{
	width: 100%;
	overflow:hidden;
	position:relative;
	floaT: left;
	z-index:1;
	margin-bottom: 12px;
}



.par-1 .al-new-2{
	background:#EBEFF5;
}

.par-1.al-new-1{
	width: 100%;
	floaT: left;
	background: #26a69a; /* Old browsers */
	background: -moz-linear-gradient(left,  #26a69a 0%, #26a69a 50%, #ebeff5 50%, #26a69a 50%, #ebeff5 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a69a', endColorstr='#ebeff5',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}


.par-1 .al-new-9{
	background:#26A69A;
	width: 50px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	left: 0px;
}


.vid-v-8 img, .vid-v-10 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-v-8:hover img, .vid-v-10:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.news-flei-3{display:block;color:#fff;font-size:14px;font-family: font-1;line-height: 34px;position:relative;width:100%;-webkit-font-feature-settings: 'case'on;font-feature-settings: 'case'on;height: 30px;text-align:center;margin:auto;}
.news-flei-2{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;}
.news-flei-1{width:100%;height:100%;position:absolute;floaT:left;z-index:9999;}


.vid-v-8 .vid-bor-3::after {
    width: 25px;
    height: 30px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
    content: "";
    z-index: 1;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

.vid-v-8 .vid-bor-3{
height: 90% !important;
background: rgb(255 255 255 / 0%);
}


.vid-bor-3{
	width: calc(100% - 30px);
	height: 80% !important;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
	box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 40%);
	position:absolute;
	top: 15px;
	lefT: 15px;
	z-index:9;
}

.vid-bor-2{
	width: 100%;
	height: 100%;
	background: rgba(12, 46, 40, 0.45);
	position:absolute;
	top: 0px;
	lefT: 0px;
	z-index:1;
}

  
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background: #26A69A;
}


.vid-v-5 .plyr--full-ui input[type=range] {
    color: #26A69A;
}

.vid-v-5 .plyr__control--overlaid {
    background: #26A69A;
}




.vid-v-5 .dlepl--borderRadius {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius .plyr {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius.dlepl--playlist .plyr {
	border-radius: 0px 0px 0 0;
}


.vid-v-10, .vid-v-10 img{
	width: 100%;
	floaT: left;
	height: 125px;
	position:relative;
	overflow:hidden;
}


.vid-v-8, .vid-v-8 img{
	object-fit: cover;
	height: 250px;
}


.vid-v-7 img{
	position:relative;
	z-index:0;
	object-fit: cover;
	width: 100%;
	line-height: 0px;
}


.vid-v-8, .vid-v-9{
	overflow:hidden;
	position:relative;
	width: 50%;
	floaT: left;
}


.vid-v-8{
	overflow:hidden;
	position:relative;
	width: 50%;
}

 


.vid-v-7{
	width: 100%;
	floaT: right;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

  
.vid-v-5{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.vid-v-4{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

.vid-v-3{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}


.vid-v-02{
	width: 100%;
	floaT: left;
	margin: -17px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px #DBE1EA solid;
}
  
.vid-v-3{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 0px 0px 20px 0px;
	text-align: center;
}


.vid-v-2{
	margin: 0px auto;
	height: 50px;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:16px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
	display: inline;
	background:#fff;
	padding: 20px 30px;
	line-height: 29px;
}

.vid-v-1{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: -3px 0px 7px 0px;
	text-align: center;
}



.ser-new-1:hover .ser-new-4 {
    -moz-animation: spinoffPulse 10s infinite linear;
    -webkit-animation: spinoffPulse 10s infinite linear;
}
@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #bdd73c;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotatecircle {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotatecircle {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}




.ser-new-4{
	top: 0px;
	lefT: 0px;
	position:absolute;
	text-align: center;
	line-height: 90px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	floaT: left;
	margin: 20px 0px 20px 20px;
	border: 2px dashed #DBE1EA;
}

.ser-new-1:hover .ser-new-03 img{
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

  .ser-new-03 img{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    color: #f8f9fa;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    opacity: 9;
    width: 90px;
    height: 77px;
    text-align: center;
    line-height: 70px;
}

.ser-new-031{
	position:absolute;
	top:60%;
	left:0;
	width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	}

.ser-new-6 h3{
        margin: 0px 0px 0px 0px;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle;
        height: 120px;
        padding: 0px 0px 0px 0px;
        font-size: 12px;
        font-family: font-01;
        color:#2A292E;
    }



.ser-new-5{
	text-align: left;
	line-height: 20px;
	width: calc(100% - 140px);
	floaT: right;
	margin: 0px 15px 0px 0px;
}



.ser-new-3{
	floaT: left;
	position:relative;
	text-align: center;
	line-height: 80px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	margin: 20px 0px 0px 21px;
	border: 1px solid rgb(219 225 234 / 0%);
}



.ser-new-2{
	position:relative;
	padding: 0px 0px 0px 0px;
}

.ser-new-1{
	min-width: 270px !important;
	border-radius: 5px;
	box-shadow: inset 0px 0px 0px 1px #DBE1EA;
	floaT: left;
	padding: 0px 0px;
	margin: 0px 15px 15px 0px;
}



  .ser-1.al-new-1,   .ser-1 .al-new-2{
	background: #ffffff;
	padding: 0px 0px 15px 0px;
}

.ser-1.al-new-1{
	width: 100%;
	floaT: left;
	padding: 0% 0px;
}





.al-new-9{
	background:#26A69A;
	width: 20px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}


.vid-1 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-1:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.vid-1:hover .vid-13{
  background: #26A69A url(../images/icon-020.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1 .vid-13{
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.vid-1 .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1:hover .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	color: #26A69A;
}


.al-new-8{
  width: 25px;
  height: 25px;
  margin: 10px 0px -6px 0px;
  background: url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
  display: inline-block;
}

.al-new-7 a:hover{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	box-shadow: 0px 0px 10px 0px rgb(44 28 110 / 10%);
	color: #26A69A;
}

.al-new-7 a{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-align: center;
	padding: 0px 40px;
	margin: 7px 0px 10px 0px;
	height: 54px;
	line-height: 57px;
	border-radius: 100px;
	display: inline-block;
	background:#fff;
	position:relative;
	overflow:hidden;
	text-align: center;
	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}

.al-new-7{
	margin-bottom: 2%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	text-align: center;
}


.vid-13{
  width: 28px;
  height: 28px;
  margin: 11px auto;
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
}


.vid-11 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-22.svg) center no-repeat;
    margin: 0px 2px -3px 0px;
}

.vid-10{
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	width: 100%;
	color: #5E5C65;
	font-size: 15px;
	font-family: font-2;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
	margin-top: 2px;
}

.vid-9{
	width: 100%;
	overflow:hidden;
	color:#2A292E;
	margin-bottom: 4px;
	font-size: 16px;
	font-family: font-05;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}

  .vid-12{
  	right: 0px;
  	border-top: 1px #E9EDF3 solid;
  	width: 100%;
  	height: 50px;
  	floaT: right;
  	position:relative;
  	overflow:hidden;
}

.vid-08{
	margin: 0px 20px;
}

.vid-8{
	width: 100%;
	floaT: left;
	position:relative;
	background:#fff;
	margin: 20px 0px 0px 0px;
}

.vid-7{
	width: 100%;
	floaT: left;
	position:relative;
	background:#fff;
}


.vid-5{
background: #26A69A;
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 15px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 13px;
	font-family: font-3;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.vid-4{
	background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 10px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 13px;
	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}
 
.vid-3{
		line-height: 45px;
	left: 10px;
	bottom: 10px;
	height: 40px;
	floaT: left;
	position:absolute;
	overflow:hidden;
	z-index:1;
}

.vid-2, .vid-2 img{
	height: 200px;
}

.vid-2{
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}


.vid-1{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px 0px 15px 0px;
	background:#fff;
}


.al-new-scrol.al-new-6::-webkit-scrollbar-track{background:#EBEDF2;  border-radius: 100px; }
.al-new-scrol.al-new-6::-webkit-scrollbar-thumb{background:#1e9589;  border-radius: 100px;}
.al-new-scrol.al-new-6::-webkit-scrollbar{height:9px;  border-radius: 100px;}



.al-new-scrol.al-new-6 {
	width:100%;
    display: flex;
    will-change: transform;
    overflow: auto scroll;
    overflow-y: hidden;
    overflow-x: auto;
  margin: 0px 0px 0px 0px;
}


.al-new-6 {
	width:100%;
	floaT: left;
	position:relative;
  margin: 0px 0px 0px 0px;
}


.nodiv-1 .al-new-5{
	margin-top: 225px;
}



.al-new-5{
	z-index: 1;
	width: 100%;
	floaT: left;
	position:relative;
	/* overflow:hidden; */
}



.al-new-4 {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 5px 0px 4% 0px;
    floaT: left;
    background: url(../images/icon-32.svg) center no-repeat;
    content: "";
    z-index: 1;
}


.al-new-3 {
	margin-top: 7%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:15px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.al-new-2{
	z-index:0;
	background:#F2F7FF;
	width: 100%;
	floaT: left;
	position:relative;
	/* overflow:hidden; */
}

.al-new-1{
		z-index:0;
	position:relative;
	width: 100%;
	floaT: left;
	background: #f2f7ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #f2f7ff 0%, #f2f7ff 52%, #f2f7ff 52%, #207cca 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 53%, #f2f7ff 53%, #26a69a 53%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7ff', endColorstr='#26a69a',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}



.hed-1.hed-01 {
	 background: rgb(5 33 42 / 90%);
	position:fixed;
	margin-top: 0px !important;
}


.hed-1.hed-01 {
  animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -o-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}





.about-22 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22:hover .about-24{
    background: #26A69A url(../images/icon-020.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.about-22:hover .about-23::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22 .about-23::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 19px;
    position: absolute;
    lefT: 0px;
}


.about-23{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.about-24{
    background: #fff url(../images/icon-20.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 28px;
    height: 28px;
    float: right;
    position:relative;
    margin: 11px -5px 0px 16px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.hed-info-11{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.about-22 a {
    color:#fff;
}

.about-22{
    background: #E9F1FB;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 50px;
    line-height: 56px;
    float: left;
    position:relative;
    padding: 0px 17px 0px 22px;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
    font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}




 .about-20{
	width: 100%;
	font-size: 15px;
	font-family: font-3;
	floaT: left;
	position:relative;
	color:#36393C;
	margin: 3% 0% 0% 0%;
}



 .about-19{
	width: 100%;
	font-size: 14.5px;
	font-family: font-02;
	floaT: left;
	position:relative;
	line-height: 21px;
	color:#36393C;
}




.about-17{
	width: 100%;
	floaT: left;
	position:relative;
	color:#94989C;

	font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.about-16{
	margin: 6px 0px 2px 0px;
	width: 100%;
	floaT: left;
	position:relative;
	color:#2A292E;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}



  .about-15{
	width: calc(100% - 65px);
	floaT: right;
	position:relative;
	margin-bottom: 0%;
}

.about-14{
	width: 50px;
	height: 50px;
	floaT: left;
	position:relative;
	border-radius: 10px;
	background:  #26A69A url(../images/icon-18.svg) center no-repeat;
	background-size: 18px;
}

.nodiv-1 .about-13{
	background: url(../images/icon-019.svg) 90px top no-repeat;
	background-size: 80%;
}


.about-13{
	background: url(../images/icon-19.svg) 90px top no-repeat;
	background-size: 52%;
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 3%;
}




.about-12{
	margin-top: 15px;
	width: 100%;
	floaT: right;
}




.about-7{
	position:absolute;
	floaT: left;
	bottom: 20px;
	left: 20px;
	color:#fff;
	font-weight: 100;
	font-family: font-1;
	font-size: 16px;
}



.about-6{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/logo.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-5{
	width: 100%;
	height: 100%;
	position:absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-11{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 25px;
	floaT: left;
	top: 0px;
	lefT: 0px;
}



.about-10{
	width: 100%;
	height: 100%;
	position:absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}



  .about-9,  .about-9 img{
	width: 71px;
	height: 71px;
}

.about-9{
	right: 10px;
	bottom: 10px;
	margin-top: 0px;
	z-index: 11;
	floaT: right;
	background:#fff;
	position: absolute;
	overflow:hidden;
	border-radius: 10px;
}


 
 .about-8,  .about-8 img{
	width: 170px;
	height: 280px;
}

.about-8{
	display: none;
	top: 0px;
	z-index:0;
	right: 20px;
	floaT: right;
	background:#fff;
	position:absolute;
	overflow:hidden;
	border-radius: 10px;
}


 .about-4,  .about-4 img{
	width: 100%;
	height: 300px;
}
.about-4{
	width: 100%;
	z-index:1;
	floaT: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius: 5px;
}


.about-3{
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	border-radius: 5px;
}



.about-1 img{
	object-fit: cover;
}


.nodiv-1 .about-1{
		padding: 0px 0px 20px 0px;
	background:#F2F7FF;
	margin-top: 0px !important;
}


.about-1{
	z-index:0;
	position:relative;
	margin-top: 535px;
		background:#fff;
	width: 100%;
	floaT: left;
	padding: 20px 0px;
}






    .mouse-4 {
        position: absolute;
        display: block;
        left: 0px;
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
    }

    .mouse-4 {
        width: 7px;
        height: 9px;
        background: #fff;
        margin: 0px 0px 0px 9px;
        float: left;
        border-radius: 100px;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
        position: relative;
    }

    @-webkit-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @-moz-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    .mouse-3 {
        cursor: pointer;
        width: 25px;
        height: 40px;
        margin: 0px 0px 0px 0px;
        float: left;
        border: 2px #E1E5F5 solid;
        border-radius: 100px;
    }

    .mouse-2 {
        width: 28px;
        right: 11px;
        bottom: 10px;
        floaT: right;
        position:relative;
    }

    .mouse-1 {
    	display: none !important;
        float: left;
        width: 100%;
        font-family: font-1;
        font-size: 15px;
        text-align: center;
        bottom: 0px;
        margin: 0px 0px 0px 0px;
        position: absolute;
        z-index: 1;
    }



.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-2{
    width: 100%;
    floaT: left;
}

.for-ena-11 {
    width: 8px;
    height: 5px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px 0px 0px;
    RIGHT: 0PX;
}


.for-ena-7:hover .tu-ena {
   opacity: 100%;
   margin-top: -15px !important;
   opacity: 100%;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: visible;
}

.for-ena-7 .tu-ena {
   border-top: 10px rgb(255 255 255 / 0%) solid;
   opacity: 0%;
   position:absolute;
   float: left;
   margin-top: 30px;
   transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: hidden;
}

.for-ena-7{
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-indeX:1;
}




.tu-ena.van-ena .for-ena-2{
	box-shadow: 0px 1px 0px 0px #ddd !important;
}


.for-ena-9 img{
	width: 25px;
	floaT: left;
	margin: 9px 7px 0px 4px;
	line-height: 39px;
	font-size: 13px;
	font-family:font-3;
}

.for-ena-10{
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 47px;
	font-size: 14px;
	font-family:font-1;
}

.for-ena-9 {
    margin: 0px 12px;
}

.for-ena-8 {
	cursor: pointer;
	position: relative;
	width: 100%;
	border: 0px #cbcbcb solid;
	height: 43px;
	margin: 0px 0px 15px 0px;
	line-height: 46px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}





body .tu-ena.van-ena .for-ena-5 select{
	height: auto;
}

.tu-ena.van-ena .for-ena-a.for-ena-2::before {
    height: 0px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.tu-ena.van-ena .for-ena-5 option, .tu-ena.van-ena .for-ena-3, .tu-ena.van-ena .for-ena-2{
	width: 100%;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}


.smartphone-ena .for-ena-5 select{
	cursor: pointer;
}

body  .smartphone-ena .for-ena-5  option{
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	text-align: left;
	font-size: 15px !important;
	color: #222;
}

.van-ena .for-ena-a.for-ena-2{
	-webkit-filter: saturate(100%);
    filter: saturate(100%);
    opacity: 100%;
}


.van-ena .for-ena-2:hover{
	cursor: pointer;
}


.for-ena-6{
    color: #2A292E;
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 42px;
	font-size: 13px;
	font-family:font-04;
}

.van-ena img{
    line-height: 0px;
	width: 24px;
	floaT: left;
	margin: 9.4px 9px 0px 12px;
}

.van-ena .for-ena-5 option, .van-ena .for-ena-3, .van-ena .for-ena-2{
	width: 68px;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}



.for-ena-5 option, .for-ena-3, .for-ena-2{
	width: 45px;
	height: 40px;
}

.for-ena-5 select { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}

.for-ena-5 select:focus { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}


body .for-ena-5 option{
	padding: 0px 0px !important;
	border-radius: 0px;
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	floaT: left;
	cursor: pointer;
	text-align: center;
	font-size: 0px !important;
	color:rgb(255 255 255 / 0%);
}


body .for-ena-5 option:checked {
    opacity: 0.5;
}

body .for-ena-5 select{
	height: 40px;
	line-height: 40px;
	padding: 0px;
	vertical-align: middle;
	border-radius: 0px;
	background: rgb(255 255 255 / 0%) !important;
	border-left: 1px solid #d7d7d7;
	floaT: left;
}


body .for-ena-5 select{
	width: 100%;
	overflow:hidden;
	position:relative;
	top: -15px;
	opacity:0;
}


.for-ena-a.for-ena-2{
    background-color:#f7f7f7;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.for-ena-a.for-ena-2::before {
    height: 3px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}


.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}

.for-ena-3{
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	position:relative;
	float: left;
}

.for-ena-2{
	text-align: center;
	line-height: 50px;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-1{
	box-shadow: 0px 0px 10px 1px rgb(5 33 42 / 25%);
	background-color:#fff;
	width: 100%;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow:hidden;
	border-radius: 5px;
}

.for-ena-0{
	width: 100%;
	position:relative;
	margin: 5px 0px 10px 0px;
	float: left;
}


.hed-info-8:hover .hed-info-9::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8 .hed-info-9::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 16px;
    position: absolute;
    lefT: 0px;
}


.hed-info-8 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8:hover .hed-info-10{
    background: #26A69A url(../images/icon-14.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-sms-5 button{
    cursor: pointer;
    widtH: 100%;
    height: 48px;
    line-height: 52px;
    border-radius: 5px;
    color:#fff;
    text-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    float: right;
    border: 0;
    position:relative;
    margin: 15px 0px 0px 0px;
    background: linear-gradient(180deg, #30BEB1 0%, #24A79B 100%);
    font-family: font-03;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-sms-06.hed-sms-6{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 15px 0px 0px 0px;
}


.hed-sms-8 input::placeholder {
    color: rgb(255 255 255 / 50%);
}

.hed-sms-8 input{
	font-size: 14px;
    widtH: 100%;
    height: 40px;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px;
    border: 0;
    color:#fff;
    font-family: font-02;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.hed-sms-7{
	display: none;
     -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 10px 0px;
    font-family: font-01;
}

.hed-sms-6{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}


.hed-sms-5{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 6px 0px 0px 0px;
    padding-top: 10px;
}




.hed-info-012{
    opacity: 0.6;
    float:left;
    width:30px;
    height:30px;
    margin:15px 0px 0px 15px;
    background:rgba(255, 255, 255, 0.20);
    border-radius:100px;
    border:none;
    -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius:50%;
    background-color:rgba(255, 255, 255, 0.0);
    background-size:cover;
    background-repeat:no-repeat;
    -webkit-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);}
    @-webkit-keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-moz-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-ms-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}


.hed-sl-000 .slick-active .hed-sl-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
    transform: scale(1.13) 
    translate(0,9px);
    -webkit-transform: scale(1) translate(0,0px);
    filter:  invert(0);
}

.hed-sl-000 .hed-sl-6{
    opacity: 0;
    -webkit-transition: all 2100ms ease;
    -moz-transition: all 2100ms ease;
    -ms-transition: all 2100ms ease;
    -o-transition: all 2100ms ease;
    transition: all 2100ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}


.hed-sl-000 .slick-active .hed-info-11 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-11{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: 0px;
}



.hed-sl-000 .slick-active .hed-info-8 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-8{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: -20px;
}


.hed-sl-000 .slick-active .hed-info-7{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-7{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -600px;
}

.hed-sl-000 .slick-active .hed-info-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-6{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -500px;
}


.hed-sl-000 .slick-active .hed-info-3{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-3{
    opacity: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -200px;
}


.hed-sl-00{
	top: 0px;
	/* z-index:0; */
	widtH: 100%;
	float: left;
	position: relative;
}

.hed-sms-4{
	font-size: 14px;
	widtH: 100%;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 33px;
	overflow:hidden;
	position:relative;
}


.hed-sms-3{
	display: none;
    widtH: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
    position:relative;
    font-size: 17px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    font-family: font-04;
}

.hed-sms-2{
    margin: 0px 20px;
}

.hed-sms-1{
    widtH: 100%;
    float: left;
    right: 0px;
    z-index:99999999;
    top: 290px;
    position: absolute;
    padding: 0px 0px 20px 0px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7.5px);
    border-radius: 10px 10px 0px 0px;
    color:#fff;
}








.hed-info-15 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-1;
}


.hed-info-14 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-05;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.shida-8 .hed-info-13 {
	width: 100%;
	margin: 12px 0px 0px 0px;
}

.hed-info-13 {
	width: 80%;
	float: left;
	position:relative;
	margin: 12px 0px 0px 15px;
	font-size: 15px;
	font-family: font-01;
}



.hed-info-12{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-13.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-9{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.hed-info-10{
        background: rgba(255, 255, 255, 0.15) url(../images/icon-14.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 26px;
    height: 26px;
    float: right;
    position:relative;
    margin: 12px 0px 0px 15px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}

.shida-8 .hed-info-11{
	display: block;
}

.hed-info-11{
	display: none;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-sl-2 a {
    color:#fff;
}

.hed-info-8{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 50px;
    line-height: 56px;
    float: left;
    position:relative;
    padding: 0px 15px 0px 25px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-7{
	display: none;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 2px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 0px;
}


.hed-info-6 b{
    font-family: font-05;
}

.hed-info-6{
    widtH: 100%;
    height: 15px;
    overflow:hidden;
    float: left;
    position:relative;
    margin: 2px 0px 10px 0px;
    font-size: 17px;
    font-family: font-01;
    letter-spacing: 1px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.hed-info-4::after {
    width: 11px;
    height: 11px;
    background: #26A69A;
    float: left;
    border-radius: 100px;
    margin: -1px 7px 0px 0px;
    floaT: left;
    content: "";
    z-index: 1;
    position: relative;
    lefT: 0px;
}

.hed-info-4{
	font-size: 12px;
	float: left;
	position:relative;
	margin: 0px 0px 10px 0px;
	font-family: font-02;
}


.hed-info-3{
    widtH: 80%;
    float: left;
    position:relative;
    margin: 4px 0px 0px 0px;
}


.hed-info-2{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 18px 0px 0px 0px;
}


.hed-info-1{
    widtH: 100%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 135px 0px 0px 0px;
}




.hed-4:hover {
    background: #f50934;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-4 {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.van-div-4 a:hover{
    color:#26A69A;
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.van-div-4 a{
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


#cssmenu a:hover{
    color: #ffffff;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu a{
    color: #B4BBCF;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


#cssmenu .menu-2::before, #cssmenu .menu-3::before, #cssmenu .menu-4::before {
    width: 11px;
    height: 22px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/menu.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: 0px;
    position: absolute;
    lefT: -16px;
}



#cssmenu li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu .menu-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu li::after {
    width: 90px;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: 9px;
    position: absolute;
    lefT: 0px;
}


#cssmenu .menu-a span{
    color: #ffffff;
}

#cssmenu .menu-a a{
    color: #ffffff;
}

#cssmenu a{
    color: #B4BBCF;
}

#cssmenu li{
	border-bottom: 1px #39495a solid;
    position:relative;
    floaT: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 17px 0px;
    font-size: 14px;
    font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

#cssmenu span{
    padding:0px 0px 0px 20px;
    floaT: left;
    color: #B4BBCF;
}

#cssmenu{
    margin: 0px 0px 0px 0px;
    floaT: right;
    color:#fff;
}


.hed-4 .icon-8{
    transform: rotateY(0deg);
    transition: all 0.5s ease;
}

.hed-4:hover .icon-8{
       -webkit-transform: rotateY(-349deg);
    -moz-transform: rotateY(-349deg);
    -o-transform: rotateY(-349deg);
    -ms-transform: rotateY(-349deg);
    transform: rotateY(190deg);
    transition: all 0.5s ease;
}

.icon-8 {
    width: 15px;
    height: 12px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-9.svg) center no-repeat;
    margin: 0px 5px -1px 0px;
}


.hed-4 {
	display: none;
    height: 43px;
    line-height: 46px;
    background: #D80027;
    font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    position: relative;
    padding: 0px 15px;
    font-size: 13px;
    margin: 34px 15px 0px 0px;
    floaT: right;
    border-radius: 5px;
    text-align: center;
    color:#fff;
}

.hed-4 {
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 30%);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}


.hed-3 {
    width: 105px;
    height: 43px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 22px 0px 0px 0px;
    floaT: right;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    text-align: center;
    color:#fff;
    position:absolute;
    right: -4px;
    top: -76px;
}







.icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-8.svg) center no-repeat;
    floaT: left;
}

.icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-7.svg) center no-repeat;
    floaT: left;
}

.icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-6.svg) center no-repeat;
    floaT: left;
}

.icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-5.svg) center no-repeat;
    floaT: left;
}



.van-div-5 li {
   width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 14px;
}

.van-div-2 .van-div-5{
	display: none;	
}

.van-div-5 {
    margin: 14px 0px 0px 0px;
    float: right;
    position: relative;
}


.headerr-ic-2{
	font-size: 15px;
   padding: 0px 0px 0px 0px !important;
   margin: 1px 0px 0px 4px !important;  
   float: left;
   position:relative;
}



.icon-3 {
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-2 {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-1 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 5px -5px 0px;
}

.van-no-3{
	display: none;
}

.van-div-4 li{

    padding: 0px 0px 0px 0px;
   float: left;
   position:relative;
}

.van-div-3 a{
    color:#fff;
}


.van-div-3{
    color:#fff;
    width: 100%;
   float: left;
   position:relative;
}


.van-div-4{
	font-size: 13px;
   display: inline-block;
   line-height: 18px;
   float: left;
   position:relative;
   margin: 24px 0px 0px 0px;
}


.logo-1 img{
    widtH: 100%;
    line-height: 0px;
    float: left;
    position: relative;
}

.logo-2 {
    margin: -3px 0px 0px 0px !important;
    float: left;
    position: relative;
}


.logo-1 {
	width: 180px;
	z-index: 0;
	margin: 20px 0px 15px 0px;
	float: left;
	position: relative;
}




.hed-sl-6 img{
    widtH: 100%;
    height: 540px;
    float: left;
    overflow:hidden;
}

.hed-sl-6{
    widtH: 100%;
    height: 100%;
    float: left; 
    overflow:hidden;
}

.hed-1{
	/* overflow:hidden; */
	widtH: 100%;
	/* height: 100%; */
	z-index:1;
	background: rgb(16 29 30 / 55%);
	float: left;
	position: absolute;
	margin-top: 65px;
	z-index: 999;
}

.van-div-2{
    widtH: 100%;
    height: 65px;
    line-height: 65px;
    background: rgb(152 165 167 / 20%);
    float: left;
    position: absolute;
    overflow:hidden;
    z-index:1;
}


.hed-sl-0{
    widtH: 100%;
    height: 536px;
    z-index:0;
    background: #18193a;
    float: left;
    position: absolute;
    overflow:hidden;
    margin-top: 0px;
}



.hed-sl-3{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: linear-gradient(180deg, rgba(3, 41, 62, 0.6) 0%, rgba(6, 18, 37, 0.6) 100%);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-4{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: url(../images/sl-2.png) !important;
    float: left; 
    position: absolute;
    overflow:hidden;
}

.hed-sl-5{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: rgba(6, 5, 27, 0.4);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-7{
    widtH: 100%;
    height: 100%;
    z-index:1;
    top: -0px;
    background: url(../images/sl-1.svg) center;
    background-size: 100%;
    float: left; 
    position: absolute;
    overflow:hidden;
}





.slick-next{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.slick-prev{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.slick-slide{margin:0px 0px;}
.slick-slide img{width:100%; object-fit: cover; }
.slick-slider{/* overflow:hidden; */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{border-radius: 0px;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-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-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height: 0px;}
.slick-slide img{display:block;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick-prev,
.slick-next{border:none;outline:none;}
.slick-initialized .slick-slide{display: block;}
.slick-prev:after{right:19px;top:20px;-webkit-transform:skew(45deg, 0deg);-ms-transform:skew(45deg, 0deg);transform:skew(45deg, 0deg);}
.slick-dots{padding-bottom: 2px !important;bottom:10px;width:100% !important;position:absolute;display: none !important;padding:0;margin:0;list-style:none;text-align:center;z-index:9;}
.slick-dots .slick-active{background: #26A69A;border-radius: 0px;}
.slick-next{right:10px;floaT:left;border-radius:100px;background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); font-size:0px !important;z-index:99999;line-height:40px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.shefi-8 .slick-prev:hover{transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;box-shadow:0px 2px 5px 0px #0000001f;}
.slick-prev,.slick-next{top: 45% !important;}
.slick-prev{lefT:10px;floaT:left;border-radius:100px;font-size:0px !important;z-index: 1;line-height:50px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.slick-dots li{background: #B4BBCF;border-radius: 0px;position:relative;display:inline-block;width: 8px;height: 8px;margin: 0 3px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
/*-- /Responsive --*/
}





/*-- Responsive --*/
@media (min-width:570px) and (max-width:800px){

body .lity-iframe .lity-container, body .lity-youtube .lity-container, body .lity-vimeo .lity-container, body .lity-facebookvideo .lity-container, body .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 530px;
}  

.footer-13{
	background:#fff;
	width: 100%;
	floaT: left;
	margin-bottom: 20px;
}


body .tu-ena.van-ena .for-ena-5 select{
	height: 44px !important;
}
	
body .for-ena-7 .tu-ena {
	border-radius: 5px;
	top: 15px;
	height: 43px !important;
	overflow:hidden;
	border-top: 0px rgb(255 255 255 / 0%) solid;
	opacity: 0% !important;
	margin-top: 0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	visibility: visible;
}


.van-no-1{
	display: none;
}

    
.outer-menu {floaT: left;width: 100%;/* height: 100%; */position: absolute;top: 0px;left: 0px;/* z-index: 99999; */}
.outer-menu .checkbox-toggle {
	position: absolute;
	top: 24px;
	floaT: left;
	right: -10px;
	z-index: 2;
	cursor: pointer;
	width: 37px;
	height: 42px;
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > div {
    background: #ffffff;
}

.outer-menu .checkbox-toggle:checked + .hamburger > div:after,
.outer-menu .checkbox-toggle:checked + .hamburger > div:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
    right: 0px;
}

.outer-menu .checkbox-toggle .menu {
    pointer-events: auto;
    visibility: visible;
    lefT: -300px;
}

.outer-menu .checkbox-toggle:checked ~ .menu > div {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border-radius: 0px !important;
	left: 0px;
}

.outer-menu .menu div {
	-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; 
}

.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
   lefT: 300px !important;
   opacity: 9;
   top: 0px;

}

.outer-menu .checkbox-toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.outer-menu .hamburger {
    position: absolute;
    top: 22px;
    right: 0px;
    z-index: 1;
    width: 27px;
    height: 40px;
    padding: 0.0em 0px;
    background: 0 0;
    box-shadow: none !important;
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.outer-menu .hamburger > div:after,
.outer-menu .hamburger > div:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
    top: 10px;
}



.outer-menu .menu::before{
	width:100%;
	height: 100%;
	margin:0px 0px 0px 0px;
	position:fixed;
	floaT:left;
	background: rgb(12 14 16 / 80%);
	backdrop-filter: blur(3.5px); 
	content:"";
	top: 0px;
	right: 0px;
}

.outer-menu .menu {
		-webkit-transition: opacity 0.4s ease 0.4s;
		transition: opacity 0.4s ease 0.4s;
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100%;
		pointer-events: none;
		visibility: hidden;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		outline: 1px solid transparent;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		}

.outer-menu .menu > div {
	position:fixed;
	top: 0px;
	floaT: left;
	left: -230px;
	width: 230px;
	height: 100%;
	color: #fefefe;
	background: #25303C;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: auto;
	display: -webkit-box;
	/* display: flex; */
	/* -webkit-box-align: center; */
	/* align-items: center; */
	/* -webkit-box-pack: center; */
	/* justify-content: center; */
}
.outer-menu .menu > div > div {
	lefT: 0px !important;
    text-align: center;
    max-width: 300px;
    opacity: 0;

}
.outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
}
.outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    font-family: Mbold;
    color: #fff;
    font-size: 16px;
}
.outer-menu .menu > div > div > ul > li.host {
    margin-top: 40px;
}
.outer-menu .menu > div > div > ul > li > a:hover {
    color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fed501;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
	
.text-fer a:hover{
	color: #26A69A;
}
.text-fer a{
	font-family: font-3;
}

.cc-sms-6 input, .cc-sms-6 textarea {
    font-size: 14px;
    border-radius: 0px !important;
    }

.cc-sms-6 .valid, .cc-sms-6 .valid {
    border-color: #26A69A;
    border: 1px #26A69A solid !important;
}

#date_in-error.error {
  display: none;
}

#date_in-error.error {
  display: none !important;
}



.error {
    font-size: 0px;
}

.cc-sms-6 .error, .cc-sms-6 #date_in-error {
    border-color: red;
}

.cc-sms-6 .error {
    border: 1px red solid !important;
}

#message-error {
    display: none !important;
}

#success p {
    color: #4CAF50;
    display: inline-block;
    font-family: font-3;
    height: 100%;
    width: 100%;
    line-height: 260px;
    text-align: center;
    margin: -2px 0px 0px 0px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #eee;
    transition: all 0.7s ease;
    z-index: 11;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#success span {
    color: #f00;
    font-family: font-2;
    width: 100%;
    floaT: left;
    line-height: 20px;
    text-align: left;
    margin: 0% 0% 2% 0%;
    padding: 0px 0px;
    transition: all 0.7s ease;
    z-index: 1;
    font-size: 14px;
    position: relative;
    border-radius: 100px;
}



.ser-sh-2 .al-new-2{
	margin-bottom: 25px;
}

.ser-sh-2 .al-new-4 {
    margin: 5px 0px 2% 0px;
}


.al-new-04 .map__inner{ width: calc(100% - 25px); }


.al-new-04.cc-sms-8{
	width: 100%;
	floaT: right;
	position:relative;
}




.ser-sh-2.ser-1.al-new-1,   .ser-sh-2.ser-1 .al-new-2{
	background: #F2F7FF;
}


.shida-video:hover{
    background: rgb(0 0 0 / 60%) url(../images/icon-15.svg) 21px 21px no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.shida-video{
    background: rgb(0 0 0 / 50%) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    width: 56px;
    height: 56px;
    float: right;
    top: 0px;
    z-index:9;
    left: 0px;
    position:absolute;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}





.shida-5 .slick-dots li{position:relative;display:inline-block;width: 20px;height: 5px;margin:0 4px;padding:0;cursor:pointer;}

.shida-5 .slick-dots {
	display: block !important;
}


.shida-5 .slick-next{
    backdrop-filter: blur(15px);
    background: #26A69A url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.shida-5 .slick-prev{
    backdrop-filter: blur(15px);
    background: rgb(0 0 0 / 55%) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.shida-5, .shida-5 img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.shida-4 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	floaT: left;
	color:#2A292E;
	z-index:1;
}

.shida-5 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	overflow:hidden;
	floaT: left;
	margin: 0px 0px 0px 0px;
	color:#2A292E;
	z-index:1;
}



.shida-8 h1 {
	width: 100%;
	line-height:20px;
	font-size: 18px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 10px 0px 10px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.shida-8 .hed-info-5 {
    width: 100px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-012.svg) center no-repeat;
    z-index: 1;
}

.shida-16 b{
	font-family: font-02;
}

.shida-16 {
	width: 100%;
	line-height:22px;
	font-size: 14.5px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
	color:#2A292E;
}

.shida-15{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	font-size: 15px;
	margin: 0px 0px 2px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.shida-14{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
}

.shida-13{
	width: 100%;
	height: 1px;
	position:relative;
	floaT: left;
	background:#DEE6EC;
	margin: 15px 0px;
}



.shida-8 .hed-info-12{
    background: #EAF2FE url(../images/icon-48.svg) center no-repeat;
    backdrop-filter: blur(10px);
}

.shida-8{
	width: 100%;
	position:relative;
	floaT: right;
	margin-top: 10px;
}



.shida-3 img{
	width: 100%;
	position:relative;
	floaT: left;
	line-height: 0px;
	font-size: 0px;
}


.shida-3{
	width: 100%;
	position:relative;
	floaT: left;
}

.shida-02{
	padding: 0px 20px;
}


.shida-2{
	width: 100%;
	position:relative;
	floaT: left;
	background:#fff;
	padding: 20px 0px;
}



.shida-1{
	z-index:1;
	width: 100%;
	position:relative;
	floaT: left;
	margin-bottom: 20px;
}





.hed-sl-000 .hed-vid-01{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.hed-sl-000 .slick-active .hed-vid-01{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.hed-vid-04{
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-04:hover{
	color: #26A69A;
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-03{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 56px;
    height: 56px;
    float: right;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}

.hed-vid-04::after {
    width: 12px;
    height: 12px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: #26A69A;
    content: "";
    z-index: 1;
    bottom: 5px;
    position: absolute;
    lefT: -18px;
}

.hed-vid-04{
	display: none;
	floaT: left;
	margin: 23px 12px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
}

.hed-vid-02{
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
	letter-spacing: 3px;
}

.hed-vid-01{
	width: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	right: 0px;
	margin-top: 220px;
	z-index:999;
}


.box-live-3 iframe{
	width: 100%;
	height: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	border: 0px;
}


.box-live-3{
	width: 96%;
	height: 261px;
	floaT: left;
	margin: 0px 0px 25px 2%;
	position:relative;
	box-shadow: 0px 0px 0px 10px #26A69A;
}

.box-live-1{
	width: 100%;
	floaT: left;
	margin: 15px 0px 3% 0px;
	position:relative;
}

.cc-sms-18{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: -10px 0px -20px 0px;
}


.cc-sms-19 .van-div-01{
	floaT: left;
	background:#ffffff;
	margin: 0px 14px 0px 17px !important;
}


.cc-sms-19 .footer-14{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
}

.cc-sms-19{
	width: 255px;
	margin: auto;
	position:relative;
	background:#fff;
	z-index:1;
}



.cc-sms-20{
	width: 100%;
	background:#E1E4FF;
	margin: -40px 0px 0px 0px;
	height: 1px;
	floaT: left;
	position:relative;
	z-index:0;
}



.cc-sms-icon-03 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-43.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-02 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-42.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-01 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-41.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.cc-sms-13{
	width: 50px;
	height: 50px;
	background:#26A69A;
	margin: auto;
	border-radius: 10px;
	position:relative;
	font-size: 15px;
	color:#676B6F;
	z-index:1;
}


.cc-sms-12{
	width: 100%;
	floaT: left;
	position:relative;
	font-size: 15px;
	color:#676B6F;
}


.cc-sms-17 a:hover{
	color:#26A69A;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


.cc-sms-17 a{
	color:#676B6F;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.cc-sms-17{
	width: 100%;
	font-family: font-03;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 14px;
	color:#676B6F;
}

.cc-sms-16{
	width: 100%;
	font-family: font-05;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 15px;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}



.cc-sms-15{
	width: 100%;
	floaT: left;
	position:relative;
	margin: 12px 0px 0px 0px;
	text-align: center;
}




.cc-sms-14{
	width: 100%;
	background:#DEE6EC;
	margin: -25px 0px 0px 0px;
	height: 2px;
	floaT: left;
	position:relative;
	z-index:0;
}


.cc-sms-0011.cc-sms-11{
	margin-lefT: 0%;
}

.cc-sms-011.cc-sms-11{
	margin-lefT: 0%;
}


.cc-sms-11{
	margin-bottom: 22px;
	width: 100%;
	floaT: left;
	position:relative;
}



.cc-sms-10{
	width: 100%;
	floaT: left;
	position:relative;
	margin-top: 20px;
}




.map-2{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}

.conimap-1 .map{height:280px;} 
.conimap-1 .map__inner{height:280px;} 

.map{float:left;width:100%;height:280px;margin: 25px 0px 25px -25px;position:relative;z-index:0;right: 0px;}
.map__inner{float: right;height: 280px;left:0;position:relative;top:0px;width:100%;transition:0.4s;-webkit-transform:rotate(0deg) translate3D(0%, 0, 0);transform:rotate(0deg) translate3D(0%, 0, 0);}
.map__canvas{height:100%;width:100%;}
.map-03{height:360px !important;}





.cc-sms-4::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -12px;
    position: absolute;
    lefT: 0px;
}



.cc-sms-4 {
	width: 100%;
	margin: 0px 0px 35px 0px;
	floaT: left;
	position:relative;
	font-family: font-05;
	font-weight: 500;
	color:#3F4348;
	text-align: left;
	font-size:19px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.cc-sms-7 button{
	cursor: pointer;
	width: 100%;
	height: 50px;
	line-height: 55px;
	floaT: left;
	position:relative;
	margin-bottom: 0px;
	border: 0;
	font-size: 17px;
	background:#26A69A;
	color:#fff;
	font-family: font-02;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.cc-sms-6{
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 20px;
}


.cc-sms-8{
	margin-top: 20px;
	width: calc(100% - 25px);
	floaT: right;
	position:relative;
}

.cc-sms-3 textarea{
	padding: 15px;
	width: 100% !important;
	height: 140px;
	floaT: left;
	border: 1px solid #DEE6EC !important;
	font-family: font-1;
}

.cc-sms-3 input{
	padding: 15px !important;
	width: 100% !important;
	floaT: left;
	position:relative;
		display: inline-block;
	width: 302px; 
	height: 47px;
	line-height: 22px;
	padding: 10px;
	font-family: font-1;
	vertical-align: middle;
	border-radius: 0px !important;
	background: #fff;
	border: 1px solid #DEE6EC !important;
	-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.cc-sms-3{
	width: 100%;
	floaT: left;
	position:relative;
}


.cc-sms-2{
	padding: 0px 30px;
}



.cc-sms-1{
	width: 100%;
	floaT: left;
	position:relative;
	background: #fff;
	margin-bottom: 30px;
	padding: 30px 0px;
}





.nodiv-1 .about-1{
	padding-top: 3%;
}



.eroris-2 {
    margin: 0% 5%;
}

.eroris-5 {
	color: #6d747c;
    font-family: font-03;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}


.eroris-4 {
    font-family: font-05;
    font-size: 20px;
    margin: 5px 0px 7px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color:#222;
    font-feature-settings: 'case' on;
}

.eroris-3 {
    font-family: font-2;
    font-size: 50px;
    margin: 0% 0% 0% 0%;
    width: 100%;
    floaT: left;
    position:relative;
    color: #FF3D2E;
}


.eroris-1 {
    font-family: font-2;
    font-size: 15px;
    margin: 5% 0% 8% 0%;
    padding: 0% 0%;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}




.text {
	position: relative;
	width: 100%;
	margin: 20px 0px 20px 0px;
	z-indeX:1;
	font-size:14px;
   	font-family: font-03;
   	line-height: 22px;
    color:#3F4348;
}

.box_in h1::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}

.box_in h1{
	position: relative;
	width: 100%;
	margin: 12px 0px 22px 0px;
	z-indeX:1;
	font-size:16px;
   	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color:#3F4348;
}



.box_in {
    margin: 0px 24px;
}


.box {
	border-radius: 10px;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0px 0px 20px 0px;
    floaT: left;
    padding: 10px 0px 0px 0px;
}




.pagi-load path{
	fill: #fff;
}


#pagi-load span{ display: none;}
#pagi-load a span{ display: block; }
#pagi-load span{ float: left;  }
.pagi-load{  text-align: center; font-size:0px;}
.bottom-nav{ floaT: left; width:100%;margin: 5px 0px 28px 0px;}
.pagi-load a:hover{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;background: #26A69A;}
.pagi-load a:hover .fa-refresh{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;}
.pagi-load a{ border-radius: 100px; font-feature-settings: 'case' on;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;padding:0px 30px;display:inline-block;height:50px;line-height: 55px;font-size:16px;letter-spacing: 0.5px;cursor:pointer;color:#ffffff;background: #313337; text-align:center;font-family: font-02;}




.no-sl-1.hed-sl-0{
    widtH: 100%;
    height: 240px;
    margin-bottom: 20px;
}

.speedbar-3::after {
    width: 8px;
    height: 10px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px -11px;
    floaT: left;
    background: url(../images/n.svg) top no-repeat;
    content: "";
    z-index: 1;
    bottom: 6px;
    position: absolute;
}



.no-sl-1 .hed-info-1{
    widtH: 100%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 190px 0px 0px 0px;
}


.speedbar-3 a{
    display: inline-flex !important;
    padding: 0px 20px 0px 0px;
    position:relative;
}

.speedbar-2 a{
    display: none;
}

.speedbar-1 a{
	position:relative;
    color:#26A69A;
}


.speedbar-1{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size:15px;
    font-family: font-1;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-9 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-9 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}



.footer-7{
	text-align: left;
	width: calc(100% - 60px);
	floaT: right;
	position:relative;
}

.footer-005.footer-5{
	width: 100%;
	display: block;
	float: right;
	position:relative;
	margin: 0px 0px 0px 0px;
}



.footer-9 {
    width: 100%;
    height: 20px;
    overflow:hidden;
    float: left;
    position:relative;
    margin: 2px 0px 0px 0px;
    font-family: font-03;
}

.footer-8 {
    width: 100%;
   float: left;
   position:relative;
   margin: 7px 0px 0px 0px;
   font-family: font-05;
   -webkit-font-feature-settings: 'case'on;
   font-feature-settings: 'case'on;
}


.footer-icon-3 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.footer-icon-2 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}


.footer-icon-1 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.footer-6 {
	floaT: left;
    width: 45px;
    height: 45px;
    background: #26A69A;
    border-radius: 10px;
   position:relative;
   margin: auto;
}




.footer-05.footer-5{
   width: 100%;
   float: left;
   position:relative;
   margin: 10px 0px 10px 0px;
   padding: 0px 0px 10px 0px;
}

.footer-005.footer-5{
	border-bottom: 0px #ddd solid;
}

.footer-5{
	border-bottom: 1px #ddd solid;
	text-align: center;
	width: 100%;
	float: left;
	position:relative;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
}



.footer-4{
    width: 100%;
    float: left;
    position:relative;
    margin: 10px 0px 0px 0px;
}


.footer-3 {
	display: none;
    width: 200px;
   float: left;
   position:relative;
   margin: 0px 0px 0px 0px;
}


.footer-2 {
    width: 100%;
   float: left;
   position:relative;
   margin: 10px 0px 10px 0px;
}


.footer-14.van-div-5 li{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 li:hover {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 .van-div-04:hover {
    border: 2px #9829e3 solid;
}

.footer-14.van-div-5 .van-div-03:hover {
    border: 2px #25D366 solid;
}
.footer-14.van-div-5 .van-div-02:hover {
    border: 2px #e440b4 solid;
}

.footer-14.van-div-5 .van-div-01:hover {
    border: 2px #2e4fe3 solid;
}


.footer-14 .icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-47.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-46.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-45.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-44.svg) center no-repeat;
    floaT: left;
}

.footer-14.van-div-5 li {
   width: 38px;
    height: 38px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 15px 0px 0px;
    border: 2px #E1E4FF solid;
}


.footer-14.van-div-5 {
	background:#fff;
	floaT: initial !important;
	margin: 18px auto;
	width: 248px;
	position: relative;
}



.footer-12 li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 .footer-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 li::after {
    width: 100%;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}


.footer-12 .footer-a a{
    color: #04161C;
}

.footer-12 a{
    color: #5B5C69;
}

.footer-12 li{
    position:relative;
    floaT: left;
    margin: 0px 15px 30px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-family: font-03;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-12{
	width: 100%;
    margin: 30px 0px 0px 0px;
    padding-bottom: 0px;
    border-bottom: 1px #DBE1EA solid;
    floaT: left;
    color:#fff;
}

.footer-17 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.footer-17 a:hover::after{
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: -5px;
    position: absolute;
    lefT: 0px;
}


.footer-17 a{
   position:relative;
   font-family: font-3;
   font-size: 16px;
}

.footer-16 {
    width: 100%;
   float: left;
   position:relative;
   margin: 25px 0px 18px 0px;
}

.footer-18{
		width: 100%;
	text-align: center;
   position:relative;
   float: left;
}


.footer-17{
	margin-bottom: 8px;
	width: 100%;
	text-align: center;
   position:relative;
   float: right;
}

.footer-15 span{
   	font-family: Verdana;
}

.footer-15 {
		z-index:0;
	position:relative;
    width: 100%;
   float: left;
   position:relative;
   background:#F2F7FF;
   color:#1C1C1C;
   	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.footer-10{
		z-index:0;
	position:relative;
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
}


.footer-1{
		z-index:0;
	position:relative;
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
   border-bottom: 1px #DBE1EA solid;
}


.par-3{
	overflow:hidden;
	position:relative;
	margin: 0px 0px 0px -10px;
}


.partniori-1 img{
	width: 100%;
	height: 150px;
	floaT: left;
	position:relative;
	border-radius: 10px;
}

.partniori-2{
	width: 100%;
	floaT: left;
	position:relative;
}


.partniori-1{
	width: 255px;
	floaT: left;
	position:relative;
	margin: 0px 10px 30px 10px;
}


.par-2 .slick-dots{ bottom: 0px; display: block !important; }

.par-2 .slick-prev, .par-2 .slick-next{  display: none !important; }



.par-2{
	width: 100%;
	overflow:hidden;
	position:relative;
	floaT: left;
	z-index:1;
	margin-bottom: 12px;
}



.par-1 .al-new-2{
	background:#EBEFF5;
}

.par-1.al-new-1{
	width: 100%;
	floaT: left;
	background: #26a69a; /* Old browsers */
	background: -moz-linear-gradient(left,  #26a69a 0%, #26a69a 50%, #ebeff5 50%, #26a69a 50%, #ebeff5 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a69a', endColorstr='#ebeff5',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}


.par-1 .al-new-9{
	background:#26A69A;
	width: 50px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	left: 0px;
}


.vid-v-8 img, .vid-v-10 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-v-8:hover img, .vid-v-10:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.news-flei-3{display:block;color:#fff;font-size:16px;font-family: font-1;line-height: 34px;position:relative;width:100%;-webkit-font-feature-settings: 'case'on;font-feature-settings: 'case'on;height: 30px;text-align:center;margin:auto;}
.news-flei-2{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;}
.news-flei-1{width:100%;height:100%;position:absolute;floaT:left;z-index:9999;}


.vid-v-8 .vid-bor-3::after {
    width: 25px;
    height: 30px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
    content: "";
    z-index: 1;
    right: 16px;
    bottom: 20px;
    position: absolute;
}

.vid-v-8 .vid-bor-3{
height: 90% !important;
background: rgb(255 255 255 / 0%);
}


.vid-bor-3{
	width: calc(100% - 30px);
	height: 80% !important;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
	box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 40%);
	position:absolute;
	top: 15px;
	lefT: 15px;
	z-index:9;
}

.vid-bor-2{
	width: 100%;
	height: 100%;
	background: rgba(12, 46, 40, 0.45);
	position:absolute;
	top: 0px;
	lefT: 0px;
	z-index:1;
}

  
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background: #26A69A;
}


.vid-v-5 .plyr--full-ui input[type=range] {
    color: #26A69A;
}

.vid-v-5 .plyr__control--overlaid {
    background: #26A69A;
}




.vid-v-5 .dlepl--borderRadius {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius .plyr {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius.dlepl--playlist .plyr {
	border-radius: 0px 0px 0 0;
}


.vid-v-10, .vid-v-10 img{
	width: 100%;
	floaT: left;
	height: 165px;
	position:relative;
	overflow:hidden;
}


.vid-v-8, .vid-v-8 img{
	object-fit: cover;
	height: 330px;
}


.vid-v-7 img{
	position:relative;
	z-index:0;
	object-fit: cover;
	width: 100%;
	line-height: 0px;
}


.vid-v-8, .vid-v-9{
	overflow:hidden;
	position:relative;
	width: 50%;
	floaT: left;
}


.vid-v-8{
	overflow:hidden;
	position:relative;
	width: 50%;
}


.vid-v-6{
	width: 3%;
	height: 210px;
	background:#26A69A;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 40px 0px 0px 0px;
	position:relative;
}
 


.vid-v-7{
	width: 100%;
	floaT: right;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

  
.vid-v-5{
	width: 97%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.vid-v-4{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

.vid-v-3{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}


.vid-v-02{
	width: 100%;
	floaT: left;
	margin: -17px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px #DBE1EA solid;
}
  
.vid-v-3{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 0px 0px 20px 0px;
	text-align: center;
}


.vid-v-2{
	margin: 0px auto;
	height: 50px;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:22px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
	display: inline;
	background:#fff;
	padding: 20px 30px;
	line-height: 29px;
}

.vid-v-1{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 15px 0px 25px 0px;
	text-align: center;
}



.ser-new-1:hover .ser-new-4 {
    -moz-animation: spinoffPulse 10s infinite linear;
    -webkit-animation: spinoffPulse 10s infinite linear;
}
@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #bdd73c;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotatecircle {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotatecircle {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}




.ser-new-4{
	top: 0px;
	lefT: 65px;
	position:absolute;
	text-align: center;
	line-height: 90px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	floaT: left;
	margin: 0px 0px 20px 20px;
	border: 2px dashed #DBE1EA;
}

.ser-new-1:hover .ser-new-03 img{
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

  .ser-new-03 img{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    color: #f8f9fa;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    opacity: 9;
    width: 90px;
    height: 77px;
    text-align: center;
    line-height: 70px;
}

.ser-new-031{
	position:absolute;
	top:60%;
	left:0;
	width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	}

.ser-new-6 h3{
	width: 100%;
	text-align: center;
	margin: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	height: 18px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 200;
	font-family: font-1;
	color:#2A292E;
	}

.ser-new-6{
	padding: 0px 10px;
}

.ser-new-5{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: right;
	margin: 0px 0px 0px 0px;
}



.ser-new-3{
	position:relative;
	text-align: center;
	line-height: 80px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	margin: 20px auto;
	border: 1px solid rgb(219 225 234 / 0%);
}



.ser-new-2{
	position:relative;
	padding: 0px 0px 0px 0px;
}

.ser-new-1{
	width: 253px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px #DBE1EA;
	floaT: left;
	padding: 0px 0px;
	margin: 0px 10px 20px 10px;
	border: 1px solid #DBE1EA;
}



  .ser-1.al-new-1,   .ser-1 .al-new-2{
	background: #ffffff;
}

.ser-1.al-new-1{
	width: 100%;
	floaT: left;
	padding: 0% 0px;
}





.al-new-9{
	background:#26A69A;
	width: 80px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}


.vid-1 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-1:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.vid-1:hover .vid-13{
  background: #26A69A url(../images/icon-020.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1 .vid-13{
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.vid-1 .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1:hover .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	color: #26A69A;
}


.al-new-8{
  width: 25px;
  height: 25px;
  margin: 10px 0px -6px 0px;
  background: url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
  display: inline-block;
}

.al-new-7 a:hover{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	box-shadow: 0px 0px 10px 0px rgb(44 28 110 / 10%);
	color: #26A69A;
}

.al-new-7 a{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-align: center;
	padding: 0px 40px;
	margin: 7px 0px 10px 0px;
	height: 54px;
	line-height: 57px;
	border-radius: 100px;
	display: inline-block;
	background:#fff;
	position:relative;
	overflow:hidden;
	text-align: center;
	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}

.al-new-7{
	margin-bottom: 2%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	text-align: center;
}


.vid-13{
  width: 28px;
  height: 28px;
  margin: 26px auto;
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
}


.vid-11 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-22.svg) center no-repeat;
    margin: 0px 2px -3px 0px;
}

.vid-10{
	height: 20px;
	overflow: hidden;
	width: 100%;
	color: #5E5C65;
	font-size: 14px;
	font-family: font-1;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
	margin-top: 2px;
}

.vid-9{
	width: 100%;
	height: 20px;
	overflow:hidden;
	color:#2A292E;
	margin-bottom: 2px;
	font-size: 16px;
	font-family: font-05;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}

  .vid-12{
  	right: 0px;
  	border-left: 1px #E9EDF3 solid;
  	width: 80px;
  	height: 80px;
  	floaT: right;
  	position:relative;
  	overflow:hidden;
}

.vid-08{
	margin: 0px 20px;
}

.vid-8{
	width: calc(100% - 90px);
	floaT: left;
	position:relative;
	background:#fff;
	margin: 20px 0px 0px 0px;
}

.vid-7{
	width: 100%;
	height: 80px;
	floaT: left;
	position:relative;
	background:#fff;
}


.vid-5{
background: #26A69A;
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 14px;
	font-family: font-3;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.vid-4{
	background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 13px;
	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}
 
.vid-3{
		line-height: 45px;
	left: 15px;
	bottom: 15px;
	height: 40px;
	floaT: left;
	position:absolute;
	overflow:hidden;
	z-index:1;
}

.vid-2, .vid-2 img{
	height: 250px;
}

.vid-2{
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}


.vid-1{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 530px;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px 10px 20px 10px;
	background:#fff;
}


.al-new-6{
	width: 104%;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px -10px;
}


.nodiv-1 .al-new-5{
	margin-top: 260px;
}



.al-new-5{
	z-index: 1;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}



.al-new-4 {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 5px 0px 4% 0px;
    floaT: left;
    background: url(../images/icon-32.svg) center no-repeat;
    content: "";
    z-index: 1;
}


.al-new-3 {
	margin-top: 5%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:18px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.al-new-2{
	z-index:0;
	background:#F2F7FF;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}

.al-new-1{
		z-index:0;
	position:relative;
	width: 100%;
	floaT: left;
	background: #f2f7ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #f2f7ff 0%, #f2f7ff 52%, #f2f7ff 52%, #207cca 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 53%, #f2f7ff 53%, #26a69a 53%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7ff', endColorstr='#26a69a',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}



.hed-1.hed-01 {
	 background: rgb(5 33 42 / 90%);
	position:fixed;
	margin-top: 0px !important;
}


.hed-1.hed-01 {
  animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -o-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}





.about-22 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22:hover .about-24{
    background: #26A69A url(../images/icon-020.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.about-22:hover .about-23::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22 .about-23::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 19px;
    position: absolute;
    lefT: 0px;
}


.about-23{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.about-24{
    background: #fff url(../images/icon-20.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 28px;
    height: 28px;
    float: right;
    position:relative;
    margin: 16px 0px 0px 28px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.hed-info-11{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.about-22 a {
    color:#fff;
}

.about-22{
    background: #E9F1FB;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 60px;
    line-height: 66px;
    float: left;
    position:relative;
    padding: 0px 17px 0px 37px;
    margin: 20px 0px 10px 0px;
    font-size: 16px;
    font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}




 .about-20{
	width: 100%;
	font-size: 15px;
	font-family: font-3;
	floaT: left;
	position:relative;
	color:#36393C;
	margin: 3% 0% 0% 0%;
}



 .about-19{
	width: 100%;
	font-size: 15px;
	font-family: font-02;
	floaT: left;
	position:relative;
	line-height: 24px;
	color:#36393C;
}



.about-18 {
    width: 100px;
    height: 9px;
    margin: 1px 10px 2px 0px;
    display: inline-block;
    background: url(../images/icon-32.svg) left no-repeat;
    z-index: 1;
}


.about-17{
	width: 100%;
	floaT: left;
	position:relative;
	color:#94989C;

	font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.about-16{
	margin: 8px 0px 2px 0px;
	width: 100%;
	floaT: left;
	position:relative;
	color:#2A292E;
	font-style: normal;
	font-weight: 800;
	font-size: 23px;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}



  .about-15{
	width: 85%;
	floaT: right;
	position:relative;
	margin-bottom: 0%;
}

.about-14{
	width: 60px;
	height: 60px;
	floaT: left;
	position:relative;
	border-radius: 10px;
	background:  #26A69A url(../images/icon-18.svg) center no-repeat;
	background-size: 25px;
}

.nodiv-1 .about-13{
	background: url(../images/icon-019.svg) 90px top no-repeat;
	background-size: 80%;
}


.about-13{
	background: url(../images/icon-19.svg) 90px top no-repeat;
	background-size: 52%;
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 3%;
}




.about-12{
	margin-top: 25px;
	width: 100%;
	floaT: right;
}



.about-08 {
    width: 78px;
    height: 9px;
    margin: 3px 10px 0px 0px;
    floaT: left;
    background: url(../images/icon-21.svg) left no-repeat;
    z-index: 1;
}


.about-7{
	position:absolute;
	floaT: left;
	bottom: 31px;
	right: 38px;
	color:#fff;
	font-weight: 100;
	font-family: font-1;
    font-size: 16px;
}



.about-6{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/logo.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-5{
	width: 100%;
	height: 100%;
	position:absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-11{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/icon-18.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}



.about-10{
	width: 100%;
	height: 100%;
	position:absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}



  .about-9,  .about-9 img{
	width: 151px;
	height: 151px;
}

.about-9{
	right: 0px;
	bottom: 0px;
	margin-top: 20px;
	z-index: 11;
	floaT: right;
	background:#fff;
	position: absolute;
	overflow:hidden;
	border-radius: 10px;
}


 
 .about-8,  .about-8 img{
	width: 170px;
	height: 280px;
}

.about-8{
	/* display: none; */
	top: 0px;
	z-index:0;
	right: 20px;
	floaT: right;
	background:#fff;
	position:absolute;
	overflow:hidden;
	border-radius: 10px;
}


 .about-4,  .about-4 img{
	width: 320px;
	height: 300px;
}
.about-4{
	z-index:1;
	floaT: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}


.about-3{
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}



.about-1 img{
	object-fit: cover;
}


.nodiv-1 .about-1{
		padding: 0px 0px 20px 0px;
	background:#F2F7FF;
	margin-top: 0px !important;
}


.about-1{
	z-index:0;
	position:relative;
	margin-top: 535px;
		background:#fff;
	width: 100%;
	floaT: left;
	padding: 20px 0px;
}






    .mouse-4 {
        position: absolute;
        display: block;
        left: 0px;
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
    }

    .mouse-4 {
        width: 7px;
        height: 9px;
        background: #fff;
        margin: 0px 0px 0px 9px;
        float: left;
        border-radius: 100px;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
        position: relative;
    }

    @-webkit-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @-moz-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    .mouse-3 {
        cursor: pointer;
        width: 25px;
        height: 40px;
        margin: 0px 0px 0px 0px;
        float: left;
        border: 2px #E1E5F5 solid;
        border-radius: 100px;
    }

    .mouse-2 {
        width: 28px;
        right: 11px;
        bottom: 10px;
        floaT: right;
        position:relative;
    }

    .mouse-1 {
        float: left;
        width: 100%;
        font-family: font-1;
        font-size: 15px;
        text-align: center;
        bottom: 0px;
        margin: 0px 0px 0px 0px;
        position: absolute;
        z-index: 1;
    }



.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-2{
    width: 100%;
    floaT: left;
}

.for-ena-11 {
    width: 8px;
    height: 5px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px 0px 0px;
    RIGHT: 0PX;
}


.for-ena-7:hover .tu-ena {
   opacity: 100%;
   margin-top: -15px !important;
   opacity: 100%;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: visible;
}

.for-ena-7 .tu-ena {
   border-top: 10px rgb(255 255 255 / 0%) solid;
   opacity: 0%;
   position:absolute;
   float: left;
   margin-top: 30px;
   transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: hidden;
}

.for-ena-7{
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-indeX:1;
}




.tu-ena.van-ena .for-ena-2{
	box-shadow: 0px 1px 0px 0px #ddd !important;
}


.for-ena-9 img{
	width: 25px;
	floaT: left;
	margin: 9px 7px 0px 4px;
	line-height: 39px;
	font-size: 13px;
	font-family:font-3;
}

.for-ena-10{
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 47px;
	font-size: 14px;
	font-family:font-1;
}

.for-ena-9 {
    margin: 0px 12px;
}

.for-ena-8 {
	cursor: pointer;
	position: relative;
	width: 100%;
	border: 0px #cbcbcb solid;
	height: 43px;
	margin: 0px 0px 15px 0px;
	line-height: 46px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}





body .tu-ena.van-ena .for-ena-5 select{
	height: auto;
}

.tu-ena.van-ena .for-ena-a.for-ena-2::before {
    height: 0px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.tu-ena.van-ena .for-ena-5 option, .tu-ena.van-ena .for-ena-3, .tu-ena.van-ena .for-ena-2{
	width: 100%;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}


.smartphone-ena .for-ena-5 select{
	cursor: pointer;
}

body  .smartphone-ena .for-ena-5  option{
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	text-align: left;
	font-size: 15px !important;
	color: #222;
}

.van-ena .for-ena-a.for-ena-2{
	-webkit-filter: saturate(100%);
    filter: saturate(100%);
    opacity: 100%;
}


.van-ena .for-ena-2:hover{
	cursor: pointer;
}


.for-ena-6{
    color: #2A292E;
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 42px;
	font-size: 13px;
	font-family:font-04;
}

.van-ena img{
    line-height: 0px;
	width: 24px;
	floaT: left;
	margin: 9.4px 9px 0px 12px;
}

.van-ena .for-ena-5 option, .van-ena .for-ena-3, .van-ena .for-ena-2{
	width: 68px;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}



.for-ena-5 option, .for-ena-3, .for-ena-2{
	width: 45px;
	height: 40px;
}

.for-ena-5 select { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}

.for-ena-5 select:focus { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}


body .for-ena-5 option{
	padding: 0px 0px !important;
	border-radius: 0px;
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	floaT: left;
	cursor: pointer;
	text-align: center;
	font-size: 0px !important;
	color:rgb(255 255 255 / 0%);
}


body .for-ena-5 option:checked {
    opacity: 0.5;
}

body .for-ena-5 select{
	height: 40px;
	line-height: 40px;
	padding: 0px;
	vertical-align: middle;
	border-radius: 0px;
	background: rgb(255 255 255 / 0%) !important;
	border-left: 1px solid #d7d7d7;
	floaT: left;
}


body .for-ena-5 select{
	width: 100%;
	overflow:hidden;
	position:relative;
	top: 0px;
	opacity:0;
}


.for-ena-a.for-ena-2{
    background-color:#f7f7f7;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.for-ena-a.for-ena-2::before {
    height: 3px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}


.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}

.for-ena-3{
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	position:relative;
	float: left;
}

.for-ena-2{
	text-align: center;
	line-height: 50px;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-1{
	box-shadow: 0px 0px 10px 1px rgb(5 33 42 / 25%);
	background-color:#fff;
	width: 100%;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow:hidden;
	border-radius: 5px;
}

.for-ena-0{
	width: 100%;
	position:relative;
	margin: 5px 0px 10px 0px;
	float: left;
}


.hed-info-8:hover .hed-info-9::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8 .hed-info-9::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 16px;
    position: absolute;
    lefT: 0px;
}


.hed-info-8 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8:hover .hed-info-10{
    background: #26A69A url(../images/icon-14.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-sms-5 button{
    cursor: pointer;
    widtH: 130px;
    height: 48px;
    line-height: 52px;
    border-radius: 5px;
    color:#fff;
    text-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    float: right;
    border: 0;
    position:relative;
    margin: 26px 0px 0px 0px;
    background: linear-gradient(180deg, #30BEB1 0%, #24A79B 100%);
    font-family: font-03;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-sms-06.hed-sms-6{
    widtH: 160px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 15px;
}


.hed-sms-8 input::placeholder {
    color: rgb(255 255 255 / 50%);
}

.hed-sms-8 input{
	font-size: 14px;
    widtH: 100%;
    height: 48px;
    line-height: 53px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px;
    border: 0;
    color:#fff;
    font-family: font-02;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.hed-sms-7{
     -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 10px 0px;
    font-family: font-01;
}

.hed-sms-6{
    widtH: 170px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}


.hed-sms-5{
	border-top: 1px rgba(255, 255, 255, 0.15) solid;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 10px 0px 0px 0px;
    padding-top: 20px;
}




.hed-info-012{
    opacity: 0.6;
    float:left;
    width:30px;
    height:30px;
    margin:15px 0px 0px 15px;
    background:rgba(255, 255, 255, 0.20);
    border-radius:100px;
    border:none;
    -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius:50%;
    background-color:rgba(255, 255, 255, 0.0);
    background-size:cover;
    background-repeat:no-repeat;
    -webkit-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);}
    @-webkit-keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-moz-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-ms-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}


.hed-sl-000 .slick-active .hed-sl-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
    transform: scale(1.13) 
    translate(0,9px);
    -webkit-transform: scale(1) translate(0,0px);
    filter:  invert(0);
}

.hed-sl-000 .hed-sl-6{
    opacity: 0;
    -webkit-transition: all 2100ms ease;
    -moz-transition: all 2100ms ease;
    -ms-transition: all 2100ms ease;
    -o-transition: all 2100ms ease;
    transition: all 2100ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}


.hed-sl-000 .slick-active .hed-info-11 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-11{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: 0px;
}



.hed-sl-000 .slick-active .hed-info-8 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-8{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: -20px;
}


.hed-sl-000 .slick-active .hed-info-7{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-7{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -600px;
}

.hed-sl-000 .slick-active .hed-info-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-6{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -500px;
}


.hed-sl-000 .slick-active .hed-info-3{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-3{
    opacity: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -200px;
}


.hed-sl-00{
	top: 0px;
	/* z-index:0; */
	widtH: 100%;
	float: left;
	position: relative;
}

.hed-sms-4{
	font-size: 13px;
    widtH: 100%;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 20px;
    overflow:hidden;
    position:relative; 
}


.hed-sms-3{
    widtH: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
    position:relative;
    font-size: 17px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    font-family: font-04;
}

.hed-sms-2{
    margin: 0px 20px;
}

.hed-sms-1{
    widtH: 100%;
    float: left;
    right: 0px;
    z-index:99999999;
    top: 350px;
    position: absolute;
    padding: 0px 0px 20px 0px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7.5px);
    border-radius: 10px 10px 0px 0px;
    color:#fff;
}








.hed-info-15 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-1;
}


.hed-info-14 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-05;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.shida-8 .hed-info-13 {
	width: calc(100% - 90px) !important;
}

.hed-info-13 {
	width: 80%;
	float: left;
	position:relative;
	margin: 12px 0px 0px 15px;
	font-size: 15px;
	font-family: font-01;
}



.hed-info-12{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-13.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-9{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.hed-info-10{
        background: rgba(255, 255, 255, 0.15) url(../images/icon-14.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 26px;
    height: 26px;
    float: right;
    position:relative;
    margin: 12px 0px 0px 15px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}

.shida-8 .hed-info-11{
	display: block;
}

.hed-info-11{
	display: none;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-sl-2 a {
    color:#fff;
}

.hed-info-8{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 50px;
    line-height: 56px;
    float: left;
    position:relative;
    padding: 0px 15px 0px 25px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-7{
	display: none;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-info-6 b{
    font-family: font-05;
}

.hed-info-6{
    widtH: 100%;
    height: 22px;
    overflow:hidden;
    float: left;
    position:relative;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    font-family: font-01;
    letter-spacing: 1px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.hed-info-5 {
    width: 90px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-12.svg) center no-repeat;
    z-index: 1;
}


.hed-info-4::after {
    width: 11px;
    height: 11px;
    background: #26A69A;
    float: left;
    border-radius: 100px;
    margin: -1px 7px 0px 0px;
    floaT: left;
    content: "";
    z-index: 1;
    position: relative;
    lefT: 0px;
}

.hed-info-4{
	font-size: 13px;
    float: left;
    position:relative;
    margin: 0px 0px 15px 0px;
        font-family: font-02;
        letter-spacing: 1px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-info-3{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}


.hed-info-2{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 18px 0px 0px 0px;
}


.hed-info-1{
    widtH: 87%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 176px 0px 0px 0px;
}




.hed-4:hover {
    background: #f50934;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-4 {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.van-div-4 a:hover{
    color:#26A69A;
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.van-div-4 a{
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


#cssmenu a:hover{
    color: #ffffff;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu a{
    color: #B4BBCF;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


#cssmenu .menu-2::before, #cssmenu .menu-3::before, #cssmenu .menu-4::before {
    width: 11px;
    height: 22px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/menu.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: 0px;
    position: absolute;
    lefT: -16px;
}



#cssmenu li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu .menu-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu li::after {
    width: 90px;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: 9px;
    position: absolute;
    lefT: 0px;
}


#cssmenu .menu-a span{
    color: #ffffff;
}

#cssmenu .menu-a a{
    color: #ffffff;
}

#cssmenu a{
    color: #B4BBCF;
}

#cssmenu li{
	border-bottom: 1px #39495a solid;
    position:relative;
    floaT: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 17px 0px;
    font-size: 14px;
    font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

#cssmenu span{
    padding:0px 0px 0px 20px;
    floaT: left;
    color: #B4BBCF;
}

#cssmenu{
    margin: 0px 0px 0px 0px;
    floaT: right;
    color:#fff;
}


.hed-4 .icon-8{
    transform: rotateY(0deg);
    transition: all 0.5s ease;
}

.hed-4:hover .icon-8{
       -webkit-transform: rotateY(-349deg);
    -moz-transform: rotateY(-349deg);
    -o-transform: rotateY(-349deg);
    -ms-transform: rotateY(-349deg);
    transform: rotateY(190deg);
    transition: all 0.5s ease;
}

.icon-8 {
    width: 15px;
    height: 12px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-9.svg) center no-repeat;
    margin: 0px 5px -1px 0px;
}


.hed-4 {
	display: none;
    height: 43px;
    line-height: 46px;
    background: #D80027;
    font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    position: relative;
    padding: 0px 15px;
    font-size: 13px;
    margin: 34px 15px 0px 0px;
    floaT: right;
    border-radius: 5px;
    text-align: center;
    color:#fff;
}

.hed-4 {
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 30%);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}


.hed-3 {
    width: 105px;
    height: 43px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 22px 43px 0px 0px;
    floaT: right;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    text-align: center;
    color:#fff;
}







.icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-8.svg) center no-repeat;
    floaT: left;
}

.icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-7.svg) center no-repeat;
    floaT: left;
}

.icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-6.svg) center no-repeat;
    floaT: left;
}

.icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-5.svg) center no-repeat;
    floaT: left;
}



.van-div-5 li {
   width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 14px;
}

.van-div-2 .van-div-5{
	display: none;	
}

.van-div-5 {
    margin: 14px 0px 0px 0px;
    float: right;
    position: relative;
}


.headerr-ic-2{
	font-size: 14px;
   border-right: 1px rgba(255, 255, 255, 0.12) solid;
   padding: 0px 25px 0px 0px !important;
   margin: 0px 25px 0px 0px !important;  
   float: left;
   position:relative;
}



.icon-3 {
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-2 {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-1 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 5px -5px 0px;
}


.van-div-4 li{
    padding: 0px 0px 0px 0px;
   float: left;
   position:relative;
}

.van-div-3 a{
    color:#fff;
}


.van-div-3{
    color:#fff;
    width: 100%;
   float: left;
   position:relative;
}


.van-div-4{
	font-size: 13px;
   display: inline-block;
   line-height: 18px;
   float: left;
   position:relative;
   margin: 24px 0px 0px 0px;
}


.logo-1 img{
    widtH: 100%;
    line-height: 0px;
    float: left;
    position: relative;
}

.logo-1 {
    z-index: 0;
    margin: 15px 0px 14px 0px;
    float: left;
    position: relative;
}




.hed-sl-6 img{
    widtH: 100%;
    height: 660px;
    float: left; 
    overflow:hidden;
}

.hed-sl-6{
    widtH: 100%;
    height: 100%;
    float: left; 
    overflow:hidden;
}

.hed-1{
	/* overflow:hidden; */
	widtH: 100%;
	/* height: 100%; */
	z-index:1;
	background: rgb(16 29 30 / 55%);
	float: left;
	position: absolute;
	margin-top: 65px;
	z-index: 999;
}

.van-div-2{
    widtH: 100%;
    height: 65px;
    line-height: 65px;
    background: rgb(17 32 34 / 46%);
    float: left;
    position: absolute;
    overflow:hidden;
    z-index:1;
}

.hed-sl-0 .slick-prev, 
.hed-sl-0 .slick-next{
	top: 45% !important;
}


.hed-sl-0{
    widtH: 100%;
    height: 536px;
    z-index:0;
    background: #18193a;
    float: left;
    position: absolute;
    overflow:hidden;
    margin-top: 0px;
}



.hed-sl-3{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: linear-gradient(180deg, rgba(3, 41, 62, 0.6) 0%, rgba(6, 18, 37, 0.6) 100%);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-4{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: url(../images/sl-2.png) !important;
    float: left; 
    position: absolute;
    overflow:hidden;
}

.hed-sl-5{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: rgba(6, 5, 27, 0.4);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-7{
    widtH: 100%;
    height: 100%;
    z-index:1;
    top: -0px;
    background: url(../images/sl-1.svg) center;
    background-size: 100%;
    float: left; 
    position: absolute;
    overflow:hidden;
}





.slick-next{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.slick-prev{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.slick-slide{margin:0px 0px;}
.slick-slide img{width:100%; object-fit: cover; }
.slick-slider{/* overflow:hidden; */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{border-radius: 0px;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-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-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height: 0px;}
.slick-slide img{display:block;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick-prev,
.slick-next{border:none;outline:none;}
.slick-initialized .slick-slide{display: block;}
.slick-prev:after{right:19px;top:20px;-webkit-transform:skew(45deg, 0deg);-ms-transform:skew(45deg, 0deg);transform:skew(45deg, 0deg);}
.slick-dots{padding-bottom: 2px !important;bottom:20px;width:100% !important;position:absolute;display: none !important;padding:0;margin:0;list-style:none;text-align:center;z-index:9;}
.slick-dots .slick-active{background: #26A69A;border-radius: 0px;}
.slick-next{right:20px;floaT:left;border-radius:100px;background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); font-size:0px !important;z-index:99999;line-height:40px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.shefi-8 .slick-prev:hover{transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;box-shadow:0px 2px 5px 0px #0000001f;}
.slick-prev,.slick-next{top: 48% !important;}
.slick-prev{lefT:20px;floaT:left;border-radius:100px;font-size:0px !important;z-index: 1;line-height:50px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.slick-dots li{background: #B4BBCF;border-radius: 0px;position:relative;display:inline-block;width: 20px;height: 4px;margin: 0 4px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
/*-- /Responsive --*/
}





/*-- Responsive --*/
@media (min-width: 800px) and (max-width:1000px){

body .lity-iframe .lity-container, body .lity-youtube .lity-container, body .lity-vimeo .lity-container, body .lity-facebookvideo .lity-container, body .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 741px;
}  
    
.outer-menu {floaT: left;width: 100%;/* height: 100%; */position: absolute;top: 0px;left: 0px;/* z-index: 99999; */}
.outer-menu .checkbox-toggle {
	position: absolute;
	top: 35px;
	floaT: left;
	right: -10px;
	z-index: 2;
	cursor: pointer;
	width: 37px;
	height: 42px;
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > div {
    background: #ffffff;
}

.outer-menu .checkbox-toggle:checked + .hamburger > div:after,
.outer-menu .checkbox-toggle:checked + .hamburger > div:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
    right: 0px;
}

.outer-menu .checkbox-toggle .menu {
    pointer-events: auto;
    visibility: visible;
    lefT: -300px;
}

.outer-menu .checkbox-toggle:checked ~ .menu > div {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border-radius: 0px !important;
	left: 0px;
}

.outer-menu .menu div {
	-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; 
}

.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
   lefT: 300px !important;
   opacity: 9;
   top: 0px;

}

.outer-menu .checkbox-toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.outer-menu .hamburger {
    position: absolute;
    top: 33px;
    right: 0px;
    z-index: 1;
    width: 27px;
    height: 40px;
    padding: 0.0em 0px;
    background: 0 0;
    box-shadow: none !important;
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.outer-menu .hamburger > div:after,
.outer-menu .hamburger > div:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
    top: 10px;
}



.outer-menu .menu::before{
	width:100%;
	height: 100%;
	margin:0px 0px 0px 0px;
	position:fixed;
	floaT:left;
	background: rgb(12 14 16 / 80%);
	backdrop-filter: blur(3.5px); 
	content:"";
	top: 0px;
	right: 0px;
}

.outer-menu .menu {
		-webkit-transition: opacity 0.4s ease 0.4s;
		transition: opacity 0.4s ease 0.4s;
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100%;
		pointer-events: none;
		visibility: hidden;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		outline: 1px solid transparent;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		}

.outer-menu .menu > div {
	position:fixed;
	top: 0px;
	floaT: left;
	left: -230px;
	width: 230px;
	height: 100%;
	color: #fefefe;
	background: #25303C;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: auto;
	display: -webkit-box;
	/* display: flex; */
	/* -webkit-box-align: center; */
	/* align-items: center; */
	/* -webkit-box-pack: center; */
	/* justify-content: center; */
}
.outer-menu .menu > div > div {
	lefT: 0px !important;
    text-align: center;
    max-width: 300px;
    opacity: 0;

}
.outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
}
.outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    font-family: Mbold;
    color: #fff;
    font-size: 16px;
}
.outer-menu .menu > div > div > ul > li.host {
    margin-top: 40px;
}
.outer-menu .menu > div > div > ul > li > a:hover {
    color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fed501;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
	
.text-fer a:hover{
	color: #26A69A;
}
.text-fer a{
	font-family: font-3;
}

.cc-sms-6 input, .cc-sms-6 textarea {
    font-size: 14px;
    border-radius: 0px !important;
    }

.cc-sms-6 .valid, .cc-sms-6 .valid {
    border-color: #26A69A;
    border: 1px #26A69A solid !important;
}

#date_in-error.error {
  display: none;
}

#date_in-error.error {
  display: none !important;
}



.error {
    font-size: 0px;
}

.cc-sms-6 .error, .cc-sms-6 #date_in-error {
    border-color: red;
}

.cc-sms-6 .error {
    border: 1px red solid !important;
}

#message-error {
    display: none !important;
}

#success p {
    color: #4CAF50;
    display: inline-block;
    font-family: font-3;
    height: 100%;
    width: 100%;
    line-height: 260px;
    text-align: center;
    margin: -2px 0px 0px 0px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #eee;
    transition: all 0.7s ease;
    z-index: 11;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#success span {
    color: #f00;
    font-family: font-2;
    width: 100%;
    floaT: left;
    line-height: 20px;
    text-align: left;
    margin: 0% 0% 2% 0%;
    padding: 0px 0px;
    transition: all 0.7s ease;
    z-index: 1;
    font-size: 14px;
    position: relative;
    border-radius: 100px;
}



.ser-sh-2 .al-new-2{
	margin-bottom: 25px;
}

.ser-sh-2 .al-new-4 {
    margin: 5px 0px 2% 0px;
}


.al-new-04 .map__inner{ width: calc(100% - 25px); }


.al-new-04.cc-sms-8{
	width: 100%;
	floaT: right;
	position:relative;
}




.ser-sh-2.ser-1.al-new-1,   .ser-sh-2.ser-1 .al-new-2{
	background: #F2F7FF;
}


.shida-video:hover{
    background: rgb(0 0 0 / 60%) url(../images/icon-15.svg) 21px 21px no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.shida-video{
    background: rgb(0 0 0 / 50%) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    width: 56px;
    height: 56px;
    float: right;
    top: 0px;
    z-index:9;
    left: 0px;
    position:absolute;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}





.shida-5 .slick-dots li{position:relative;display:inline-block;width: 20px;height: 5px;margin:0 4px;padding:0;cursor:pointer;}

.shida-5 .slick-dots {
	display: block !important;
}


.shida-5 .slick-next{
    backdrop-filter: blur(15px);
    background: #26A69A url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.shida-5 .slick-prev{
    backdrop-filter: blur(15px);
    background: rgb(0 0 0 / 55%) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.shida-5, .shida-5 img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.shida-4 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	floaT: left;
	color:#2A292E;
	z-index:1;
}

.shida-5 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	overflow:hidden;
	floaT: left;
	margin: 0px 0px 0px 0px;
	color:#2A292E;
	z-index:1;
}



.shida-8 h1 {
	width: 100%;
	line-height:22px;
	font-size: 18px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 0px 0px 6px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.shida-8 .hed-info-5 {
    width: 100px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-012.svg) center no-repeat;
    z-index: 1;
}

.shida-16 b{
	font-family: font-02;
}

.shida-16 {
	width: 100%;
	line-height:22px;
	font-size: 14.5px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
	color:#2A292E;
}

.shida-15{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	font-size: 15px;
	margin: 0px 0px 2px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.shida-14{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
}

.shida-13{
	z-index:1;
	width: 100%;
	height: 1px;
	position:relative;
	floaT: left;
	background:#DEE6EC;
	margin: 15px 0px;
}



.shida-8 .hed-info-12{
    background: #EAF2FE url(../images/icon-48.svg) center no-repeat;
    backdrop-filter: blur(10px);
}

.shida-8{
	width: 100%;
	position:relative;
	floaT: left;
	margin-top: 20px;
}



.shida-3 img{
	width: 100%;
	position:relative;
	floaT: left;
	line-height: 0px;
	font-size: 0px;
}

.shida-3 .slick-prev, .shida-3 .slick-next{top: 45% !important;}

.shida-3{
	width: 100%;
	position:relative;
	floaT: left;
}

.shida-02{
	padding: 0px 20px;
}


.shida-2{
	width: 100%;
	position:relative;
	floaT: left;
	background:#fff;
	padding: 20px 0px;
}



.shida-1{
	z-index:1;
	width: 100%;
	position:relative;
	floaT: left;
	margin-bottom: 20px;
}





.hed-sl-000 .hed-vid-01{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.hed-sl-000 .slick-active .hed-vid-01{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.hed-vid-04{
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-04:hover{
	color: #26A69A;
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-03{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 56px;
    height: 56px;
    float: right;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}

.hed-vid-04::after {
    width: 12px;
    height: 12px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: #26A69A;
    content: "";
    z-index: 1;
    bottom: 5px;
    position: absolute;
    lefT: -18px;
}

.hed-vid-04{
	floaT: left;
	margin: 23px 12px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
}

.hed-vid-02{
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
	letter-spacing: 3px;
}

.hed-vid-01{
	width: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	right: 0px;
	margin-top: 230px;
	z-index:999;
}


.box-live-3 iframe{
	width: 100%;
	height: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	border: 0px;
}


.box-live-3{
	width: 98%;
	height: 371px;
	floaT: left;
	margin: 0px 0px 25px 1%;
	position:relative;
	box-shadow: 0px 0px 0px 10px #26A69A;
}

.box-live-1{
	width: 100%;
	floaT: left;
	margin: 20px 0px 3% 0px;
	position:relative;
}

.cc-sms-18{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 10px 0px -20px 0px;
}


.cc-sms-19 .van-div-01{
	floaT: left;
	background:#ffffff;
	margin: 0px 14px 0px 20px !important;
}


.cc-sms-19 .footer-14{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
}

.cc-sms-19{
	width: 255px;
	margin: auto;
	position:relative;
	background:#fff;
	z-index:1;
}



.cc-sms-20{
	width: 100%;
	background:#E1E4FF;
	margin: -40px 0px 0px 0px;
	height: 1px;
	floaT: left;
	position:relative;
	z-index:0;
}



.cc-sms-icon-03 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-43.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-02 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-42.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-01 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-41.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.cc-sms-13{
	width: 50px;
	height: 50px;
	background:#26A69A;
	margin: auto;
	border-radius: 10px;
	position:relative;
	font-size: 15px;
	color:#676B6F;
	z-index:1;
}


.cc-sms-12{
	width: 100%;
	floaT: left;
	position:relative;
	font-size: 15px;
	color:#676B6F;
}


.cc-sms-17 a:hover{
	color:#26A69A;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


.cc-sms-17 a{
	color:#676B6F;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.cc-sms-17{
	width: 100%;
	font-family: font-03;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 14px;
	color:#676B6F;
}

.cc-sms-16{
	width: 100%;
	font-family: font-05;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 15px;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}



.cc-sms-15{
	width: 100%;
	floaT: left;
	position:relative;
	margin: 22px 0px 0px 0px;
	text-align: center;
}




.cc-sms-14{
	width: 100%;
	background:#DEE6EC;
	margin: -25px 0px 0px 0px;
	height: 2px;
	floaT: left;
	position:relative;
	z-index:0;
}


.cc-sms-0011.cc-sms-11{
	margin-lefT: 2%;
}

.cc-sms-011.cc-sms-11{
	margin-lefT: 2%;
}


.cc-sms-11{
	width: 32%;
	floaT: left;
	position:relative;
}



.cc-sms-10{
	width: 100%;
	floaT: left;
	position:relative;
	margin-top: 50px;
}




.map-2{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}

.conimap-1 .map{height:350px;} 
.conimap-1 .map__inner{height:350px;} 

.map{float:left;width:100%;height:280px;margin: 25px 0px 25px -25px;position:relative;z-index:0;right: 0px;}
.map__inner{float: right;height: 280px;left:0;position:relative;top:0px;width:100%;transition:0.4s;-webkit-transform:rotate(0deg) translate3D(0%, 0, 0);transform:rotate(0deg) translate3D(0%, 0, 0);}
.map__canvas{height:100%;width:100%;}
.map-03{height:360px !important;}





.cc-sms-4::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -12px;
    position: absolute;
    lefT: 0px;
}



.cc-sms-4 {
	width: 100%;
	margin: 0px 0px 35px 0px;
	floaT: left;
	position:relative;
	font-family: font-05;
	font-weight: 500;
	color:#3F4348;
	text-align: left;
	font-size:19px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.cc-sms-7 button{
	cursor: pointer;
	width: 100%;
	height: 50px;
	line-height: 55px;
	floaT: left;
	position:relative;
	margin-bottom: 0px;
	border: 0;
	font-size: 17px;
	background:#26A69A;
	color:#fff;
	font-family: font-02;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.cc-sms-6{
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 20px;
}


.cc-sms-8{
	margin-top: 20px;
	width: calc(100% - 25px);
	floaT: right;
	position:relative;
}

.cc-sms-3 textarea{
	padding: 15px;
	width: 100% !important;
	height: 140px;
	floaT: left;
	border: 1px solid #DEE6EC !important;
	font-family: font-1;
}

.cc-sms-3 input{
	padding: 15px !important;
	width: 100% !important;
	floaT: left;
	position:relative;
		display: inline-block;
	width: 302px; 
	height: 47px;
	line-height: 22px;
	padding: 10px;
	font-family: font-1;
	vertical-align: middle;
	border-radius: 0px !important;
	background: #fff;
	border: 1px solid #DEE6EC !important;
	-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.cc-sms-3{
	width: 100%;
	floaT: left;
	position:relative;
}


.cc-sms-2{
	padding: 0px 40px;
}



.cc-sms-1{
	width: 100%;
	floaT: left;
	position:relative;
	background: #fff;
	margin-bottom: 30px;
	padding: 40px 0px;
}





.nodiv-1 .about-1{
	padding-top: 3%;
}



.eroris-2 {
    margin: 0% 5%;
}

.eroris-5 {
	color: #6d747c;
    font-family: font-03;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}


.eroris-4 {
    font-family: font-05;
    font-size: 20px;
    margin: 5px 0px 7px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color:#222;
    font-feature-settings: 'case' on;
}

.eroris-3 {
    font-family: font-2;
    font-size: 50px;
    margin: 0% 0% 0% 0%;
    width: 100%;
    floaT: left;
    position:relative;
    color: #FF3D2E;
}


.eroris-1 {
    font-family: font-2;
    font-size: 15px;
    margin: 5% 0% 8% 0%;
    padding: 0% 0%;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}




.text {
	position: relative;
	width: 100%;
	margin: 20px 0px 30px 0px;
	z-indeX:1;
	font-size:15px;
   	font-family: font-03;
   	line-height: 22px;
    color:#3F4348;
}

.box_in h1::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}

.box_in h1{
	position: relative;
	width: 100%;
	margin: 12px 0px 22px 0px;
	z-indeX:1;
	font-size:20px;
   	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color:#3F4348;
}



.box_in {
    margin: 0px 40px;
}


.box {
	border-radius: 10px;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0px 0px 30px 0px;
    floaT: left;
    padding: 20px 0px 0px 0px;
}




.pagi-load path{
	fill: #fff;
}


#pagi-load span{ display: none;}
#pagi-load a span{ display: block; }
#pagi-load span{ float: left;  }
.pagi-load{  text-align: center; font-size:0px;}
.bottom-nav{ floaT: left; width:100%;margin: 5px 0px 28px 0px;}
.pagi-load a:hover{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;background: #26A69A;}
.pagi-load a:hover .fa-refresh{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;}
.pagi-load a{ border-radius: 100px; font-feature-settings: 'case' on;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;padding:0px 30px;display:inline-block;height:50px;line-height: 55px;font-size:16px;letter-spacing: 0.5px;cursor:pointer;color:#ffffff;background: #313337; text-align:center;font-family: font-02;}




.no-sl-1.hed-sl-0{
    widtH: 100%;
    height: 280px;
    margin-bottom: 20px;
}

.speedbar-3::after {
    width: 8px;
    height: 10px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px -17px;
    floaT: left;
    background: url(../images/n.svg) top no-repeat;
    content: "";
    z-index: 1;
    bottom: 6px;
    position: absolute;
}



.no-sl-1 .hed-info-1{
    widtH: 100%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 190px 0px 0px 0px;
}


.speedbar-3 a{
    display: inline-flex !important;
    padding: 0px 30px 0px 0px;
    position:relative;
}

.speedbar-2 a{
    display: none;
}

.speedbar-1 a{
	position:relative;
    color:#26A69A;
}


.speedbar-1{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 30px 0px 0px 0px;
    text-align: center;
       	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-9 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-9 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}



.footer-7{
	width: 100%;
	floaT: left;
	position:relative;
}

.footer-005.footer-5{
	width: 27%;
	display: block;
	float: right;
	position:relative;
	margin: 0px 0px 0px 0px;
}



.footer-9 {
    width: 100%;
    height: 20px;
    overflow:hidden;
    float: left;
    position:relative;
    margin: 2px 0px 0px 0px;
    font-family: font-03;
}

.footer-8 {
    width: 100%;
   float: left;
   position:relative;
   margin: 15px 0px 5px 0px;
   font-family: font-05;
   -webkit-font-feature-settings: 'case'on;
   font-feature-settings: 'case'on;
}


.footer-icon-3 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.footer-icon-2 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}


.footer-icon-1 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.footer-6 {
    width: 45px;
    height: 45px;
    background: #26A69A;
    border-radius: 10px;
   position:relative;
   margin: auto;
}




.footer-05.footer-5{
   width: 27%;
   float: left;
   position:relative;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

.footer-005.footer-5{
	border-right: 0px #ddd solid;
}

.footer-5{
	border-right: 1px #ddd solid;
	text-align: center;
	width: 45%;
	float: left;
	position:relative;
	margin: 0px 0px 0px 0px;
}



.footer-4{
    width: 100%;
    float: left;
    position:relative;
    margin: 10px 0px 0px 0px;
}


.footer-3 {
	display: none;
    width: 200px;
   float: left;
   position:relative;
   margin: 0px 0px 0px 0px;
}


.footer-2 {
    width: 100%;
   float: left;
   position:relative;
   margin: 20px 0px 20px 0px;
}


.footer-14.van-div-5 li{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 li:hover {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 .van-div-04:hover {
    border: 2px #9829e3 solid;
}

.footer-14.van-div-5 .van-div-03:hover {
    border: 2px #25D366 solid;
}
.footer-14.van-div-5 .van-div-02:hover {
    border: 2px #e440b4 solid;
}

.footer-14.van-div-5 .van-div-01:hover {
    border: 2px #2e4fe3 solid;
}


.footer-14 .icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-47.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-46.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-45.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-44.svg) center no-repeat;
    floaT: left;
}

.footer-14.van-div-5 li {
   width: 38px;
    height: 38px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 15px 0px 0px;
    border: 2px #E1E4FF solid;
}


.footer-14.van-div-5 {
    margin: 18px 0px 20px 0px;
    float: left;
    position: relative;
}



.footer-12 li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 .footer-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 li::after {
    width: 100%;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}


.footer-12 .footer-a a{
    color: #04161C;
}

.footer-12 a{
    color: #5B5C69;
}

.footer-12 li{
    position:relative;
    floaT: left;
    margin: 0px 12px;
    padding: 0px 0px;
    font-size: 15px;
    font-family: font-03;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-12{
	width: 100%;
    margin: 30px 0px 0px 0px;
    padding-bottom: 30px;
    border-bottom: 1px #DBE1EA solid;
    floaT: left;
    color:#fff;
}

.footer-17 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.footer-17 a:hover::after{
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: -5px;
    position: absolute;
    lefT: 0px;
}


.footer-17 a{
   position:relative;
   font-family: font-3;
   font-size: 16px;
}

.footer-16 {
    width: 100%;
   float: left;
   position:relative;
   margin: 25px 0px 18px 0px;
}

.footer-18{
   position:relative;
   float: left;
}


.footer-17{
   position:relative;
   float: right;
}

.footer-15 span{
   	font-family: Verdana;
}

.footer-15 {
		z-index:0;
	position:relative;
    width: 100%;
   float: left;
   position:relative;
   background:#F2F7FF;
   color:#1C1C1C;
   	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.footer-10{
		z-index:0;
	position:relative;
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
}


.footer-1{
		z-index:0;
	position:relative;
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
   border-bottom: 1px #DBE1EA solid;
}


.par-3{
	overflow:hidden;
	position:relative;
	margin: 0px 0px 0px -10px;
}


.partniori-1 img{
	width: 100%;
	height: 120px;
	floaT: left;
	position:relative;
	border-radius: 10px;
}

.partniori-2{
	width: 100%;
	floaT: left;
	position:relative;
}


.partniori-1{
	width: 235px;
	floaT: left;
	position:relative;
	margin: 0px 10px 50px 10px;
}


.par-2 .slick-dots{ bottom: 0px; display: block !important; }

.par-2 .slick-prev, .par-2 .slick-next{  display: none !important; }



.par-2{
	width: 100%;
	overflow:hidden;
	position:relative;
	floaT: left;
	z-index:1;
	margin-bottom: 30px;
}



.par-1 .al-new-2{
	background:#EBEFF5;
}

.par-1.al-new-1{
	width: 100%;
	floaT: left;
	background: #26a69a; /* Old browsers */
	background: -moz-linear-gradient(left,  #26a69a 0%, #26a69a 50%, #ebeff5 50%, #26a69a 50%, #ebeff5 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a69a', endColorstr='#ebeff5',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}


.par-1 .al-new-9{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	left: 0px;
}


.vid-v-8 img, .vid-v-10 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-v-8:hover img, .vid-v-10:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.news-flei-3{display:block;color:#fff;font-size:16px;font-family: font-1;line-height: 34px;position:relative;width:100%;-webkit-font-feature-settings: 'case'on;font-feature-settings: 'case'on;height: 30px;text-align:center;margin:auto;}
.news-flei-2{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;}
.news-flei-1{width:100%;height:100%;position:absolute;floaT:left;z-index:9999;}


.vid-v-8 .vid-bor-3::after {
    width: 25px;
    height: 30px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
    content: "";
    z-index: 1;
    right: 16px;
    bottom: 20px;
    position: absolute;
}

.vid-v-8 .vid-bor-3{
height: 90% !important;
background: rgb(255 255 255 / 0%);
}


.vid-bor-3{
	width: calc(100% - 30px);
	height: 80% !important;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
	box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 40%);
	position:absolute;
	top: 15px;
	lefT: 15px;
	z-index:9;
}

.vid-bor-2{
	width: 100%;
	height: 100%;
	background: rgba(12, 46, 40, 0.45);
	position:absolute;
	top: 0px;
	lefT: 0px;
	z-index:1;
}

  
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background: #26A69A;
}


.vid-v-5 .plyr--full-ui input[type=range] {
    color: #26A69A;
}

.vid-v-5 .plyr__control--overlaid {
    background: #26A69A;
}




.vid-v-5 .dlepl--borderRadius {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius .plyr {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius.dlepl--playlist .plyr {
	border-radius: 0px 0px 0 0;
}


.vid-v-10, .vid-v-10 img{
	width: 100%;
	floaT: left;
	height: 148px;
	position:relative;
	overflow:hidden;
}


.vid-v-8, .vid-v-8 img{
	object-fit: cover;
	height: 296px;
}


.vid-v-7 img{
	position:relative;
	z-index:0;
	object-fit: cover;
	width: 100%;
	line-height: 0px;
}


.vid-v-8, .vid-v-9{
	overflow:hidden;
	position:relative;
	width: 50%;
	floaT: left;
}


.vid-v-8{
	overflow:hidden;
	position:relative;
	width: 50%;
}


.vid-v-6{
	width: 3%;
	height: 328px;
	background:#26A69A;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 40px 0px 0px 0px;
	position:relative;
}
 


.vid-v-7{
	width: 100%;
	floaT: right;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

  
.vid-v-5{
	width: 97%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.vid-v-4{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 18px 0px;
}

.vid-v-3{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}


.vid-v-02{
	width: 100%;
	floaT: left;
	margin: -17px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px #DBE1EA solid;
}
  
.vid-v-3{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 0px 0px 30px 0px;
	text-align: center;
}


.vid-v-2{
	margin: 0px auto;
	height: 50px;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:22px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
	display: inline;
	background:#fff;
	padding: 20px 30px;
	line-height: 29px;
}

.vid-v-1{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 15px 0px 25px 0px;
	text-align: center;
}



.ser-new-1:hover .ser-new-4 {
    -moz-animation: spinoffPulse 10s infinite linear;
    -webkit-animation: spinoffPulse 10s infinite linear;
}
@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #bdd73c;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotatecircle {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotatecircle {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}




.ser-new-4{
	top: 0px;
	lefT: 0px;
	position:absolute;
	text-align: center;
	line-height: 90px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	floaT: left;
	margin: 20px 0px 20px 20px;
	border: 2px dashed #DBE1EA;
}

.ser-new-1:hover .ser-new-03 img{
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

  .ser-new-03 img{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    color: #f8f9fa;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    opacity: 9;
    width: 90px;
    height: 77px;
    text-align: center;
    line-height: 70px;
}

.ser-new-031{
	position:absolute;
	top:60%;
	left:0;
	width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	}

.ser-new-6 h3{
        margin: 0px 0px 0px 0px;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle;
        height: 120px;
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        font-family: font-01;
        color:#2A292E;
    }



.ser-new-5{
	text-align: left;
	line-height: 20px;
	width: 65%;
	floaT: right;
	margin: 0px 10px 0px 0px;
}



.ser-new-3{
	position:relative;
	text-align: center;
	line-height: 80px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	floaT: left;
	margin: 20px 0px 20px 0px;
	border: 1px solid rgb(219 225 234 / 0%);
}



.ser-new-2{
	position:relative;
	padding: 0px 10px 0px 20px;

}

.ser-new-1{
	width: 363px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px #DBE1EA;
	floaT: left;
	padding: 0px 0px;
	margin: 0px 10px 20px 10px;
	border: 1px solid #DBE1EA;
}



  .ser-1.al-new-1,   .ser-1 .al-new-2{
	background: #ffffff;
}

.ser-1.al-new-1{
	width: 100%;
	floaT: left;
	padding: 0% 0px;
}





.al-new-9{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}


.vid-1 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-1:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.vid-1:hover .vid-13{
  background: #26A69A url(../images/icon-020.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1 .vid-13{
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.vid-1 .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1:hover .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	color: #26A69A;
}


.al-new-8{
  width: 25px;
  height: 25px;
  margin: 10px 0px -6px 0px;
  background: url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
  display: inline-block;
}

.al-new-7 a:hover{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	box-shadow: 0px 0px 10px 0px rgb(44 28 110 / 10%);
	color: #26A69A;
}

.al-new-7 a{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	text-align: center;
	padding: 0px 40px;
	margin: 10px 0px 10px 0px;
	height: 54px;
	line-height: 57px;
	border-radius: 100px;
	display: inline-block;
	background:#fff;
	position:relative;
	overflow:hidden;
	text-align: center;
	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.al-new-7{
	margin-bottom: 2%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	text-align: center;
}


.vid-13{
  width: 28px;
  height: 28px;
  margin: 26px auto;
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
}


.vid-11 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-22.svg) center no-repeat;
    margin: 0px 2px -3px 0px;
}

.vid-10{
	height: 20px;
	overflow: hidden;
	width: 100%;
	color: #5E5C65;
	font-size: 14px;
	font-family: font-1;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
	margin-top: 2px;
}

.vid-9{
	width: 100%;
	height: 20px;
	overflow:hidden;
	color:#2A292E;
	margin-bottom: 2px;
	font-size: 16px;
	font-family: font-05;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}

  .vid-12{
  	right: 14px;
  	border-left: 0px #E9EDF3 solid;
  	width: 40px;
  	height: 80px;
  	floaT: right;
  	position:relative;
  	overflow:hidden;
}

.vid-08{
	margin: 0px 20px;
}

.vid-8{
	width: calc(100% - 60px);
	floaT: left;
	position:relative;
	background:#fff;
	margin: 20px 0px 0px 0px;
}

.vid-7{
	width: 100%;
	height: 80px;
	floaT: left;
	position:relative;
	background:#fff;
}


.vid-5{
background: #26A69A;
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 14px;
	font-family: font-3;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.vid-4{
	background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 13px;
	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}
 
.vid-3{
		line-height: 45px;
	left: 15px;
	bottom: 15px;
	height: 40px;
	floaT: left;
	position:absolute;
	overflow:hidden;
	z-index:1;
}

.vid-2, .vid-2 img{
	height: 240px;
}

.vid-2{
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}


.vid-1{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 365px;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px 10px 20px 10px;
	background:#fff;
}


.al-new-6{
	width: 104%;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px -10px;
}


.nodiv-1 .al-new-5{
	margin-top: 305px;
}



.al-new-5{
	z-index: 1;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}



.al-new-4 {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 5px 0px 3.5% 0px;
    floaT: left;
    background: url(../images/icon-32.svg) center no-repeat;
    content: "";
    z-index: 1;
}


.al-new-3 {
	margin-top: 4%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:22px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.al-new-2{
	z-index:0;
	background:#F2F7FF;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}

.al-new-1{
		z-index:0;
	position:relative;
	width: 100%;
	floaT: left;
	background: #f2f7ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #f2f7ff 0%, #f2f7ff 52%, #f2f7ff 52%, #207cca 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 53%, #f2f7ff 53%, #26a69a 53%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7ff', endColorstr='#26a69a',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}



.hed-1.hed-01 {
	 background: rgb(5 33 42 / 90%);
	position:fixed;
	margin-top: 0px !important;
}


.hed-1.hed-01 {
  animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -o-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}





.about-22 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22:hover .about-24{
    background: #26A69A url(../images/icon-020.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.about-22:hover .about-23::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22 .about-23::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 19px;
    position: absolute;
    lefT: 0px;
}


.about-23{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.about-24{
    background: #fff url(../images/icon-20.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 28px;
    height: 28px;
    float: right;
    position:relative;
    margin: 16px 0px 0px 28px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.hed-info-11{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.about-22 a {
    color:#fff;
}

.about-22{
    background: #E9F1FB;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 60px;
    line-height: 66px;
    float: left;
    position:relative;
    padding: 0px 17px 0px 37px;
    margin: 20px 0px 10px 0px;
    font-size: 16px;
    font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}




 .about-20{
	width: 100%;
	font-size: 15px;
	font-family: font-3;
	floaT: left;
	position:relative;
	color:#36393C;
	margin: 3% 0% 0% 0%;
}



 .about-19{
	width: 100%;
	font-size: 15px;
	font-family: font-02;
	floaT: left;
	position:relative;
	line-height: 24px;
	color:#36393C;
}



.about-18 {
    width: 100px;
    height: 9px;
    margin: 1px 10px 2px 0px;
    display: inline-block;
    background: url(../images/icon-32.svg) left no-repeat;
    z-index: 1;
}


.about-17{
	width: 100%;
	floaT: left;
	position:relative;
	color:#94989C;

	font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.about-16{
	margin: 8px 0px 2px 0px;
	width: 100%;
	floaT: left;
	position:relative;
	color:#2A292E;
	font-style: normal;
	font-weight: 800;
	font-size: 23px;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}



  .about-15{
	width: 90%;
	floaT: right;
	position:relative;
	margin-bottom: 0%;
}

.about-14{
	width: 60px;
	height: 60px;
	floaT: left;
	position:relative;
	border-radius: 10px;
	background:  #26A69A url(../images/icon-18.svg) center no-repeat;
	background-size: 25px;
}

.nodiv-1 .about-13{
	background: url(../images/icon-019.svg) 90px top no-repeat;
	background-size: 80%;
}


.about-13{
	background: url(../images/icon-19.svg) 90px top no-repeat;
	background-size: 52%;
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 3%;
}




.about-12{
	margin-top: 30px;
	width: 100%;
	floaT: right;
}



.about-08 {
    width: 78px;
    height: 9px;
    margin: 3px 10px 0px 0px;
    floaT: left;
    background: url(../images/icon-21.svg) left no-repeat;
    z-index: 1;
}


.about-7{
	position:absolute;
	floaT: left;
	bottom: 31px;
	right: 38px;
	color:#fff;
	font-weight: 100;
	font-family: font-1;
    font-size: 16px;
}



.about-6{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/logo.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-5{
	width: 100%;
	height: 100%;
	position:absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-11{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/icon-18.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}



.about-10{
	width: 100%;
	height: 100%;
	position:absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}



  .about-9,  .about-9 img{
	width: 151px;
	height: 151px;
}

.about-9{
	right: 0px;
	bottom: 0px;
	margin-top: 20px;
	z-index: 11;
	floaT: right;
	background:#fff;
	position: absolute;
	overflow:hidden;
	border-radius: 10px;
}


 
 .about-8,  .about-8 img{
	width: 290px;
	height: 280px;
}

.about-8{
	/* display: none; */
	top: 0px;
	z-index:0;
	right: 20px;
	floaT: right;
	background:#fff;
	position:absolute;
	overflow:hidden;
	border-radius: 10px;
}


 .about-4,  .about-4 img{
	width: 420px;
	height: 300px;
}
.about-4{
	z-index:1;
	floaT: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}


.about-3{
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}



.about-1 img{
	object-fit: cover;
}

.nodiv-1 .about-1{
		padding: 0px 0px 20px 0px;
	background:#F2F7FF;
	margin-top: 0px !important;
}

.about-1{
	z-index:0;
	position:relative;
	margin-top: 535px;
		background:#fff;
	width: 100%;
	floaT: left;
	padding: 20px 0px;
}






    .mouse-4 {
        position: absolute;
        display: block;
        left: 0px;
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
    }

    .mouse-4 {
        width: 7px;
        height: 9px;
        background: #fff;
        margin: 0px 0px 0px 9px;
        float: left;
        border-radius: 100px;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
        position: relative;
    }

    @-webkit-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @-moz-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    .mouse-3 {
        cursor: pointer;
        width: 25px;
        height: 40px;
        margin: 0px 0px 0px 0px;
        float: left;
        border: 2px #E1E5F5 solid;
        border-radius: 100px;
    }

    .mouse-2 {
        width: 28px;
        right: 11px;
        bottom: 10px;
        floaT: right;
        position:relative;
    }

    .mouse-1 {
        float: left;
        width: 100%;
        font-family: font-1;
        font-size: 15px;
        text-align: center;
        bottom: 0px;
        margin: 0px 0px 0px 0px;
        position: absolute;
        z-index: 1;
    }



.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-2{
    width: 100%;
    floaT: left;
}

.for-ena-11 {
    width: 8px;
    height: 5px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px 0px 0px;
    RIGHT: 0PX;
}


.for-ena-7:hover .tu-ena {
   opacity: 100%;
   margin-top: -15px !important;
   opacity: 100%;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: visible;
}

.for-ena-7 .tu-ena {
   border-top: 10px rgb(255 255 255 / 0%) solid;
   opacity: 0%;
   position:absolute;
   float: left;
   margin-top: 30px;
   transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: hidden;
}

.for-ena-7{
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-indeX:1;
}




.tu-ena.van-ena .for-ena-2{
	box-shadow: 0px 1px 0px 0px #ddd !important;
}


.for-ena-9 img{
	width: 25px;
	floaT: left;
	margin: 9px 7px 0px 4px;
	line-height: 39px;
	font-size: 13px;
	font-family:font-3;
}

.for-ena-10{
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 47px;
	font-size: 14px;
	font-family:font-1;
}

.for-ena-9 {
    margin: 0px 12px;
}

.for-ena-8 {
	cursor: pointer;
	position: relative;
	width: 100%;
	border: 0px #cbcbcb solid;
	height: 43px;
	margin: 0px 0px 15px 0px;
	line-height: 46px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}





body .tu-ena.van-ena .for-ena-5 select{
	height: auto;
}

.tu-ena.van-ena .for-ena-a.for-ena-2::before {
    height: 0px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.tu-ena.van-ena .for-ena-5 option, .tu-ena.van-ena .for-ena-3, .tu-ena.van-ena .for-ena-2{
	width: 100%;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}


.smartphone-ena .for-ena-5 select{
	cursor: pointer;
}

body  .smartphone-ena .for-ena-5  option{
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	text-align: left;
	font-size: 15px !important;
	color: #222;
}

.van-ena .for-ena-a.for-ena-2{
	-webkit-filter: saturate(100%);
    filter: saturate(100%);
    opacity: 100%;
}


.van-ena .for-ena-2:hover{
	cursor: pointer;
}


.for-ena-6{
    color: #2A292E;
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 42px;
	font-size: 13px;
	font-family:font-04;
}

.van-ena img{
    line-height: 0px;
	width: 24px;
	floaT: left;
	margin: 9.4px 9px 0px 12px;
}

.van-ena .for-ena-5 option, .van-ena .for-ena-3, .van-ena .for-ena-2{
	width: 68px;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}



.for-ena-5 option, .for-ena-3, .for-ena-2{
	width: 45px;
	height: 40px;
}

.for-ena-5 select { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}

.for-ena-5 select:focus { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}


body .for-ena-5 option{
	padding: 0px 0px !important;
	border-radius: 0px;
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	floaT: left;
	cursor: pointer;
	text-align: center;
	font-size: 0px !important;
	color:rgb(255 255 255 / 0%);
}


body .for-ena-5 option:checked {
    opacity: 0.5;
}

body .for-ena-5 select{
	height: 40px;
	line-height: 40px;
	padding: 0px;
	vertical-align: middle;
	border-radius: 0px;
	background: rgb(255 255 255 / 0%) !important;
	border-left: 1px solid #d7d7d7;
	floaT: left;
}


body .for-ena-5 select{
	width: 100%;
	overflow:hidden;
	position:relative;
	top: 0px;
	opacity:0;
}


.for-ena-a.for-ena-2{
    background-color:#f7f7f7;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.for-ena-a.for-ena-2::before {
    height: 3px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}


.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}

.for-ena-3{
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	position:relative;
	float: left;
}

.for-ena-2{
	text-align: center;
	line-height: 50px;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-1{
	box-shadow: 0px 0px 10px 1px rgb(5 33 42 / 25%);
	background-color:#fff;
	width: 100%;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow:hidden;
	border-radius: 5px;
}

.for-ena-0{
	width: 100%;
	position:relative;
	margin: 5px 0px 10px 0px;
	float: left;
}


.hed-info-8:hover .hed-info-9::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8 .hed-info-9::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 16px;
    position: absolute;
    lefT: 0px;
}


.hed-info-8 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8:hover .hed-info-10{
    background: #26A69A url(../images/icon-14.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-sms-5 button{
    cursor: pointer;
    widtH: 130px;
    height: 48px;
    line-height: 52px;
    border-radius: 5px;
    color:#fff;
    text-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    float: right;
    border: 0;
    position:relative;
    margin: 26px 0px 0px 0px;
    background: linear-gradient(180deg, #30BEB1 0%, #24A79B 100%);
    font-family: font-03;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-sms-06.hed-sms-6{
    widtH: 280px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 15px;
}


.hed-sms-8 input::placeholder {
    color: rgb(255 255 255 / 50%);
}

.hed-sms-8 input{
	font-size: 14px;
    widtH: 100%;
    height: 48px;
    line-height: 53px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px;
    border: 0;
    color:#fff;
    font-family: font-02;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.hed-sms-7{
     -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 10px 0px;
    font-family: font-01;
}

.hed-sms-6{
    widtH: 270px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}


.hed-sms-5{
	border-top: 1px rgba(255, 255, 255, 0.15) solid;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 10px 0px 0px 0px;
    padding-top: 20px;
}




.hed-info-012{
    opacity: 0.6;
    float:left;
    width:30px;
    height:30px;
    margin:15px 0px 0px 15px;
    background:rgba(255, 255, 255, 0.20);
    border-radius:100px;
    border:none;
    -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius:50%;
    background-color:rgba(255, 255, 255, 0.0);
    background-size:cover;
    background-repeat:no-repeat;
    -webkit-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);}
    @-webkit-keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-moz-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-ms-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}


.hed-sl-000 .slick-active .hed-sl-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
    transform: scale(1.13) 
    translate(0,9px);
    -webkit-transform: scale(1) translate(0,0px);
    filter:  invert(0);
}

.hed-sl-000 .hed-sl-6{
    opacity: 0;
    -webkit-transition: all 2100ms ease;
    -moz-transition: all 2100ms ease;
    -ms-transition: all 2100ms ease;
    -o-transition: all 2100ms ease;
    transition: all 2100ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}


.hed-sl-000 .slick-active .hed-info-11 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-11{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: 0px;
}



.hed-sl-000 .slick-active .hed-info-8 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-8{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: -20px;
}


.hed-sl-000 .slick-active .hed-info-7{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-7{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -600px;
}

.hed-sl-000 .slick-active .hed-info-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-6{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -500px;
}


.hed-sl-000 .slick-active .hed-info-3{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-3{
    opacity: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -200px;
}


.hed-sl-00{
	top: 0px;
	/* z-index:0; */
	widtH: 100%;
	float: left;
	position: relative;
}

.hed-sms-4{
	font-size: 13px;
    widtH: 100%;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 20px;
    overflow:hidden;
    position:relative; 
}


.hed-sms-3{
    widtH: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
    position:relative;
    font-size: 17px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    font-family: font-04;
}

.hed-sms-2{
    margin: 0px 20px;
}

.hed-sms-1{
    widtH: 100%;
    float: left;
    right: 0px;
    z-index:99999999;
    top: 350px;
    position: absolute;
    padding: 0px 0px 20px 0px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7.5px);
    border-radius: 10px 10px 0px 0px;
    color:#fff;
}








.hed-info-15 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-1;
}


.hed-info-14 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-05;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-info-13 {
	width: 80%;
	float: left;
	position:relative;
	margin: 12px 0px 0px 15px;
	font-size: 15px;
	font-family: font-01;
}



.hed-info-12{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-13.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-9{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.hed-info-10{
        background: rgba(255, 255, 255, 0.15) url(../images/icon-14.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 26px;
    height: 26px;
    float: right;
    position:relative;
    margin: 12px 0px 0px 15px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.shida-8 .hed-info-13 {
	width: calc(100% - 90px) !important;
}

.shida-8 .hed-info-11{
	display: block;
}

.hed-info-11{
	display: none;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-sl-2 a {
    color:#fff;
}

.hed-info-8{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 50px;
    line-height: 56px;
    float: left;
    position:relative;
    padding: 0px 15px 0px 25px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-7{
	display: none;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-info-6 b{
    font-family: font-05;
}

.hed-info-6{
    widtH: 100%;
    height: 22px;
    overflow:hidden;
    float: left;
    position:relative;
    margin: 0px 0px 10px 0px;
    font-size: 25px;
    font-family: font-01;
    letter-spacing: 1px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.hed-info-5 {
    width: 90px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-12.svg) center no-repeat;
    z-index: 1;
}


.hed-info-4::after {
    width: 11px;
    height: 11px;
    background: #26A69A;
    float: left;
    border-radius: 100px;
    margin: -1px 7px 0px 0px;
    floaT: left;
    content: "";
    z-index: 1;
    position: relative;
    lefT: 0px;
}

.hed-info-4{
	font-size: 13px;
    float: left;
    position:relative;
    margin: 0px 0px 15px 0px;
        font-family: font-02;
        letter-spacing: 1px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-info-3{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 5px 0px 0px 0px;
}


.hed-info-2{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 20px 0px 0px 0px;
}


.hed-info-1{
    widtH: 78%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 176px 0px 0px 0px;
}




.hed-4:hover {
    background: #f50934;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-4 {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.van-div-4 a:hover{
    color:#26A69A;
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.van-div-4 a{
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


#cssmenu a:hover{
    color: #ffffff;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu a{
    color: #B4BBCF;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


#cssmenu .menu-2::before, #cssmenu .menu-3::before, #cssmenu .menu-4::before {
    width: 11px;
    height: 22px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/menu.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: 0px;
    position: absolute;
    lefT: -16px;
}



#cssmenu li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu .menu-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu li::after {
    width: 90px;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: 9px;
    position: absolute;
    lefT: 0px;
}



#cssmenu .menu-a a{
    color: #ffffff;
}

#cssmenu a{
    color: #B4BBCF;
}

#cssmenu li{
	border-bottom: 1px #39495a solid;
    position:relative;
    floaT: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 17px 0px;
    font-size: 14px;
    font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}
#cssmenu .menu-a span{
    color: #ffffff;
}

#cssmenu span{
    padding:0px 0px 0px 20px;
    floaT: left;
    color:#B4BBCF;
}

#cssmenu{
    margin: 0px 0px 0px 0px;
    floaT: right;
    color:#fff;
}


.hed-4 .icon-8{
    transform: rotateY(0deg);
    transition: all 0.5s ease;
}

.hed-4:hover .icon-8{
       -webkit-transform: rotateY(-349deg);
    -moz-transform: rotateY(-349deg);
    -o-transform: rotateY(-349deg);
    -ms-transform: rotateY(-349deg);
    transform: rotateY(190deg);
    transition: all 0.5s ease;
}

.icon-8 {
    width: 15px;
    height: 12px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-9.svg) center no-repeat;
    margin: 0px 5px -1px 0px;
}


.hed-4 {
    height: 43px;
    line-height: 46px;
    background: #D80027;
    font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    position: relative;
    padding: 0px 15px;
    font-size: 13px;
    margin: 34px 15px 0px 0px;
    floaT: right;
    border-radius: 5px;
    text-align: center;
    color:#fff;
}

.hed-4 {
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 30%);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}


.hed-3 {
    width: 105px;
    height: 43px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 34px 43px 0px 0px;
    floaT: right;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    text-align: center;
    color:#fff;
}







.icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-8.svg) center no-repeat;
    floaT: left;
}

.icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-7.svg) center no-repeat;
    floaT: left;
}

.icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-6.svg) center no-repeat;
    floaT: left;
}

.icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-5.svg) center no-repeat;
    floaT: left;
}



.van-div-5 li {
   width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 14px;
}

.van-div-2 .van-div-5{
	display: none;	
}

.van-div-5 {
    margin: 14px 0px 0px 0px;
    float: right;
    position: relative;
}


.headerr-ic-2{
	font-size: 14px;
   border-right: 1px rgba(255, 255, 255, 0.12) solid;
   border-left: 1px rgba(255, 255, 255, 0.12) solid;
   padding: 0px 15px 0px 15px !important;
   margin: 0px 15px 0px 15px !important;  
   float: left;
   position:relative;
}



.icon-3 {
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-2 {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-1 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 5px -5px 0px;
}


.van-div-4 li{
    padding: 0px 0px 0px 0px;
   float: left;
   position:relative;
}

.van-div-3 a{
    color:#fff;
}


.van-div-3{
    color:#fff;
    width: 100%;
   float: left;
   position:relative;
}


.van-div-4{
	font-size: 13px;
   display: inline-block;
   line-height: 18px;
   float: left;
   position:relative;
   margin: 24px 0px 0px 0px;
}


.logo-1 img{
    widtH: 100%;
    line-height: 0px;
    float: left;
    position: relative;
}

.logo-1 {
    z-index: 0;
    margin: 26px 0px;
    float: left;
    position: relative;
}




.hed-sl-6 img{
    widtH: 100%;
    height: 660px;
    float: left; 
    overflow:hidden;
}

.hed-sl-6{
    widtH: 100%;
    height: 100%;
    float: left; 
    overflow:hidden;
}

.hed-1{
	/* overflow:hidden; */
	widtH: 100%;
	/* height: 100%; */
	z-index:1;
	background: rgb(16 29 30 / 55%);
	float: left;
	position: absolute;
	margin-top: 65px;
	z-index: 999;
}

.van-div-2{
    widtH: 100%;
    height: 65px;
    line-height: 65px;
    background: rgb(17 32 34 / 46%);
    float: left;
    position: absolute;
    overflow:hidden;
    z-index:1;
}

.hed-sl-0 .slick-prev, 
.hed-sl-0 .slick-next{
	top: 46% !important;
}


.hed-sl-0{
    widtH: 100%;
    height: 536px;
    z-index:0;
    background: #18193a;
    float: left;
    position: absolute;
    overflow:hidden;
    margin-top: 0px;
}



.hed-sl-3{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: linear-gradient(180deg, rgba(3, 41, 62, 0.6) 0%, rgba(6, 18, 37, 0.6) 100%);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-4{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: url(../images/sl-2.png) !important;
    float: left; 
    position: absolute;
    overflow:hidden;
}

.hed-sl-5{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: rgba(6, 5, 27, 0.4);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-7{
    widtH: 100%;
    height: 100%;
    z-index:1;
    top: -0px;
    background: url(../images/sl-1.svg) center;
    background-size: 100%;
    float: left; 
    position: absolute;
    overflow:hidden;
}





.slick-next{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.slick-prev{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.slick-slide{margin:0px 0px;}
.slick-slide img{width:100%; object-fit: cover; }
.slick-slider{/* overflow:hidden; */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{border-radius: 0px;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-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-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height: 0px;}
.slick-slide img{display:block;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick-prev,
.slick-next{border:none;outline:none;}
.slick-initialized .slick-slide{display: block;}
.slick-prev:after{right:19px;top:20px;-webkit-transform:skew(45deg, 0deg);-ms-transform:skew(45deg, 0deg);transform:skew(45deg, 0deg);}
.slick-dots{padding-bottom: 2px !important;bottom:20px;width:100% !important;position:absolute;display: none !important;padding:0;margin:0;list-style:none;text-align:center;z-index:9;}
.slick-dots .slick-active{background: #26A69A;border-radius: 0px;}
.slick-next{right:20px;floaT:left;border-radius:100px;background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); font-size:0px !important;z-index:99999;line-height:40px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.shefi-8 .slick-prev:hover{transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;box-shadow:0px 2px 5px 0px #0000001f;}
.slick-prev,.slick-next{top: 50% !important;}
.slick-prev{lefT:20px;floaT:left;border-radius:100px;font-size:0px !important;z-index: 1;line-height:50px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.slick-dots li{background: #B4BBCF;border-radius: 0px;position:relative;display:inline-block;width: 30px;height: 4px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
/*-- /Responsive --*/
}





/*-- Responsive --*/
@media (min-width:1000px) and (max-width:1100px){
.text-fer a:hover{
	color: #26A69A;
}
.text-fer a{
	font-family: font-3;
}

.cc-sms-6 input, .cc-sms-6 textarea {
    font-size: 14px;
    border-radius: 0px !important;
    }

.cc-sms-6 .valid, .cc-sms-6 .valid {
    border-color: #26A69A;
    border: 1px #26A69A solid !important;
}

#date_in-error.error {
  display: none;
}

#date_in-error.error {
  display: none !important;
}



.error {
    font-size: 0px;
}

.cc-sms-6 .error, .cc-sms-6 #date_in-error {
    border-color: red;
}

.cc-sms-6 .error {
    border: 1px red solid !important;
}

#message-error {
    display: none !important;
}

#success p {
    color: #4CAF50;
    display: inline-block;
    font-family: font-3;
    height: 100%;
    width: 100%;
    line-height: 260px;
    text-align: center;
    margin: -2px 0px 0px 0px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #eee;
    transition: all 0.7s ease;
    z-index: 11;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#success span {
    color: #f00;
    font-family: font-2;
    width: 100%;
    floaT: left;
    line-height: 20px;
    text-align: left;
    margin: 0% 0% 2% 0%;
    padding: 0px 0px;
    transition: all 0.7s ease;
    z-index: 1;
    font-size: 14px;
    position: relative;
    border-radius: 100px;
}



.ser-sh-2 .al-new-2{
	margin-bottom: 25px;
}

.ser-sh-2 .al-new-4 {
    margin: 5px 0px 2% 0px;
}


.al-new-04 .map__inner{ width: calc(100% - 25px); }


.al-new-04.cc-sms-8{
	width: 100%;
	floaT: right;
	position:relative;
}




.ser-sh-2.ser-1.al-new-1,   .ser-sh-2.ser-1 .al-new-2{
	background: #F2F7FF;
}


.shida-video:hover{
    background: rgb(0 0 0 / 60%) url(../images/icon-15.svg) 21px 21px no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.shida-video{
    background: rgb(0 0 0 / 50%) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    width: 56px;
    height: 56px;
    float: right;
    top: 15px;
    z-index:9;
    left: 15px;
    position:absolute;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}





.shida-5 .slick-dots li{position:relative;display:inline-block;width: 20px;height: 5px;margin:0 4px;padding:0;cursor:pointer;}

.shida-5 .slick-dots {
	display: block !important;
}


.shida-5 .slick-next{
    backdrop-filter: blur(15px);
    background: #26A69A url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.shida-5 .slick-prev{
    backdrop-filter: blur(15px);
    background: rgb(0 0 0 / 55%) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.shida-5, .shida-5 img{
	width: 430px !important;
	height: 380px;
	object-fit: cover;
}

.shida-4 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	floaT: left;
	color:#2A292E;
	z-index:1;
}

.shida-5 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	overflow:hidden;
	floaT: left;
	margin: 15px 0px 15px 15px;
	color:#2A292E;
	z-index:1;
}

.shida-7{
	background:#26A69A;
	width: 120px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	left: 0px;
}


.shida-8 h1 {
	width: 100%;
	line-height:22px;
	font-size: 20px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 10px 0px 10px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.shida-8 .hed-info-5 {
    width: 100px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-012.svg) center no-repeat;
    z-index: 1;
}

.shida-16 b{
	font-family: font-02;
}

.shida-16 {
	width: 100%;
	line-height:22px;
	font-size: 14.5px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
	color:#2A292E;
}

.shida-15{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	font-size: 15px;
	margin: 0px 0px 2px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.shida-14{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
}

.shida-13{
	width: 100%;
	height: 1px;
	position:relative;
	floaT: left;
	background:#DEE6EC;
	margin: 15px 0px;
}



.shida-8 .hed-info-12{
    background: #EAF2FE url(../images/icon-48.svg) center no-repeat;
    backdrop-filter: blur(10px);
}

.shida-8{
	width: 48%;
	position:relative;
	floaT: right;
	margin-top: 20px;
}



.shida-3 img{
	width: 100%;
	position:relative;
	floaT: left;
	line-height: 0px;
	font-size: 0px;
}


.shida-3{
	width: 50%;
	position:relative;
	floaT: left;
}

.shida-02{
	padding: 0px 30px;
}


.shida-2{
	width: 100%;
	position:relative;
	floaT: left;
	background:#fff;
	padding: 30px 0px;
}



.shida-1{
	z-index:1;
	width: 100%;
	position:relative;
	floaT: left;
	margin-bottom: 20px;
}





.hed-sl-000 .hed-vid-01{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.hed-sl-000 .slick-active .hed-vid-01{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.hed-vid-04{
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-04:hover{
	color: #26A69A;
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-03{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 56px;
    height: 56px;
    float: right;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}

.hed-vid-04::after {
    width: 12px;
    height: 12px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: #26A69A;
    content: "";
    z-index: 1;
    bottom: 5px;
    position: absolute;
    lefT: -18px;
}

.hed-vid-04{
	floaT: left;
	margin: 23px 12px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
}

.hed-vid-02{
	floaT: left;
	margin: 0px 20px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
	letter-spacing: 3px;
}

.hed-vid-01{
	width: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	right: 0px;
	margin-top: 250px;
	z-index:999;
}


.box-live-3 iframe{
	width: 100%;
	height: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	border: 0px;
}


.box-live-3{
	width: 98%;
	height: 552px;
	floaT: left;
	margin: 0px 0px 20px 1%;
	position:relative;
	box-shadow: 0px 0px 0px 10px #26A69A;
}

.box-live-1{
	width: 100%;
	floaT: left;
	margin: 20px 0px 3% 0px;
	position:relative;
}

.cc-sms-18{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 20px 0px 0px 0px;
}


.cc-sms-19 .van-div-01{
	floaT: left;
	background:#ffffff;
	margin: 0px 0px 0px 30px !important;
}


.cc-sms-19 .footer-14{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
}

.cc-sms-19{
	width: 255px;
	margin: auto;
	position:relative;
	background:#fff;
	z-index:1;
}



.cc-sms-20{
	width: 100%;
	background:#E1E4FF;
	margin: -21px 0px 0px 0px;
	height: 1px;
	floaT: left;
	position:relative;
	z-index:0;
}



.cc-sms-icon-03 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-43.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-02 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-42.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-01 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-41.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.cc-sms-13{
	width: 50px;
	height: 50px;
	background:#26A69A;
	margin: auto;
	border-radius: 10px;
	position:relative;
	font-size: 15px;
	color:#676B6F;
	z-index:1;
}


.cc-sms-12{
	width: 100%;
	floaT: left;
	position:relative;
	font-size: 15px;
	color:#676B6F;
}


.cc-sms-17 a:hover{
	color:#26A69A;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


.cc-sms-17 a{
	color:#676B6F;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.cc-sms-17{
	width: 100%;
	font-family: font-03;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 14px;
	color:#676B6F;
}

.cc-sms-16{
	width: 100%;
	font-family: font-05;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 15px;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}



.cc-sms-15{
	width: 100%;
	floaT: left;
	position:relative;
	margin: 22px 0px 0px 0px;
	text-align: center;
}




.cc-sms-14{
	width: 100%;
	background:#DEE6EC;
	margin: -25px 0px 0px 0px;
	height: 2px;
	floaT: left;
	position:relative;
	z-index:0;
}


.cc-sms-0011.cc-sms-11{
	margin-lefT: 2%;
}

.cc-sms-011.cc-sms-11{
	margin-lefT: 2%;
}


.cc-sms-11{
	width: 32%;
	floaT: left;
	position:relative;
}



.cc-sms-10{
	width: 100%;
	floaT: left;
	position:relative;
	margin-top: 50px;
}




.map-2{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}

.conimap-1 .map{height:350px;} 
.conimap-1 .map__inner{height:350px;} 

.map{float:left;width:100%;height:280px;margin: 25px 0px 25px -25px;position:relative;z-index:0;right: 0px;}
.map__inner{float: right;height: 280px;left:0;position:relative;top:0px;width:100%;transition:0.4s;-webkit-transform:rotate(0deg) translate3D(0%, 0, 0);transform:rotate(0deg) translate3D(0%, 0, 0);}
.map__canvas{height:100%;width:100%;}
.map-03{height:360px !important;}





.cc-sms-4::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -12px;
    position: absolute;
    lefT: 0px;
}



.cc-sms-4 {
	width: 100%;
	margin: 0px 0px 35px 0px;
	floaT: left;
	position:relative;
	font-family: font-05;
	font-weight: 500;
	color:#3F4348;
	text-align: left;
	font-size:19px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.cc-sms-7 button{
	cursor: pointer;
	width: 100%;
	height: 50px;
	line-height: 55px;
	floaT: left;
	position:relative;
	margin-bottom: 0px;
	border: 0;
	font-size: 17px;
	background:#26A69A;
	color:#fff;
	font-family: font-02;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.cc-sms-6{
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 20px;
}


.cc-sms-8{
	width: 52%;
	floaT: right;
	position:relative;
}

.cc-sms-3 textarea{
	padding: 15px;
	width: 100% !important;
	height: 140px;
	floaT: left;
	border: 1px solid #DEE6EC !important;
	font-family: font-1;
}

.cc-sms-3 input{
	padding: 15px !important;
	width: 100% !important;
	floaT: left;
	position:relative;
		display: inline-block;
	width: 302px; 
	height: 47px;
	line-height: 22px;
	padding: 10px;
	font-family: font-1;
	vertical-align: middle;
	border-radius: 0px !important;
	background: #fff;
	border: 1px solid #DEE6EC !important;
	-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.cc-sms-3{
	width: 42%;
	floaT: left;
	position:relative;
}


.cc-sms-2{
	padding: 0px 40px;
}



.cc-sms-1{
	width: 100%;
	floaT: left;
	position:relative;
	background: #fff;
	margin-bottom: 30px;
	padding: 40px 0px;
}





.nodiv-1 .about-1{
	padding-top: 3%;
}



.eroris-2 {
    margin: 0% 5%;
}

.eroris-5 {
	color: #6d747c;
    font-family: font-03;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}


.eroris-4 {
    font-family: font-05;
    font-size: 20px;
    margin: 5px 0px 7px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color:#222;
    font-feature-settings: 'case' on;
}

.eroris-3 {
    font-family: font-2;
    font-size: 50px;
    margin: 0% 0% 0% 0%;
    width: 100%;
    floaT: left;
    position:relative;
    color: #FF3D2E;
}


.eroris-1 {
    font-family: font-2;
    font-size: 15px;
    margin: 5% 0% 8% 0%;
    padding: 0% 0%;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}




.text {
	position: relative;
	width: 100%;
	margin: 20px 0px 30px 0px;
	z-indeX:1;
	font-size:15px;
   	font-family: font-03;
   	line-height: 22px;
    color:#3F4348;
}

.box_in h1::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}

.box_in h1{
	position: relative;
	width: 100%;
	margin: 20px 0px 30px 0px;
	z-indeX:1;
	font-size:25px;
   	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color:#3F4348;
}



.box_in {
    margin: 0px 40px;
}


.box {
	border-radius: 10px;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0px 0px 30px 0px;
    floaT: left;
    padding: 20px 0px 0px 0px;
}




.pagi-load path{
	fill: #fff;
}


#pagi-load span{ display: none;}
#pagi-load a span{ display: block; }
#pagi-load span{ float: left;  }
.pagi-load{  text-align: center; font-size:0px;}
.bottom-nav{ floaT: left; width:100%;margin: 5px 0px 28px 0px;}
.pagi-load a:hover{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;background: #26A69A;}
.pagi-load a:hover .fa-refresh{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;}
.pagi-load a{ border-radius: 100px; font-feature-settings: 'case' on;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;padding:0px 30px;display:inline-block;height:50px;line-height: 55px;font-size:16px;letter-spacing: 0.5px;cursor:pointer;color:#ffffff;background: #313337; text-align:center;font-family: font-02;}




.no-sl-1.hed-sl-0{
    widtH: 100%;
    height: 280px;
    margin-bottom: 20px;
}

.speedbar-3::after {
    width: 8px;
    height: 10px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px -17px;
    floaT: left;
    background: url(../images/n.svg) top no-repeat;
    content: "";
    z-index: 1;
    bottom: 6px;
    position: absolute;
}



.no-sl-1 .hed-info-1{
    widtH: 100%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 190px 0px 0px 0px;
}


.speedbar-3 a{
    display: inline-flex !important;
    padding: 0px 30px 0px 0px;
    position:relative;
}

.speedbar-2 a{
    display: none;
}

.speedbar-1 a{
	position:relative;
    color:#26A69A;
}


.speedbar-1{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 30px 0px 0px 0px;
    text-align: center;
       	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-9 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-9 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}



.footer-7{
	width: calc(100% - 70px);
	floaT: left;
	position:relative;
}

.footer-005.footer-5{
	width: 26%;
	display: block;
	float: right;
	position:relative;
	margin: 0px 0px 0px 10px;
}



.footer-9 {
    width: 100%;
    height: 20px;
    overflow:hidden;
    float: left;
    position:relative;
    margin: 2px 0px 0px 0px;
    font-family: font-03;
}

.footer-8 {
    width: 100%;
   float: left;
   position:relative;
   margin: 7px 0px 0px 0px;
   font-family: font-05;
   -webkit-font-feature-settings: 'case'on;
   font-feature-settings: 'case'on;
}


.footer-icon-3 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.footer-icon-2 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}


.footer-icon-1 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.footer-6 {
    width: 45px;
    height: 45px;
    background: #26A69A;
    border-radius: 10px;
   float: left;
   position:relative;
   margin: 0px 10px 0px 0px;
}




.footer-05.footer-5{
   width: 27%;
   float: left;
   position:relative;
   margin: 0px 0px 0px 0px;
   padding: 0px 5px 0px 15px;
   border-lefT: 1px #ddd solid;
   border-right: 1px #ddd solid;
}



.footer-5{
	width: 40%;
	float: left;
	position:relative;
	margin: 0px 0px 0px 0px;
}



.footer-4{
    width: 100%;
    float: left;
    position:relative;
    margin: 10px 0px 0px 0px;
}


.footer-3 {
	display: none;
    width: 200px;
   float: left;
   position:relative;
   margin: 0px 0px 0px 0px;
}


.footer-2 {
    width: 100%;
   float: left;
   position:relative;
   margin: 20px 0px 20px 0px;
}


.footer-14.van-div-5 li{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 li:hover {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 .van-div-04:hover {
    border: 2px #9829e3 solid;
}

.footer-14.van-div-5 .van-div-03:hover {
    border: 2px #25D366 solid;
}
.footer-14.van-div-5 .van-div-02:hover {
    border: 2px #e440b4 solid;
}

.footer-14.van-div-5 .van-div-01:hover {
    border: 2px #2e4fe3 solid;
}


.footer-14 .icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-47.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-46.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-45.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-44.svg) center no-repeat;
    floaT: left;
}

.footer-14.van-div-5 li {
   width: 38px;
    height: 38px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 10px;
    border: 2px #E1E4FF solid;
}


.footer-14.van-div-5 {
    margin: 18px 0px 0px 0px;
    float: right;
    position: relative;
}



.footer-12 li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 .footer-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 li::after {
    width: 100%;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}


.footer-12 .footer-a a{
    color: #04161C;
}

.footer-12 a{
    color: #5B5C69;
}

.footer-12 li{
    position:relative;
    floaT: left;
    margin: 0px 12px;
    padding: 0px 0px;
    font-size: 15px;
    font-family: font-03;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-12{
    margin: 30px 0px 30px 0px;
    floaT: left;
    color:#fff;
}

.footer-17 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.footer-17 a:hover::after{
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: -5px;
    position: absolute;
    lefT: 0px;
}


.footer-17 a{
   position:relative;
   font-family: font-3;
   font-size: 16px;
}

.footer-16 {
    width: 100%;
   float: left;
   position:relative;
   margin: 25px 0px 18px 0px;
}

.footer-18{
   position:relative;
   float: left;
}


.footer-17{
   position:relative;
   float: right;
}

.footer-15 span{
   	font-family: Verdana;
}

.footer-15 {
    width: 100%;
   float: left;
   position:relative;
   background:#F2F7FF;
   color:#1C1C1C;
   	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.footer-10{
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
}


.footer-1{
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
   border-bottom: 1px #DBE1EA solid;
}


.par-3{
	overflow:hidden;
	position:relative;
	margin: 0px 0px 0px -10px;
}


.partniori-1 img{
	width: 100%;
	height: 120px;
	floaT: left;
	position:relative;
	border-radius: 10px;
}

.partniori-2{
	width: 100%;
	floaT: left;
	position:relative;
}


.partniori-1{
	floaT: left;
	position:relative;
	margin: 0px 10px 50px 10px;
}


.par-2 .slick-dots{ bottom: 0px; display: block !important; }

.par-2 .slick-prev, .par-2 .slick-next{  display: none !important; }



.par-2{
	width: 100%;
	overflow:hidden;
	position:relative;
	floaT: left;
	z-index:1;
	margin-bottom: 30px;
}



.par-1 .al-new-2{
	background:#EBEFF5;
}

.par-1.al-new-1{
	width: 100%;
	floaT: left;
	background: #26a69a; /* Old browsers */
	background: -moz-linear-gradient(left,  #26a69a 0%, #26a69a 50%, #ebeff5 50%, #26a69a 50%, #ebeff5 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a69a', endColorstr='#ebeff5',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}


.par-1 .al-new-9{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	left: 0px;
}


.vid-v-8 img, .vid-v-10 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-v-8:hover img, .vid-v-10:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.news-flei-3{display:block;color:#fff;font-size:16px;font-family: font-1;line-height: 34px;position:relative;width:100%;-webkit-font-feature-settings: 'case'on;font-feature-settings: 'case'on;height: 30px;text-align:center;margin:auto;}
.news-flei-2{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;}
.news-flei-1{width:100%;height:100%;position:absolute;floaT:left;z-index:9999;}


.vid-v-8 .vid-bor-3::after {
    width: 25px;
    height: 30px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
    content: "";
    z-index: 1;
    right: 16px;
    bottom: 20px;
    position: absolute;
}

.vid-v-8 .vid-bor-3{
height: 90% !important;
background: rgb(255 255 255 / 0%);
}


.vid-bor-3{
	width: calc(100% - 30px);
	height: 80% !important;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
	box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 40%);
	position:absolute;
	top: 15px;
	lefT: 15px;
	z-index:9;
}

.vid-bor-2{
	width: 100%;
	height: 100%;
	background: rgba(12, 46, 40, 0.45);
	position:absolute;
	top: 0px;
	lefT: 0px;
	z-index:1;
}

  
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background: #26A69A;
}


.vid-v-5 .plyr--full-ui input[type=range] {
    color: #26A69A;
}

.vid-v-5 .plyr__control--overlaid {
    background: #26A69A;
}




.vid-v-5 .dlepl--borderRadius {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius .plyr {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius.dlepl--playlist .plyr {
	border-radius: 0px 0px 0 0;
}


.vid-v-10, .vid-v-10 img{
	width: 100%;
	floaT: left;
	height: 148px;
	position:relative;
	overflow:hidden;
}


.vid-v-8, .vid-v-8 img{
	object-fit: cover;
	height: 296px;
}


.vid-v-7 img{
	position:relative;
	z-index:0;
	object-fit: cover;
	width: 100%;
	line-height: 0px;
}


.vid-v-8, .vid-v-9{
	overflow:hidden;
	position:relative;
	width: 50%;
	floaT: left;
}


.vid-v-8{
	overflow:hidden;
	position:relative;
	width: 50%;
}


.vid-v-6{
	width: 3%;
	height: 240px;
	background:#26A69A;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 40px 0px 0px 0px;
	position:relative;
}
 


.vid-v-7{
	width: 40%;
	floaT: right;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

  
.vid-v-5{
	width: 97%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.vid-v-4{
	width: 57%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.vid-v-3{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}


.vid-v-02{
	width: 100%;
	floaT: left;
	margin: -17px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px #DBE1EA solid;
}
  
.vid-v-3{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 0px 0px 40px 0px;
	text-align: center;
}


.vid-v-2{
	margin: 0px auto;
	height: 50px;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:22px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
	display: inline;
	background:#fff;
	padding: 20px 30px;
	line-height: 29px;
}

.vid-v-1{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 15px 0px 40px 0px;
	text-align: center;
}



.ser-new-1:hover .ser-new-4 {
    -moz-animation: spinoffPulse 10s infinite linear;
    -webkit-animation: spinoffPulse 10s infinite linear;
}
@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #bdd73c;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotatecircle {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotatecircle {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}




.ser-new-4{
	top: 0px;
	lefT: 0px;
	position:absolute;
	text-align: center;
	line-height: 90px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	floaT: left;
	margin: 20px 0px 20px 20px;
	border: 2px dashed #DBE1EA;
}

.ser-new-1:hover .ser-new-03 img{
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

  .ser-new-03 img{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    color: #f8f9fa;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    opacity: 9;
    width: 90px;
    height: 77px;
    text-align: center;
    line-height: 70px;
}

.ser-new-031{
	position:absolute;
	top:60%;
	left:0;
	width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	}

.ser-new-6 h3{
        margin: 0px 0px 0px 0px;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle;
        height: 120px;
        padding: 0px 0px 0px 0px;
        font-size: 13px;
        font-family: font-01;
        color:#2A292E;
    }



.ser-new-5{
	text-align: left;
	line-height: 20px;
	width: 62%;
	floaT: right;
	margin: 0px 0px 0px 0px;
}



.ser-new-3{
	position:relative;
	text-align: center;
	line-height: 80px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	floaT: left;
	margin: 20px 0px 20px 0px;
	border: 1px solid rgb(219 225 234 / 0%);
}



.ser-new-2{
	position:relative;
	padding: 0px 10px 0px 20px;

}

.ser-new-1{
	width: 304px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px #DBE1EA;
	floaT: left;
	padding: 0px 0px;
	margin: 0px 10px 20px 10px;
	border: 1px solid #DBE1EA;
}



  .ser-1.al-new-1,   .ser-1 .al-new-2{
	background: #ffffff;
}

.ser-1.al-new-1{
	width: 100%;
	floaT: left;
	padding: 0% 0px;
}





.al-new-9{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}


.vid-1 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-1:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.vid-1:hover .vid-13{
  background: #26A69A url(../images/icon-020.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1 .vid-13{
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.vid-1 .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1:hover .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	color: #26A69A;
}


.al-new-8{
  width: 25px;
  height: 25px;
  margin: 10px 0px -6px 0px;
  background: url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
  display: inline-block;
}

.al-new-7 a:hover{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	box-shadow: 0px 0px 10px 0px rgb(44 28 110 / 10%);
	color: #26A69A;
}

.al-new-7 a{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	text-align: center;
	padding: 0px 40px;
	margin: 10px 0px 10px 0px;
	height: 54px;
	line-height: 57px;
	border-radius: 100px;
	display: inline-block;
	background:#fff;
	position:relative;
	overflow:hidden;
	text-align: center;
	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.al-new-7{
	margin-bottom: 2%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	text-align: center;
}


.vid-13{
  width: 28px;
  height: 28px;
  margin: 32.2px auto;
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
}


.vid-11 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-22.svg) center no-repeat;
    margin: 0px 2px -3px 0px;
}

.vid-10{
	width: 100%;
	color: #5E5C65;
	font-size: 14px;
	font-family: font-1;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
	margin-top: 2px;
}

.vid-9{
	width: 100%;
	height: 20px;
	overflow:hidden;
	color:#2A292E;
	margin-bottom: 4px;
	font-size: 16px;
	font-family: font-05;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
}

  .vid-12{
  	border-left: 1px #E9EDF3 solid;
	width: 93px;
    height: 93px;
	floaT: right;
	position:relative;
	overflow:hidden;
}

.vid-08{
	margin: 0px 25px;
}

.vid-8{
	width: calc(100% - 100px);
	floaT: left;
	position:relative;
	background:#fff;
	margin: 25px 0px 0px 0px;
}

.vid-7{
	width: 100%;
	height: 93px;
	floaT: left;
	position:relative;
	background:#fff;
}


.vid-5{
background: #26A69A;
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 14px;
	font-family: font-3;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.vid-4{
	background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 13px;
	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}
 
.vid-3{
		line-height: 45px;
	left: 15px;
	bottom: 15px;
	height: 40px;
	floaT: left;
	position:absolute;
	overflow:hidden;
	z-index:1;
}

.vid-2, .vid-2 img{
	height: 280px;
}

.vid-2{
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}


.vid-1{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 470px;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px 10px 20px 10px;
	background:#fff;
}


.al-new-6{
	width: 104%;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px -10px;
}


.al-new-5{
	z-index:1;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}



.al-new-4 {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 5px 0px 3.5% 0px;
    floaT: left;
    background: url(../images/icon-32.svg) center no-repeat;
    content: "";
    z-index: 1;
}


.al-new-3 {
	margin-top: 4%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:22px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.al-new-2{
	background:#F2F7FF;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}

.al-new-1{
	width: 100%;
	floaT: left;
	background: #f2f7ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #f2f7ff 0%, #f2f7ff 52%, #f2f7ff 52%, #207cca 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 53%, #f2f7ff 53%, #26a69a 53%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7ff', endColorstr='#26a69a',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}





.hed-1.hed-01 {
  animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -o-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



.hed-1.hed-01{
    widtH: 100%;
    height: 111px;
    z-index:1;
    background: rgb(5 33 42 / 80%);
    backdrop-filter: blur(7.5px);
    float: left;
    position: fixed;
    margin-top: 0px;
   z-index:99;
}


.about-22 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22:hover .about-24{
    background: #26A69A url(../images/icon-020.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.about-22:hover .about-23::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22 .about-23::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 19px;
    position: absolute;
    lefT: 0px;
}


.about-23{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.about-24{
    background: #fff url(../images/icon-20.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 28px;
    height: 28px;
    float: right;
    position:relative;
    margin: 16px 0px 0px 28px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.hed-info-11{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.about-22 a {
    color:#fff;
}

.about-22{
    background: #E9F1FB;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 60px;
    line-height: 66px;
    float: left;
    position:relative;
    padding: 0px 17px 0px 37px;
    margin: 30px 0px 0px 0px;
    font-size: 16px;
    font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}




 .about-20{
	width: 100%;
	font-size: 15px;
	font-family: font-3;
	floaT: left;
	position:relative;
	color:#36393C;
	margin: 3% 0% 0% 0%;
}



 .about-19{
	width: 100%;
	font-size: 15px;
	font-family: font-02;
	floaT: left;
	position:relative;
	line-height: 24px;
	color:#36393C;
}



.about-18 {
    width: 100px;
    height: 9px;
    margin: 1px 10px 2px 0px;
    display: inline-block;
    background: url(../images/icon-32.svg) left no-repeat;
    z-index: 1;
}


.about-17{
	width: 100%;
	floaT: left;
	position:relative;
	color:#94989C;

	font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.about-16{
	margin: 7px 0px 2px 0px;
	width: 100%;
	floaT: left;
	position:relative;
	color:#2A292E;
	font-style: normal;
	font-weight: 800;
	font-size: 23px;
	font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



  .about-15{
	width: 85%;
	floaT: right;
	position:relative;
	margin-bottom: 0%;
}

.about-14{
	width: 60px;
	height: 60px;
	floaT: left;
	position:relative;
	border-radius: 10px;
	background:  #26A69A url(../images/icon-18.svg) center no-repeat;
	background-size: 25px;
}

.nodiv-1 .about-13{
	background: url(../images/icon-019.svg) 90px top no-repeat;
	background-size: 80%;
}


.about-13{
	background: url(../images/icon-19.svg) 90px top no-repeat;
	background-size: 80%;
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 4%;
}




.about-12{
	width: 54%;
	floaT: right;
}


.about-4::after {
    width: 169px;
    height: 300px;
    margin: 0px 0px 0px 0px;
    floaT: left;
    box-shadow: 14px 14px 0px 0px #26A69A;
    content: "";
    z-index: 1;
    bottom: 14px;
    position: absolute;
    right: 14px;
}

.about-08 {
    width: 78px;
    height: 9px;
    margin: 3px 10px 0px 0px;
    floaT: left;
    background: url(../images/icon-21.svg) left no-repeat;
    z-index: 1;
}


.about-7{
	position:absolute;
	floaT: left;
	bottom: 31px;
	right: 38px;
	color:#fff;
	font-weight: 100;
	font-family: font-1;
    font-size: 16px;
}



.about-6{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/logo.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-5{
	width: 100%;
	height: 100%;
	position:absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-11{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/icon-18.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}



.about-10{
	width: 100%;
	height: 100%;
	position:absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}



  .about-9,  .about-9 img{
	width: 151px;
	height: 151px;
}

.about-9{
	margin-top: 20px;
	z-index:0;
	floaT: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}


 
 .about-8,  .about-8 img{
	width: 240px;
	height: 470px;
}

.about-8{
	top: 80px;
	z-index:0;
	right: 0px;
	floaT: right;
	background:#fff;
	position:absolute;
	overflow:hidden;
	border-radius: 10px;
}


 .about-4,  .about-4 img{
	width: 370px;
	height: 380px;
}
.about-4{
	z-index:1;
	floaT: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius: 10px 10px 0px 10px;
}


.about-3{
	width: 410px;
	floaT: left;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}



.about-1 img{
	object-fit: cover;
}

.nodiv-1 .about-1{
	background:#F2F7FF;
}

.about-1{
		background:#fff;
	width: 100%;
	floaT: left;
	padding: 4% 0px;
}






    .mouse-4 {
        position: absolute;
        display: block;
        left: 0px;
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
    }

    .mouse-4 {
        width: 7px;
        height: 9px;
        background: #fff;
        margin: 0px 0px 0px 9px;
        float: left;
        border-radius: 100px;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
        position: relative;
    }

    @-webkit-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @-moz-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    .mouse-3 {
        cursor: pointer;
        width: 25px;
        height: 40px;
        margin: 0px 0px 0px 0px;
        float: left;
        border: 2px #E1E5F5 solid;
        border-radius: 100px;
    }

    .mouse-2 {
        width: 28px;
        right: 11px;
        bottom: 10px;
        floaT: right;
        position:relative;
    }

    .mouse-1 {
        float: left;
        width: 100%;
        font-family: font-1;
        font-size: 15px;
        text-align: center;
        bottom: 0px;
        margin: 0px 0px 0px 0px;
        position: absolute;
        z-index: 1;
    }



.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-2{
    width: 100%;
    floaT: left;
}

.for-ena-11 {
    width: 8px;
    height: 5px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px 0px 0px;
    RIGHT: 0PX;
}


.for-ena-7:hover .tu-ena {
   opacity: 100%;
   margin-top: -15px !important;
   opacity: 100%;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: visible;
}

.for-ena-7 .tu-ena {
   border-top: 10px rgb(255 255 255 / 0%) solid;
   opacity: 0%;
   position:absolute;
   float: left;
   margin-top: 30px;
   transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: hidden;
}

.for-ena-7{
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-indeX:1;
}




.tu-ena.van-ena .for-ena-2{
	box-shadow: 0px 1px 0px 0px #ddd !important;
}


.for-ena-9 img{
	width: 25px;
	floaT: left;
	margin: 9px 7px 0px 4px;
	line-height: 39px;
	font-size: 13px;
	font-family:font-3;
}

.for-ena-10{
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 47px;
	font-size: 14px;
	font-family:font-1;
}

.for-ena-9 {
    margin: 0px 12px;
}

.for-ena-8 {
	cursor: pointer;
	position: relative;
	width: 100%;
	border: 0px #cbcbcb solid;
	height: 43px;
	margin: 0px 0px 15px 0px;
	line-height: 46px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}





body .tu-ena.van-ena .for-ena-5 select{
	height: auto;
}

.tu-ena.van-ena .for-ena-a.for-ena-2::before {
    height: 0px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.tu-ena.van-ena .for-ena-5 option, .tu-ena.van-ena .for-ena-3, .tu-ena.van-ena .for-ena-2{
	width: 100%;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}


.smartphone-ena .for-ena-5 select{
	cursor: pointer;
}

body  .smartphone-ena .for-ena-5  option{
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	text-align: left;
	font-size: 15px !important;
	color: #222;
}

.van-ena .for-ena-a.for-ena-2{
	-webkit-filter: saturate(100%);
    filter: saturate(100%);
    opacity: 100%;
}


.van-ena .for-ena-2:hover{
	cursor: pointer;
}


.for-ena-6{
    color: #2A292E;
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 42px;
	font-size: 13px;
	font-family:font-04;
}

.van-ena img{
    line-height: 0px;
	width: 24px;
	floaT: left;
	margin: 9.4px 9px 0px 12px;
}

.van-ena .for-ena-5 option, .van-ena .for-ena-3, .van-ena .for-ena-2{
	width: 68px;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}



.for-ena-5 option, .for-ena-3, .for-ena-2{
	width: 45px;
	height: 40px;
}

.for-ena-5 select { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}

.for-ena-5 select:focus { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}


body .for-ena-5 option{
	padding: 0px 0px !important;
	border-radius: 0px;
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	floaT: left;
	cursor: pointer;
	text-align: center;
	font-size: 0px !important;
	color:rgb(255 255 255 / 0%);
}


body .for-ena-5 option:checked {
    opacity: 0.5;
}

body .for-ena-5 select{
	height: 40px;
	line-height: 40px;
	padding: 0px;
	vertical-align: middle;
	border-radius: 0px;
	background: rgb(255 255 255 / 0%) !important;
	border-left: 1px solid #d7d7d7;
	floaT: left;
}


body .for-ena-5 select{
	width: 100%;
	overflow:hidden;
	position:relative;
	top: 0px;
	opacity:0;
}


.for-ena-a.for-ena-2{
    background-color:#f7f7f7;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.for-ena-a.for-ena-2::before {
    height: 3px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}


.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}

.for-ena-3{
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	position:relative;
	float: left;
}

.for-ena-2{
	text-align: center;
	line-height: 50px;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-1{
	box-shadow: 0px 0px 10px 1px rgb(5 33 42 / 25%);
	background-color:#fff;
	width: 100%;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow:hidden;
	border-radius: 5px;
}

.for-ena-0{
	width: 100%;
	position:relative;
	margin: 5px 0px 10px 0px;
	float: left;
}


.hed-info-8:hover .hed-info-9::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8 .hed-info-9::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 19px;
    position: absolute;
    lefT: 0px;
}


.hed-info-8 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8:hover .hed-info-10{
    background: #26A69A url(../images/icon-14.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-sms-5 button{
    cursor: pointer;
    widtH: 120px;
    height: 48px;
    line-height: 52px;
    border-radius: 5px;
    color:#fff;
    text-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    float: right;
    border: 0;
    position:relative;
    margin: 26px 0px 0px 0px;
    background: linear-gradient(180deg, #30BEB1 0%, #24A79B 100%);
    font-family: font-03;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-sms-06.hed-sms-6{
    widtH: 160px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 15px;
}


.hed-sms-8 input::placeholder {
    color: rgb(255 255 255 / 50%);
}

.hed-sms-8 input{
	font-size: 14px;
    widtH: 100%;
    height: 48px;
    line-height: 53px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px;
    border: 0;
    color:#fff;
    font-family: font-02;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.hed-sms-7{
     -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 10px 0px;
    font-family: font-01;
}

.hed-sms-6{
    widtH: 180px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}


.hed-sms-5{
	border-top: 1px rgba(255, 255, 255, 0.15) solid;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 10px 0px 0px 0px;
    padding-top: 20px;
}




.hed-info-012{
    opacity: 0.6;
    float:left;
    width:30px;
    height:30px;
    margin:15px 0px 0px 15px;
    background:rgba(255, 255, 255, 0.20);
    border-radius:100px;
    border:none;
    -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius:50%;
    background-color:rgba(255, 255, 255, 0.0);
    background-size:cover;
    background-repeat:no-repeat;
    -webkit-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);}
    @-webkit-keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-moz-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-ms-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}


.hed-sl-000 .slick-active .hed-sl-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
    transform: scale(1.13) 
    translate(0,9px);
    -webkit-transform: scale(1) translate(0,0px);
    filter:  invert(0);
}

.hed-sl-000 .hed-sl-6{
    opacity: 0;
    -webkit-transition: all 2100ms ease;
    -moz-transition: all 2100ms ease;
    -ms-transition: all 2100ms ease;
    -o-transition: all 2100ms ease;
    transition: all 2100ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}


.hed-sl-000 .slick-active .hed-info-11 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-11{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: 0px;
}



.hed-sl-000 .slick-active .hed-info-8 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-8{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: -20px;
}


.hed-sl-000 .slick-active .hed-info-7{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-7{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -600px;
}

.hed-sl-000 .slick-active .hed-info-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-6{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -500px;
}


.hed-sl-000 .slick-active .hed-info-3{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-3{
    opacity: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -200px;
}


.hed-sl-00{
    z-index:0;
    widtH: 100%;
    float: left;
    position:relative;
}

.hed-sms-4{
	font-size: 13px;
    widtH: 100%;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 20px;
    overflow:hidden;
    position:relative; 
}


.hed-sms-3{
    widtH: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
    position:relative;
    font-size: 17px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    font-family: font-04;
}

.hed-sms-2{
    margin: 0px 20px;
}

.hed-sms-1{
    widtH: 530px;
    float: left;
    right: 0px;
    z-index:99999999;
    top: 373px;
    position: absolute;
    padding: 0px 0px 20px 0px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7.5px);
    border-radius: 10px 10px 0px 0px;
    color:#fff;
}








.hed-info-15 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-1;
}


.hed-info-14 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-05;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-info-13 {
	width: 80%;
	float: left;
	position:relative;
	margin: 12px 0px 0px 15px;
	font-size: 15px;
	font-family: font-01;
}



.hed-info-12{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-13.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-9{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.hed-info-10{
        background: rgba(255, 255, 255, 0.15) url(../images/icon-14.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 26px;
    height: 26px;
    float: right;
    position:relative;
    margin: 16px 0px 0px 30px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.hed-info-11{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-sl-2 a {
    color:#fff;
}

.hed-info-8{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 60px;
    line-height: 64px;
    float: left;
    position:relative;
    padding: 0px 19px 0px 35px;
    margin: 30px 0px 30px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-7{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-info-6 b{
    font-family: font-05;
}

.hed-info-6{
    widtH: 100%;
    height: 22px;
    overflow:hidden;
    float: left;
    position:relative;
    margin: 0px 0px 10px 0px;
    font-size: 25px;
    font-family: font-01;
    letter-spacing: 1px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.hed-info-5 {
    width: 90px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-12.svg) center no-repeat;
    z-index: 1;
}


.hed-info-4::after {
    width: 11px;
    height: 11px;
    background: #26A69A;
    float: left;
    border-radius: 100px;
    margin: -1px 7px 0px 0px;
    floaT: left;
    content: "";
    z-index: 1;
    position: relative;
    lefT: 0px;
}

.hed-info-4{
	font-size: 13px;
    float: left;
    position:relative;
    margin: 0px 0px 15px 0px;
        font-family: font-02;
        letter-spacing: 1px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-info-3{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 5px 0px 0px 0px;
}


.hed-info-2{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 55px 0px 0px 0px;
}


.hed-info-1{
    widtH: 42%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 176px 0px 0px 20px;
}




.hed-4:hover {
    background: #f50934;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-4 {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.van-div-4 a:hover{
    color:#26A69A;
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.van-div-4 a{
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


#cssmenu a:hover{
    color: #ffffff;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu a{
    color: #B4BBCF;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


#cssmenu .menu-2::before, #cssmenu .menu-3::before, #cssmenu .menu-4::before {
    width: 11px;
    height: 22px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/menu.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: 0px;
    position: absolute;
    lefT: -16px;
}



#cssmenu li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu .menu-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu li::after {
    width: 100%;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}


.menu-04::before {
    content: "#04";
}


.menu-03::before {
    content: "#03";
}


.menu-02::before {
    content: "#02";
}


.menu-01::before {
    content: "#01";
}


.menu-01::before, .menu-02::before, .menu-03::before, .menu-04::before {
    margin: 0px 0px 0px 0px;
    floaT: right;
    right: 0px;
    z-index: 1;
    font-size: 11px;
    font-family: font-05;
    top: -14px;
    position: absolute;
}


#cssmenu .menu-a a{
    color: #ffffff;
}

#cssmenu a{
    color: #B4BBCF;
}

#cssmenu li{
    position:relative;
    floaT: left;
    margin: 0px 13px;
    padding: 0px 0px;
    font-size: 14px;
    font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



#cssmenu{
    margin: 56px 15px 0px 0px;
    floaT: right;
    color:#fff;
}


.hed-4 .icon-8{
    transform: rotateY(0deg);
    transition: all 0.5s ease;
}

.hed-4:hover .icon-8{
       -webkit-transform: rotateY(-349deg);
    -moz-transform: rotateY(-349deg);
    -o-transform: rotateY(-349deg);
    -ms-transform: rotateY(-349deg);
    transform: rotateY(190deg);
    transition: all 0.5s ease;
}

.icon-8 {
    width: 15px;
    height: 12px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-9.svg) center no-repeat;
    margin: 0px 5px -1px 0px;
}


.hed-4 {
    height: 43px;
    line-height: 46px;
    background: #D80027;
    font-family: font-03;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    position: relative;
    padding: 0px 10px;
    font-size: 13px;
    margin: 34px 15px 0px 0px;
    floaT: right;
    border-radius: 5px;
    text-align: center;
    color:#fff;
}

.hed-4 {
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 30%);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}


.hed-3 {
    width: 105px;
    height: 43px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 34px 0px 0px 0px;
    floaT: right;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    text-align: center;
    color:#fff;
}







.icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-8.svg) center no-repeat;
    floaT: left;
}

.icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-7.svg) center no-repeat;
    floaT: left;
}

.icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-6.svg) center no-repeat;
    floaT: left;
}

.icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-5.svg) center no-repeat;
    floaT: left;
}



.van-div-5 li {
   width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 14px;
}


.van-div-5 {
    margin: 14px 0px 0px 0px;
    float: right;
    position: relative;
}


.headerr-ic-2{
	font-size: 14px;
   border-right: 1px rgba(255, 255, 255, 0.12) solid;
   border-left: 1px rgba(255, 255, 255, 0.12) solid;
   padding: 0px 15px 0px 15px !important;
   margin: 0px 15px 0px 15px !important;  
   float: left;
   position:relative;
}



.icon-3 {
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-2 {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-1 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 5px -5px 0px;
}


.van-div-4 li{
    padding: 0px 0px 0px 0px;
   float: left;
   position:relative;
}

.van-div-3 a{
    color:#fff;
}


.van-div-3{
    color:#fff;
    width: 100%;
   float: left;
   position:relative;
}


.van-div-4{
	font-size: 13px;
   display: inline-block;
   line-height: 18px;
   float: left;
   position:relative;
   margin: 24px 0px 0px 0px;
}


.logo-1 img{
    widtH: 100%;
    line-height: 0px;
    float: left;
    position: relative;
}

.logo-1 {
    z-index:11;
    margin: 27px 0px;
    float: left;
    position: relative;
}




.hed-sl-6 img{
    widtH: 100%;
    height: 660px;
    float: left; 
    overflow:hidden;
}

.hed-sl-6{
    widtH: 100%;
    height: 100%;
    float: left; 
    overflow:hidden;
}

.hed-1{
    widtH: 100%;
    height: 111px;
    z-index:1;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7.5px);
    float: left;
    position: absolute;
    margin-top: 65px;
   z-index:1;
}

.van-div-2{
    widtH: 100%;
    height: 65px;
    line-height: 65px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(3.5px);
    float: left;
    position: absolute;
    overflow:hidden;
    z-index:1;
}

.hed-sl-0 .slick-prev, 
.hed-sl-0 .slick-next{
	top: 50% !important;
}


.hed-sl-0{
    widtH: 100%;
    height: 560px;
    z-index:0;
    background: #18193a;
    float: left;
    position: relative;
    overflow:hidden;
    margin-top: 0px;
}



.hed-sl-3{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: linear-gradient(180deg, rgba(3, 41, 62, 0.6) 0%, rgba(6, 18, 37, 0.6) 100%);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-4{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: url(../images/sl-2.png) !important;
    float: left; 
    position: absolute;
    overflow:hidden;
}

.hed-sl-5{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: rgba(6, 5, 27, 0.4);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-7{
    widtH: 100%;
    height: 100%;
    z-index:1;
    top: -0px;
    background: url(../images/sl-1.svg) center;
    background-size: 100%;
    float: left; 
    position: absolute;
    overflow:hidden;
}





.slick-next{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.slick-prev{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.slick-slide{margin:0px 0px;}
.slick-slide img{width:100%; object-fit: cover; }
.slick-slider{/* overflow:hidden; */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{border-radius: 0px;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-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-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height: 0px;}
.slick-slide img{display:block;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick-prev,
.slick-next{border:none;outline:none;}
.slick-initialized .slick-slide{display: block;}
.slick-prev:after{right:19px;top:20px;-webkit-transform:skew(45deg, 0deg);-ms-transform:skew(45deg, 0deg);transform:skew(45deg, 0deg);}
.slick-dots{padding-bottom: 2px !important;bottom:20px;width:100% !important;position:absolute;display: none !important;padding:0;margin:0;list-style:none;text-align:center;z-index:9;}
.slick-dots .slick-active{background: #26A69A;border-radius: 0px;}
.slick-next{right:20px;floaT:left;border-radius:100px;background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); font-size:0px !important;z-index:99999;line-height:40px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.shefi-8 .slick-prev:hover{transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;box-shadow:0px 2px 5px 0px #0000001f;}
.slick-prev,.slick-next{top: 50% !important;}
.slick-prev{lefT:20px;floaT:left;border-radius:100px;font-size:0px !important;z-index: 1;line-height:50px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.slick-dots li{background: #B4BBCF;border-radius: 0px;position:relative;display:inline-block;width: 30px;height: 4px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
/*-- /Responsive --*/
}




/*-- Responsive --*/
@media (min-width:1100px) and (max-width:1220px){
.text-fer a:hover{
	color: #26A69A;
}
.text-fer a{
	font-family: font-3;
}

.cc-sms-6 input, .cc-sms-6 textarea {
    font-size: 14px;
    border-radius: 0px !important;
    }

.cc-sms-6 .valid, .cc-sms-6 .valid {
    border-color: #26A69A;
    border: 1px #26A69A solid !important;
}

#date_in-error.error {
  display: none;
}

#date_in-error.error {
  display: none !important;
}



.error {
    font-size: 0px;
}

.cc-sms-6 .error, .cc-sms-6 #date_in-error {
    border-color: red;
}

.cc-sms-6 .error {
    border: 1px red solid !important;
}

#message-error {
    display: none !important;
}

#success p {
    color: #4CAF50;
    display: inline-block;
    font-family: font-3;
    height: 100%;
    width: 100%;
    line-height: 260px;
    text-align: center;
    margin: -2px 0px 0px 0px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #eee;
    transition: all 0.7s ease;
    z-index: 11;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#success span {
    color: #f00;
    font-family: font-2;
    width: 100%;
    floaT: left;
    line-height: 20px;
    text-align: left;
    margin: 0% 0% 2% 0%;
    padding: 0px 0px;
    transition: all 0.7s ease;
    z-index: 1;
    font-size: 14px;
    position: relative;
    border-radius: 100px;
}



.ser-sh-2 .al-new-2{
	margin-bottom: 25px;
}

.ser-sh-2 .al-new-4 {
    margin: 5px 0px 2% 0px;
}


.al-new-04 .map__inner{ width: calc(100% - 25px); }


.al-new-04.cc-sms-8{
	width: 100%;
	floaT: right;
	position:relative;
}




.ser-sh-2.ser-1.al-new-1,   .ser-sh-2.ser-1 .al-new-2{
	background: #F2F7FF;
}


.shida-video:hover{
    background: rgb(0 0 0 / 60%) url(../images/icon-15.svg) 21px 21px no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.shida-video{
    background: rgb(0 0 0 / 50%) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    width: 56px;
    height: 56px;
    float: right;
    top: 15px;
    z-index:9;
    left: 15px;
    position:absolute;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}





.shida-5 .slick-dots li{position:relative;display:inline-block;width: 20px;height: 5px;margin:0 4px;padding:0;cursor:pointer;}

.shida-5 .slick-dots {
	display: block !important;
}


.shida-5 .slick-next{
    backdrop-filter: blur(15px);
    background: #26A69A url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.shida-5 .slick-prev{
    backdrop-filter: blur(15px);
    background: rgb(0 0 0 / 55%) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.shida-5, .shida-5 img{
	width: 470px !important;
	height: 380px;
	object-fit: cover;
}

.shida-4 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	floaT: left;
	color:#2A292E;
	z-index:1;
}

.shida-5 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	overflow:hidden;
	floaT: left;
	margin: 15px 0px 15px 15px;
	color:#2A292E;
	z-index:1;
}

.shida-7{
	background:#26A69A;
	width: 120px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	left: 0px;
}


.shida-8 h1 {
	width: 100%;
	line-height:22px;
	font-size: 20px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 10px 0px 10px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.shida-8 .hed-info-5 {
    width: 100px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-012.svg) center no-repeat;
    z-index: 1;
}

.shida-16 b{
	font-family: font-02;
}

.shida-16 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
	color:#2A292E;
}

.shida-15{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	font-size: 15px;
	margin: 0px 0px 2px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.shida-14{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
}

.shida-13{
	width: 100%;
	height: 1px;
	position:relative;
	floaT: left;
	background:#DEE6EC;
	margin: 15px 0px;
}



.shida-8 .hed-info-12{
    background: #EAF2FE url(../images/icon-48.svg) center no-repeat;
    backdrop-filter: blur(10px);
}

.shida-8{
	width: 48%;
	position:relative;
	floaT: right;
	margin-top: 20px;
}



.shida-3 img{
	width: 100%;
	position:relative;
	floaT: left;
	line-height: 0px;
	font-size: 0px;
}


.shida-3{
	width: 48%;
	position:relative;
	floaT: left;
}

.shida-02{
	padding: 0px 40px;
}


.shida-2{
	width: 100%;
	position:relative;
	floaT: left;
	background:#fff;
	padding: 40px 0px;
}



.shida-1{
	z-index:1;
	width: 100%;
	position:relative;
	floaT: left;
	margin-bottom: 30px;
}





.hed-sl-000 .hed-vid-01{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.hed-sl-000 .slick-active .hed-vid-01{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.hed-vid-04{
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-04:hover{
	color: #26A69A;
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-03{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 56px;
    height: 56px;
    float: right;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}

.hed-vid-04::after {
    width: 12px;
    height: 12px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: #26A69A;
    content: "";
    z-index: 1;
    bottom: 5px;
    position: absolute;
    lefT: -18px;
}

.hed-vid-04{
	floaT: left;
	margin: 23px 12px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
}

.hed-vid-02{
	floaT: left;
	margin: 0px 20px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
	letter-spacing: 3px;
}

.hed-vid-01{
	width: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	right: 0px;
	margin-top: 270px;
	z-index:999;
}


.box-live-3 iframe{
	width: 100%;
	height: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	border: 0px;
}


.box-live-3{
	width: 98%;
	height: 552px;
	floaT: left;
	margin: 0px 0px 20px 1%;
	position:relative;
	box-shadow: 0px 0px 0px 10px #26A69A;
}

.box-live-1{
	width: 100%;
	floaT: left;
	margin: 20px 0px 3% 0px;
	position:relative;
}

.cc-sms-18{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 20px 0px 0px 0px;
}


.cc-sms-19 .van-div-01{
	floaT: left;
	background:#ffffff;
	margin: 0px 0px 0px 30px !important;
}


.cc-sms-19 .footer-14{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
}

.cc-sms-19{
	width: 255px;
	margin: auto;
	position:relative;
	background:#fff;
	z-index:1;
}



.cc-sms-20{
	width: 100%;
	background:#E1E4FF;
	margin: -21px 0px 0px 0px;
	height: 1px;
	floaT: left;
	position:relative;
	z-index:0;
}



.cc-sms-icon-03 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-43.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-02 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-42.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-01 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-41.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.cc-sms-13{
	width: 50px;
	height: 50px;
	background:#26A69A;
	margin: auto;
	border-radius: 10px;
	position:relative;
	font-size: 15px;
	color:#676B6F;
	z-index:1;
}


.cc-sms-12{
	width: 100%;
	floaT: left;
	position:relative;
	font-size: 15px;
	color:#676B6F;
}


.cc-sms-17 a:hover{
	color:#26A69A;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


.cc-sms-17 a{
	color:#676B6F;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.cc-sms-17{
	width: 100%;
	font-family: font-03;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 15px;
	color:#676B6F;
}

.cc-sms-16{
	width: 100%;
	font-family: font-05;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 18px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.cc-sms-15{
	width: 100%;
	floaT: left;
	position:relative;
	margin: 22px 0px 0px 0px;
	text-align: center;
}




.cc-sms-14{
	width: 100%;
	background:#DEE6EC;
	margin: -25px 0px 0px 0px;
	height: 2px;
	floaT: left;
	position:relative;
	z-index:0;
}


.cc-sms-0011.cc-sms-11{
	margin-lefT: 2%;
}

.cc-sms-011.cc-sms-11{
	margin-lefT: 2%;
}


.cc-sms-11{
	width: 32%;
	floaT: left;
	position:relative;
}



.cc-sms-10{
	width: 100%;
	floaT: left;
	position:relative;
	margin-top: 50px;
}




.map-2{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}


.map{float:left;width:100%;height:360px;margin: 25px 0px 25px -25px;position:relative;z-index:0;right: 0px;}
.map__inner{ float: right; height:360px;left:0;position:relative;top:0px;width:100%;transition:0.4s;-webkit-transform:rotate(0deg) translate3D(0%, 0, 0);transform:rotate(0deg) translate3D(0%, 0, 0);}
.map__canvas{height:100%;width:100%;}
.map-03{height:360px !important;}





.cc-sms-4::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -12px;
    position: absolute;
    lefT: 0px;
}



.cc-sms-4 {
	width: 100%;
	margin: 0px 0px 35px 0px;
	floaT: left;
	position:relative;
	font-family: font-05;
	font-weight: 500;
	color:#3F4348;
	text-align: left;
	font-size:20px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.cc-sms-7 button{
	cursor: pointer;
	width: 100%;
	height: 50px;
	line-height: 55px;
	floaT: left;
	position:relative;
	margin-bottom: 0px;
	border: 0;
	font-size: 17px;
	background:#26A69A;
	color:#fff;
	font-family: font-02;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.cc-sms-6{
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 20px;
}


.cc-sms-8{
	width: 47%;
	floaT: right;
	position:relative;
}

.cc-sms-3 textarea{
	padding: 15px;
	width: 100% !important;
	height: 140px;
	floaT: left;
	border: 1px solid #DEE6EC !important;
	font-family: font-1;
}

.cc-sms-3 input{
	padding: 15px !important;
	width: 100% !important;
	floaT: left;
	position:relative;
		display: inline-block;
	width: 302px; 
	height: 47px;
	line-height: 22px;
	padding: 10px;
	font-family: font-1;
	vertical-align: middle;
	border-radius: 0px !important;
	background: #fff;
	border: 1px solid #DEE6EC !important;
	-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.cc-sms-3{
	width: 47%;
	floaT: left;
	position:relative;
}


.cc-sms-2{
	padding: 0px 40px;
}



.cc-sms-1{
	width: 100%;
	floaT: left;
	position:relative;
	background: #fff;
	margin-bottom: 30px;
	padding: 40px 0px;
}





.nodiv-1 .about-1{
	padding-top: 3%;
}



.eroris-2 {
    margin: 0% 5%;
}

.eroris-5 {
	color: #6d747c;
    font-family: font-03;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}


.eroris-4 {
    font-family: font-05;
    font-size: 20px;
    margin: 5px 0px 7px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color:#222;
    font-feature-settings: 'case' on;
}

.eroris-3 {
    font-family: font-2;
    font-size: 50px;
    margin: 0% 0% 0% 0%;
    width: 100%;
    floaT: left;
    position:relative;
    color: #FF3D2E;
}


.eroris-1 {
    font-family: font-2;
    font-size: 15px;
    margin: 5% 0% 8% 0%;
    padding: 0% 0%;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}




.text {
	position: relative;
	width: 100%;
	margin: 20px 0px 30px 0px;
	z-indeX:1;
	font-size:15px;
   	font-family: font-03;
   	line-height: 22px;
    color:#3F4348;
}

.box_in h1::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}

.box_in h1{
	position: relative;
	width: 100%;
	margin: 20px 0px 30px 0px;
	z-indeX:1;
	font-size:25px;
   	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color:#3F4348;
}



.box_in {
    margin: 0px 40px;
}


.box {
	border-radius: 10px;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0px 0px 30px 0px;
    floaT: left;
    padding: 20px 0px 0px 0px;
}




.pagi-load path{
	fill: #fff;
}


#pagi-load span{ display: none;}
#pagi-load a span{ display: block; }
#pagi-load span{ float: left;  }
.pagi-load{  text-align: center; font-size:0px;}
.bottom-nav{ floaT: left; width:100%;margin: 0px 0px 30px 0px;}
.pagi-load a:hover{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;background: #26A69A;}
.pagi-load a:hover .fa-refresh{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;}
.pagi-load a{ border-radius: 100px; font-feature-settings: 'case' on;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;padding:0px 30px;display:inline-block;height:50px;line-height: 55px;font-size:16px;letter-spacing: 0.5px;cursor:pointer;color:#ffffff;background: #313337; text-align:center;font-family: font-02;}




.no-sl-1.hed-sl-0{
    widtH: 100%;
    height: 280px;
    margin-bottom: 35px;
}

.speedbar-3::after {
    width: 8px;
    height: 10px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px -17px;
    floaT: left;
    background: url(../images/n.svg) top no-repeat;
    content: "";
    z-index: 1;
    bottom: 6px;
    position: absolute;
}



.no-sl-1 .hed-info-1{
    widtH: 100%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 190px 0px 0px 0px;
}


.speedbar-3 a{
    display: inline-flex !important;
    padding: 0px 30px 0px 0px;
    position:relative;
}

.speedbar-2 a{
    display: none;
}

.speedbar-1 a{
	position:relative;
    color:#26A69A;
}


.speedbar-1{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 30px 0px 0px 0px;
    text-align: center;
       	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-9 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-9 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}



.footer-7{
	width: calc(100% - 70px);
	floaT: left;
	position:relative;
}

.footer-005.footer-5{
	width: 26%;
	display: block;
	float: right;
	position:relative;
	margin: 0px 0px 0px 10px;
}



.footer-9 {
    width: 100%;
    height: 20px;
    overflow:hidden;
    float: left;
    position:relative;
    margin: 2px 0px 0px 0px;
    font-family: font-03;
}

.footer-8 {
    width: 100%;
   float: left;
   position:relative;
   margin: 7px 0px 0px 0px;
   font-family: font-05;
   -webkit-font-feature-settings: 'case'on;
   font-feature-settings: 'case'on;
}


.footer-icon-3 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.footer-icon-2 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}


.footer-icon-1 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.footer-6 {
    width: 45px;
    height: 45px;
    background: #26A69A;
    border-radius: 10px;
   float: left;
   position:relative;
   margin: 0px 10px 0px 0px;
}




.footer-05.footer-5{
   width: 27%;
   float: left;
   position:relative;
   margin: 0px 0px 0px 0px;
   padding: 0px 5px 0px 15px;
   border-lefT: 1px #ddd solid;
   border-right: 1px #ddd solid;
}



.footer-5{
	width: 42%;
	float: left;
	position:relative;
	margin: 0px 0px 0px 0px;
}



.footer-4{
    width: 79%;
    float: right;
    position:relative;
    margin: 10px 0px 0px 0px;
}


.footer-3 {
    width: 200px;
   float: left;
   position:relative;
   margin: 0px 0px 0px 0px;
}


.footer-2 {
    width: 100%;
   float: left;
   position:relative;
   margin: 20px 0px 20px 0px;
}


.footer-14.van-div-5 li{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 li:hover {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 .van-div-04:hover {
    border: 2px #9829e3 solid;
}

.footer-14.van-div-5 .van-div-03:hover {
    border: 2px #25D366 solid;
}
.footer-14.van-div-5 .van-div-02:hover {
    border: 2px #e440b4 solid;
}

.footer-14.van-div-5 .van-div-01:hover {
    border: 2px #2e4fe3 solid;
}


.footer-14 .icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-47.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-46.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-45.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-44.svg) center no-repeat;
    floaT: left;
}

.footer-14.van-div-5 li {
   width: 38px;
    height: 38px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 10px;
    border: 2px #E1E4FF solid;
}


.footer-14.van-div-5 {
    margin: 18px 0px 0px 0px;
    float: right;
    position: relative;
}



.footer-12 li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 .footer-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 li::after {
    width: 100%;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}


.footer-12 .footer-a a{
    color: #04161C;
}

.footer-12 a{
    color: #5B5C69;
}

.footer-12 li{
    position:relative;
    floaT: left;
    margin: 0px 15px;
    padding: 0px 0px;
    font-size: 15px;
    font-family: font-03;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-12{
    margin: 30px 0px 30px 0px;
    floaT: left;
    color:#fff;
}

.footer-17 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.footer-17 a:hover::after{
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: -5px;
    position: absolute;
    lefT: 0px;
}


.footer-17 a{
   position:relative;
   font-family: font-3;
   font-size: 16px;
}

.footer-16 {
    width: 100%;
   float: left;
   position:relative;
   margin: 25px 0px 18px 0px;
}

.footer-18{
   position:relative;
   float: left;
}


.footer-17{
   position:relative;
   float: right;
}

.footer-15 span{
   	font-family: Verdana;
}

.footer-15 {
    width: 100%;
   float: left;
   position:relative;
   background:#F2F7FF;
   color:#1C1C1C;
   	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.footer-10{
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
}


.footer-1{
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
   border-bottom: 1px #DBE1EA solid;
}


.par-3{
	overflow:hidden;
	position:relative;
	margin: 0px 0px 0px -10px;
}


.partniori-1 img{
	width: 100%;
	height: 150px;
	floaT: left;
	position:relative;
	border-radius: 10px;
}

.partniori-2{
	width: 100%;
	floaT: left;
	position:relative;
}


.partniori-1{
	floaT: left;
	position:relative;
	margin: 0px 10px 50px 10px;
}


.par-2 .slick-dots{ bottom: 0px; display: block !important; }

.par-2 .slick-prev, .par-2 .slick-next{  display: none !important; }



.par-2{
	width: 100%;
	overflow:hidden;
	position:relative;
	floaT: left;
	z-index:1;
	margin-bottom: 30px;
}



.par-1 .al-new-2{
	background:#EBEFF5;
}

.par-1.al-new-1{
	width: 100%;
	floaT: left;
	background: #26a69a; /* Old browsers */
	background: -moz-linear-gradient(left,  #26a69a 0%, #26a69a 50%, #ebeff5 50%, #26a69a 50%, #ebeff5 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a69a', endColorstr='#ebeff5',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}


.par-1 .al-new-9{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	left: 0px;
}


.vid-v-8 img, .vid-v-10 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-v-8:hover img, .vid-v-10:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.news-flei-3{display:block;color:#fff;font-size:19px;font-family: font-1;line-height: 34px;position:relative;width:100%;-webkit-font-feature-settings: 'case'on;font-feature-settings: 'case'on;height: 30px;text-align:center;margin:auto;}
.news-flei-2{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;}
.news-flei-1{width:100%;height:100%;position:absolute;floaT:left;z-index:9999;}


.vid-v-8 .vid-bor-3::after {
    width: 25px;
    height: 30px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
    content: "";
    z-index: 1;
    right: 16px;
    bottom: 20px;
    position: absolute;
}

.vid-v-8 .vid-bor-3{
height: 90% !important;
background: rgb(255 255 255 / 0%);
}


.vid-bor-3{
	width: calc(100% - 30px);
	height: 80% !important;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
	box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 40%);
	position:absolute;
	top: 15px;
	lefT: 15px;
	z-index:9;
}

.vid-bor-2{
	width: 100%;
	height: 100%;
	background: rgba(12, 46, 40, 0.45);
	position:absolute;
	top: 0px;
	lefT: 0px;
	z-index:1;
}

  
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background: #26A69A;
}


.vid-v-5 .plyr--full-ui input[type=range] {
    color: #26A69A;
}

.vid-v-5 .plyr__control--overlaid {
    background: #26A69A;
}




.vid-v-5 .dlepl--borderRadius {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius .plyr {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius.dlepl--playlist .plyr {
	border-radius: 0px 0px 0 0;
}


.vid-v-10, .vid-v-10 img{
	width: 100%;
	floaT: left;
	height: 148px;
	position:relative;
	overflow:hidden;
}


.vid-v-8, .vid-v-8 img{
	object-fit: cover;
	height: 296px;
}


.vid-v-7 img{
	position:relative;
	z-index:0;
	object-fit: cover;
	width: 100%;
	line-height: 0px;
}


.vid-v-8, .vid-v-9{
	overflow:hidden;
	position:relative;
	width: 50%;
	floaT: left;
}


.vid-v-8{
	overflow:hidden;
	position:relative;
	width: 50%;
}


.vid-v-6{
	width: 3%;
	height: 240px;
	background:#26A69A;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 40px 0px 0px 0px;
	position:relative;
}
 


.vid-v-7{
	width: 47%;
	floaT: right;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

  
.vid-v-5{
	width: 97%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.vid-v-4{
	width: 50%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.vid-v-3{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}


.vid-v-02{
	width: 100%;
	floaT: left;
	margin: -17px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px #DBE1EA solid;
}
  
.vid-v-3{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 0px 0px 40px 0px;
	text-align: center;
}


.vid-v-2{
	margin: 0px auto;
	height: 50px;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:26px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
	display: inline;
	background:#fff;
	padding: 20px 30px;
	line-height: 30px;
}

.vid-v-1{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 15px 0px 40px 0px;
	text-align: center;
}



.ser-new-1:hover .ser-new-4 {
    -moz-animation: spinoffPulse 10s infinite linear;
    -webkit-animation: spinoffPulse 10s infinite linear;
}
@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #bdd73c;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotatecircle {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotatecircle {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}




.ser-new-4{
	top: 0px;
	lefT: 0px;
	position:absolute;
	text-align: center;
	line-height: 90px;
	width: 90px;
	height: 90px;
	border-radius: 100px;
	floaT: left;
	margin: 25px 0px 25px 25px;
    border: 2px dashed #DBE1EA;
}

.ser-new-1:hover .ser-new-03 img{
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

  .ser-new-03 img{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    color: #f8f9fa;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    opacity: 9;
    width: 90px;
    height: 77px;
    text-align: center;
    line-height: 70px;
}

.ser-new-031{
	position:absolute;
	top:60%;
	left:0;
	width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	}

.ser-new-6 h3{
        margin: 0px 0px 0px 0px;
        line-height: 22px;
        display: table-cell;
        vertical-align: middle;
        height: 141px;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        font-family: font-01;
        color:#2A292E;
    }



.ser-new-5{
	text-align: left;
	line-height: 20px;
	width: 62%;
	floaT: right;
	margin: 0px 0px 0px 0px;
}



.ser-new-3{
	position:relative;
	text-align: center;
	line-height: 90px;
	width: 90px;
	height: 90px;
	border-radius: 100px;
	floaT: left;
	margin: 25px 0px 25px 0px;
    border: 1px solid rgb(219 225 234 / 0%);
}



.ser-new-2{
	position:relative;
	padding: 0px 25px;

}

.ser-new-1{
	width: 344px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px #DBE1EA;
	floaT: left;
	padding: 0px 0px;
	margin: 0px 10px 20px 10px;
	border: 1px solid #DBE1EA;
}



  .ser-1.al-new-1,   .ser-1 .al-new-2{
	background: #ffffff;
}

.ser-1.al-new-1{
	width: 100%;
	floaT: left;
	padding: 0% 0px;
}





.al-new-9{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}


.vid-1 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-1:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.vid-1:hover .vid-13{
  background: #26A69A url(../images/icon-020.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1 .vid-13{
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.vid-1 .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1:hover .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	color: #26A69A;
}


.al-new-8{
  width: 25px;
  height: 25px;
  margin: 10px 0px -6px 0px;
  background: url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
  display: inline-block;
}

.al-new-7 a:hover{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	box-shadow: 0px 0px 10px 0px rgb(44 28 110 / 10%);
	color: #26A69A;
}

.al-new-7 a{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	text-align: center;
	padding: 0px 40px;
	margin: 10px 0px 10px 0px;
	height: 54px;
	line-height: 57px;
	border-radius: 100px;
	display: inline-block;
	background:#fff;
	position:relative;
	overflow:hidden;
	text-align: center;
	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.al-new-7{
	margin-bottom: 2.5%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	text-align: center;
}


.vid-13{
  width: 28px;
  height: 28px;
  margin: 32.2px auto;
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
}


.vid-11 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-22.svg) center no-repeat;
    margin: 0px 2px -3px 0px;
}

.vid-10{
	width: 100%;
	color: #5E5C65;
	font-size: 15px;
	font-family: font-1;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    margin-top: 2px;
}

.vid-9{
	width: 100%;
	height: 20px;
	overflow:hidden;
	color:#2A292E;
	margin-bottom: 4px;
	font-size: 20px;
	font-family: font-05;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

  .vid-12{
  	border-left: 1px #E9EDF3 solid;
	width: 93px;
    height: 93px;
	floaT: right;
	position:relative;
	overflow:hidden;
}

.vid-08{
	margin: 0px 25px;
}

.vid-8{
	width: calc(100% - 100px);
	floaT: left;
	position:relative;
	background:#fff;
	margin: 25px 0px 0px 0px;
}

.vid-7{
	width: 100%;
	height: 93px;
	floaT: left;
	position:relative;
	background:#fff;
}


.vid-5{
background: #26A69A;
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 14px;
	font-family: font-3;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.vid-4{
	background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 13px;
	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}
 
.vid-3{
		line-height: 45px;
	left: 25px;
	bottom: 25px;
	height: 40px;
	floaT: left;
	position:absolute;
	overflow:hidden;
	z-index:1;
}

.vid-2, .vid-2 img{
	height: 300px;
}

.vid-2{
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}


.vid-1{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	width: 525px;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px 15px 30px 15px;
	background:#fff;
}


.al-new-6{
	width: 104%;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px -10px;
}


.al-new-5{
	z-index:1;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}



.al-new-4 {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 5px 0px 3.5% 0px;
    floaT: left;
    background: url(../images/icon-32.svg) center no-repeat;
    content: "";
    z-index: 1;
}


.al-new-3 {
	margin-top: 4%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:23px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.al-new-2{
	background:#F2F7FF;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}

.al-new-1{
	width: 100%;
	floaT: left;
	background: #f2f7ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #f2f7ff 0%, #f2f7ff 52%, #f2f7ff 52%, #207cca 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 53%, #f2f7ff 53%, #26a69a 53%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7ff', endColorstr='#26a69a',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}





.hed-1.hed-01 {
  animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -o-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



.hed-1.hed-01{
    widtH: 100%;
    height: 111px;
    z-index:1;
    background: rgb(5 33 42 / 80%);
    backdrop-filter: blur(7.5px);
    float: left;
    position: fixed;
    margin-top: 0px;
   z-index:99;
}


.about-22 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22:hover .about-24{
    background: #26A69A url(../images/icon-020.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.about-22:hover .about-23::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22 .about-23::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 19px;
    position: absolute;
    lefT: 0px;
}


.about-23{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.about-24{
    background: #fff url(../images/icon-20.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 28px;
    height: 28px;
    float: right;
    position:relative;
    margin: 16px 0px 0px 28px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.hed-info-11{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.about-22 a {
    color:#fff;
}

.about-22{
    background: #E9F1FB;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 60px;
    line-height: 66px;
    float: left;
    position:relative;
    padding: 0px 17px 0px 37px;
    margin: 30px 0px 0px 0px;
    font-size: 16px;
    font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}




 .about-20{
	width: 100%;
	font-size: 16px;
	font-family: font-3;
	floaT: left;
	position:relative;
	color:#36393C;
	margin: 4% 0% 0% 0%;
}



 .about-19{
	width: 100%;
	font-size: 16.2px;
	font-family: font-02;
	floaT: left;
	position:relative;
	line-height: 24px;
	color:#36393C;
}



.about-18 {
    width: 100px;
    height: 9px;
    margin: 1px 10px 2px 0px;
    display: inline-block;
    background: url(../images/icon-32.svg) left no-repeat;
    z-index: 1;
}


.about-17{
	width: 100%;
	floaT: left;
	position:relative;
	color:#94989C;

	font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.about-16{
	margin: 14px 0px 2px 0px;
	width: 100%;
	floaT: left;
	position:relative;
	color:#2A292E;
	font-style: normal;
	font-weight: 800;
	font-size: 27px;
	font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



  .about-15{
	width: 84%;
	floaT: right;
	position:relative;
	margin-bottom: 0%;
}

.about-14{
	width: 80px;
	height: 80px;
	floaT: left;
	position:relative;
	border-radius: 10px;
	background:  #26A69A url(../images/icon-18.svg) center no-repeat;
}

.nodiv-1 .about-13{
	background: url(../images/icon-019.svg) 90px top no-repeat;
	background-size: 84%;
}


.about-13{
	background: url(../images/icon-19.svg) 90px top no-repeat;
	background-size: 84%;
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 5%;
}




.about-12{
	width: 54%;
	floaT: right;
}


.about-4::after {
    width: 169px;
    height: 300px;
    margin: 0px 0px 0px 0px;
    floaT: left;
    box-shadow: 14px 14px 0px 0px #26A69A;
    content: "";
    z-index: 1;
    bottom: 14px;
    position: absolute;
    right: 14px;
}

.about-08 {
    width: 78px;
    height: 9px;
    margin: 3px 10px 0px 0px;
    floaT: left;
    background: url(../images/icon-21.svg) left no-repeat;
    z-index: 1;
}


.about-7{
	position:absolute;
	floaT: left;
	bottom: 31px;
	right: 38px;
	color:#fff;
	font-weight: 100;
	font-family: font-1;
    font-size: 16px;
}



.about-6{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/logo.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-5{
	width: 100%;
	height: 100%;
	position:absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-11{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/icon-18.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}



.about-10{
	width: 100%;
	height: 100%;
	position:absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}



  .about-9,  .about-9 img{
	width: 171px;
	height: 171px;
}

.about-9{
	margin-top: 30px;
	z-index:0;
	floaT: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}


 
 .about-8,  .about-8 img{
	width: 250px;
	height: 501px;
}

.about-8{
	top: 80px;
	z-index:0;
	right: 0px;
	floaT: right;
	background:#fff;
	position:absolute;
	overflow:hidden;
	border-radius: 10px;
}


 .about-4,  .about-4 img{
	width: 370px;
	height: 380px;
}
.about-4{
	z-index:1;
	floaT: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius: 10px 10px 0px 10px;
}


.about-3{
	width: 451px;
	floaT: left;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}



.about-1 img{
	object-fit: cover;
}

.nodiv-1 .about-1{
	background:#F2F7FF;
}

.about-1{
		background:#fff;
	width: 100%;
	floaT: left;
	padding: 6% 0px;
}






    .mouse-4 {
        position: absolute;
        display: block;
        left: 0px;
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
    }

    .mouse-4 {
        width: 7px;
        height: 9px;
        background: #fff;
        margin: 0px 0px 0px 9px;
        float: left;
        border-radius: 100px;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
        position: relative;
    }

    @-webkit-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @-moz-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    .mouse-3 {
        cursor: pointer;
        width: 25px;
        height: 40px;
        margin: 0px 0px 0px 0px;
        float: left;
        border: 2px #E1E5F5 solid;
        border-radius: 100px;
    }

    .mouse-2 {
        width: 28px;
        right: 11px;
        bottom: 10px;
        floaT: right;
        position:relative;
    }

    .mouse-1 {
        float: left;
        width: 100%;
        font-family: font-1;
        font-size: 15px;
        text-align: center;
        bottom: 0px;
        margin: 0px 0px 0px 0px;
        position: absolute;
        z-index: 1;
    }



.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-2{
    width: 100%;
    floaT: left;
}

.for-ena-11 {
    width: 8px;
    height: 5px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px 0px 0px;
    RIGHT: 0PX;
}


.for-ena-7:hover .tu-ena {
   opacity: 100%;
   margin-top: -15px !important;
   opacity: 100%;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: visible;
}

.for-ena-7 .tu-ena {
   border-top: 10px rgb(255 255 255 / 0%) solid;
   opacity: 0%;
   position:absolute;
   float: left;
   margin-top: 30px;
   transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: hidden;
}

.for-ena-7{
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-indeX:1;
}




.tu-ena.van-ena .for-ena-2{
	box-shadow: 0px 1px 0px 0px #ddd !important;
}


.for-ena-9 img{
	width: 25px;
	floaT: left;
	margin: 9px 7px 0px 4px;
	line-height: 39px;
	font-size: 13px;
	font-family:font-3;
}

.for-ena-10{
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 47px;
	font-size: 14px;
	font-family:font-1;
}

.for-ena-9 {
    margin: 0px 12px;
}

.for-ena-8 {
	cursor: pointer;
	position: relative;
	width: 100%;
	border: 0px #cbcbcb solid;
	height: 43px;
	margin: 0px 0px 15px 0px;
	line-height: 46px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}





body .tu-ena.van-ena .for-ena-5 select{
	height: auto;
}

.tu-ena.van-ena .for-ena-a.for-ena-2::before {
    height: 0px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.tu-ena.van-ena .for-ena-5 option, .tu-ena.van-ena .for-ena-3, .tu-ena.van-ena .for-ena-2{
	width: 100%;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}


.smartphone-ena .for-ena-5 select{
	cursor: pointer;
}

body  .smartphone-ena .for-ena-5  option{
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	text-align: left;
	font-size: 15px !important;
	color: #222;
}

.van-ena .for-ena-a.for-ena-2{
	-webkit-filter: saturate(100%);
    filter: saturate(100%);
    opacity: 100%;
}


.van-ena .for-ena-2:hover{
	cursor: pointer;
}


.for-ena-6{
    color: #2A292E;
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 42px;
	font-size: 13px;
	font-family:font-04;
}

.van-ena img{
    line-height: 0px;
	width: 24px;
	floaT: left;
	margin: 9.4px 9px 0px 12px;
}

.van-ena .for-ena-5 option, .van-ena .for-ena-3, .van-ena .for-ena-2{
	width: 68px;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}



.for-ena-5 option, .for-ena-3, .for-ena-2{
	width: 45px;
	height: 40px;
}

.for-ena-5 select { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}

.for-ena-5 select:focus { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}


body .for-ena-5 option{
	padding: 0px 0px !important;
	border-radius: 0px;
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	floaT: left;
	cursor: pointer;
	text-align: center;
	font-size: 0px !important;
	color:rgb(255 255 255 / 0%);
}


body .for-ena-5 option:checked {
    opacity: 0.5;
}

body .for-ena-5 select{
	height: 40px;
	line-height: 40px;
	padding: 0px;
	vertical-align: middle;
	border-radius: 0px;
	background: rgb(255 255 255 / 0%) !important;
	border-left: 1px solid #d7d7d7;
	floaT: left;
}


body .for-ena-5 select{
	width: 100%;
	overflow:hidden;
	position:relative;
	top: 0px;
	opacity:0;
}


.for-ena-a.for-ena-2{
    background-color:#f7f7f7;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.for-ena-a.for-ena-2::before {
    height: 3px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}


.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}

.for-ena-3{
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	position:relative;
	float: left;
}

.for-ena-2{
	text-align: center;
	line-height: 50px;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-1{
	box-shadow: 0px 0px 10px 1px rgb(5 33 42 / 25%);
	background-color:#fff;
	width: 100%;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow:hidden;
	border-radius: 5px;
}

.for-ena-0{
	width: 100%;
	position:relative;
	margin: 5px 0px 10px 0px;
	float: left;
}


.hed-info-8:hover .hed-info-9::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8 .hed-info-9::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 19px;
    position: absolute;
    lefT: 0px;
}


.hed-info-8 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8:hover .hed-info-10{
    background: #26A69A url(../images/icon-14.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-sms-5 button{
    cursor: pointer;
    widtH: 130px;
    height: 48px;
    line-height: 52px;
    border-radius: 5px;
    color:#fff;
    text-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    float: right;
    border: 0;
    position:relative;
    margin: 26px 0px 0px 0px;
    background: linear-gradient(180deg, #30BEB1 0%, #24A79B 100%);
    font-family: font-03;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-sms-06.hed-sms-6{
    widtH: 160px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 15px;
}


.hed-sms-8 input::placeholder {
    color: rgb(255 255 255 / 50%);
}

.hed-sms-8 input{
	font-size: 14px;
    widtH: 100%;
    height: 48px;
    line-height: 53px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px;
    border: 0;
    color:#fff;
    font-family: font-02;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.hed-sms-7{
     -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 10px 0px;
    font-family: font-01;
}

.hed-sms-6{
    widtH: 180px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}


.hed-sms-5{
	border-top: 1px rgba(255, 255, 255, 0.15) solid;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 10px 0px 0px 0px;
    padding-top: 20px;
}




.hed-info-012{
    opacity: 0.6;
    float:left;
    width:30px;
    height:30px;
    margin:15px 0px 0px 15px;
    background:rgba(255, 255, 255, 0.20);
    border-radius:100px;
    border:none;
    -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius:50%;
    background-color:rgba(255, 255, 255, 0.0);
    background-size:cover;
    background-repeat:no-repeat;
    -webkit-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);}
    @-webkit-keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-moz-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-ms-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}


.hed-sl-000 .slick-active .hed-sl-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
    transform: scale(1.13) 
    translate(0,9px);
    -webkit-transform: scale(1) translate(0,0px);
    filter:  invert(0);
}

.hed-sl-000 .hed-sl-6{
    opacity: 0;
    -webkit-transition: all 2100ms ease;
    -moz-transition: all 2100ms ease;
    -ms-transition: all 2100ms ease;
    -o-transition: all 2100ms ease;
    transition: all 2100ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}


.hed-sl-000 .slick-active .hed-info-11 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-11{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: 0px;
}



.hed-sl-000 .slick-active .hed-info-8 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-8{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: -20px;
}


.hed-sl-000 .slick-active .hed-info-7{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-7{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -600px;
}

.hed-sl-000 .slick-active .hed-info-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-6{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -500px;
}


.hed-sl-000 .slick-active .hed-info-3{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-3{
    opacity: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -200px;
}


.hed-sl-00{
    z-index:0;
    widtH: 100%;
    float: left;
    position:relative;
}

.hed-sms-4{
	font-size: 13px;
    widtH: 100%;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 20px;
    overflow:hidden;
    position:relative; 
}


.hed-sms-3{
    widtH: 100%;
    float: left;
    margin: 25px 0px 0px 0px;
    position:relative;
    font-size: 20px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    font-family: font-04;
}

.hed-sms-2{
    margin: 0px 25px;
}

.hed-sms-1{
    widtH: 549px;
    float: left;
    right: 0px;
    z-index:99999999;
    top: 410px;
    position: absolute;
    padding: 0px 0px 25px 0px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7.5px);
    border-radius: 10px 10px 0px 0px;
    color:#fff;
}








.hed-info-15 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-1;
}


.hed-info-14 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-05;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-info-13 {
	width: 80%;
	float: left;
	position:relative;
	margin: 12px 0px 0px 15px;
	font-size: 15px;
	font-family: font-01;
}



.hed-info-12{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-13.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-9{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.hed-info-10{
        background: rgba(255, 255, 255, 0.15) url(../images/icon-14.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 26px;
    height: 26px;
    float: right;
    position:relative;
    margin: 16px 0px 0px 30px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.hed-info-11{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-sl-2 a {
    color:#fff;
}

.hed-info-8{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 60px;
    line-height: 64px;
    float: left;
    position:relative;
    padding: 0px 19px 0px 35px;
    margin: 50px 0px 30px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-7{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-info-6 b{
    font-family: font-05;
}

.hed-info-6{
	    height: 27px;
	    overflow:hidden;
	    widtH: 100%;
	    float: left;
	    position:relative;
	    margin: 0px 0px 12px 0px;
	    font-size: 25px;
	    font-family: font-01;
	    letter-spacing: 1px;
	    -webkit-font-feature-settings: 'case'on;
	    font-feature-settings: 'case'on;
}



.hed-info-5 {
    width: 100px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-12.svg) center no-repeat;
    z-index: 1;
}


.hed-info-4::after {
    width: 11px;
    height: 11px;
    background: #26A69A;
    float: left;
    border-radius: 100px;
    margin: -1px 7px 0px 0px;
    floaT: left;
    content: "";
    z-index: 1;
    position: relative;
    lefT: 0px;
}

.hed-info-4{
    float: left;
    position:relative;
    margin: 0px 0px 20px 0px;
        font-family: font-02;
        letter-spacing: 1px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-info-3{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 5px 0px 0px 0px;
}


.hed-info-2{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 55px 0px 0px 0px;
}


.hed-info-1{
    widtH: 47%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 176px 0px 0px 20px;
}




.hed-4:hover {
    background: #f50934;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-4 {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.van-div-4 a:hover{
    color:#26A69A;
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.van-div-4 a{
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


#cssmenu a:hover{
    color: #ffffff;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu a{
    color: #B4BBCF;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


#cssmenu .menu-2::before, #cssmenu .menu-3::before, #cssmenu .menu-4::before {
    width: 11px;
    height: 22px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/menu.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: 0px;
    position: absolute;
    lefT: -21px;
}



#cssmenu li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu .menu-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu li::after {
    width: 100%;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}


.menu-04::before {
    content: "#04";
}


.menu-03::before {
    content: "#03";
}


.menu-02::before {
    content: "#02";
}


.menu-01::before {
    content: "#01";
}


.menu-01::before, .menu-02::before, .menu-03::before, .menu-04::before {
    margin: 0px 0px 0px 0px;
    floaT: right;
    right: 0px;
    z-index: 1;
    font-size: 11px;
    font-family: font-05;
    top: -14px;
    position: absolute;
}


#cssmenu .menu-a a{
    color: #ffffff;
}

#cssmenu a{
    color: #B4BBCF;
}

#cssmenu li{
    position:relative;
    floaT: left;
    margin: 0px 17px;
    padding: 0px 0px;
    font-size: 16px;
    font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



#cssmenu{
    margin: 56px 5px 0px 0px;
    floaT: right;
    color:#fff;
}


.hed-4 .icon-8{
    transform: rotateY(0deg);
    transition: all 0.5s ease;
}

.hed-4:hover .icon-8{
       -webkit-transform: rotateY(-349deg);
    -moz-transform: rotateY(-349deg);
    -o-transform: rotateY(-349deg);
    -ms-transform: rotateY(-349deg);
    transform: rotateY(190deg);
    transition: all 0.5s ease;
}

.icon-8 {
    width: 15px;
    height: 12px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-9.svg) center no-repeat;
    margin: 0px 5px -1px 0px;
}


.hed-4 {
    height: 43px;
    line-height: 46px;
    background: #D80027;
    font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    position: relative;
    padding: 0px 20px;
    margin: 34px 15px 0px 0px;
    floaT: right;
    border-radius: 5px;
    text-align: center;
    color:#fff;
}

.hed-4 {
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 30%);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}


.hed-3 {
    width: 105px;
    height: 43px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 34px 0px 0px 0px;
    floaT: right;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    text-align: center;
    color:#fff;
}







.icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-8.svg) center no-repeat;
    floaT: left;
}

.icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-7.svg) center no-repeat;
    floaT: left;
}

.icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-6.svg) center no-repeat;
    floaT: left;
}

.icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-5.svg) center no-repeat;
    floaT: left;
}



.van-div-5 li {
   width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 14px;
}


.van-div-5 {
    margin: 14px 0px 0px 0px;
    float: right;
    position: relative;
}


.headerr-ic-2{
   border-right: 1px rgba(255, 255, 255, 0.12) solid;
   border-left: 1px rgba(255, 255, 255, 0.12) solid;
   padding: 0px 20px 0px 20px !important;
   margin: 0px 20px 0px 20px !important;  
   float: left;
   position:relative;
}



.icon-3 {
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-2 {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-1 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 5px -5px 0px;
}


.van-div-4 li{
    padding: 0px 0px 0px 0px;
   float: left;
   position:relative;
}

.van-div-3 a{
    color:#fff;
}


.van-div-3{
    color:#fff;
    width: 100%;
   float: left;
   position:relative;
}


.van-div-4{
   display: inline-block;
   line-height: 18px;
   float: left;
   position:relative;
   margin: 24px 0px 0px 0px;
}


.logo-1 img{
    widtH: 100%;
    line-height: 0px;
    float: left;
    position: relative;
}

.logo-1 {
    z-index:11;
    margin: 28px 0px;
    float: left;
    position: relative;
}




.hed-sl-6 img{
    widtH: 100%;
    height: 660px;
    float: left; 
    overflow:hidden;
}

.hed-sl-6{
    widtH: 100%;
    height: 100%;
    float: left; 
    overflow:hidden;
}

.hed-1{
    widtH: 100%;
    height: 111px;
    z-index:1;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7.5px);
    float: left;
    position: absolute;
    margin-top: 65px;
   z-index:1;
}

.van-div-2{
    widtH: 100%;
    height: 65px;
    line-height: 65px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(3.5px);
    float: left;
    position: absolute;
    overflow:hidden;
    z-index:1;
}

.hed-sl-0 .slick-prev, 
.hed-sl-0 .slick-next{
	top: 52% !important;
}



.hed-sl-0{
    widtH: 100%;
    height: 610px;
    z-index:0;
    background: #18193a;
    float: left;
    position: relative;
    overflow:hidden;
    margin-top: 0px;
}



.hed-sl-3{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: linear-gradient(180deg, rgba(3, 41, 62, 0.6) 0%, rgba(6, 18, 37, 0.6) 100%);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-4{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: url(../images/sl-2.png) !important;
    float: left; 
    position: absolute;
    overflow:hidden;
}

.hed-sl-5{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: rgba(6, 5, 27, 0.4);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-7{
    widtH: 100%;
    height: 100%;
    z-index:1;
    top: -0px;
    background: url(../images/sl-1.svg) center;
    background-size: 100%;
    float: left; 
    position: absolute;
    overflow:hidden;
}





.slick-next{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.slick-prev{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.slick-slide{margin:0px 0px;}
.slick-slide img{width:100%; object-fit: cover; }
.slick-slider{/* overflow:hidden; */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{border-radius: 0px;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-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-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height: 0px;}
.slick-slide img{display:block;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick-prev,
.slick-next{border:none;outline:none;}
.slick-initialized .slick-slide{display: block;}
.slick-prev:after{right:19px;top:20px;-webkit-transform:skew(45deg, 0deg);-ms-transform:skew(45deg, 0deg);transform:skew(45deg, 0deg);}
.slick-dots{padding-bottom: 2px !important;bottom:20px;width:100% !important;position:absolute;display: none !important;padding:0;margin:0;list-style:none;text-align:center;z-index:9;}
.slick-dots .slick-active{background: #26A69A;border-radius: 0px;}
.slick-next{right:20px;floaT:left;border-radius:100px;background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); font-size:0px !important;z-index:99999;line-height:40px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.shefi-8 .slick-prev:hover{transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;box-shadow:0px 2px 5px 0px #0000001f;}
.slick-prev,.slick-next{top: 50% !important;}
.slick-prev{lefT:20px;floaT:left;border-radius:100px;font-size:0px !important;z-index: 1;line-height:50px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.slick-dots li{background: #B4BBCF;border-radius: 0px;position:relative;display:inline-block;width: 30px;height: 4px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
/*-- /Responsive --*/
}





/*-- Responsive --*/
@media (min-width:1220px) and (max-width:90000000px){
.text-fer a:hover{
	color: #26A69A;
}
.text-fer a{
	font-family: font-3;
}

.cc-sms-6 input, .cc-sms-6 textarea {
    font-size: 14px;
    border-radius: 0px !important;
    }

.cc-sms-6 .valid, .cc-sms-6 .valid {
    border-color: #26A69A;
    border: 1px #26A69A solid !important;
}

#date_in-error.error {
  display: none;
}

#date_in-error.error {
  display: none !important;
}



.error {
    font-size: 0px;
}

.cc-sms-6 .error, .cc-sms-6 #date_in-error {
    border-color: red;
}

.cc-sms-6 .error {
    border: 1px red solid !important;
}

#message-error {
    display: none !important;
}

#success p {
    color: #4CAF50;
    display: inline-block;
    font-family: font-3;
    height: 100%;
    width: 100%;
    line-height: 260px;
    text-align: center;
    margin: -2px 0px 0px 0px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #eee;
    transition: all 0.7s ease;
    z-index: 11;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#success span {
    color: #f00;
    font-family: font-2;
    width: 100%;
    floaT: left;
    line-height: 20px;
    text-align: left;
    margin: 0% 0% 2% 0%;
    padding: 0px 0px;
    transition: all 0.7s ease;
    z-index: 1;
    font-size: 14px;
    position: relative;
    border-radius: 100px;
}



.ser-sh-2 .al-new-2{
	margin-bottom: 25px;
}

.ser-sh-2 .al-new-4 {
    margin: 5px 0px 2% 0px;
}


.al-new-04 .map__inner{ width: calc(100% - 25px); }


.al-new-04.cc-sms-8{
	width: 100%;
	floaT: right;
	position:relative;
}




.ser-sh-2.ser-1.al-new-1,   .ser-sh-2.ser-1 .al-new-2{
	background: #F2F7FF;
}


.shida-video:hover{
    background: rgb(0 0 0 / 60%) url(../images/icon-15.svg) 21px 21px no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.shida-video{
    background: rgb(0 0 0 / 50%) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    width: 56px;
    height: 56px;
    float: right;
    top: 25px;
    z-index:9;
    left: 25px;
    position:absolute;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}





.shida-5 .slick-dots li{position:relative;display:inline-block;width: 20px;height: 5px;margin:0 4px;padding:0;cursor:pointer;}

.shida-5 .slick-dots {
	display: block !important;
}


.shida-5 .slick-next{
    backdrop-filter: blur(15px);
    background: #26A69A url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.shida-5 .slick-prev{
    backdrop-filter: blur(15px);
    background: rgb(0 0 0 / 55%) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.shida-5, .shida-5 img{
	width: 510px !important;
	height: 380px;
	object-fit: cover;
}

.shida-4 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	floaT: left;
	color:#2A292E;
	z-index:1;
}

.shida-5 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	overflow:hidden;
	floaT: left;
	margin: 25px 0px 25px 25px;
	color:#2A292E;
	z-index:1;
}

.shida-7{
	background:#26A69A;
	width: 120px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	left: 0px;
}


.shida-8 h1 {
	width: 100%;
	line-height:22px;
	font-size: 26px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 10px 0px 10px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.shida-8 .hed-info-5 {
    width: 100px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-012.svg) center no-repeat;
    z-index: 1;
}

.shida-16 b{
	font-family: font-02;
}

.shida-16 {
	width: 100%;
	line-height:22px;
	font-size: 15px;
	font-family: font-03;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
	color:#2A292E;
}

.shida-15{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	font-size: 15px;
	margin: 0px 0px 2px 0px;
	color:#2A292E;
	font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.shida-14{
	width: 100%;
	line-height:22px;
	position:relative;
	floaT: left;
	margin: 0px 0px 0px 0px;
}

.shida-13{
	width: 100%;
	height: 1px;
	position:relative;
	floaT: left;
	background:#DEE6EC;
	margin: 20px 0px;
}



.shida-8 .hed-info-12{
    background: #EAF2FE url(../images/icon-48.svg) center no-repeat;
    backdrop-filter: blur(10px);
}

.shida-8{
	width: 49%;
	position:relative;
	floaT: right;
	margin-top: 20px;
}



.shida-3 img{
	width: 100%;
	position:relative;
	floaT: left;
	line-height: 0px;
	font-size: 0px;
}


.shida-3{
	width: 48%;
	position:relative;
	floaT: left;
}

.shida-02{
	padding: 0px 40px;
}


.shida-2{
	width: 100%;
	position:relative;
	floaT: left;
	background:#fff;
	padding: 40px 0px;
}



.shida-1{
	z-index:1;
	width: 100%;
	position:relative;
	floaT: left;
	margin-bottom: 30px;
}





.hed-sl-000 .hed-vid-01{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.hed-sl-000 .slick-active .hed-vid-01{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.hed-vid-04{
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-04:hover{
	color: #26A69A;
	   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.hed-vid-03{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-15.svg) 21px 21px no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 56px;
    height: 56px;
    float: right;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}

.hed-vid-04::after {
    width: 12px;
    height: 12px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: #26A69A;
    content: "";
    z-index: 1;
    bottom: 5px;
    position: absolute;
    lefT: -18px;
}

.hed-vid-04{
	floaT: left;
	margin: 23px 12px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
}

.hed-vid-02{
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:relative;
	floaT: right;
	z-index:1;
	letter-spacing: 3px;
}

.hed-vid-01{
	width: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	right: 0px;
	margin-top: 270px;
	z-index:999;
}


.box-live-3 iframe{
	width: 100%;
	height: 100%;
	floaT: left;
	margin: 0px 0px 0px 0px;
	position:absolute;
	border: 0px;
}


.box-live-3{
	width: 98%;
	height: 617.5px;
	floaT: left;
	margin: 0px 0px 20px 1%;
	position:relative;
	box-shadow: 0px 0px 0px 10px #26A69A;
}

.box-live-1{
	width: 100%;
	floaT: left;
	margin: 20px 0px 3% 0px;
	position:relative;
}

.cc-sms-18{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 20px 0px 0px 0px;
}


.cc-sms-19 .van-div-01{
	floaT: left;
	background:#ffffff;
	margin: 0px 0px 0px 30px !important;
}


.cc-sms-19 .footer-14{
	width: 100%;
	floaT: left;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
}

.cc-sms-19{
	width: 255px;
	margin: auto;
	position:relative;
	background:#fff;
	z-index:1;
}



.cc-sms-20{
	width: 100%;
	background:#E1E4FF;
	margin: -21px 0px 0px 0px;
	height: 1px;
	floaT: left;
	position:relative;
	z-index:0;
}



.cc-sms-icon-03 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-43.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-02 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-42.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.cc-sms-icon-01 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-41.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.cc-sms-13{
	width: 50px;
	height: 50px;
	background:#26A69A;
	margin: auto;
	border-radius: 10px;
	position:relative;
	font-size: 15px;
	color:#676B6F;
	z-index:1;
}


.cc-sms-12{
	width: 100%;
	floaT: left;
	position:relative;
	font-size: 15px;
	color:#676B6F;
}


.cc-sms-17 a:hover{
	color:#26A69A;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


.cc-sms-17 a{
	color:#676B6F;
	-webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.cc-sms-17{
	width: 100%;
	font-family: font-03;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 15px;
	color:#676B6F;
}

.cc-sms-16{
	width: 100%;
	font-family: font-05;
	floaT: left;
	position:relative;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 18px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.cc-sms-15{
	width: 100%;
	floaT: left;
	position:relative;
	margin: 22px 0px 0px 0px;
	text-align: center;
}




.cc-sms-14{
	width: 100%;
	background:#DEE6EC;
	margin: -25px 0px 0px 0px;
	height: 2px;
	floaT: left;
	position:relative;
	z-index:0;
}


.cc-sms-0011.cc-sms-11{
	margin-lefT: 2%;
}

.cc-sms-011.cc-sms-11{
	margin-lefT: 2%;
}


.cc-sms-11{
	width: 32%;
	floaT: left;
	position:relative;
}



.cc-sms-10{
	width: 100%;
	floaT: left;
	position:relative;
	margin-top: 50px;
}




.map-2{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}


.map{float:left;width:100%;height:360px;margin: 25px 0px 25px -25px;position:relative;z-index:0;right: 0px;}
.map__inner{ float: right; height:360px;left:0;position:relative;top:0px;width:100%;transition:0.4s;-webkit-transform:rotate(0deg) translate3D(0%, 0, 0);transform:rotate(0deg) translate3D(0%, 0, 0);}
.map__canvas{height:100%;width:100%;}
.map-03{height:360px !important;}





.cc-sms-4::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -12px;
    position: absolute;
    lefT: 0px;
}



.cc-sms-4 {
	width: 100%;
	margin: 0px 0px 35px 0px;
	floaT: left;
	position:relative;
	font-family: font-05;
	font-weight: 500;
	color:#3F4348;
	text-align: left;
	font-size:20px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.cc-sms-7 button{
	cursor: pointer;
	width: 100%;
	height: 50px;
	line-height: 55px;
	floaT: left;
	position:relative;
	margin-bottom: 0px;
	border: 0;
	font-size: 17px;
	background:#26A69A;
	color:#fff;
	font-family: font-02;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.cc-sms-6{
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 20px;
}


.cc-sms-8{
	width: 47%;
	floaT: right;
	position:relative;
}

.cc-sms-3 textarea{
	padding: 15px;
	width: 100% !important;
	height: 140px;
	floaT: left;
	border: 1px solid #DEE6EC !important;
	font-family: font-1;
}

.cc-sms-3 input{
	padding: 15px !important;
	width: 100% !important;
	floaT: left;
	position:relative;
		display: inline-block;
	width: 302px; 
	height: 47px;
	line-height: 22px;
	padding: 10px;
	font-family: font-1;
	vertical-align: middle;
	border-radius: 0px !important;
	background: #fff;
	border: 1px solid #DEE6EC !important;
	-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.cc-sms-3{
	width: 48%;
	floaT: left;
	position:relative;
}


.cc-sms-2{
	padding: 0px 40px;
}



.cc-sms-1{
	width: 100%;
	floaT: left;
	position:relative;
	background: #fff;
	margin-bottom: 30px;
	padding: 40px 0px;
}





.nodiv-1 .about-1{
	padding-top: 3%;
}


.nodiv-1 .about-13{
	background: url(../images/icon-019.svg) 90px top no-repeat;
}


.eroris-2 {
    margin: 0% 5%;
}

.eroris-5 {
	color: #6d747c;
    font-family: font-03;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}


.eroris-4 {
    font-family: font-05;
    font-size: 20px;
    margin: 5px 0px 7px 0px;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color:#222;
    font-feature-settings: 'case' on;
}

.eroris-3 {
    font-family: font-2;
    font-size: 50px;
    margin: 0% 0% 0% 0%;
    width: 100%;
    floaT: left;
    position:relative;
    color: #FF3D2E;
}


.eroris-1 {
    font-family: font-2;
    font-size: 15px;
    margin: 5% 0% 8% 0%;
    padding: 0% 0%;
    width: 100%;
    position: relative;
    floaT: left;
    z-index: 1;
    text-align: center;
}




.text {
	position: relative;
	width: 100%;
	margin: 20px 0px 30px 0px;
	z-indeX:1;
	font-size:15px;
   	font-family: font-03;
   	line-height: 22px;
    color:#3F4348;
}

.box_in h1::after {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/icon-32.svg) left no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}

.box_in h1{
	position: relative;
	width: 100%;
	margin: 20px 0px 30px 0px;
	z-indeX:1;
	font-size:25px;
   	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color:#3F4348;
}



.box_in {
    margin: 0px 40px;
}


.box {
	border-radius: 10px;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0px 0px 30px 0px;
    floaT: left;
    padding: 20px 0px 0px 0px;
}




.pagi-load path{
	fill: #fff;
}


#pagi-load span{ display: none;}
#pagi-load a span{ display: block; }
#pagi-load span{ float: left;  }
.pagi-load{  text-align: center; font-size:0px;}
.bottom-nav{ floaT: left; width:100%;margin: 0px 0px 30px 0px;}
.pagi-load a:hover{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;background: #26A69A;}
.pagi-load a:hover .fa-refresh{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;}
.pagi-load a{ border-radius: 100px; font-feature-settings: 'case' on;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;padding:0px 30px;display:inline-block;height:50px;line-height: 55px;font-size:16px;letter-spacing: 0.5px;cursor:pointer;color:#ffffff;background: #313337; text-align:center;font-family: font-02;}




.no-sl-1.hed-sl-0{
    widtH: 100%;
    height: 320px;
    margin-bottom: 35px;
}

.speedbar-3::after {
    width: 8px;
    height: 10px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px -17px;
    floaT: left;
    background: url(../images/n.svg) top no-repeat;
    content: "";
    z-index: 1;
    bottom: 6px;
    position: absolute;
}



.no-sl-1 .hed-info-1{
    widtH: 100%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 190px 0px 0px 0px;
}


.speedbar-3 a{
    display: inline-flex !important;
    padding: 0px 30px 0px 0px;
    position:relative;
}

.speedbar-2 a{
    display: none;
}

.speedbar-1 a{
	position:relative;
    color:#26A69A;
}


.speedbar-1{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 50px 0px 0px 0px;
    text-align: center;
       	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-9 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-9 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}



.footer-7{
	width: calc(100% - 70px);
	floaT: left;
	position:relative;
}

.footer-005.footer-5{
	width: 23%;
	display: block;
	float: left;
	position:relative;
	margin: 0px 0px 0px 20px;
}



.footer-9 {
	    height: 20px;
    overflow:hidden;
    width: 100%;
    float: left;
    position:relative;
    margin: 2px 0px 0px 0px;
    font-family: font-03;
}

.footer-8 {
    width: 100%;
   float: left;
   position:relative;
   margin: 7px 0px 0px 0px;
   font-family: font-05;
   -webkit-font-feature-settings: 'case'on;
   font-feature-settings: 'case'on;
}


.footer-icon-3 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}

.footer-icon-2 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}


.footer-icon-1 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 0px 0px 0px;
}



.footer-6 {
    width: 45px;
    height: 45px;
    background: #26A69A;
    border-radius: 10px;
   float: left;
   position:relative;
   margin: 0px 15px 0px 0px;
}




.footer-05.footer-5{
   width: 24%;
   float: left;
   position:relative;
   margin: 0px 10px 0px 0px;
   padding: 0px 25px 0px 25px;
   border-lefT: 1px #ddd solid;
   border-right: 1px #ddd solid;
}



.footer-5{
	width: 40%;
	float: left;
	position:relative;
	margin: 0px 0px 0px 0px;
}



.footer-4{
    width: 78%;
    float: right;
    position:relative;
    margin: 10px 0px 0px 0px;
}


.footer-3 {
    width: 200px;
   float: left;
   position:relative;
   margin: 0px 0px 0px 0px;
}


.footer-2 {
    width: 100%;
   float: left;
   position:relative;
   margin: 20px 0px 20px 0px;
}


.footer-14.van-div-5 li{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 li:hover {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-14.van-div-5 .van-div-04:hover {
    border: 2px #9829e3 solid;
}

.footer-14.van-div-5 .van-div-03:hover {
    border: 2px #25D366 solid;
}
.footer-14.van-div-5 .van-div-02:hover {
    border: 2px #e440b4 solid;
}

.footer-14.van-div-5 .van-div-01:hover {
    border: 2px #2e4fe3 solid;
}


.footer-14 .icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-47.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-46.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-45.svg) center no-repeat;
    floaT: left;
}

.footer-14 .icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-44.svg) center no-repeat;
    floaT: left;
}

.footer-14.van-div-5 li {
   width: 38px;
    height: 38px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 10px;
    border: 2px #E1E4FF solid;
}


.footer-14.van-div-5 {
    margin: 18px 0px 0px 0px;
    float: right;
    position: relative;
}



.footer-12 li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 .footer-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

.footer-12 li::after {
    width: 100%;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}


.footer-12 .footer-a a{
    color: #04161C;
}

.footer-12 a{
    color: #5B5C69;
}

.footer-12 li{
    position:relative;
    floaT: left;
    margin: 0px 15px;
    padding: 0px 0px;
    font-size: 15px;
    font-family: font-03;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



.footer-12{
    margin: 30px 0px 30px 0px;
    floaT: left;
    color:#fff;
}

.footer-17 a{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a:hover{
	color:#26A69A;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.footer-17 a:hover::after{
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.footer-17 a::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: -5px;
    position: absolute;
    lefT: 0px;
}


.footer-17 a{
   position:relative;
   font-family: font-3;
   font-size: 16px;
}

.footer-16 {
    width: 100%;
   float: left;
   position:relative;
   margin: 25px 0px 18px 0px;
}

.footer-18{
   position:relative;
   float: left;
}


.footer-17{
   position:relative;
   float: right;
}

.footer-15 span{
   	font-family: Verdana;
}

.footer-15 {
    width: 100%;
   float: left;
   position:relative;
   background:#F2F7FF;
   color:#1C1C1C;
   	font-size:15px;
   	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.footer-10{
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
}


.footer-1{
    width: 100%;
   float: left;
   position:relative;
   background:#fff;
   border-bottom: 1px #DBE1EA solid;
}


.par-3{
	overflow:hidden;
	position:relative;
	margin: 0px 0px 0px -10px;
}


.partniori-1 img{
	width: 100%;
	height: 150px;
	floaT: left;
	position:relative;
	border-radius: 10px;
}

.partniori-2{
	width: 100%;
	floaT: left;
	position:relative;
}


.partniori-1{
	floaT: left;
	position:relative;
	margin: 0px 10px 50px; 10px;
}


.par-2 .slick-dots{ bottom: 0px; display: block !important; }

.par-2 .slick-prev, .par-2 .slick-next{  display: none !important; }



.par-2{
	width: 100%;
	overflow:hidden;
	position:relative;
	floaT: left;
	z-index:1;
	margin-bottom: 30px;
}



.par-1 .al-new-2{
	background:#EBEFF5;
}

.par-1.al-new-1{
	width: 100%;
	floaT: left;
	background: #26a69a; /* Old browsers */
	background: -moz-linear-gradient(left,  #26a69a 0%, #26a69a 50%, #ebeff5 50%, #26a69a 50%, #ebeff5 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #26a69a 0%,#26a69a 50%,#ebeff5 50%,#26a69a 50%,#ebeff5 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a69a', endColorstr='#ebeff5',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}


.par-1 .al-new-9{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	left: 0px;
}


.vid-v-8 img, .vid-v-10 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-v-8:hover img, .vid-v-10:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.news-flei-3{display:block;color:#fff;font-size:19px;font-family: font-1;line-height: 34px;position:relative;width:100%;-webkit-font-feature-settings: 'case'on;font-feature-settings: 'case'on;height: 30px;text-align:center;margin:auto;}
.news-flei-2{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;}
.news-flei-1{width:100%;height:100%;position:absolute;floaT:left;z-index:9999;}


.vid-v-8 .vid-bor-3::after {
    width: 25px;
    height: 30px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
    content: "";
    z-index: 1;
    right: 16px;
    bottom: 20px;
    position: absolute;
}

.vid-v-8 .vid-bor-3{
height: 90% !important;
background: rgb(255 255 255 / 0%);
}


.vid-bor-3{
	width: calc(100% - 30px);
	height: 80% !important;
	background: url(../images/icon-18.svg) center no-repeat;
	background-size: 22px;
	box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 40%);
	position:absolute;
	top: 15px;
	lefT: 15px;
	z-index:9;
}

.vid-bor-2{
	width: 100%;
	height: 100%;
	background: rgba(12, 46, 40, 0.45);
	position:absolute;
	top: 0px;
	lefT: 0px;
	z-index:1;
}

  
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background: #26A69A;
}


.vid-v-5 .plyr--full-ui input[type=range] {
    color: #26A69A;
}

.vid-v-5 .plyr__control--overlaid {
    background: #26A69A;
}




.vid-v-5 .dlepl--borderRadius {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius .plyr {
	border-radius: 0px;
}

.vid-v-5 .dlepl--borderRadius.dlepl--playlist .plyr {
	border-radius: 0px 0px 0 0;
}


.vid-v-10, .vid-v-10 img{
	width: 100%;
	floaT: left;
	height: 164px;
	position:relative;
	overflow:hidden;
}


.vid-v-8, .vid-v-8 img{
	object-fit: cover;
	height: 328px;
}


.vid-v-7 img{
	position:relative;
	z-index:0;
	object-fit: cover;
	width: 100%;
	line-height: 0px;
}


.vid-v-8, .vid-v-9{
	overflow:hidden;
	position:relative;
	width: 50%;
	floaT: left;
}


.vid-v-8{
	overflow:hidden;
	position:relative;
	width: 50%;
}


.vid-v-6{
	width: 3%;
	height: 240px;
	background:#26A69A;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 40px 0px 0px 0px;
	position:relative;
}
 


.vid-v-7{
	width: 47%;
	floaT: right;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

  
.vid-v-5{
	width: 97%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.vid-v-4{
	width: 50%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.vid-v-3{
	width: 100%;
	floaT: left;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}


.vid-v-02{
	width: 100%;
	floaT: left;
	margin: -17px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px #DBE1EA solid;
}
  
.vid-v-3{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 0px 0px 40px 0px;
	text-align: center;
}


.vid-v-2{
	margin: 0px auto;
	height: 50px;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:26px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
	display: inline;
	background:#fff;
	padding: 20px 30px;
	line-height: 30px;
}

.vid-v-1{
	text-align: left;
	line-height: 20px;
	width: 100%;
	floaT: left;
	margin: 15px 0px 40px 0px;
	text-align: center;
}



.ser-new-1:hover .ser-new-4 {
    -moz-animation: spinoffPulse 10s infinite linear;
    -webkit-animation: spinoffPulse 10s infinite linear;
}
@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #bdd73c;
        box-shadow: 0 0 1px #bdd73c;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    to {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotatecircle {
    0% {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotatecircle {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}




.ser-new-4{
	top: 0px;
	lefT: 0px;
	position:absolute;
	text-align: center;
	line-height: 90px;
	width: 90px;
	height: 90px;
	border-radius: 100px;
	floaT: left;
	margin: 25px 0px 25px 25px;
    border: 2px dashed #DBE1EA;
}

.ser-new-1:hover .ser-new-03 img{
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

  .ser-new-03 img{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    color: #f8f9fa;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    opacity: 9;
    width: 90px;
    height: 77px;
    text-align: center;
    line-height: 70px;
}

.ser-new-031{
	position:absolute;
	top:60%;
	left:0;
	width:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	}

.ser-new-6 h3{
        margin: 0px 0px 0px 0px;
        line-height: 22px;
        display: table-cell;
        vertical-align: middle;
        height: 141px;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        font-family: font-01;
        color:#2A292E;
    }



.ser-new-5{
	text-align: left;
	line-height: 20px;
	width: 65%;
	floaT: right;
	margin: 0px 0px 0px 0px;
}



.ser-new-3{
	position:relative;
	text-align: center;
	line-height: 90px;
	width: 90px;
	height: 90px;
	border-radius: 100px;
	floaT: left;
	margin: 25px 0px 25px 0px;
    border: 1px solid rgb(219 225 234 / 0%);
}



.ser-new-2{
	position:relative;
	padding: 0px 25px;

}

.ser-new-1{
	width: 378px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px #DBE1EA;
	floaT: left;
	padding: 0px 0px;
	margin: 0px 15px 30px 15px;
	border: 1px solid #DBE1EA;
}



  .ser-1.al-new-1,   .ser-1 .al-new-2{
	background: #ffffff;
}

.ser-1.al-new-1{
	width: 100%;
	floaT: left;
	padding: 0% 0px;
}





.al-new-9{
	background:#26A69A;
	width: 93px;
	height: 100%;
	floaT: left;
	position:absolute;
	z-index:0;
	right: 0px;
}


.vid-1 img{
	object-fit: cover;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}

  
.vid-1:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
    transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}


.vid-1:hover .vid-13{
  background: #26A69A url(../images/icon-020.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1 .vid-13{
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.vid-1 .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.vid-1:hover .vid-9{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	color: #26A69A;
}


.al-new-8{
  width: 25px;
  height: 25px;
  margin: 10px 0px -6px 0px;
  background: url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
  display: inline-block;
}

.al-new-7 a:hover{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	box-shadow: 0px 0px 10px 0px rgb(44 28 110 / 10%);
	color: #26A69A;
}

.al-new-7 a{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	text-align: center;
	padding: 0px 40px;
	margin: 10px 0px 10px 0px;
	height: 54px;
	line-height: 57px;
	border-radius: 100px;
	display: inline-block;
	background:#fff;
	position:relative;
	overflow:hidden;
	text-align: center;
	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.al-new-7{
	margin-bottom: 2.5%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	text-align: center;
}


.vid-13{
  width: 28px;
  height: 28px;
  margin: 32.2px auto;
  background: #E9EDF3 url(../images/icon-20.svg) center no-repeat;
  border-radius: 100px;
}


.vid-11 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-22.svg) center no-repeat;
    margin: 0px 2px -3px 0px;
}

.vid-10{
	width: 100%;
	color: #5E5C65;
	font-size: 15px;
	font-family: font-1;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    margin-top: 2px;
}

.vid-9{
	width: 100%;
	height: 20px;
	overflow:hidden;
	color:#2A292E;
	margin-bottom: 4px;
	font-size: 20px;
	font-family: font-05;
	floaT: left;
	position:relative;
	background:#fff;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

  .vid-12{
  	border-left: 1px #E9EDF3 solid;
	width: 93px;
    height: 93px;
	floaT: right;
	position:relative;
	overflow:hidden;
}

.vid-08{
	margin: 0px 25px;
}

.vid-8{
	width: calc(100% - 100px);
	floaT: left;
	position:relative;
	background:#fff;
	margin: 25px 0px 0px 0px;
}

.vid-7{
	width: 100%;
	height: 93px;
	floaT: left;
	position:relative;
	background:#fff;
}


.vid-5{
background: #26A69A;
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 14px;
	font-family: font-3;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}

.vid-4{
	background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2.5px);
	left: 25px;
	bottom: 25px;
	padding: 0px 20px;
	height: 40px;
	color:#fff;
	floaT: left;
	overflow:hidden;
	font-size: 13px;
	font-family: font-1;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}
 
.vid-3{
		line-height: 45px;
	left: 25px;
	bottom: 25px;
	height: 40px;
	floaT: left;
	position:absolute;
	overflow:hidden;
	z-index:1;
}

.vid-2, .vid-2 img{
	height: 330px;
}

.vid-2{
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}


.vid-1{
	-webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
	width: 585px;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px 15px 30px 15px;
	background:#fff;
}


.al-new-6{
	width: 104%;
	floaT: left;
	position:relative;
	overflow:hidden;
	margin: 0px -15px;
}


.al-new-5{
	z-index:1;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}



.al-new-4 {
    width: 100%;
    height: 9px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 5px 0px 3.5% 0px;
    floaT: left;
    background: url(../images/icon-32.svg) center no-repeat;
    content: "";
    z-index: 1;
}


.al-new-3 {
	margin-top: 4%;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
	font-family: font-05;
	font-weight: 500;
	color:#2A292E;
	text-align: center;
	font-size:26px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.al-new-2{
	background:#F2F7FF;
	width: 100%;
	floaT: left;
	position:relative;
	overflow:hidden;
}

.al-new-1{
	width: 100%;
	floaT: left;
	background: #f2f7ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #f2f7ff 0%, #f2f7ff 52%, #f2f7ff 52%, #207cca 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 52%, #f2f7ff 53%, #f2f7ff 53%, #26a69a 53%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f2f7ff 0%,#f2f7ff 52%,#f2f7ff 52%,#207cca 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 52%,#f2f7ff 53%,#f2f7ff 53%,#26a69a 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7ff', endColorstr='#26a69a',GradientType=1 ); /* IE6-9 */
	padding: 0% 0px;
}





.hed-1.hed-01 {
  animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -o-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



.hed-1.hed-01{
    widtH: 100%;
    height: 111px;
    z-index:1;
    background: rgb(5 33 42 / 80%);
    backdrop-filter: blur(7.5px);
    float: left;
    position: fixed;
    margin-top: 0px;
   z-index:99;
}


.about-22 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22:hover .about-24{
    background: #26A69A url(../images/icon-020.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.about-22:hover .about-23::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.about-22 .about-23::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 19px;
    position: absolute;
    lefT: 0px;
}


.about-23{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.about-24{
    background: #fff url(../images/icon-20.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 28px;
    height: 28px;
    float: right;
    position:relative;
    margin: 16px 0px 0px 28px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.hed-info-11{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.about-22 a {
    color:#fff;
}

.about-22{
    background: #E9F1FB;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 60px;
    line-height: 66px;
    float: left;
    position:relative;
    padding: 0px 17px 0px 37px;
    margin: 40px 0px 0px 0px;
    font-size: 16px;
    font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}




 .about-20{
	width: 100%;
	font-size: 16px;
	font-family: font-3;
	floaT: left;
	position:relative;
	color:#36393C;
		margin: 5% 0% 0% 0%;
}



 .about-19{
	width: 100%;
	font-size: 16.2px;
	font-family: font-02;
	floaT: left;
	position:relative;
	line-height: 24px;
	color:#36393C;
}



.about-18 {
    width: 100px;
    height: 9px;
    margin: 1px 10px 2px 0px;
    display: inline-block;
    background: url(../images/icon-32.svg) left no-repeat;
    z-index: 1;
}


.about-17{
	width: 100%;
	floaT: left;
	position:relative;
	color:#94989C;

	font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.about-16{
	margin: 14px 0px 2px 0px;
	width: 100%;
	floaT: left;
	position:relative;
	color:#2A292E;
	font-style: normal;
	font-weight: 800;
	font-size: 27px;
	font-family: font-04;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



  .about-15{
	width: 84%;
	floaT: right;
	position:relative;
	margin-bottom: 0%;
}

.about-14{
	width: 80px;
	height: 80px;
	floaT: left;
	position:relative;
	border-radius: 10px;
	background:  #26A69A url(../images/icon-18.svg) center no-repeat;
}

.about-13{
	background: url(../images/icon-19.svg) 90px top no-repeat;
	width: 100%;
	floaT: left;
	position:relative;
	margin-bottom: 5%;
}




.about-12{
	width: 54%;
	floaT: right;
}


.about-4::after {
    width: 169px;
    height: 300px;
    margin: 0px 0px 0px 0px;
    floaT: left;
    box-shadow: 14px 14px 0px 0px #26A69A;
    content: "";
    z-index: 1;
    bottom: 14px;
    position: absolute;
    right: 14px;
}

.about-08 {
    width: 78px;
    height: 9px;
    margin: 3px 10px 0px 0px;
    floaT: left;
    background: url(../images/icon-21.svg) left no-repeat;
    z-index: 1;
}


.about-7{
	position:absolute;
	floaT: left;
	bottom: 31px;
	right: 38px;
	color:#fff;
	font-weight: 100;
	font-family: font-1;
    font-size: 16px;
}



.about-6{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/logo.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-5{
	width: 100%;
	height: 100%;
	position:absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}


.about-11{
	width: 100%;
	height: 100%;
	position:absolute;
	background: url(../images/icon-18.svg) center no-repeat;
	floaT: left;
	top: 0px;
	lefT: 0px;
}



.about-10{
	width: 100%;
	height: 100%;
	position:absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 33, 42, 0.86) 100%);
	floaT: left;
	top: 0px;
	lefT: 0px;
}



  .about-9,  .about-9 img{
	width: 171px;
	height: 171px;
}

.about-9{
	margin-top: 30px;
	z-index:0;
	floaT: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}


 
 .about-8,  .about-8 img{
	width: 300px;
	height: 501px;
}

.about-8{
	top: 80px;
	z-index:0;
	right: 0px;
	floaT: right;
	background:#fff;
	position:absolute;
	overflow:hidden;
	border-radius: 10px;
}


 .about-4,  .about-4 img{
	width: 370px;
	height: 380px;
}
.about-4{
	z-index:1;
	floaT: left;
	background:#fff;
	position:relative;
	overflow:hidden;
	border-radius: 10px 10px 0px 10px;
}


.about-3{
	width: 501px;
	floaT: left;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}



.about-1 img{
	object-fit: cover;
}

.nodiv-1 .about-1{
	background:#F2F7FF;
}

.about-1{
	background:#fff;
	width: 100%;
	floaT: left;
	padding: 6% 0px;
}






    .mouse-4 {
        position: absolute;
        display: block;
        left: 0px;
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
    }

    .mouse-4 {
        width: 7px;
        height: 9px;
        background: #fff;
        margin: 0px 0px 0px 9px;
        float: left;
        border-radius: 100px;
        -webkit-animation: ani-mouse 2.5s linear infinite;
        -moz-animation: ani-mouse 2.5s linear infinite;
        animation: ani-mouse 2.5s linear infinite;
        position: relative;
    }

    @-webkit-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @-moz-keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    @keyframes ani-mouse {
        0% {
            opacity: 1;
            top: 29%;
        }

        15% {
            opacity: 1;
            top: 50%;
        }

        50% {
            opacity: 0;
            top: 50%;
        }

        100% {
            opacity: 0;
            top: 29%;
        }
    }

    .mouse-3 {
        cursor: pointer;
        width: 25px;
        height: 40px;
        margin: 0px 0px 0px 0px;
        float: left;
        border: 2px #E1E5F5 solid;
        border-radius: 100px;
    }

    .mouse-2 {
        width: 28px;
        right: 11px;
        bottom: 10px;
        floaT: right;
        position:relative;
    }

    .mouse-1 {
        float: left;
        width: 100%;
        font-family: font-1;
        font-size: 15px;
        text-align: center;
        bottom: 0px;
        margin: 0px 0px 0px 0px;
        position: absolute;
        z-index: 1;
    }



.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-2{
    width: 100%;
    floaT: left;
}

.for-ena-11 {
    width: 8px;
    height: 5px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px 0px 0px;
    RIGHT: 0PX;
}


.for-ena-7:hover .tu-ena {
   opacity: 100%;
   margin-top: -15px !important;
   opacity: 100%;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: visible;
}

.for-ena-7 .tu-ena {
   border-top: 10px rgb(255 255 255 / 0%) solid;
   opacity: 0%;
   position:absolute;
   float: left;
   margin-top: 30px;
   transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
   visibility: hidden;
}

.for-ena-7{
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-indeX:1;
}




.tu-ena.van-ena .for-ena-2{
	box-shadow: 0px 1px 0px 0px #ddd !important;
}


.for-ena-9 img{
	width: 25px;
	floaT: left;
	margin: 9px 7px 0px 4px;
	line-height: 39px;
	font-size: 13px;
	font-family:font-3;
}

.for-ena-10{
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 47px;
	font-size: 14px;
	font-family:font-1;
}

.for-ena-9 {
    margin: 0px 12px;
}

.for-ena-8 {
	cursor: pointer;
	position: relative;
	width: 100%;
	border: 0px #cbcbcb solid;
	height: 43px;
	margin: 0px 0px 15px 0px;
	line-height: 46px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}





body .tu-ena.van-ena .for-ena-5 select{
	height: auto;
}

.tu-ena.van-ena .for-ena-a.for-ena-2::before {
    height: 0px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.tu-ena.van-ena .for-ena-5 option, .tu-ena.van-ena .for-ena-3, .tu-ena.van-ena .for-ena-2{
	width: 100%;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}


.smartphone-ena .for-ena-5 select{
	cursor: pointer;
}

body  .smartphone-ena .for-ena-5  option{
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	text-align: left;
	font-size: 15px !important;
	color: #222;
}

.van-ena .for-ena-a.for-ena-2{
	-webkit-filter: saturate(100%);
    filter: saturate(100%);
    opacity: 100%;
}


.van-ena .for-ena-2:hover{
	cursor: pointer;
}


.for-ena-6{
    color: #2A292E;
	floaT: left;
	margin: 0px 10px 0px 0px;
	line-height: 42px;
	font-size: 13px;
	font-family:font-04;
}

.van-ena img{
    line-height: 0px;
	width: 24px;
	floaT: left;
	margin: 9.4px 9px 0px 12px;
}

.van-ena .for-ena-5 option, .van-ena .for-ena-3, .van-ena .for-ena-2{
	width: 68px;
	height: 40px;
	border-left: 0px solid rgb(255 255 255 / 0%);
}



.for-ena-5 option, .for-ena-3, .for-ena-2{
	width: 45px;
	height: 40px;
}

.for-ena-5 select { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}

.for-ena-5 select:focus { 
	border: 0px rgb(255 255 255 / 0%) solid !important;
}


body .for-ena-5 option{
	padding: 0px 0px !important;
	border-radius: 0px;
	background-color:#fff;
	border-left: 0px solid rgb(255 255 255 / 0%);
	floaT: left;
	cursor: pointer;
	text-align: center;
	font-size: 0px !important;
	color:rgb(255 255 255 / 0%);
}


body .for-ena-5 option:checked {
    opacity: 0.5;
}

body .for-ena-5 select{
	height: 40px;
	line-height: 40px;
	padding: 0px;
	vertical-align: middle;
	border-radius: 0px;
	background: rgb(255 255 255 / 0%) !important;
	border-left: 1px solid #d7d7d7;
	floaT: left;
}


body .for-ena-5 select{
	width: 100%;
	overflow:hidden;
	position:relative;
	top: 0px;
	opacity:0;
}


.for-ena-a.for-ena-2{
    background-color:#f7f7f7;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.for-ena-a.for-ena-2::before {
    height: 3px;
    transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}


.for-ena-5{
	width: 100%;
	position: absolute;
	margin: 0px 0px 0px 0px;
	float: left;
}

.for-ena-3{
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	position:relative;
	float: left;
}

.for-ena-2{
	text-align: center;
	line-height: 50px;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
}


.for-ena-1{
	box-shadow: 0px 0px 10px 1px rgb(5 33 42 / 25%);
	background-color:#fff;
	width: 100%;
	position:relative;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow:hidden;
	border-radius: 5px;
}

.for-ena-0{
	width: 100%;
	position:relative;
	margin: 5px 0px 10px 0px;
	float: left;
}


.hed-info-8:hover .hed-info-9::after {
    width: 100%;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8 .hed-info-9::after {
    width: 0%;
    height: 5px;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m-4.svg);
    content: "";
    z-index: 1;
    bottom: 19px;
    position: absolute;
    lefT: 0px;
}


.hed-info-8 .hed-info-10{
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.hed-info-8:hover .hed-info-10{
    background: #26A69A url(../images/icon-14.svg) center no-repeat;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-sms-5 button{
    cursor: pointer;
    widtH: 130px;
    height: 48px;
    line-height: 52px;
    border-radius: 5px;
    color:#fff;
    text-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    float: right;
    border: 0;
    position:relative;
    margin: 26px 0px 0px 0px;
    background: linear-gradient(180deg, #30BEB1 0%, #24A79B 100%);
    font-family: font-03;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-sms-06.hed-sms-6{
    widtH: 220px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 15px;
}


.hed-sms-8 input::placeholder {
    color: rgb(255 255 255 / 50%);
}

.hed-sms-8 input{
	font-size: 14px;
    widtH: 100%;
    height: 48px;
    line-height: 53px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px;
    border: 0;
    color:#fff;
    font-family: font-02;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.hed-sms-7{
     -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 10px 0px;
    font-family: font-01;
}

.hed-sms-6{
    widtH: 210px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}


.hed-sms-5{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 20px 0px 0px 0px;
}




.hed-info-012{
    opacity: 0.6;
    float:left;
    width:30px;
    height:30px;
    margin:15px 0px 0px 15px;
    background:rgba(255, 255, 255, 0.20);
    border-radius:100px;
    border:none;
    -webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius:50%;
    background-color:rgba(255, 255, 255, 0.0);
    background-size:cover;
    background-repeat:no-repeat;
    -webkit-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);}
    @-webkit-keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-moz-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @-ms-keyframes pulse{to{box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}
    @keyframes pulse{to{-webkit-box-shadow:0 0 0 25px rgba(0, 125, 205, 0);box-shadow:0 0 0 25px rgba(0, 125, 205, 0)}
}


.hed-sl-000 .slick-active .hed-sl-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
    transform: scale(1.13) 
    translate(0,9px);
    -webkit-transform: scale(1) translate(0,0px);
    filter:  invert(0);
}

.hed-sl-000 .hed-sl-6{
    opacity: 0;
    -webkit-transition: all 2100ms ease;
    -moz-transition: all 2100ms ease;
    -ms-transition: all 2100ms ease;
    -o-transition: all 2100ms ease;
    transition: all 2100ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}


.hed-sl-000 .slick-active .hed-info-11 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-11{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: 0px;
}



.hed-sl-000 .slick-active .hed-info-8 {
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    bottom: 0px;
}

.hed-sl-000 .hed-info-8{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    bottom: -20px;
}


.hed-sl-000 .slick-active .hed-info-7{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-7{
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 110ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -600px;
}

.hed-sl-000 .slick-active .hed-info-6{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-6{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -500px;
}


.hed-sl-000 .slick-active .hed-info-3{
    opacity: 9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    lefT: 0px;
}

.hed-sl-000 .hed-info-3{
    opacity: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    lefT: -200px;
}


.hed-sl-00{
    z-index:0;
    widtH: 100%;
    float: left;
    position:relative;
}

.hed-sms-4{
    widtH: 100%;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
    position:relative; 
}


.hed-sms-3{
    widtH: 100%;
    float: left;
    margin: 25px 0px 0px 0px;
    position:relative;
    font-size: 20px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    font-family: font-04;
}

.hed-sms-2{
    margin: 0px 25px;
}

.hed-sms-1{
    widtH: 640px;
    float: left;
    right: 0px;
    z-index:99999999;
    top: 438px;
    position: absolute;
    padding: 0px 0px 25px 0px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7.5px);
    border-radius: 10px 10px 0px 0px;
    color:#fff;
}








.hed-info-15 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-1;
}


.hed-info-14 {
    width: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-05;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-info-13 {
		width: 80%;
    float: left;
    position:relative;
    margin: 12px 0px 0px 15px;
    font-size: 15px;
    font-family: font-01;
}



.hed-info-12{
    background: rgba(255, 255, 255, 0.15) url(../images/icon-13.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-9{
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
}

.hed-info-10{
        background: rgba(255, 255, 255, 0.15) url(../images/icon-14.svg) center no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 26px;
    height: 26px;
    float: right;
    position:relative;
    margin: 16px 0px 0px 30px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}


.hed-info-11{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-sl-2 a {
    color:#fff;
}

.hed-info-8{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    height: 60px;
    line-height: 64px;
    float: left;
    position:relative;
    padding: 0px 19px 0px 35px;
    margin: 50px 0px 30px 0px;
    font-size: 15px;
    font-family: font-01;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    letter-spacing: 1px;
}



.hed-info-7{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: font-01;
    letter-spacing: 1px;
}


.hed-info-6 b{
    font-family: font-05;
}

.hed-info-6{
	    height: 35px;
	    overflow:hidden;
	    widtH: 150%;
	    float: left;
	    position:relative;
	    margin: 0px 0px 12px 0px;
	    font-size: 30px;
	    font-family: font-01;
	    letter-spacing: 1px;
	    -webkit-font-feature-settings: 'case'on;
	    font-feature-settings: 'case'on;
}



.hed-info-5 {
    width: 100px;
    height: 8px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 1px 0px 0px 10px;
    floaT: left;
    background: url(../images/icon-12.svg) center no-repeat;
    z-index: 1;
}


.hed-info-4::after {
    width: 11px;
    height: 11px;
    background: #26A69A;
    float: left;
    border-radius: 100px;
    margin: -1px 7px 0px 0px;
    floaT: left;
    content: "";
    z-index: 1;
    position: relative;
    lefT: 0px;
}

.hed-info-4{
    float: left;
    position:relative;
    margin: 0px 0px 20px 0px;
        font-family: font-02;
        letter-spacing: 1px;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}


.hed-info-3{
    widtH: 100%;
    float: left;
    position:relative;
    margin: 5px 0px 0px 0px;
}


.hed-info-2{
    widtH: 100%;
    float: left;
    position:relative;
    overflow:hidden;
    margin: 70px 0px 0px 0px;
}


.hed-info-1{
    widtH: 46%;
    float: left;
    position:absolute;
    color:#fff;
    z-index: 9999;
    margin: 176px 0px 0px 0px;
}




.hed-4:hover {
    background: #f50934;
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.hed-4 {
    -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}

.van-div-4 a:hover{
    color:#26A69A;
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


.van-div-4 a{
   -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s;
}


#cssmenu a:hover{
    color: #ffffff;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu a{
    color: #B4BBCF;
   -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}


#cssmenu .menu-2::before, #cssmenu .menu-3::before, #cssmenu .menu-4::before {
    width: 11px;
    height: 22px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/menu.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: 0px;
    position: absolute;
    lefT: -23px;
}



#cssmenu li:hover::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu .menu-a::after {
    height: 9px !important;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
}

#cssmenu li::after {
    width: 100%;
    height: 0px;
    -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;
    margin: 0px 0px 0px 0px;
    floaT: left;
    background: url(../images/m.svg) center no-repeat;
    content: "";
    z-index: 1;
    bottom: -10px;
    position: absolute;
    lefT: 0px;
}


.menu-04::before {
    content: "#04";
}


.menu-03::before {
    content: "#03";
}


.menu-02::before {
    content: "#02";
}


.menu-01::before {
    content: "#01";
}


.menu-01::before, .menu-02::before, .menu-03::before, .menu-04::before {
    margin: 0px 0px 0px 0px;
    floaT: right;
    right: 0px;
    z-index: 1;
    font-size: 11px;
    font-family: font-05;
    top: -14px;
    position: absolute;
}


#cssmenu .menu-a a{
    color: #ffffff;
}

#cssmenu a{
    color: #B4BBCF;
}

#cssmenu li{
    position:relative;
    floaT: left;
    margin: 0px 20px;
    padding: 0px 0px;
    font-size: 16px;
    font-family: font-04;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
}



#cssmenu{
    margin: 56px 20px 0px 0px;
    floaT: right;
    color:#fff;
}


.hed-4 .icon-8{
    transform: rotateY(0deg);
    transition: all 0.5s ease;
}

.hed-4:hover .icon-8{
       -webkit-transform: rotateY(-349deg);
    -moz-transform: rotateY(-349deg);
    -o-transform: rotateY(-349deg);
    -ms-transform: rotateY(-349deg);
    transform: rotateY(190deg);
    transition: all 0.5s ease;
}

.icon-8 {
    width: 15px;
    height: 12px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-9.svg) center no-repeat;
    margin: 0px 5px -1px 0px;
}


.hed-4 {
    height: 43px;
    line-height: 46px;
    background: #D80027;
    font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    position: relative;
    padding: 0px 20px;
    margin: 34px 15px 0px 0px;
    floaT: right;
    border-radius: 5px;
    text-align: center;
    color:#fff;
}

.hed-4 {
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 30%);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}
@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
        box-shadow: 0 0 0 15px rgba(0, 125, 205, 0);
    }
}


.hed-3 {
    width: 105px;
    height: 43px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 34px 0px 0px 0px;
    floaT: right;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    text-align: center;
    color:#fff;
}







.icon-7 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-8.svg) center no-repeat;
    floaT: left;
}

.icon-6 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-7.svg) center no-repeat;
    floaT: left;
}

.icon-5 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-6.svg) center no-repeat;
    floaT: left;
}

.icon-4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: url(../images/icon-5.svg) center no-repeat;
    floaT: left;
}



.van-div-5 li {
   width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 100px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 14px;
}


.van-div-5 {
    margin: 14px 0px 0px 0px;
    float: right;
    position: relative;
}


.headerr-ic-2{
   border-right: 1px rgba(255, 255, 255, 0.12) solid;
   border-left: 1px rgba(255, 255, 255, 0.12) solid;
   padding: 0px 20px 0px 20px !important;
   margin: 0px 20px 0px 20px !important;  
   float: left;
   position:relative;
}



.icon-3 {
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-4.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-2 {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-3.svg) center no-repeat;
    margin: 0px 5px -4px 0px;
}

.icon-1 {
    width: 14px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-2.svg) center no-repeat;
    margin: 0px 5px -5px 0px;
}


.van-div-4 li{
    padding: 0px 0px 0px 0px;
   float: left;
   position:relative;
}

.van-div-3 a{
    color:#fff;
}


.van-div-3{
    color:#fff;
    width: 100%;
   float: left;
   position:relative;
}


.van-div-4{
   display: inline-block;
   line-height: 18px;
   float: left;
   position:relative;
   margin: 24px 0px 0px 0px;
}


.logo-1 img{
    widtH: 100%;
    line-height: 0px;
    float: left;
    position: relative;
}

.logo-1 {
    z-index:11;
    margin: 27px 0px;
    float: left;
    position: relative;
}




.hed-sl-6 img{
    widtH: 100%;
    height: 660px;
    float: left; 
    overflow:hidden;
}

.hed-sl-6{
    widtH: 100%;
    height: 100%;
    float: left; 
    overflow:hidden;
}

.hed-1{
    widtH: 100%;
    height: 111px;
    z-index:1;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(7.5px);
    float: left;
    position: absolute;
    margin-top: 65px;
   z-index:1;
}

.van-div-2{
    widtH: 100%;
    height: 65px;
    line-height: 65px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(3.5px);
    float: left;
    position: absolute;
    overflow:hidden;
    z-index:1;
}

.hed-sl-0 .slick-prev, 
.hed-sl-0 .slick-next{
	top: 55% !important;
}

.hed-sl-0{
    widtH: 100%;
    height: 650px;
    z-index:0;
    background: #18193a;
    float: left;
    position: relative;
    overflow:hidden;
    margin-top: 0px;
}



.hed-sl-3{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: linear-gradient(180deg, rgba(3, 41, 62, 0.6) 0%, rgba(6, 18, 37, 0.6) 100%);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-4{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: url(../images/sl-2.png) !important;
    float: left; 
    position: absolute;
    overflow:hidden;
}

.hed-sl-5{
    widtH: 100%;
    height: 100%;
    z-index:111;
    top: 0px;
    background: rgba(6, 5, 27, 0.4);
    float: left;
    position: absolute;
    overflow:hidden;
}


.hed-sl-7{
    widtH: 100%;
    height: 100%;
    z-index:1;
    top: -0px;
    background: url(../images/sl-1.svg) center;
    background-size: 100%;
    float: left; 
    position: absolute;
    overflow:hidden;
}





.slick-next{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-11.svg) 18px 16px no-repeat !important;
    background-size: 20px;
}

.slick-prev{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1) url(../images/icon-10.svg) 16px 16px no-repeat !important;
    background-size: 20px;
}


.slick-slide{margin:0px 0px;}
.slick-slide img{width:100%; object-fit: cover; }
.slick-slider{/* overflow:hidden; */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{border-radius: 0px;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-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-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height: 0px;}
.slick-slide img{display:block;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick-prev,
.slick-next{border:none;outline:none;}
.slick-initialized .slick-slide{display: block;}
.slick-prev:after{right:19px;top:20px;-webkit-transform:skew(45deg, 0deg);-ms-transform:skew(45deg, 0deg);transform:skew(45deg, 0deg);}
.slick-dots{padding-bottom: 2px !important;bottom:20px;width:100% !important;position:absolute;display: none !important;padding:0;margin:0;list-style:none;text-align:center;z-index:9;}
.slick-dots .slick-active{background: #26A69A;border-radius: 0px;}
.slick-next{right:20px;floaT:left;border-radius:100px;background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); font-size:0px !important;z-index:99999;line-height:40px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.shefi-8 .slick-prev:hover{transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;box-shadow:0px 2px 5px 0px #0000001f;}
.slick-prev,.slick-next{top: 46% !important;}
.slick-prev{lefT:20px;floaT:left;border-radius:100px;font-size:0px !important;z-index: 1;line-height:50px;position:absolute;display:block !important;width:40px !important;height:40px !important;padding:0;cursor:pointer;}
.slick-dots li{background: #B4BBCF;border-radius: 0px;position:relative;display:inline-block;width: 30px;height: 4px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
/*-- /Responsive --*/
}







@media (min-width:1220px) and (max-width:90000000px){
.center-size-3{floaT: left;margin: 0px 0px 0px 15px;}
.par-3{width: 1220px;}
.center-1, .center-size-3{width: 1200px;}
}


@media (min-width:1100px) and (max-width:1220px){
.center-size-3{floaT: left;margin: 0px 0px 0px 15px;}
.par-3{width: 1100px;}
.center-1, .center-size-3{width: 1080px;}
}


@media (min-width:1000px) and (max-width:1100px){
.center-size-3{floaT: left;margin: 0px 0px 0px 10px;}
.par-3{width: 980px;}
.center-1, .center-size-3{width: 960px;}
}


@media (min-width:800px) and (max-width:1000px){
.center-size-3{floaT: left;margin: 0px 0px 0px 10px;}
.par-3{width: 770px;}
.center-1, .center-size-3{width: 750px;}
}


@media (min-width:570px) and (max-width:800px){
.center-size-3{floaT: left;margin: 0px 0px 0px 10px;}
.par-3{width: 550px;}
.center-1, .center-size-3{width: 530px;}
}

@media (min-width:20px) and (max-width:570px){
.center-size-3{floaT: left;}
.par-3{width: 100%;}
.center-1{width: auto;margin: 0px 15px 0px 15px !important;}
.center-size-3{width: 100%;}
.nonodiv-1 .center-1{width: auto;margin: 0px 0px 0px 0px !important;}
}




.center-1{
    margin: auto;
    position:relative;
}


@media (min-width:570px) and (max-width:1350px){
.hed-sl-00 .slick-next{ right:0px; background-color:rgb(255 255 255 / 0%) !important; backdrop-filter: blur(0px) !important; } 
.hed-sl-00 .slick-prev{  left:0px; background-color:rgb(255 255 255 / 0%) !important; backdrop-filter: blur(0px) !important; } 
}

@media (min-width:20px) and (max-width:570px){
.hed-sl-00 .slick-next{ top: 225px !important;right:15px; width: 40px !important;  background-color: #26A69A !important; backdrop-filter: blur(0px) !important; } 
.hed-sl-00 .slick-prev{ top: 225px !important; right: 65px !important;background: rgba(255, 255, 255, 0.1) url(../images/icon-10.svg) 16px 16px no-repeat !important;  left: inherit !important; width: 40px !important;  background-color: rgb(0 0 0 / 40%) !important; backdrop-filter: blur(0px) !important; } 
}


@media (min-width:1px) and (max-width:800px){

.hed-mob-1 span{
    padding:0px 0px 0px 2px !important;
    floaT: initial !important;
    color:#fff !important;
}

.hed-mob-1 .icon-8 {
	floaT: left;
    width: 15px;
    height: 12px;
    display: inline-block;
    position: relative;
    background: url(../images/icon-9.svg) center no-repeat;
    margin: 14px 9px -1px 0px;
}

.hed-mob-1.hed-4 {
	display: block;
	width: 172px;
	height: 41px;
	line-height: 46px;
	background: #D80027;
	font-family: font-05;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
	position: relative;
	padding: 0px 15px;
	font-size: 13px;
	margin: 15px 0px 0px 15px;
	floaT: left;
	border-radius: 5px;
	text-align: left;
	color:#fff;
}

}

@media (min-width:800px) and (max-width:90000000px){
.hed-mob-1{
	display: none;
}
}


@media (min-width:1000px) and (max-width:90000000px){.outer-menu input{display: none;}}


  .tipsy {  padding: 5px;  !important; font-size: 11px; opacity: 0.75;filter: alpha(opacity=75);background-repeat: no-repeat;line-height:14px;background-image: url(../images/tipsy.svg);}
  .tipsy-inner { -webkit-font-feature-settings: 'case'on; font-feature-settings: 'case'on; padding: 9px 10px 5px 10px; background-color: black; color: white; max-width: 200px; text-align: center; letter-spacing: 0px; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{margin:1em 0 .6em 0;letter-spacing:0.01em;line-height:normal;font-weight:bold;text-rendering:optimizeLegibility;font-family:font-1;}
h1,.h1{font-size:23px;}h2,.h2{font-size:21px;}h3,.h3{font-size:20px;}h4,.h4{font-size:18px;}h5,.h5{font-size:16px;}
body{ letter-spacing: 0.1px; margin:0 auto;background:#F2F7FF;font-family:font-2, Verdana, sans-serif;font-size:14.5px;}
::-webkit-scrollbar-track{background:#fff;}
::-webkit-scrollbar-thumb{background:#1e9589;}
::-webkit-scrollbar{width:6px;}
a{color:#181722;text-decoration:underline;text-decoration:none;}
a img{border:0 none;}
ol, ul, li{list-style:none;}
*{margin:0;padding:0;outline:none;}

::selection{background-color:#26A69A;color:#fff;}
::selection{color:#fff;}



.vid-2 img{
	width: 100%;
}


@font-face{font-family:font-1;src:url('../fonts/Mersad.ttf');}

@font-face{font-family:font-01;src:url('../fonts/Mersad.ttf'); font-weight: 200; }
@font-face{font-family:font-02;src:url('../fonts/Mersad.ttf'); font-weight: 300; }
@font-face{font-family:font-03;src:url('../fonts/Mersad.ttf'); font-weight: 400; }
@font-face{font-family:font-04;src:url('../fonts/Mersad.ttf'); font-weight: 500; }
@font-face{font-family:font-05;src:url('../fonts/Mersad.ttf'); font-weight: 600; }



@font-face{font-family:font-2;src:url('../fonts/Mersad-Medium.ttf');}
@font-face{font-family:font-3;src:url('../fonts/Mersad-Bold.ttf');}
@font-face{font-family:font-4;src:url('../fonts/Mersad-Regular.ttf');}
@font-face{font-family:font-5;src:url('../fonts/Mersad-SemiBold.ttf');}