.header__logo {
	padding-left: 0;
	width: 38px;
}

.header__burger {
	width: 48px;
	height: 24px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.toggle-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.toggle-line.white-color {
	background: #fff;
}

.line-1 {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.line-2 {
	top: 12px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.line-3 {
	top: 24px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.w--open .line-1 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
	left: 12px;
	width: 30px;
}

.w--open .line-2 {
	width: 0%;
	opacity: 0;
}

.w--open .line-3 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 22px;
	left: 12px;
	width: 30px;
}

.yButton {
	width: 200px !important;
	height: 200px !important;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.2s background-color ease-in-out, 0.2s transform ease-in-out;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yButton:hover {
	background-color: #000;
	transform: scale(1.1);
}

.yButton.right {
	right: 100px !important;
}

.yButtonBackground {
	display: none !important;
}

.yButtonText {
	display: none !important;
}

.yButtonWave {
	display: none;
}

.yButtonIcon {
	display: block;
	width: 80%;
	height: 80%;
	background-image: url("https://cdn.prod.website-files.com/672e04a0c01ccadbc7688e5c/67616b1daf9437ec61dcbd54_btn-sign-up.svg");
	background-size: cover;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 30s linear infinite;
}

.team__item.active .team__item-image {
	object-position: 63% 50%;
}

.team__item-image {
	transition: object-position .5s cubic-bezier(.455, .03, .515, .955);
}

.w-webflow-badge {
	display: None !important;
	visibility: hidden !important;
}

.team-page .yButton {
	display: none;
}

.team__item.swiper-slide {
	opacity: 0;
	transition-property: width;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.footer__link.se7ensky .footer__link-image path {
	transition: 0.2s fill ease-in-out;
}

.footer__link.se7ensky:hover .footer__link-image path {
	fill: #FF7700;
}

@media screen and (max-width: 767px) {
	.team__item:last-child .team__item-toggle {
		inset: 0% auto auto -40px;
	}
	.header__logo {
		width: 45px;
	}
}

@media screen and (max-width: 479px) {
	.yButton {
		width: 100px !important;
		height: 100px !important;
	}
	.yButton.right {
		right: 50px !important;
	}
}

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

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

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