html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--h:;
--secondary:#5f6be0;
--primary:#ffc35a;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_started {
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 576px){
.page_started {
 padding: 50px 0px;
 }}
.large_content {
 max-width: 184rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.large_content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.page_started .float {
 position: static;
 }
.page_started .float ul {
 position: static;
 }
@media screen and (max-width: 576px){
.page_started .float ul {
 width: calc(100% + 40px);
 padding: 0px 20px 30px;
 margin: 0px -20px;
 display: flex;
 overflow-x: auto;
 gap: 16px;
 }}
li {
 list-style: none;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.page_started .float li {
 position: absolute;
 width: 10.87%;
 --h: 100%;
 filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0.5rem 0.2rem);
 }
.page_started .float li:nth-child(1) {
 filter: drop-shadow(rgba(30, 30, 30, 0.45) 0px 1.2rem 0.8rem);
 left: 3.97%;
 top: 47.74%;
 }
@media screen and (max-width: 576px){
.page_started .float ul .img {
 position: relative;
 left: unset;
 top: unset;
 width: 120px;
 flex-shrink: 0;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.page_started .float li:hover img {
 transform: scale(1.02);
 }
.page_started .float li:nth-child(2) {
 left: 8.26%;
 top: 7.81%;
 }
.page_started .float li:nth-child(3) {
 left: 20.98%;
 top: 35.59%;
 }
@media screen and (max-width: 768px){
.page_started .float li:nth-child(3) {
 top: 50%;
 }}
.page_started .float li:nth-child(4) {
 filter: unset;
 width: 11.96%;
 left: 70.33%;
 top: 5.38%;
 }
.page_started .float li:nth-child(5) {
 width: 13.6%;
 left: 79.08%;
 top: 43.4%;
 }
.page_started .float li:nth-child(6) {
 filter: unset;
 left: 91.3%;
 top: 13.02%;
 }
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.page_started .flex {
 min-height: 57.6rem;
 padding: 5rem 0px;
 }
@media screen and (max-width: 768px){
.page_started .flex {
 min-height: unset;
 padding: 50px 0px;
 }}
@media screen and (max-width: 576px){
.page_started .flex {
 padding: 0px;
 }}
.center {
 text-align: center;
 }
.page_started .head {
 position: relative;
 max-width: 83.7rem;
 margin: 0px auto;
 padding-top: 0.2%;
 width: 50%;
 }
@media screen and (max-width: 768px){
.page_started .head {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.page_started .head {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.page_started .head .tags {
 display: flex;
 flex-wrap: wrap;
 gap: 10px;
 margin-bottom: 14px;
 }}
.page_started .head .subtitle {
 margin-right: auto;
 display: block;
 width: max-content;
 margin-bottom: 2px;
 }
.page_started .head span {
 display: inline-block;
 font-size: 1.852rem;
 color: rgb(255, 255, 255);
 border-radius: 2.1rem;
 background-color: var(--secondary);
 padding: 0.9rem 2.3rem 1.2rem;
 letter-spacing: 0.03rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.page_started .head .subtitle {
 margin-bottom: 0px;
 margin-right: 0px;
 }}
@media screen and (max-width: 768px){
.page_started .head span {
 font-size: 14px;
 padding: 5px 12px;
 letter-spacing: unset;
 }}
.page_started .head .ad_lis {
 position: absolute;
 right: -14.7%;
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 gap: 1.3rem;
 top: 45.5%;
 }
@media screen and (max-width: 768px){
.page_started .head .ad_lis {
 gap: 10px;
 position: static;
 flex-flow: wrap;
 justify-content: unset;
 }}
.page_started .head .ad_lis span {
 font-size: 1.934rem;
 }
@media screen and (max-width: 768px){
.page_started .head .ad_lis span {
 font-size: 14px;
 }}
.page_started .head .ad_lis span:nth-child(2) {
 padding: 0.9rem 2.5rem 1.2rem;
 }
@media screen and (max-width: 768px){
.page_started .head .ad_lis span:nth-child(2) {
 padding: 5px 12px;
 }}
.head.lar h2 {
 font-size: 8.8rem;
 line-height: 1.12;
 letter-spacing: 0.21rem;
 }
.head h2 {
 font-size: 4.8rem;
 line-height: 1.16667;
 font-weight: 700;
 letter-spacing: 0.115rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.head.lar h2 {
 font-size: 8rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.head.lar h2 {
 font-size: 6rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head.sm h2, div.head.lar h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 border-radius: 100px;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: var(--title);
 font-weight: 600;
 font-size: 1.7rem;
 line-height: 5.8rem;
 padding: 0px 2.9rem;
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
.page_started .btn {
 margin-top: 5.5rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line, .btn_w {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line, div.head .btn_w {
 margin-top: 20px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}