/*body{
	padding-top: 6rem;
}*/

html{
	font-size: 16px;
}

body{
	overflow-x: hidden;
}

.sf-toolbar{
	display:none!important;
}

.only-mobile{
	display:none;
}

.bg-dark{
	background-color: #171A1A!important;
}

.bg-black{
	background-color: #111212!important;
}

.scroll-action:hover{
	cursor: pointer;
}

.text-color-green{
	color: #42E584!important;
}

.text-color-white{
	color: #fff!important;
}

.text-color-vio{
	color: #9747FF!important
}

.navbar{
	height: 6rem;
	background-color: transparent;
	max-width: 100vw;
}

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

.navbar .logo{
	/*height: 1.75rem;*/
	width: 15rem;
	max-width: 15vw;
}

.navbar .mobile{
	display:none;
}

.navbar .navbar-nav .nav-item:not(:last-of-type){
	margin-right: 1rem;
}

.navbar .navbar-nav .nav-item .nav-link{
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.75rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFFFFF;
	display:inline-block;
}

.navbar .navbar-nav .nav-item .dropdown-toggle{
	display:inline-block;
}

.navbar .navbar-nav .nav-item .nav-link:not(.nhover):hover{
	color: #42E585;
	text-shadow: 0px 0px 15.3px #42E585;
}

.navbar .navbar-nav .nav-item .nav-link:not(.nhover) img:hover{
	box-shadow: 0px 0px 15.3px 0px #42E585;
}

.navbar .navbar-nav .nav-item .nav-link.navbtn{
	border: 1px solid #42E585;
    border-radius: 1.65rem;
}

.navbar .navbar-nav .nav-item .dropdown-menu{
	background: #000000;
    border-radius: 0;
}

/*.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
    display: block;
	opacity: 1;
    visibility: visible;
}*/

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
	color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.7rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
	padding: 0.5rem 0.6rem;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
	background-color: unset;
	color: #42E585;
}

.dropdown-toggle::after{
	background-image: url(assets/img/dropdown.svg);
    width: 11px;
    height: 6px;
    border: 0;
	vertical-align: middle;
	display:none;
}

.navbar .dropdown-menu{
	display: block;
	opacity: 0;
    transition: 0.5s, transform 0.5s ease;
    -moz-transition: 0.5s, transform 0.5s ease;
    -webkit-transition: 0.5s, transform 0.5s ease;
    visibility: hidden;
}

.navbar .dropdown-menu.show{
    transition: 0.5s, transform 0.5s ease;
    -moz-transition: 0.5s, transform 0.5s ease;
    -webkit-transition: 0.5s, transform 0.5s ease;
	opacity: 1;
    visibility: visible;
}

.navbar .navbar-nav .nav-item.navsearch{
	position: relative;
}

.navbar .navbar-nav .nav-item.navsearch:hover{
	cursor:pointer;
}

.navbar .navbar-nav .nav-item.navlang.dropdown{
	background-color: #42E585;
    border-radius: 5rem;
    padding: 0;
    line-height: 1rem;
    height: fit-content;
    margin: 0.2rem 0;
}

.navbar .navbar-nav .nav-item.navlang.dropdown .nav-link{
	color: #212121;
    padding: 0.25rem 0.6rem;
    line-height: 1rem;
	padding-right: 0.25rem;
}

.navbar .navbar-nav .nav-item.navlang.dropdown .dropdown-toggle{
	padding-right: 0.5rem;
}

.navbar .navbar-nav .nav-item.navlang.dropdown .dropdown-toggle img{
	width: 0.6rem;
    margin-top: 0.2rem;
}



.search-box{
	display:none;
	position: absolute;
    right: 0;
    background-color: #171A1A;
    top: 2rem;
    border-radius: 1rem;
    padding: 1rem;
}

.search-box.open{
	display:block;
}

.search-box input[type=text]{
	display: inline-block;
	background-color: unset;
	border: 1px solid #fff;
	border-radius: 3rem;
	padding: 0.2rem 1.5rem;
	color: #FFF;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transform: translateY(0.1rem);
}

.search-results .one-result{
	padding-top: 1rem;
    display: block;
    color: #FFF;
    font-family: Poppins;
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.8rem;
}

.search-results .one-result a{
	display: block;
    color: #42E584;
}

.search-results .one-result .result-text{
	display: block;
    color: #fff;
}

.heading-text.heading-arrow{
	position: relative;
	width: fit-content;
	pointer-events: none;
}

.heading-text.heading-arrow:after{
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	background-image: url(assets/img/arrow_only.svg);
	position: absolute;
    top: 1.5rem;
    right: 0.9rem;
	background-size: cover;
	animation: arrow-in 1s;
	animation-fill-mode: forwards;
}

.heading-text.heading-arrow:hover:after{
	animation: arrow-out 1s;
	animation-fill-mode: forwards;
}

.heading-text.heading-arrow img{
	width: 2.5rem;
	pointer-events: auto;
}

.heading-text.heading-arrow-bottom:after{
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	background-image: url(assets/img/arrow_only.svg);
	position: absolute;
    bottom: 1.5rem;
	top: unset;
    right: 0.9rem;
	background-size: cover;
	animation: arrow-in-bottom 1s;
	animation-fill-mode: forwards;
}

.heading-text.heading-arrow-bottom:hover:after{
	animation: arrow-out-bottom 1s;
	animation-fill-mode: forwards;
}


.faq-buttons .heading-arrow{
	position: relative;
	width: fit-content;
}

.faq-buttons .heading-arrow:after{
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	background-image: url(assets/img/arrow_only.svg);
	position: absolute;
    top: 1rem;
    right: 0.9rem;
	background-size: cover;
	animation: arrow-in-link 1s;
	animation-fill-mode: forwards;
}

.faq-buttons .heading-arrow:hover:after{
	animation: arrow-out-link 1s;
	animation-fill-mode: forwards;
}

.faq-buttons .heading-arrow img{
	width: 2.5rem;
}


.suw-animation .suw-box{
	display: inline-block;
	position: relative;
	margin-left: 0.65rem;
}

