* {
	padding: 0;
	margin: 0;
	border: 0;
 }
 
 *,
 *:before,
 *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
 :focus,
 :active {
	outline: none;
 }
 
 a:focus,
 a:active {
	outline: none;
 }
 
 nav,
 footer,
 header,
 aside {
	display: block;
 }
 
 html,
 body {
	font-size: 100%;
	line-height: 1 !important;
	font-size: 14px !important;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	color: #000 !important;
 }
 
 body {
	overflow: hidden;
	block-size: auto !important;
 }
 
 input,
 button,
 textarea {
	font-family: inherit;
 }
 
 input::-ms-clear {
	display: none;
 }
 
 button {
	cursor: pointer;
 }
 
 button::-moz-focus-inner {
	padding: 0;
	border: 0;
 }
 
 a,
 a:visited {
	text-decoration: none;
 }
 
 a:hover {
	text-decoration: none;
 }
 
 ul li {
	list-style: none;
 }
 
 img {
	vertical-align: top;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
	font-size: inherit;
	font-weight: 400;
 }
 
 :root {
	--main-font: "Unbounded", sans-serif;
	--second-font: "IBM Plex Sans", sans-serif;
	--white: #ffffff;
	--black: #000000;
	--blue: #15abda;
 }
 
 .scroller {
	position: relative;
	top: 0;
	left: 0;
	width: 100px;
	z-index: -1;
	height: 1000vh;
 }
 
 .main-container {
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
 }
 
 .full-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
 }
 
 .full-back > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
 }
 
 .container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	max-width: 1500px;
	margin: auto;
	padding: 0 4em;
 }
 
 @media screen and (max-width: 1000px) {
	.container {
	  padding: 0 25px;
	}
 }
 
 .content-container {
	padding-top: 8.5em;
	padding-bottom: 8.5em;
 }
 
 .container-flex-center {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
 }
 
 .block {
	width: 100vw;
	height: 100vh;
	top: 0;
	transform: translate(0, 0);
	position: fixed;
	background-color: var(--white);
	overflow: hidden;
 }
 
 .block-right {
	transform: translate(100%, 0);
 }
 
 .block-bottom {
	transform: translate(0, 100%);
 }
 
 .intro-block__pretitle {
	font-family: var(--main-font);
	font-size: 1.56em;
	font-weight: 400;
	line-height: 2.5em;
	text-align: left;
	text-transform: uppercase;
	color: var(--white);
	opacity: 0;
 }
 
 .intro-block__title {
	font-family: var(--main-font);
	font-size: 5em;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 0.5em;
	opacity: 0;
	max-width: 980px;
 }
 
 .intro-block__text {
	font-family: var(--second-font);
	font-size: 2.18em;
	line-height: 150%;
	font-weight: 400;
	text-align: left;
	color: var(--white);
	max-width: 910px;
	opacity: 0;
 }
 
 @media screen and (max-width: 1000px) {
	.intro-block__pretitle {
	  font-size: 1em;
	  line-height: 2.5em;
	  margin-bottom: 1em;
	}
 
	.intro-block__title {
	  font-size: 3em;
	  margin-bottom: 0.5em;
	}
 
	.intro-block__text {
	  font-size: 1.5em;
	  max-width: 800px;
	  line-height: 1.8em;
	}
 }
 
 .white-block {
	background: none !important;
 }
 
 .white-block-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 65%;
	padding-left: 13.5%;
	margin-left: 0;
	background: white;
 }
 
 .white-block__pretitle {
	font-family: var(--main-font);
	font-size: 1.56em;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0.8em;
	text-transform: uppercase;
	opacity: 0;
 }
 
 .white-block__title {
	font-family: var(--main-font);
	font-size: 3.75em;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 0.33em;
	text-align: left;
	opacity: 0;
	max-width: 880px;
	text-transform: uppercase;
 }
 
 .white-block__text {
	font-family: var(--second-font);
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.4em;
	text-align: left;
	max-width: 735px;
	opacity: 0;
	margin-top: 35px;
	margin-bottom: 50px;
 }
 
 @media (max-width: 1440px) {
	.white-block-container {
	  padding-left: 56px;
	}
 }
 
 @media screen and (max-width: 1000px) {
	.white-block__pretitle {
	  font-size: 1em;
	  margin-bottom: 1.8em;
	}
 
	.white-block__title {
	  font-size: 2.4em;
	  line-height: 1.2em;
	  margin-bottom: 1em;
	  text-align: left;
	}
 
	.white-block__text {
	  font-size: 1em;
	  line-height: 1.4em;
	  max-width: 1100px;
	  text-align: left;
	}
 }
 
 .white-block_btn {
	padding: 12px;
	font-family: "Unbounded", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	fill: #000000;
	color: #000000;
	background-color: transparent;
	background-image: linear-gradient(180deg, #ffffff00 0%, #f2295b00 100%);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 3px;
	opacity: 0;
 }
 
 .white-block_btn:hover {
	color: #000000;
	background-color: #15abde;
	border-color: #15abde;
 }
 
 .white-block_btn span {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 10px;
 }
 
 .white-block_btn svg {
	max-width: 20px;
	height: auto;
 }
 
 .enterprise {
	z-index: -1;
 }
 
 .enterprise img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
 }
 
 .enterprise-intro {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.5);
 }
 
 .enterprise-intro_text {
	font-family: var(--main-font);
	color: white;
	text-align: center;
 }
 
 .enterprise_title {
	font-weight: bolder;
	font-size: 150px;
	opacity: 0;
	text-transform: uppercase;
 }
 
 .enterprise_subtitle {
	font-size: 150px;
	opacity: 0;
	text-transform: uppercase;
 }
 
 @media screen and (max-width: 1000px) {
	.enterprise_title {
	  font-size: 3em;
	  margin-bottom: 0.5em;
	}
 
	.enterprise_subtitle {
	  font-size: 3em;
	  margin-bottom: 0.5em;
	}
 }
 
 .widget {
	position: relative;
 }
 
 .block-1,
 .block-2,
 .block-3,
 .block-4,
 .block-5 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
 }
 
 .widget-container {
	height: fit-content;
	gap: 20px;
	padding-top: 85px;
	display: flex;
	justify-content: space-between;
 
	width: 100%;
	margin: 0 auto;
	right: 0;
 }
 
 .widget-container h2 {
	font-family: var(--main-font);
	color: #000000;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 65px;
 }
 
 .widget-container p {
	text-align: left;
	color: #000000;
	font-family: "IBM Plex Sans", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 14px;
 }
 
 .widget-container strong {
	font-weight: bolder;
 }
 
 .widget-container_block {
	border-bottom: 1px solid black;
	max-width: 478px;
 }
 
 .explore {
	color: white;
	background: #000;
	border: 2px solid black;
	max-width: 65%;
	padding-left: 13.5%;
	margin-left: 0;
	z-index: 1;
	position: fixed;
 }
 
 .explore-block {
	background: none !important;
 }
 
 .explore-block-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 65%;
	padding-left: 13.5%;
	margin-left: 0;
 }
 
 .explore-block__pretitle {
	font-family: var(--main-font);
	font-size: 1.56em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0.8em;
	text-transform: uppercase;
	opacity: 0;
 }
 
 .explore-block__title {
	font-family: var(--main-font);
	font-size: 3.75em;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 0.33em;
	text-align: left;
	opacity: 0;
	max-width: 880px;
	text-transform: uppercase;
 }
 
 @media (max-width: 10px) {
 }
 
 @media screen and (max-width: 1000px) {
	.explore {
	  padding-left: 0px;
	  max-width: 91%;
	}
 
	.explore-block__pretitle {
	  font-size: 1em;
	  margin-bottom: 1.8em;
	}
 
	.explore-block__title {
	  font-size: 2.4em;
	  line-height: 1.2em;
	  margin-bottom: 1em;
	  text-align: left;
	}
 
	.explore-block__text {
	  font-size: 1em;
	  line-height: 1.4em;
	  max-width: 1100px;
	  text-align: left;
	}
 }
 
 .explore-block_btn {
	padding: 12px;
	font-family: "Unbounded", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	fill: white;
	color: white;
	background-color: transparent;
	background-image: linear-gradient(180deg, #ffffff00 0%, #f2295b00 100%);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 3px;
 }
 
 .explore-block_btn:hover {
	color: white;
	background-color: #15abde;
	border-color: #15abde;
 }
 
 .explore-block_btn span {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 10px;
 }
 
 .explore-block_btn-icon svg path {
	stroke: white;
 }
 
 .explore-block_btn svg {
	max-width: 20px;
	height: auto;
 }
 
 .available {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: 2px solid black;
 }
 
 .available-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
 }
 
 .available-block-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
 }
 
 .available-block__pretitle {
	font-family: var(--main-font);
	font-size: 25px;
	font-weight: 400;
	line-height: 2.5em;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	opacity: 0;
 }
 
 .available-block__title {
	font-family: var(--main-font);
	font-size: 98px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	opacity: 0;
	margin: 36px 0px;
 }
 
 .available-block__subtitle {
	font-family: var(--main-font);
	font-size: 50px;
	line-height: 150%;
	font-weight: 400;
	text-align: center;
	color: var(--white);
	text-transform: uppercase;
	opacity: 0;
 }
 
 @media screen and (max-width: 1000px) {
	.available-block__pretitle {
	  font-size: 1em;
	  line-height: 2.5em;
	  margin-bottom: 1em;
	}
 
	.available-block__title {
	  font-size: 3em;
	  margin-bottom: 0.5em;
	}
 
	.available-block__subtitle {
	  font-size: 1.5em;
	  max-width: 800px;
	  line-height: 1.8em;
	}
 }
 
 .available-button-content-wrapper {
	font-family: var(--main-font);
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	line-height: 70px;
	fill: #15abda;
	color: #15abda;
	background-color: transparent;
	background-image: linear-gradient(180deg, #ffffff00 0%, #f2295b00 100%);
	opacity: 0;
 }
 
 .footer {
	font-family: var(--main-font);
	text-transform: uppercase;
 }
 
 @media (max-width: 768px) {
	.white-block__title,
	.white-block__pretitle {
	  margin-bottom: 0.2em;
	}
 
	.white-block__text {
	  margin-top: 0;
	  margin-bottom: 1em;
	}
 
	.widget_title {
	  font-size: 25px;
	}
 
	.widget-container p {
	  font-size: 15px;
	}
 }
 
 @media (max-width: 600px) {
	.white-block_btn {
	  font-size: 1em;
	}
 
	.widget-container {
	  flex-wrap: wrap;
	}
 
	.scroller {
	  height: 1200vh;
	}
 }
 
 @media (max-width: 600px) {
	.intro-block__title {
	  font-size: 2.5em;
	}
 
	.intro-block__text {
	  font-size: 1.25em;
	}
 
	.white-block__title {
	  font-size: 2.15em;
	}
 
	.enterprise_title {
	  font-size: 2.75em;
	}
 
	.widget-container {
	  /* padding-top: 45px; */
	  gap: 15px;
	}
 
	.widget-container h2 {
	  font-size: 22px;
	  line-height: 40px;
	}
 
	.widget-container p {
	  line-height: 25px;
	  margin-bottom: 10px;
	}
 
	.white-block-container {
	  padding-left: 25px;
	}
 
	.explore-block-container {
	  max-width: 100%;
	  padding-left: 25px;
	}
 
	.explore-block__title {
	  font-size: 2.2em;
	  margin-bottom: 15px;
	}
 
	.explore-block_btn {
	  font-size: 18px;
	}
 
	.available-block__pretitle {
	  margin-bottom: 0;
	}
 
	.available-block__title {
	  font-size: 2.75em;
	  margin: 20px 0;
	}
 
	.available-block__subtitle {
	  font-size: 1.25em;
	}
 }
 
 @media (max-width: 400px) {
	.widget-container {
	  padding-top: 45px;
	}
 }
 
 .widget_subtitle {
	font-weight: bolder !important;
	margin-bottom: 0 !important;
 }
 
 .preloaderB {
	 display: none !important;
 }
 