.suw-animation .suw-box svg{
	width: 3.5rem;
	color: transparent;
	position: relative;
	animation: suw-in-color 1s;
	animation-fill-mode: forwards;
}

.suw-animation .suw-box svg path{
	animation: suw-in-color 1s;
	animation-fill-mode: forwards;
}

.suw-animation .suw-box:after{
	content: "";
	width: 1rem;
	height: 1rem;
	background-image: url(assets/img/suw-whi-circle.svg);
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	background-size: cover;
	animation: suw-in 1s;
	animation-fill-mode: forwards;
}

.suw-animation:hover .suw-box:after{
	animation: suw-out 1s;
	animation-fill-mode: forwards;
}

.suw-animation:hover .suw-box svg{
	animation: suw-out-color 1s;
	animation-fill-mode: forwards;
}

.suw-animation:hover .suw-box svg path{
	animation: suw-out-color 1s;
	animation-fill-mode: forwards;
}

.suw-animation.suw-animation-black .suw-box svg{
	animation: suw-in-color-black 1s;
	animation-fill-mode: forwards;
}

.suw-animation.suw-animation-black .suw-box svg path{
	animation: suw-in-color-black 1s;
	animation-fill-mode: forwards;
}

.suw-animation.suw-animation-black .suw-box:after{
	background-image: url(assets/img/suw-blk-circle.svg);
}

.suw-animation.suw-animation-black:hover .suw-box svg{
	animation: suw-out-color-black 1s;
	animation-fill-mode: forwards;
}

.suw-animation.suw-animation-black:hover .suw-box svg path{
	animation: suw-out-color-black 1s;
	animation-fill-mode: forwards;
}


.suw-animation.suw-animation-green .suw-box svg{
	animation: suw-in-color-green 1s;
	animation-fill-mode: forwards;
}

.suw-animation.suw-animation-green .suw-box svg path{
	animation: suw-in-color-green 1s;
	animation-fill-mode: forwards;
}

.suw-animation.suw-animation-green .suw-box:after{
	background-image: url(assets/img/suw-grns-circle.svg);
}

.suw-animation.suw-animation-green:hover .suw-box svg{
	animation: suw-out-color-green 1s;
	animation-fill-mode: forwards;
}

.suw-animation.suw-animation-green:hover .suw-box svg path{
	animation: suw-out-color-green 1s;
	animation-fill-mode: forwards;
}

#box-main .scroll-down:hover{
	cursor: pointer;
}

#box-video{
	position: relative;
	overflow: hidden;
}

#box-video .text-main{
	display: block;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 5.5rem;
	leading-trim: NONE;
	line-height: 109.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
}

#homeVideo{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#box-video{
	padding-top: 10rem;
}

#box-video .video-btn{
	display: block;
    margin: auto;
    width: fit-content;
    color: #161620;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.7rem;
    leading-trim: NONE;
    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
    background: #FFFFFF;
    padding: 1rem 1.75rem;
    border-radius: 2.9rem;
    margin-top: 4.35rem;
}

#box-video .video-btn:hover{
	color: #fff;
	background-color: #42E585;
	box-shadow: 0px 0px 15.3px 0px #42E585;
	text-decoration: unset;
}

#box-video .scroll-down{
	margin: auto;
    margin-top: 5rem;
    display: block;
    margin-bottom: 5rem;
}

#box-video .scroll-down:hover{
	cursor: pointer;
}

#box-info{
	padding: 5rem 0;
}

#box-info .row > div:first-of-type span{
	color: #fff;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 2.8rem;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0%;
}

#box-info .row > div:last-of-type span{
	color: #fff;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 1rem;
	leading-trim: NONE;
	line-height: 2.6rem;
	letter-spacing: 0%;
}

.carousel {
  margin-bottom: 4rem;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-item {
  height: 32rem;
  background-color: #fff;
  padding: 5rem 0;
}
/*.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}*/
.carousel-control-prev-icon{
	background-image: url("assets/img/prev.svg");
}
.carousel-control-next-icon{
	background-image: url("assets/img/next.svg");
}

.carousel-inner>.carousel-item {
    -webkit-transition: -webkit-transform 2s ease-in-out !important;
    -o-transition: -o-transform 2s ease-in-out !important;
    transition: transform 2s ease-in-out !important;
}

#box-carousel .row > div:first-of-type span{
	color: #2A2A2A;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

#box-carousel .row > div:first-of-type .heading-text{
	display: block;
    color: #2A2A2A;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 2.8rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
	margin-bottom: 1.3rem;
}

#box-carousel .row > div:first-of-type .bottom-text{
	display: block;
    color: #2A2A2A;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 5rem;
}

#box-carousel .bottom-text img{
	margin-left: 0.65rem;
	width: 3.5rem;
}

#box-carousel .row > div:last-of-type img{
	max-width: 100%;
}

#box-banner{
  margin-bottom: 4rem;
}
#box-banner{
  bottom: 3rem;
  z-index: 10;
}
#box-banner{
  height: 32rem;
  background-color: #fff;
  padding: 5rem 0;
  position: relative;
}
/*.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}*/
#box-banner .carousel-control-prev-icon{
	background-image: url("assets/img/prev.svg");
}
#box-banner .carousel-control-next-icon{
	background-image: url("assets/img/next.svg");
}

#box-banner .carousel-control-next, #box-banner .carousel-control-prev{
	margin-top: 10rem;
}

#box-banner .container{
	overflow: hidden;
}

#box-banner .row > div:first-of-type{
	overflow: hidden;
	display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
}

#box-banner .row > div:first-of-type span{
	color: #2A2A2A;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    /*line-height: 100%;*/
    letter-spacing: 0%;
}

#box-banner .row > div:first-of-type .heading-text{
	display: block;
    color: #2A2A2A;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 2.7rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
	margin-bottom: 1.3rem;
	display: none;
	/*animation: fade-out 3s;*/
	margin-bottom: 13rem;
}

/*#box-banner .row > div:first-of-type .heading-text.active{
	display: block;
	animation: fade-in 3s;
}*/

#box-banner .row > div:first-of-type .heading-text.active{
	display:block;
	animation: fade-in-left 3s;
}

#box-banner .row > div:first-of-type .heading-text.active-out{
	display:block;
	animation: fade-out-left 3s;
	z-index: -2;
	display:none;
}

#box-banner .row > div:first-of-type .heading-text.active-right{
	display:block;
	animation: fade-in-right 3s;
}

#box-banner .row > div:first-of-type .heading-text.active-right-out{
	display:block;
	animation: fade-out-right 3s;
	z-index: -2;
	display:none;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#box-banner .row > div:first-of-type .heading-text img{
	width: 2.6rem;
}

#box-banner .row > div:first-of-type .mid-text{
	display:none;
	position: absolute;
    margin-top: 9rem;
    height: 11rem;
    background-color: #fff;
}

#box-banner .row > div:first-of-type .mid-text.active{
	display:block;
	animation: fade-in-left 3s;
}

#box-banner .row > div:first-of-type .mid-text.active-out{
	display:block;
	animation: fade-out-left 3s;
	z-index: -2;
}

#box-banner .row > div:first-of-type .mid-text.active-right{
	display:block;
	animation: fade-in-right 3s;
}

#box-banner .row > div:first-of-type .mid-text.active-right-out{
	display:block;
	animation: fade-out-right 3s;
	z-index: -2;
}

@keyframes fade-in-left {
  from {
	transform: translateX(40rem);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes fade-out-left {
  from {
	transform: translateX(0rem);
  }
  to {
    transform: translateX(-40rem);
  }
}

@keyframes fade-in-right {
  from {
	transform: translateX(-40rem);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes fade-out-right {
  from {
	transform: translateX(0rem);
  }
  to {
    transform: translateX(40rem);
  }
}

@keyframes fade-in-left-img {
  from {
	transform: translateX(14rem);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes fade-out-left-img {
  from {
	transform: translateX(0rem);
  }
  to {
    transform: translateX(-14rem);
  }
}

@keyframes fade-in-right-img {
  from {
	transform: translateX(-14rem);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes fade-out-right-img {
  from {
	transform: translateX(0rem);
  }
  to {
    transform: translateX(14rem);
  }
}

#box-banner .row > div:first-of-type .bottom-text{
	display: block;
    color: #2A2A2A;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 5rem;
}

#box-banner .row > div:first-of-type .bottom-text:hover{
	text-decoration: none;
}

#box-banner .bottom-text img{
	margin-left: 0.65rem;
	width: 3.5rem;
}

#box-banner .row > div:last-of-type{
	/*margin-top: -22px;*/
}

#box-banner .kiosk-box{
	width: 16rem;
    margin: auto;
	position: relative;
	overflow: hidden;
    /*background-image: url(assets/img/kiosk_bm.svg);*/
}

#box-banner .kiosk-box:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.13) 60%, rgba(255, 255, 255, 0.04) 70%);
    height: 2rem;
}

#box-banner .row > div:last-of-type img{
	max-width: 100%;
}

#box-banner .row > div:last-of-type img.inimage{
	position: absolute;
    right: 16px;
    z-index: -1;
    top: 16px;
    width: 14rem;
}

#box-banner .row > div:last-of-type img.inimage{
	display:none;
}

#box-banner .row > div:last-of-type img.inimage.active{
	display:block;
	animation: fade-in-left-img 2s;
}

#box-banner .row > div:last-of-type img.inimage.active-out{
	display:block;
	animation: fade-out-left-img 2s;
	z-index: -2;
}

#box-banner .row > div:last-of-type img.inimage.active-right{
	display:block;
	animation: fade-in-right-img 2s;
}

#box-banner .row > div:last-of-type img.inimage.active-right-out{
	display:block;
	animation: fade-out-right-img 2s;
	z-index: -2;
}

#box-offer{
	padding: 5rem 0;
}

#box-offer .heading-text{
	display: block;
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 2.8rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
	margin-bottom: 3rem;
}

#box-offer .container-box .row{
	margin-bottom: 1rem;
    display: grid;
}

#box-offer .container-box .row:first-of-type{
	grid-template-columns: 25% 50% 25%;
}

#box-offer .container-box .row:last-of-type{
	grid-template-columns: 50% 25% 25%;
}

#box-offer .container-box .row:first-of-type .one-offer:first-of-type{
	aspect-ratio: 1 / 1;
}

#box-offer .container-box .row:last-of-type .one-offer:last-of-type{
	aspect-ratio: 1 / 1;
}

#box-offer .container-box .row .one-offer:not(:last-of-type){
	margin-right: 1rem;
}

#box-offer .container-box .one-offer{
	background-image: url(assets/img/offer-bg.jpg);
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
    border-radius: 2.6rem;
	padding: 2rem;
	display: flex;
    flex-direction: column;
	position: relative;
}

#box-offer .container-box .one-offer:after{
	content: "";
    display: block;
    background-color: #0D8E70;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2.6rem;
    z-index: 0;
    opacity: 0;
}

#box-offer .container-box .one-offer:hover{
	/*background-color: #0D8E70;
    background-image: unset;*/
}

#box-offer .container-box .one-offer.offer-action:hover{
	cursor: pointer;
}

#box-offer .container-box .one-offer:after{
	animation: opa-out 2s;
	animation-fill-mode: forwards;
}

#box-offer .container-box .one-offer:hover:after{
	animation: opa-in 2s;
	animation-fill-mode: forwards;
}

#box-offer .container-box .one-offer.offer-vio:hover{
	/*background-color: #9747FF;*/
}

#box-offer .container-box span.offer-title{
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
    margin: auto;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 2rem;
    width: 100%;
	animation: opa-in 2s;
	animation-fill-mode: forwards;
}

#box-offer .container-box div.offer-text{
	display:none;
    flex-direction: column;
	height: -webkit-fill-available;
}

#box-offer .container-box .offer-text span.offer-title-hov{
	color: #FFF;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
	margin-bottom: 0.5rem;
	margin-top: auto;
	z-index: 99;
    position: relative;
	animation: opa-out 2s;
	animation-fill-mode: forwards;
}

#box-offer .container-box .one-offer:hover .offer-text span.offer-title-hov{
	animation: opa-in 2s;
	animation-fill-mode: forwards;
}

#box-offer .container-box .offer-text span.offer-subtitle{
	color: #FFF;
	font-family: Poppins;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	z-index: 99;
    position: relative;
	animation: opa-out 2s;
	animation-fill-mode: forwards;
}

#box-offer .container-box .one-offer:hover .offer-text span.offer-subtitle{
	animation: opa-in 2s;
	animation-fill-mode: forwards;
}

#box-offer .container-box .offer-text .bottom-text{
	color: #FFF;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	text-align: right;
	margin-top: auto;
	z-index: 99;
    position: relative;
	animation: opa-out 2s;
	animation-fill-mode: forwards;
	text-decoration: none;
}

#box-offer .container-box .one-offer:hover .offer-text .bottom-text{
	animation: opa-in 2s;
	animation-fill-mode: forwards;
}

#box-offer .container-box .offer-text .bottom-text img{
	margin-left: 0.65rem;
	width: 3.5rem;
}

#box-offer .container-box .one-offer:hover span.offer-title{
	/*display:none;*/
	animation: opa-out 2s;
	animation-fill-mode: forwards;
}

#box-offer .container-box .one-offer:hover div.offer-text{
	display: flex;
}

#box-banner-mid{
	padding: 5rem 0;
	background-image: url("assets/img/wave.jpg");
	background-image: url("assets/img/wave_crop.png");
	background-image: url("assets/img/wave_crop2.jpg");
	background-size: cover;
}

#box-banner-mid .heading-text{
	color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 2.8rem;
    leading-trim: NONE;
    line-height: 5rem;
    letter-spacing: 0%;
}

#box-banner-mid .bottom-text{
	display: block;
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 2.2rem;
}

#box-banner-mid .bottom-text:hover{
	text-decoration: none;
}

#box-banner-mid .bottom-text img{
	margin-left: 0.65rem;
	width: 3.5rem;
}

#box-about{
	padding: 5rem 0;
}

#box-about .row > div:first-of-type{
	display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
}

#box-about .row > div:first-of-type span{
	color: #2A2A2A;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}

#box-about .row > div:first-of-type span a{
	color: #2A2A2A;
}

#box-about .row > div:first-of-type .heading-text{
	display: block;
    color: #2A2A2A;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 2.8rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
	margin-bottom: 1.3rem;
}

#box-about .row > div:first-of-type .heading-text img{
	width: 2.5rem;
}

#box-about .row > div:first-of-type .bottom-text{
	display: block;
    color: #2A2A2A;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 1.3rem;
}

#box-about .row > div:first-of-type .bottom-text:hover{
	text-decoration: none;
}

#box-about .bottom-text img{
	margin-left: 0.65rem;
	width: 3.5rem;
}

#box-about .row > div:last-of-type img{
	max-width: 100%;
	border-radius: 2rem;
}

#box-partners{
	padding: 5rem 0;
	background-color: #F6F6F6;
	padding-bottom: 3rem;
}

#box-partners .heading-text{
	color: #2A2A2A;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 2.8rem;
	leading-trim: NONE;
	line-height: 105%;
	letter-spacing: 0%;
	/*margin-bottom: 2.2rem;*/
    display: block;
}

#box-partners .carousel-inner .carousel-item{
	height: auto;
	background-color: unset;
}

#box-partners .carousel-inner .carousel-item .one-item{
	width: 19.9%;
    padding: 0 2%;
	display: inline-block;
}

#box-partners .carousel-inner .carousel-item .one-item img{
	width: 100%;
	max-height: 3rem;
}

#box-partners .carousel-inner .carousel-item .one-item .img-color{
	display:none;
}

#box-partners .carousel-inner .carousel-item .one-item:hover .img-bl{
	display:none;
}

#box-partners .carousel-inner .carousel-item .one-item:hover .img-color{
	display: inline-block;
}

#box-partners .carousel-control-prev{
	left: -11rem;
}

#box-partners .carousel-control-next{
	right: -11rem;
}

#box-partners .slick-slider .slick-track{
	display: flex;
}

#box-partners .carousel-inner .carousel-item{
	display: flex;
}

#box-partners .carousel-inner .carousel-item .one-item{
	width: 80%;
	margin: auto;
}

#box-partners .carousel-inner{
	overflow: unset;
}

#box-partners .slick-prev, #box-partners .slick-next{
	opacity: .5;
	background-size: 100% 100%;
}

#box-partners .slick-prev{
	background-image: url(/assets/img/prev.svg);
    left: -5rem;
}

#box-partners .slick-next{
	background-image: url(/assets/img/next.svg);
    right: -5rem;
}

#box-partners .slick-prev:before, #box-partners .slick-next:before{
	display:none;
}

#box-news{
	padding: 5rem 0;
}

#box-news .news-boxes > div{
	transition: all 1s ease;
	flex-basis: 33.333%;
}

#box-news .news-boxes:hover > div{
	max-width: unset;
	transition: all 1s ease;
	flex-basis: 31.5%;
	/*animation: news-small 2s;
	animation-fill-mode: forwards;*/
}

#box-news .news-boxes:hover > div:hover{
	transition: all 1s ease;
	flex-basis: 37%;
	/*animation: news-big 2s;
	animation-fill-mode: forwards;*/
}



#box-news .heading-text{
	color: #2A2A2A;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 2.8rem;
	leading-trim: NONE;
	line-height: 105%;
	letter-spacing: 0%;
	margin-bottom: 2.2rem;
    display: block;
}

#box-news .heading-text:hover{
	text-decoration: none;
}

#box-news .heading-text img{
	width:2.5rem;
}

#box-news .one-news{
	background-color: #2A2A2A;
	padding: 1rem;
	border-radius: 2rem;
	height: 100%;
	display: flex;
    flex-direction: column;
}

#box-news .one-news .news-cat-top{
	font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.7rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    background-color: #42E585;
    display: block;
    width: fit-content;
    border-radius: 5rem;
    padding: 0.4rem 1.2rem;
    position: absolute;
    right: 3rem;
    top: 2rem;
}

#box-news .news-image{
    width: 100%;
	height: 17rem;
    /*aspect-ratio: 5 / 4;*/
    background-size: cover;
    margin-bottom: 1.3rem;
    border-radius: 1.5rem;
}

#box-news .news-category{
	font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.55rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #42E585;
}

#box-news .news-header{
	font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1.3rem;
    leading-trim: NONE;
    line-height: 1.65rem;
    letter-spacing: 0%;
    color: #fff;
    margin: 1.3rem 0;
    display: block;
}

#box-news .news-text{
	color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.8rem;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
}

#box-news .news-read-more{
	display: block;
    color: #42E585;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
	margin-top: auto;
    padding-top: 1.3rem;
}

#box-news .news-read-more:hover{
	text-decoration:none;
}

#box-news .news-read-more img{
	margin-left: 0.65rem;
	width: 3.5rem;
}

#box-rev{
	padding: 5rem 0;
	background-color: #E3E3E366;
	position: relative;
	overflow: hidden;
}

#box-rev > .container{
	position: relative;
}

#box-rev .carousel-control-prev{
	left: -8rem;
}

#box-rev .carousel-control-next{
	right: -8rem;
}

#box-rev .heading-text{
	color: #2A2A2A;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 2.8rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	display: block;
    text-align: center;
	margin-bottom: 2.5rem;
}

#box-rev .heading-text img{
	width:2.5rem;
}

#box-rev .rev-boxes{
	position: relative;
}

#box-rev .one-rev{
	box-shadow: 0px 4px 4px 0px #0000001A;
    border-radius: 1.6rem;
	background-color: #fff;
	margin: auto;
	padding: 2rem;
	display: none;
	position: relative;
}

#box-rev .one-rev.active{
	width: 45%;
	display: inline-block;
	position: relative;
	z-index:99;
}

#box-rev .one-rev.active-left{
	animation: fade-in-left-rev 2s;
}

#box-rev .one-rev.active-right{
	animation: fade-in-right-rev 2s;
}

#box-rev .one-rev[class*='half-active']{
	width: 40%;
    transform: scale(0.5);
    position: absolute;
	display: inline-block;
    background-color: #fff;
	opacity: 0.5;
	width: 50%;
}

#box-rev .one-rev[class*='one-rev-out-']{
	width: 40%;
    transform: scale(0.5);
    position: absolute;
	display: inline-block;
    background-color: #fff;
	opacity: 0.5;
	width: 50%;
}

#box-rev .one-rev.one-rev-out-left{
	animation: fade-out-left-rev 2s;
	left: 3rem;
	opacity: 0.5;
	left: -8rem;
}

#box-rev .one-rev.one-rev-out-right{
	animation: fade-out-right-rev 2s;
	right: 3rem;
	opacity: 0.5;
	right: -8rem;
}

#box-rev .one-rev.one-rev-out-left2{
	animation: fade-out-left-rev2 2s;
	left: 3rem;
	opacity: 0.5;
	left: -8rem;
}

#box-rev .one-rev.one-rev-out-right2{
	animation: fade-out-right-rev2 2s;
	right: 3rem;
	opacity: 0.5;
	right: -8rem;
}

#box-rev .one-rev.half-active-left{
	left: 3rem;
	left: -8rem;
}

#box-rev .one-rev.half-active-right{
	right: 3rem;
	right: -8rem;
}

@keyframes fade-in-left-rev{
  from {
	opacity: 0.5;
	transform: scale(0.5) translateX(50rem);
  }
  to {
    opacity: 1;
	transform: scale(1) translateX(0rem);
  }
}

@keyframes fade-out-left-rev{
  from {
	opacity: 1;
	transform: scale(0.8) translateX(25rem);
  }
  to {
    opacity: 0.5;
	transform: scale(0.5) translateX(0);
  }
}

@keyframes fade-in-right-rev{
  from {
	opacity: 0.5;
	transform: scale(0.5) translateX(-50rem);
  }
  to {
    opacity: 1;
	transform: scale(1) translateX(0rem);
  }
}

@keyframes fade-out-right-rev{
  from {
	opacity: 0.5;
	transform: scale(0.5) translateX(25rem);
  }
  to {
    opacity: 0.5;
	transform: scale(0.5);
  }
}

@keyframes fade-out-left-rev2{
  from {
	opacity: 1;
	transform: scale(0.5) translateX(-25rem);
  }
  to {
    opacity: 0.5;
	transform: scale(0.5) translateX(0);
  }
}

@keyframes fade-out-right-rev2{
  from {
	opacity: 0.5;
	transform: scale(0.8) translateX(-25rem);
  }
  to {
    opacity: 0.5;
	transform: scale(0.5);
  }
}

/*#box-rev .one-rev:nth-child(1 of .half-active){
	left: 3rem;
}

#box-rev .one-rev:nth-last-child(1 of .half-active){
	right: 3rem;
}*/

#box-rev .one-rev:after{
	content: "“";
	color: #42E585;
    font-family: Port Lligat Slab;
    font-weight: 400;
    font-style: Regular;
    font-size: 10rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    position: absolute;
    top: 1.4rem;
    right: 2rem;
}

#box-rev .one-rev .rev-name{
	font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 0.9rem;
    leading-trim: NONE;
    line-height: 184%;
    letter-spacing: 0%;
    text-align: center;
}

#box-rev .one-rev .rev-main-text{
	font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.85rem;
    leading-trim: NONE;
    line-height: 184%;
    letter-spacing: 0%;
    color: #2A2A2A;
    display: block;
    margin-top: 3rem;
}

#box-rev .one-rev .rev-stars{
	
}

#box-rev .one-rev .rev-stars img{
	width: 1.5rem;
}

#box-rev .one-rev .bottom-text{
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 1rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #42E585;
    text-align: right;
	margin-top: 2rem;
	display:block;
}

#box-rev .one-rev .bottom-text:hover{
	text-decoration: none;
}

#box-rev .one-rev .bottom-text img{
	margin-left: 0.65rem;
    width: 3.5rem;
}

#box-contact{
	padding: 5rem 0;
}

#box-contact .row > div:first-of-type{
	background-image: url("assets/img/contact.png");
	background-position: center;
    background-size: cover;
	border-radius: 2.2rem;
    padding: 2.2rem;
	display: flex;
}

#box-contact .row > div:first-of-type span{
	color: #fff;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 2.8rem;
	leading-trim: NONE;
	line-height: 3.9rem;
	letter-spacing: 0%;
	margin-top: auto;
}

#box-contact .row > div:last-of-type{
	padding-left: 2rem;
}

#box-contact .heading-text{
	color:#fff;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 4.2rem;
	leading-trim: NONE;
	line-height: 111.00000000000001%;
	letter-spacing: 0%;
	margin-bottom: 2.2rem;
	display: block;
}

#box-contact h4{
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.5rem;
	leading-trim: NONE;
	line-height: 0.7rem;
	letter-spacing: 0%;
	color: #fff;
	display: block;
	margin-top: 0.5rem;
}

#box-contact h4 a{
	color: #fff;
	text-decoration: underline;
}

#box-contact p{
	color: #42E584;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    display: block;
}

#box-contact form .form-group{
	width: 100%;
}

#box-contact form .form-row>[class*=col-]:first-of-type{
	padding-left:0;
}

#box-contact form .form-row>[class*=col-]:last-of-type{
	padding-right:0;
}

#box-contact form .width-half{
	display: inline-block;
    width: 50%;
	padding-right: 5px;
    padding-left: 5px;
}

#box-contact form .width-half:not(.width-is-last){
	padding-left:0;
}

#box-contact form .width-half.width-is-last{
	padding-right:0;
}

#box-contact form label{
	color: #fff;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.7rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	
	display: block;
}

#box-contact form .label-checkbox{
	color: #fff;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.7rem;
	leading-trim: NONE;
	line-height: 1rem;
	letter-spacing: 0%;
	text-transform: unset;
}

#box-contact form .label-checkbox a{
	color: #fff;
	text-decoration: underline;
}

#box-contact form .choice label{
	color: #fff;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.7rem;
	leading-trim: NONE;
	line-height: 1rem;
	letter-spacing: 0%;
	text-transform: unset;
}

#box-contact form .choice label a{
	color: #fff;
	text-decoration: underline;
}

#box-contact form input, #box-contact form textarea{
	background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0.45rem;
	color: #fff;
}

#box-contact form input[type=text], #box-contact form input[type=email], #box-contact form input[type=tel]{
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 1rem;
}

#box-contact form input[type=checkbox]{
	float: left;
    margin-right: 0.5rem;
}

#box-contact form label.required:after{
	content: "*";
	display: inline-block;
}

#box-contact form textarea{
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	height: auto;
	margin-bottom: 1rem;
}

#box-contact form input.form-check-input{
	margin-top: 0;
}

#box-contact form button{
	color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.7rem;
    leading-trim: NONE;
    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
    background-color: #42E585;
    border-radius: 2.9rem;
    width: 100%;
    padding: 0.9rem;
    margin-top: 1.3rem;
    border-color: #42E585;
	border:0;
}

#box-contact form button:hover{
	cursor: pointer;
}

#box-faq{
	padding: 5rem 0;
	background-color: #1e1f1f;
}

#box-faq .heading-text{
	color:#fff;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 2.8rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 2.2rem;
	display: block;
}

#box-faq .heading-text img{
	width:2.5rem;
}

#box-faq .faq-buttons a{
	background-color: #42E585;
    border-radius: 5rem;
    padding: 0 0.9rem;
    padding-right: 0;
    font-family: Poppins;
    font-weight: 500;
    font-style: Bold;
    font-size: 0.9rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    padding-left: 1.3rem;
    white-space: nowrap;
    margin-bottom: 1.75rem;
    display: inline-block;
	margin-right: 2.2rem;
}

#box-faq .faq-buttons a:hover{
	text-decoration: none;
}

#box-faq .faq-buttons a img{
	box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 5rem;
    margin-left: 0.9rem;
	width: 2.5rem;
    height: 2.5rem;
}

#box-faq .faq-text .faq-one-text{
	color: #fff;
	display:none;
}

#box-faq .faq-text .faq-one-text.faq-open{
	display:block;
}

#box-footer{
	padding: 2.2rem 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#box-footer .column-left .footer-logo{
	width: 12rem;
}

#box-footer .column-left span{
	color: #fff;
    font-family: Inter;
    font-weight: 300;
    font-style: Medium;
    font-size: 0.7rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    display: block;
    margin: 2.2rem 0;
}

#box-footer .socials a:not(:last-of-type){
	margin-right: 1.3rem;
}

#box-footer .socials img{
	width: 1.2rem;
}

#box-footer .footer-links-header{
	color: #fff;
	font-family: Inter;
	font-weight: 400;
	font-style: Semi Bold;
	font-size: 0.7rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: uppercase;
	display: block;
}

#box-footer .column-center{
	margin-top: 2.2rem;
}

#box-footer .footer-contact{
	margin-left: auto;
}

#box-footer .footer-contact .footer-links-header{
	margin-bottom: 1.3rem;
}

#box-footer .footer-contact .contact-item{
	color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-style: Semi Bold;
    font-size: 0.7rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    display: block;
    margin: 0.9rem 0;
}

#box-footer .footer-contact .contact-item img{
	margin-right: 0.45rem;
	width: 0.9rem;
}

#box-footer .footer-contact .contact-item a{
	color: #fff;
}

#box-footer .footer-contact .contact-data{
	color: #fff;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.65rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	display: block;
	margin-top: 2.2rem;
}

#box-footer .footer-map{
	flex-basis: fit-content;
}

#box-footer .footer-map a{
	color: #fff;
	font-family: Inter;
	font-weight: 400;
	font-style: Semi Bold;
	font-size: 0.7rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	display: block;
    margin: 0.9rem 0;
}

#box-footer .column-right{
	flex-basis: fit-content;
    margin-left: auto;
}

#box-footer .column-right span{
	color: #fff;
	font-family: Inter;
	font-weight: 400;
	font-style: Semi Bold;
	font-size: 0.7rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	vertical-align: middle;
}

#box-footer .column-right span a{
	color: #fff;
}

#box-footer-bottom{
	padding: 0.9rem 0;
}

#box-footer-bottom span{
	color: #fff;
	font-family: Inter;
	font-weight: 300;
	font-style: Medium;
	font-size: 0.7rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: uppercase;
}

#box-footer-bottom span:last-of-type{
	float: right;
    padding-top: 0.5rem;
}

#box-footer-bottom span a{
	color: #fff;
	text-decoration: underline;
}

.side-label{
	position: fixed;
    top: 50%;
    right: 0;
    background-color: #42E585;
    border-radius: 60px;
	padding: 0.5rem 1.5rem;
	padding-top: 0.2rem;
	padding-right: 1rem;
	transform: rotate(90deg);
    transform-origin: right top;
	z-index: 999;
}

.side-label:hover{
	cursor:pointer;
}

.side-label span, .side-label a{
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.7rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}

.side-label a:hover{
	text-decoration: none;
}

.side-label img{
	width: 0.7rem;
    transform: rotate(-90deg);
    margin-left: 0.5rem;
}

.go-top{
	position: fixed;
    bottom: 5rem;
    right: 1rem;
    width: 5rem;
    height: 5rem;
	display:none;
	z-index: 999;
}

.go-top:hover{
	cursor:pointer;
}

.go-top img{
	max-width: 100%;
}

@keyframes arrow-out{
  from {
	top: 1.5rem;
	right: 0.9rem;
  }
  to {
    top: 1.3rem;
	right: 0.7rem;
  }
}

@keyframes arrow-in{
  from {
	top: 1.3rem;
	right: 0.7rem;
  }
  to {
    top: 1.5rem;
	right: 0.9rem;
  }
}

@keyframes arrow-out-bottom{
  from {
	bottom: 1.5rem;
	right: 0.9rem;
  }
  to {
    bottom: 1.7rem;
	right: 0.7rem;
  }
}

@keyframes arrow-in-bottom{
  from {
	bottom: 1.7rem;
	right: 0.7rem;
  }
  to {
    bottom: 1.5rem;
	right: 0.9rem;
  }
}

@keyframes arrow-out-link{
  from {
	top: 1rem;
	right: 0.9rem;
  }
  to {
    top: 0.8rem;
	right: 0.7rem;
  }
}

@keyframes arrow-in-link{
  from {
	top: 0.8rem;
	right: 0.7rem;
  }
  to {
    top: 1rem;
	right: 0.9rem;
  }
}

@keyframes suw-out{
  from {
	left: 0.5rem;
  }
  to {
	left: 2rem;
  }
}

@keyframes suw-in{
  from {
	left: 2rem;
  }
  to {
	left: 0.5rem;
  }
}

@keyframes suw-out-color{
  from {
	fill: transparent;
	stroke: #fff;
  }
  to {
	fill: #42E585;
	stroke: #42E585;
  }
}

@keyframes suw-in-color{
  from {
	fill: #42E585;
	stroke: #42E585;
  }
  to {
	fill: transparent;
	stroke: #fff;
  }
}

@keyframes suw-out-color-black{
  from {
	fill: transparent;
	stroke: #000;
  }
  to {
	fill: #42E585;
	stroke: #42E585;
  }
}

@keyframes suw-in-color-black{
  from {
	fill: #42E585;
	stroke: #42E585;
  }
  to {
	fill: transparent;
	stroke: #000;
  }
}

@keyframes suw-out-color-green{
  from {
	fill: transparent;
  }
  to {
	fill: #42E585;
  }
}

@keyframes suw-in-color-green{
  from {
	fill: #42E585;
  }
  to {
	fill: transparent;
  }
}

@keyframes opa-in{
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

@keyframes opa-out{
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
  }
}

@keyframes news-big{
  from {
	flex-basis: 33.3333%;
  }
  to {
	flex-basis: 50%;
  }
}

@keyframes news-small{
  from {
	flex-basis: 33.3333%;
  }
  to {
	flex-basis: 25%;
  }
}

/*@keyframes news-normal{
  from {
	flex-basis: 50%;
  }
  to {
	flex-basis: 33.3333%;
  }
}*/


@media (max-width: 768px){
	html{
		overflow-x: hidden;
	}
	
	.only-mobile{
		display:block;
	}
	
	.hide-mobile{
		display:none!important;
	}
	
	.navbar .navbar-left{
		width: 100%;
	}
	.navbar.opened .navbar-left{
		border-bottom: 1px solid #5B5B5B;
	}
	.navbar .logo{
		max-width: 45vw;
		margin: 1rem 0;
	}
	.navbar .mobile{
		display: inline-block;
        float: right;
        margin-top: 0.5rem;
	}
	.navbar .mobile img{
		width: 2rem;
	}
	.navbar .mobile img:last-of-type{
		display:none;
		width: 1.5rem;
	}
	.navbar.opened .mobile img:first-of-type{
		display:none;
	}
	.navbar.opened .mobile img:last-of-type{
		display:inline-block;
	}
	.navbar.opened{
		height: auto;
		background-color: #2A2A2A!important;
	}
	.navbar .navbar-right{
		display:none;
		margin-left: unset;
        width: 100%;
	}
	.navbar.opened .navbar-right{
		display:block;
		margin-top: 0.8rem;
	}
	.navbar .navbar-nav .nav-item{
		margin-right: 0!important;
		margin-bottom: 0.5rem;
	}
	.navbar .navbar-nav .nav-item .dropdown-toggle img{
		margin-left: 0.3rem;
	}
	.navbar .navbar-nav .nav-item .dropdown-menu{
		display:none;
		background-color: #2A2A2A!important;
		border: 0;
	}
	.navbar .navbar-nav .nav-item .dropdown-menu.show{
		display: block;
	}
	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
		color: #FFF;
		font-family: Poppins;
		font-size: 0.85rem;
		font-style: normal;
		font-weight: 500;
		line-height: 276.953%;
		padding: 0;
	}
	.navbar .navbar-nav .nav-item.navlang{
		position: absolute;
		right: 1rem;
	}
	.navbar .navbar-nav .nav-item.navsearch{
		padding: 0.2rem 0.8rem;
		width: 100%;
		border: 1px solid #EEFFF5;
		border-radius: 1.65rem;
	}
	.navbar .navbar-nav .nav-item.navsearch span{
		display: inline-block;
		padding-left: 1rem;
		color: #FFF;
		font-family: Poppins;
		font-size: 0.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		width: 100%;
	}
	.navbar .navbar-nav .nav-item.navsearch form.only-mobile{
		display: inline-block;
		padding-left: 1rem;
		width: 75vw;
	}
	.navbar .navbar-nav .nav-item.navsearch form.only-mobile input{
		background-color: #2A2A2A;
		width: 100%;
		border: 0;
        padding-left: 0.5rem;
		color: #FFF;
		font-family: Poppins;
		font-size: 0.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.navbar .navbar-nav .nav-item.navsearch form.only-mobile input::placeholder{
		color: #FFF;
		font-family: Poppins;
		font-size: 0.7rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.navbar .navbar-nav .nav-item .nav-link{
		font-size: 1rem;
		line-height: 150%;
	}
	.navbar .navbar-nav .nav-item .nav-link.navbtn{
		padding: 0.7rem 1rem;
        background-color: #42E585;
        width: 100%;
        text-align: center;
        font-size: 0.7rem;
	}
	
	.go-top{
		bottom: 1rem;
	}
	
	#box-footer-bottom span:last-of-type{
		display: block;
		float: unset;
	}
	
	#box-footer .column-right{
		margin-left: unset;
	}
	
	#homeVideo{
		left: auto;
		right: auto;
		width: auto;
	}
	#box-video .text-main{
		font-size: 3.85rem;
	}
	#box-info .row > div:first-of-type span{
		font-size: 2.2rem;
	}
	#box-info .row > div:last-of-type span{
		display: block;
		line-height: 170%;
		margin-top: 2rem;
		margin-bottom: 4rem;
	}
	#box-banner{
		height: 60rem;
	}
	#box-banner .row > div:first-of-type .heading-text{
		font-size: 1.85rem;
	}
	#box-banner .row > div:first-of-type .heading-text img.only-mobile{
		display: inline-block;
	}
	#box-banner .row > div:first-of-type .heading-text.heading-arrow-bottom:after{
		display: none;
	}
	#box-banner .row > div:first-of-type .bottom-text{
		margin-bottom: 3rem;
		margin-top: 6rem;
	}
	#box-banner .carousel-control-next, #box-banner .carousel-control-prev{
		margin-top: 28rem;
		width: 10%;
	}
	#box-offer .container-box .row{
		grid-template-columns: 100%!important;
		grid-row-gap: 1rem;
	}
	#box-offer .container-box .one-offer{
		aspect-ratio: 1 / 0.8!important;
		padding: 1.5rem;
	}
	#box-offer .container-box span.offer-title{
		font-size: 1.2rem;
	}
	#box-offer .container-box .row .one-offer:not(:last-of-type){
		margin-right: 0;
	}
	#box-banner-mid{
		background-position: right bottom;
	}
	#box-banner-mid .heading-text{
		font-size: 1.85rem;
		line-height: 150%;
	}
	#box-banner-mid .bottom-text{
		font-size: 0.85rem;
	}
	#box-about{
		padding-bottom: 0;
	}
	#box-about .row > div:first-of-type .heading-text{
		font-size: 1.85rem;
	}
	#box-about .row > div:last-of-type{
		padding: 0;
		padding-top: 2rem;
	}
	#box-about .row > div:last-of-type img{
		max-width: 150%;
		border-radius: 0;
		transform: translateX(-30%);
	}
	#box-partners{
		padding-top: 4rem;
	}
	#box-partners .heading-text{
		font-size: 1.85rem;
	}
	#box-partners .carousel{
		margin-bottom: 0;
	}
	#box-partners .carousel-inner .carousel-item .one-item:not(:first-of-type){
		display:none;
	}
	#box-partners .carousel-inner .carousel-item .one-item{
		width: 100%;
		padding: 0 2rem;
	}
	#box-partners .carousel-control-prev{
		left: -1rem;
	}
	#box-partners .carousel-control-next{
		right: -1rem;
	}
	#box-news{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	#box-news .heading-text{
		font-size: 1.85rem;
	}
	#box-news .news-boxes > div{
		transition: unset!important;
        flex-basis: unset!important;
		margin-bottom: 2rem;
	}
	#box-rev{
		padding-top: 3rem;
	}
	#box-rev .heading-text{
		font-size: 1.85rem;
	}
	#box-rev .one-rev.active{
		width: 100%;
	}
	#box-rev .carousel-control-prev{
		left: 0rem;
		z-index: 99;
	}
	#box-rev .carousel-control-next{
		right: 0rem;
		z-index: 99;
	}
	#box-contact .heading-text{
		font-size: 2.8rem;
		margin-top: 1rem;
	}
	#box-contact form .form-row>.col, #box-contact form .form-row>[class*=col-], #box-contact form .width-half{
		padding: 0;
	}
	#box-contact form .width-half{
		width: 100%;
	}
	#box-faq{
		padding: 4rem 0;
	}
	#box-faq .faq-buttons a{
		white-space: unset;
		padding: 0 1.3rem;
		width: 100%;
		min-height: 4rem;
		display: flex;
		align-items: center;
		padding-right: 0;
	}
	#box-faq .faq-buttons a img{
		margin-left: auto;
		width: 4rem;
		height: 4rem;
	}
	.faq-buttons .heading-arrow:after{
		top: 1.7rem !important;
		right: 1.7rem !important;
	}
}