@font-face {
  font-family: Unbounded;
  src: url("../fonts/Unbounded-Regular.2430b9e22226.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Unbounded;
  src: url("../fonts/Unbounded-Light.76c6f5f19839.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Unbounded;
  src: url("../fonts/Unbounded-Medium.5bb114741f9f.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Unbounded;
  src: url("../fonts/Unbounded-SemiBold.3b193fee49a2.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Unbounded;
  src: url("../fonts/Unbounded-Bold.2fa338e9befb.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Blippo Black';
  src: url("../fonts/blippo_blackcyrusbyme.7494080b1faf.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}

img {
  user-select: none;
  -webkit-user-drag: none;
}

html {
  height: 100%;
  min-height: 100%;
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #000000 60%, 
    #01366d 100%
  ); 
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  margin: 0;
  padding: 0; 
  box-sizing: border-box;
  overflow: hidden auto; 
  display: flex;
  flex-direction: column;

  

  
  gap: 40px;
  overflow-x: hidden; 
}

.btn--yellow-gradient,
.btn--yellow-gradient:visited {
  background: linear-gradient(180deg, #ffef2b 0%, #f9f7d6 100%) !important;
  border: none !important;
  color: #000 !important;
}

.btn--yellow-gradient span {
  color: #000 !important;
}

.btn--yellow-gradient .icon {
  filter: brightness(0) invert(0);
}

.btn--blue,
.btn--blue:visited {
  background: linear-gradient(0deg, #004e9f 0%, #006edf 100%) !important;
  border: none !important;
}

.btn--blue span {
  color: #f5f5f5 !important;
}

body {
  font-family: Unbounded, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #fcfcfd;
  margin: 0;
  padding: 0;
  background: transparent; 
  overflow-x: hidden; 
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex; 
  flex-direction: column; 
  flex-shrink: 0;
}

body > main.content {
  background-color: transparent; 
  position: relative;
  max-width: none; 
  padding: 0; 
}

body > main.content::after {
  display: none; 
}




.div {
  
  width: 100%;
  overflow-x: hidden; 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  background: transparent !important; 
  box-sizing: border-box; 
}


.featured {
  width: 100%;
  max-width: 1303px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
  background-image: url("../images/main_page/main_bg.b9122a9b9b34.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}

.featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); 
  border-radius: 10px; 
}

.featured::after {
  display: none;
}

.featured .group {
  width: 100%;
  height: auto; 
  position: relative;
  z-index: 2;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 109px; 
  box-sizing: border-box;
}

.featured .div5 {
  width: 390px;
  margin: 0;
  margin-bottom: 40px; 
}

.featured .div5 .txt {
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  word-wrap: break-word;
}

.featured .div5 .txt > span:first-child {
  color: #ffef2b;
}

.featured .div5 .txt .span {
  color: white;
}

.featured .div6 {
  color: white;
  font-size: 80px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.8;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 18px; 
}

.featured .div7 {
  color: #ffef2b;
  font-size: 80px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.8;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 40px; 
}

.header-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px; 
    margin: 0;
}


.hero-button {
    padding: 12px 16px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-family: Unbounded, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    border: none;
    transition: transform 0.2s;
}

.hero-button:hover {
    transform: scale(1.05);
}

.hero-button--register {
    background: #004E9F;
}

.hero-button--register span {
    color: #FCFCFD;
}

.hero-button--register .icon {
    filter: brightness(0) invert(1);
}

.hero-button--find {
    background: #FFEF2B;
}

.hero-button--find span {
    color: black;
}

.hero-button--find .icon {
    filter: none;
}


.featured .frame-child,
.featured .frame-item,
.featured .frame-inner,
.featured .ellipse-div,
.featured .frame-child1 {
  position: absolute;
  border-radius: 9999px;
  border: 1px white solid;
  filter: blur(1px);
  opacity: 0.3;
}
.featured .frame-child {
  width: 1013px;
  height: 784px;
  left: 60%;
  top: -5%;
}
.featured .frame-item {
  width: 900px;
  height: 696px;
  left: 75%;
  top: 0%;
}
.featured .frame-inner {
  width: 950px;
  height: 754px;
  left: 65%;
  top: -2%;
}
.featured .ellipse-div {
  width: 800px;
  height: 651px;
  left: 80%;
  top: 5%;
}
.featured .frame-child1 {
  width: 700px;
  height: 576px;
  left: 85%;
  top: 10%;
}

.featured .icon1,
.featured .icon2,
.featured .icon3,
.featured .icon4,
.featured .icon5,
.featured .icon6,
.featured .icon7,
.featured .icon8 {
  position: absolute;
  object-fit: contain; 
}

.featured .icon1 {
  width: 193px;
  height: 186px;
  right: 50px;
  bottom: 50px;
  z-index: 5;
} 
.featured .icon2 {
  width: 100px;
  height: 100px;
  right: 250px;
  top: 100px;
  z-index: 4;
}
.featured .icon3 {
  width: 150px;
  height: 150px;
  right: 300px;
  bottom: 150px;
  z-index: 3;
  opacity: 0.8;
}
.featured .icon4 {
  width: 80px;
  height: 80px;
  right: 100px;
  top: 200px;
  z-index: 2;
  opacity: 0.7;
}
.featured .icon5 {
  width: 160px;
  height: 160px;
  right: 400px;
  top: 300px;
  z-index: 1;
  opacity: 0.6;
}
.featured .icon6 {
  width: 130px;
  height: 130px;
  right: 500px;
  bottom: 50px;
  opacity: 0.5;
}
.featured .icon7 {
  width: 120px;
  height: 120px;
  right: 150px;
  top: 400px;
  opacity: 0.4;
}
.featured .icon8 {
  width: 280px;
  height: 280px;
  right: -100px;
  top: -50px;
  opacity: 0.9;
  z-index: 0;
} 

.featured .featured-child,
.featured .featured-item {
  
  display: none; 
}


.featured1 {
  width: 100%;
  max-width: 1303px; 
  margin-left: auto; 
  margin-right: auto; 
  padding: 45px 0;
  box-sizing: border-box;
  background: transparent !important;
}


.featured1 .heading {
  width: 100%;
   
  margin: 0 auto 40px;
  padding: 0; 
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}


.featured1 .heading .parent3 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.featured1 .heading .parent3 .div16 {
  color: white;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
}

.featured1 .heading .parent3 .div17 {
  color: #ffef2b;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  word-wrap: break-word;
}

.featured1 .heading .wrap {
  padding: 24px 0; 
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: flex;
}


.featured1 .heading .arrow-left-control,
.featured1 .heading .arrow-right-control {
  width: 46px;
  height: 46px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

  
}

.featured1 .heading .arrow-left-control .vector-icon,
.featured1 .heading .arrow-right-control .vector-icon1 {
  width: 100% !important; 
  height: 100% !important; 
  object-fit: contain;
}


.featured1 .heading .arrow-left-control.disabled .vector-icon,
.featured1 .heading .arrow-right-control.disabled .vector-icon1 {
  opacity: 0.5;
}


.featured1 .heading .chevron-forward-circle-outline-parent {
  display: flex;
  gap: 10px;
}

.featured1 .heading .chevron-forward-circle-outline-icon,
.featured1 .heading .chevron-forward-circle-outline-icon1 {
  width: 12px;
  height: 12px;
  background: rgb(255 255 255 / 38%);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.featured1 .heading .chevron-forward-circle-outline-icon.active {
  background: #ffef2b;
}


.featured1 .features-carousel-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.featured1 .features-carousel {
  
  display: flex;
  overflow: hidden; 
  width: 100%; 
  margin-left: 0; 
}

.featured1-carousel-inner {
  display: flex;
  gap: 15px;
  transition: transform 0.5s ease-in-out;
  width: fit-content;
}

.featured1 .feature-card {
  min-width: 405px;
  width: 405px;
  height: 514px;
  position: relative;
  background: white;
  overflow: hidden;
  border-radius: 20px;
  padding: 43px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.featured1 .feature-card img.rectangle-icon {
  width: 100%;
  height: 309px;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.featured1 .feature-card .div8 {
  position: absolute;
  z-index: 2;
  color: #004e9f;
  font-size: clamp(20px, 3.5vw, 50px);
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  line-height: 1.1;
  white-space: nowrap;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  bottom: 100px;
  left: 43px;
  right: 43px;
}

.featured1 .feature-card .div9,
.featured1 .feature-card .div11 {
  position: absolute;
  z-index: 2;
  width: calc(100% - 86px);
  color: #004e9f;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  bottom: 50px;
  left: 43px;
  right: 43px;
}

.featured1 .heading .parent3 .div16 {
  color: white; 
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
}

.featured1 .heading .parent3 .div17 {
  color: #ffef2b; 
  font-size: 55px; 
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase; 
  line-height: 1; 
  word-wrap: break-word;
}

.featured1 .heading .wrap {
  padding: 24px 32px; 
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: flex;
}

.featured1 .heading .arrow-left-control,
.featured1 .heading .arrow-right-control {
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    background-color 0.3s,
    opacity 0.3s;
}

.featured1 .heading .arrow-left-control .vector-icon,
.featured1 .heading .arrow-right-control .vector-icon1 {
  width: 9px;
  height: 16px;
  object-fit: contain;
}


.featured1 .heading .arrow-left-control.disabled .chevron-left,
.featured1 .heading .arrow-right-control.disabled .chevron-left {
  background: rgb(255 255 255 / 38%);
}

.featured1 .heading .arrow-left-control.disabled .vector-icon,
.featured1 .heading .arrow-right-control.disabled .vector-icon1 {
  filter: brightness(0) invert(1) opacity(0.7);
}

.featured1 .heading .chevron-forward-circle-outline-parent {
  display: flex;
  gap: 10px;
}

.featured1 .heading .chevron-forward-circle-outline-icon,
.featured1 .heading .chevron-forward-circle-outline-icon1 {
  width: 12px;
  height: 12px;
  background: rgb(255 255 255 / 38%);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.featured1 .heading .chevron-forward-circle-outline-icon.active, 
.featured1 .heading img.chevron-forward-circle-outline-icon {
  background: #ffef2b;
}


.featured3 {
  width: 100%;
  max-width: 1445px;
  position: relative;
  overflow: hidden;
  padding: 80px 71px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured3 .frame-parent {
  display: flex;
  position: relative;
  width: 100%;
  height: 600px; 
  border-radius: 20px;
  overflow: hidden;
  background-color: #000;
}

.featured3 .icon9 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}

.featured3 .parent4 {
  position: relative;
  z-index: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}

.featured3 .parent4 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
}


.featured3 .parent4 > .heading1,
.featured3 .parent4 > .frame-group,
.featured3 .parent4 > .parent5 {
  position: relative;
  z-index: 2; 
}

.featured3 .heading1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}

.featured3 .heading1 .div18 {
  width: 375px;
  margin: 0;
}

.featured3 .heading1 .div18 .txt {
  font-family: Unbounded, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  text-transform: none;
}
.featured3 .heading1 .div18 .txt > span:first-child {
  color: #ffef2b;
} 
.featured3 .heading1 .div18 .txt .span1 {
  color: #f2f2f2;
} 



.featured3 .frame-group {
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 470px;
  margin: 0;
  align-items: flex-start;
}

.featured3 .chevron-forward-circle-outline-parent,
.featured3 .frame-parent2 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: flex-start;
}

.featured3 .chevron-forward-circle-outline-parent {
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  overflow: visible;
  cursor: default;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
}

.featured3 .chevron-forward-circle-outline-parent::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.featured3 .chevron-forward-circle-outline-parent:hover::before {
  width: 100%;
  height: 100%;
}

.featured3 .chevron-forward-circle-outline-parent:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.featured3 .chevron-forward-circle-outline-parent:hover .frame-icon {
  transform: translateX(2px);
}

.featured3 .frame-parent2 {
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  overflow: visible;
  cursor: default;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
}

.featured3 .frame-parent2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.featured3 .frame-parent2:hover::before {
  width: 100%;
  height: 100%;
}

.featured3 .frame-parent2:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.featured3 .frame-parent2:hover .frame-icon {
  transform: translateX(2px);
}

.featured3 .frame-icon {
  width: 24px;
  height: 24px;
  filter: none;
  padding: 5px;
  border-radius: 5px;
  outline: 1px solid #ffffff;
  box-sizing: content-box;
  transition: transform 0.3s ease;
}

.featured3 .faq,
.featured3 .div20 {
  color: #fcfcfd;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  flex: 1;
  min-width: 0;
}

.featured3 .div20 .txt > span:first-child { 
  color: #fcfcfd; 
}

.featured3 .div20 .txt .span2 {
  color: #ffef2b;
}

.featured3 .frame-group > * { 
  margin-left: 0; 
  width: 100%;
}

.featured3 .div20 {
  width: auto;
  max-width: none;
}

.featured3 .parent5 {
  
  padding: 12px 25px;
  background: linear-gradient(180deg, #ffef2b 0%, #f9f7d6 100%);
  border-radius: 10px;
  border: 1px solid black; 
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  display: inline-flex;
  text-decoration: none;
  box-sizing: border-box;
  margin-top: 20px;
}

.featured3 .parent5 .div22 {
  color: black;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 500;
  line-height: 1; 
}

.featured3 .parent5 .add-circle-outline-icon {
  width: 24px;
  height: 24px;
}


.featured3 .scale-1200-photoroom-2-parent {
  
  position: absolute;
  right: 60px; 
  bottom: 40px; 
  width: 414px;
  height: auto; 
  z-index: 1;
}

.featured3 .scale-1200-photoroom-2-icon {
  
  width: 100%;
  height: auto; 
  object-fit: contain; 
  filter: drop-shadow(0 10px 30px rgb(155 89 182 / 50%));
}

.featured3 .vector-parent {
  display: none; 
}




.featured4 {
  width: 100%;
  max-width: 1445px;
  padding: 45px 71px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.featured4 .frame-parent3 {
  width: 1303px;
  height: 521px;
  position: relative;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px;
  box-sizing: border-box;
}

.featured4 .parent6 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 27px;
  display: inline-flex;
  position: relative;
  z-index: 1;
}

.featured4 .parent6 .div23 {
  width: 375px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.featured4 .parent6 .div23 .txt > span {
  display: block;
}

.featured4 .parent6 .div23 .txt > span:first-child {
  color: #004E9F;
  font-size: 35px;
  font-family: Unbounded;
  font-weight: 600;
  line-height: 35px;
  word-wrap: break-word;
}

.featured4 .parent6 .div23 .txt .span3 {
  color: black;
  font-size: 35px;
  font-family: Unbounded;
  font-weight: 600;
  line-height: 35px;
  word-wrap: break-word;
}

.featured4 .group-parent {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15px;
  display: inline-flex;
}

.featured4 .group-div {
  width: 187px;
  height: 181px;
  position: relative;
  background: linear-gradient(180deg, #004E9F 0%, #001C39 100%);
  overflow: visible;
  border-radius: 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.featured4 .group-div:hover {
  transform: translateY(-10px);
}

.featured4 .group-div .card-icon {
  width: 165px;
  height: 115px;
  object-fit: contain;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.featured4 .frame-parent5.group-div .card-icon {
  width: 129px;
  height: 99px;
}

.featured4 .div24,
.featured4 .div25,
.featured4 .div26 {
  width: 159px;
  left: 14px;
  position: absolute;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 14px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}

.featured4 .div24 {
  top: 93px;
}

.featured4 .div25 {
  top: 97px;
}

.featured4 .div26 {
  top: 86px;
}

.featured4 .btn.btn--yellow-gradient {
  height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: linear-gradient(180deg, #FFEF2B 0%, #F9F7D6 100%);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  display: inline-flex;
  text-decoration: none;
  border: none;
}

.featured4 .btn.btn--yellow-gradient span {
  color: black;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}

.featured4 .btn.btn--yellow-gradient .icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(0);
}

.featured4 .icon10 {
  position: absolute;
  left: 50px;
  right: auto;
  top: 0px;
  width: 100%;
  height: 103%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}


.featured5 {
  width: 100%;
  max-width: 1445px;
  padding: 45px 71px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  gap: 55px;
  margin-top: 60px;
  background: transparent !important;
  margin-left: auto; 
  margin-right: auto; 
}

.featured5 .frame-parent6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px; 
}

.featured5 .parent8 {
  
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.featured5 .parent8 .div28 {
  color: white;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  line-height: 1;
}

.featured5 .parent8 .div29 {
  color: #ffef2b;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}

.featured5 .frame-parent7 {
  
  align-self: stretch;
  display: flex;
  justify-content: space-between; 
  align-items: flex-start;
  gap: 30px;
}

.featured5 .frame-parent8 {
  
  width: 45%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.featured5 .group-wrapper {
  align-self: stretch;
  height: 514px;
  position: relative;
  background: #041a32;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured5 .group-child-main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.featured5 .parent9 {
  
  padding: 12px 25px;
  background: linear-gradient(180deg, #ffef2b 0%, #f9f7d6 100%);
  border-radius: 10px;
  border: 1px solid black;
  gap: 9px;
  display: inline-flex;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
}

.featured5 .parent9 .div22 {
  color: black;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 500;
  line-height: 1;
}
.featured5 .parent9 .iconsarrow-right-2line {
  width: 16px;
  height: 16px;
}

.featured5 .divider {
  width: 1px;
  align-self: stretch; 
  background: rgb(255 255 255 / 20%);
}

.featured5 .frame-parent9 {
  
  width: 28%; 
  display: flex;
  flex-direction: column;
  gap: 49px;
}

.featured5 .frame-wrapper {
  align-self: stretch;
}

.featured5 .frame-parent10 {
  
  align-self: stretch;
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  padding: 0;
}

.featured5 .frame-parent10 .frame-child9 {
  
  width: 160px;
  height: 156px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.featured5 .content {
  
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex-grow: 1;
}

.featured5 .voltforge-dynamics-parent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.featured5 .voltforge-dynamics {
  color: #fcfcfd;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.featured5 .info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.featured5 .avatar01-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.featured5 .label2 {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #ffef2b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured5 .popular {
  color: #ffef2b;
  font-size: 12px;
  font-family: Unbounded, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.featured5 .voltforge-description {
  color: #e6e8ec;
  font-family: Unbounded, sans-serif;
  font-weight: 300;

  

  
  overflow: visible;
  text-overflow: initial;
  width: 175px;
  font-size: 8px;
  line-height: 9px;
}

.featured5 .button5 {
  padding: 8px 12px;
  background: linear-gradient(0deg, #004e9f 0%, #006edf 100%);
  border-radius: 8px;
  gap: 10px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  align-self: flex-start; 
}

.featured5 .button5 .cosmochat {
  color: #fcfcfd;
  font-size: 14px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.featured5 .creators {
  
  width: 22%; 
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featured5 .div31 {
  color: #777e90; 
  font-size: 12px;
  font-family: Unbounded, sans-serif;
  font-weight: 500;
}

.featured5 .frame-parent13 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.featured5 .frame-parent14 {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.featured5 .user-parent {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 15px;
}

.featured5 .avatar01-icon3 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.featured5 .name-parent {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.featured5 .name-wrapper .cosmochat-name {
  color: #fcfcfd;
  font-size: 14px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
}

.featured5 .rating-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
}
.featured5 .rating-stars {
  color: #ffef2b;
}
.featured5 .rating-value {
  color: #e6e8ec;
}

.featured5 .divider1 {
  align-self: stretch;
  height: 1px;
  background: rgb(255 255 255 / 13%);
}

.featured5 .button8 {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid white;
  gap: 12px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  align-self: flex-start;
}

.featured5 .button8 .cosmochat {
  color: #fcfcfd;
  font-size: 14px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
}
.featured5 .button8 .iconsarrow-right-2line {
  width: 16px;
  height: 16px;
}


.featured6.galaxy-carousel-wrapper {
  width: 100%;
  max-width: 1303px; 
  margin-left: auto; 
  margin-right: auto; 
  padding: 45px 0;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 60px;
  background: transparent !important;
  border-radius: 10px;
  align-items: center; 
  gap: 55px;
}

.featured6 .frame-parent18 {
  
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 55px;
}

.featured6 .parent18 {
  
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.featured6 .parent18 .div52 {
  color: white;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  line-height: 1;
}

.featured6 .parent18 .div29 {
  color: #ffef2b;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}


.featured6 .galaxy-carousel {
  width: 100%; 
  height: 504px; 
  position: relative;
  overflow: hidden;
  align-self: stretch; 
}

.featured6 .galaxy-carousel-inner {
  
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.featured6 .galaxy-step-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; 
  gap: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.8s ease-in-out; 
  pointer-events: none; 
  border-radius: 20px;
  overflow: hidden;
}

.featured6 .galaxy-step-card.active-step {
  opacity: 1;
  pointer-events: auto; 
  z-index: 1; 
}

.featured6 .galaxy-step-card .frame-child12 {
  width: 100%;
  height: auto; 
  min-height: 504px; 
  object-fit: cover;
  object-position: top center; 
}
.featured6 .galaxy-step-data {
  display: none;
} 

.featured6 .galaxy-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}

.featured6 .galaxy-arrow-left,
.featured6 .galaxy-arrow-right {
  width: 40px;
  height: 40px;
  background-color: rgb(255 255 255 / 20%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.featured6 .galaxy-arrow-left:hover,
.featured6 .galaxy-arrow-right:hover {
  background-color: rgb(255 255 255 / 40%);
}

.featured6 .galaxy-arrow-left img,
.featured6 .galaxy-arrow-right img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1); 
}

.featured6 .galaxy-step-indicator {
}

.featured6 .galaxy-step-current-title {
  color: white;
  font-size: 20px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 55px;
}

.featured6 .galaxy-step-number-button {
  width: 205px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffef2b;
  border-radius: 10px;
}

.featured6 .galaxy-step-number-text {
  color: black;
  font-size: 20px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}


.featured7 {
  width: 100%;
  max-width: 1445px;
  padding: 60px 71px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  background: transparent !important;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.featured7 .frame-parent19 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px;
}

.featured7 .group-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  width: 100%;
  background-image: url("../images/main_page/7blockmain.ed5082d98065.webp");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 60px;
  box-sizing: border-box;
  min-height: 521px;
  position: relative;
}

.featured7 .great-ideas-parent {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 405px;
  position: relative;
  z-index: 2;
}

.featured7 .great-ideas {
  color: white;
  font-size: 35px;
  font-family: Unbounded, sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.featured7 .div56 {
  color: white;
  font-size: 14px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  line-height: 18px;
}

.featured7 .app-store-buttons {
  display: flex;
  gap: 15px;
  margin-top: auto;
  justify-content: center;
}

.featured7 .app-store-btn img {
  height: 115px;
  width: auto;
  border-radius: 5px;
  aspect-ratio: 1 / 1;
}

.featured7 .frame-parent21 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 39px;
  width: 100%;
}

.featured7 .frame-parent22 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 61px;
  border-radius: 10px;
  color: white;
  position: relative;
  overflow: hidden;
}

.featured7 .card-gamification {
  background: linear-gradient(180deg, #7b61ff 0%, #4a3a99 100%);
  flex: 3.5;
  aspect-ratio: 1 / 1;
}

.featured7 .card-industry {
  background-color: black;
  padding: 61px 67px;
  flex: 6.5;
}

.featured7 .card-industry .parent20 {
  position: relative;
  z-index: 2;
}

.featured7 .card-industry::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("../images/main_page/7blockastron.e96ec6e94193.webp");
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 1;
}

.featured7 .div57 {
  font-size: 35px;
  font-family: Unbounded, sans-serif;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 31px;
}

.featured7 .div58,
.featured7 .div60 {
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}


.featured8.success-stories-carousel-outer {
  width: 100%;
  max-width: 1303px; 
  margin-left: auto; 
  margin-right: auto; 
  padding: 45px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 40px;
  margin-top: 60px;
  background: transparent !important;
  position: relative;
}

.featured8 .parent21 {
  
  width: 100%;
  max-width: 1303px; 
  padding: 0 71px; 
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 0 auto; 
}

.featured8 .parent21 .faq {
  color: white;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  line-height: 1;
}

.featured8 .parent21 .div62 {
  color: #ffef2b;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}

.featured8 .success-stories-carousel-container-with-arrows {
  width: 100%; 
  align-self: stretch; 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured8 .success-stories-carousel {
  display: flex;
  overflow: hidden;
  width: calc(100% - 120px); 
  margin: 0 auto; 
  padding: 20px 0;
  flex: 1;
}

.featured8 .featured8-carousel-inner {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease-in-out;
}

.featured8 .success-story-card {
  min-width: 394px;
  width: 394px;
  height: 468px;
  flex: 0 0 auto;
  background: white;
  border-radius: 20px;
  padding: 40px 45px;
  box-sizing: border-box;
  box-shadow: 0 8px 25px rgb(0 0 0 / 10%);
  position: relative;
  overflow: hidden; 
}

.featured8 .success-story-card .quote-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 150px;
  height: auto;
  z-index: 0;
  opacity: 0.5; 
}

.featured8 .success-story-card .avatar-icon {
  position: absolute;
  top: 41px;
  left: 45px;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  z-index: 2; 
}

.featured8 .success-story-card .user-name {
  position: absolute;
  left: 215px;
  top: 69px;
  color: black;
  font-size: 20px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
}

.featured8 .user-role-container {
  position: absolute;
  left: 215px;
  top: 106px;
  padding: 10px 25px;
  background: #e9ecef;
  border-radius: 10px;
  z-index: 1;
}

.featured8 .user-role {
  color: #495057;
  font-size: 14px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
}

.featured8 .review-text {
  position: absolute;
  width: 304px;
  left: 45px;
  top: 244px;
  color: black;
  font-size: 12px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  letter-spacing: 0.12px;
  line-height: 1.5;
  text-align: left;
  z-index: 1;
}

.featured8 .rating-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px; 
  display: flex;
  gap: 8px; 
  z-index: 1;
  width: fit-content; 
}

.featured8 .rating-container img {
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  z-index: 99;
}

.featured8 .rating-container img.half-star {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}


.featured8 .success-stories-arrow-left,
.featured8 .success-stories-arrow-right {
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition:
    transform 0.2s,
    opacity 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.featured8 .success-stories-arrow-left {
  left: 0px;
  position: absolute;
}

.featured8 .success-stories-arrow-right {
  right: 20px;
  position: absolute;
}

.featured8 .success-stories-arrow-left:hover,
.featured8 .success-stories-arrow-right:hover {
  transform: translateY(-50%) scale(1.1);
}

.featured8 .success-stories-arrow-left.disabled,
.featured8 .success-stories-arrow-right.disabled {
  opacity: 0.5;
  pointer-events: none;
  transform: translateY(-50%) scale(1);
}

.featured8 .success-stories-arrow-left,
.featured8 .success-stories-arrow-right {
  width: 46px;
  height: 46px;
  object-fit: contain;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  display: block;
}


.featured9 {
  width: 100%;
  max-width: 1445px;
  padding: 60px 71px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 60px auto 0;
  background: transparent !important;
}

.featured9 .news-container-wrapper {
  display: flex;
  flex-direction: column;
  gap: 78px;
}

.featured9 .news-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured9 .news-title-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.featured9 .news-title-main {
  color: white;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.featured9 .news-title-sub {
  color: #ffef2b;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

.featured9 .news-top-description {
  max-width: 364px;
  color: #f2f2f2;
  font-size: 20px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.featured9 .news-top-card {
  width: 403px;
  height: 212px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.featured9 .news-top-card-img {
  width: 100%;
  height: 131px;
  object-fit: cover;
}

.featured9 .news-top-card-body {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px;
  gap: 13px;
}

.featured9 .news-top-card-body p {
  color: black;
  font-size: 14px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}

.featured9 .news-top-card-body .btn {
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
}

.featured9 .news-grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  justify-content: flex-start;
  align-items: center;
}

.featured9 .news-card-wrapper {
  width: 412px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
}

.featured9 .news-card {
  background: white;
  border-radius: 10px;
  outline: 1px solid #c6bbfe;
  outline-offset: -1px;
  padding: 20px 21px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 310px;
}

.featured9 .news-card-img {
  width: 100%;
  height: 131px;
  border-radius: 7px;
  object-fit: cover;
}

.featured9 .news-card-content {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.featured9 .news-card-author-section {
  display: flex;
  align-items: center;
  gap: 18px;
}

.featured9 .news-card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.featured9 .news-card-author-details {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.featured9 .news-card-author-name {
  color: black;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.featured9 .news-card-date {
  color: rgb(0 0 0 / 20%);
  font-size: 14px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.featured9 .news-card-text-section {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.featured9 .news-card-title {
  color: black;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured9 .news-card-summary {
  color: rgb(0 0 0 / 20%);
  font-size: 12px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  letter-spacing: 0.12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured9 .news-show-more-wrapper {
  width: 412px;
  height: 310px;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='white' stroke-width='2' stroke-dasharray='15, 10'/%3e%3c/svg%3e");
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured9 .news-show-more-button-container .btn {
  border: 1px solid white !important;
  padding: 12px 35px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  line-height: 1;
  background: transparent !important;
  transition: background-color 0.3s ease;
}

.featured9 .news-show-more-button-container .btn:hover {
  background-color: rgb(255 255 255 / 10%);
}

.featured9 .news-show-more-button-container .btn span {
  color: #f5f5f5;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.featured9 .news-show-more-button-container .btn .icon {
  width: 24px;
  height: 24px;
}


.featured10 {
  padding: 45px 71px 55px;
  justify-content: flex-start;
  margin: 60px auto 0;
  max-width: 1445px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.subscription-card {
  width: 1303px;
  height: 576px;
  position: relative;
  background-color: black;
  box-shadow: 6px 6px 10px rgb(0 0 0 / 25%);
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/main_page/10block_bg.18a44f869ab4.webp");
}

.subscription-bg-blur-1 {
  width: 854px;
  height: 854px;
  left: 1013px;
  top: -39px;
  position: absolute;
  background: rgb(97 165 255 / 45%);
  border-radius: 9999px;
  filter: blur(250px);
}

.subscription-bg-blur-2 {
  width: 590px;
  height: 590px;
  left: -83px;
  top: -295px;
  position: absolute;
  background: #004e9f;
  border-radius: 9999px;
  filter: blur(250px);
}

.subscription-form-wrapper {
  width: 620px;
  padding: 32px;
  left: 34px;
  top: 253px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  box-sizing: border-box;
}



            .consent-label {
              padding: 16px 0;
              display: flex;
              align-items: center;
              gap: 16px;
              cursor: pointer;
              align-self: flex-start;
            }

.consent-checkbox-input {
  display: none;
}

.consent-checkbox-visual {
  width: 24px;
  height: 24px;
  position: relative;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.consent-checkbox-visual .check-icon {
  display: none;
  width: 16px;
  height: 16px;
}

.consent-checkbox-input:checked ~ .consent-checkbox-visual .check-icon {
  display: block;
}

.consent-text {
  width: 161px;
  color: white;
  font-size: 8px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  letter-spacing: 0.08px;
}

            .subscribe-btn {
              height: 40px;
              padding: 12px 25px;
              background: linear-gradient(180deg, #ffef2b 0%, #f9f7d6 100%) !important;
              box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
              border-radius: 10px;
              justify-content: flex-start;
              align-items: center;
              gap: 9px;
              display: flex;
              border: none;
              cursor: pointer;
              font-weight: 400;
              line-height: 16px;
              text-decoration: none;
              align-self: flex-start;
              margin-bottom: 16px;
            }

.subscribe-btn span {
  color: black;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
}

.send-icon {
  width: 14.77px;
  height: 11.31px;
}



.subscription-info {
  left: 62px;
  top: 73px;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 167px;
}

.info-main-text {
  width: 497px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-title {
  align-self: stretch;
  color: white;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.info-subtitle {
  align-self: stretch;
  color: #ffef2b;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.info-promo {
  width: 510px;
  padding: 24px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}

.promo-icon-container {
  width: 32px;
  height: 32px;
  background: #ffef2b;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.promo-icon-container img {
  width: 17.78px;
  height: 13.52px;
}

.promo-text {
  flex: 1 1 0;
  color: white;
  font-size: 12px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  letter-spacing: 0.12px;
  margin: 0;
}

.promo-text .highlight-red {
  color: #fb554c;
}

.subscription-bonus {
  left: 810px;
  top: 350px;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 17px;
}

.bonus-text-content {
  width: 189px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}

.bonus-title {
  align-self: stretch;
  text-align: right;
  color: #ffef2b;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.bonus-description {
  align-self: stretch;
  text-align: right;
  color: white;
  font-size: 12px;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  letter-spacing: 0.12px;
}

.bonus-image-placeholder {
  width: 169px;
  height: 169px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bonus-image-placeholder img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}


.final-cta-section {
  width: 100vw;
  height: 900px;
  margin: 80px 0 -40px 50%;
  transform: translateX(-50%);
  background: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  box-sizing: border-box;
  z-index: 5;
}

.final-cta-content-wrapper {
  width: 100%;
  max-width: 1303px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.final-cta-headings {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.final-cta-heading-main {
  color: black;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  line-height: 1.1;
}

.final-cta-heading-sub {
  color: #004e9f;
  font-size: 55px;
  font-family: 'Blippo Black', sans-serif;
  font-weight: normal;
  line-height: 1.1;
}

.final-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.btn-cta-create,
.btn-cta-invest {
  height: 40px;
  padding: 12px 25px !important;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  text-decoration: none !important;
  border: none !important;
  box-sizing: border-box;
}

.btn-cta-create {
  background: #004e9f !important;
}

.btn-cta-create span {
  color: white !important;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.btn-cta-create .icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.btn-cta-invest {
  background: #ffef2b !important;
}

.btn-cta-invest span {
  color: black !important;
  font-size: 16px;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.btn-cta-invest .icon {
  width: 24px;
  height: 24px;
}

.final-cta-image {
  width: 1444px;
  max-width: 100%;
  height: auto;
  margin-top: 60px; 
  position: relative;
  z-index: 1;
}


@media (width <= 1350px) {
  .featured1 .feature-card {
    min-width: 370px;
    width: 370px;
  }
  
  .featured1 .feature-card .div8 {
    font-size: clamp(28px, 3vw, 44px);
  }
  
  .featured1-carousel-inner {
    gap: 12px;
  }
  
  .featured3 .frame-parent,
  .featured4 .frame-parent3 {
    flex-direction: column;
    height: auto;
    padding: 30px;
  }

  .featured3 .parent4,
  .featured4 .parent6 {
    width: 100%;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }

  .featured3 .icon9,
  .featured4 .icon10,
  .featured3 .scale-1200-photoroom-2-parent {
    position: relative;
    width: 70%;
    max-width: 400px;
    height: auto;
    margin-top: 30px;
    inset: auto;
    transform: none;
  }

  .featured5 .frame-parent7 {
    flex-direction: column;
    align-items: center;
  }

  .featured5 .frame-parent8,
  .featured5 .frame-parent9,
  .featured5 .creators {
    width: 100%;
    max-width: 500px; 
  }
  .featured5 .divider {
    display: none;
  }

  .featured9 .heading-parent {
    flex-direction: column;
  }

  .featured9 .heading2,
  .featured9 .instance-parent {
    flex: 0 0 100%;
    max-height: none;
  }

  .featured10 .featured11 {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
  }

  .featured10 .featured10-content-left,
  .featured10 .form-container-featured10 {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .featured10 .frame-parent32 {
    justify-content: center;
  }

  .featured14 .heading-group {
    flex-direction: column;
    padding: 30px;
  }

  .featured14 .faq-left-column,
  .featured14 .faq-right-column {
    flex: 0 0 100%;
    padding-left: 0;
    border-left: none;
  }
  .featured14 .faq-right-column {
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
  }

  .cta {
    padding: 30px;
    text-align: center;
  }

  .cta .cta-content {
    max-width: 100%;
    align-items: center;
    text-align: center;
    margin-right: 0;
  }

  .cta .cta-image {
    width: 100%;
    height: 50%;
    inset: auto auto 0 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    opacity: 0.2;
  }

  .final-cta-heading-main,
  .final-cta-heading-sub {
    font-size: 40px;
  }

  .final-cta-section {
    height: auto;
    padding-bottom: 60px; 
  }

  .final-cta-image {
    margin-top: 40px;
  }
}

@media (width <= 768px) {
  .featured .group {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    min-height: 600px;
  }
  .featured .div6,
  .featured .div7 {
    font-size: 50px;
  }
  .featured .icon1 {
    width: 120px;
    height: auto;
  }
  .featured .icon8 {
    width: 180px;
    height: auto;
  }

  .featured1,
  .featured3,
  .featured4,
  .featured5,
  .featured6.galaxy-carousel-wrapper,
  .featured7,
  .featured8.success-stories-carousel-outer,
  .featured9,
  .featured10,
  .featured14,
  .final-cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured1 .feature-card {
    min-width: 320px; 
    width: 320px;
    height: auto;
  }
  
  .featured1 .feature-card .div8 {
    font-size: clamp(24px, 2.5vw, 38px);
  }
  
  .featured1-carousel-inner {
    gap: 10px;
  }
  .featured1 .heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .featured1 .heading .wrap {
    padding: 10px 0;
  }

  .featured6 .galaxy-carousel,
  .featured6 .galaxy-step-card .frame-child12 {
    width: 100%; 
    min-width: 100%;
    height: auto;
    max-height: 350px;
  }

  .featured8 .success-story-card {
    min-width: calc(
      90% - 20px
    ); 
  }
  .featured8 .success-stories-arrow-left {
    left: 5px;
    position: absolute;
  }
  .featured8 .success-stories-arrow-right {
    right: 5px;
    position: absolute;
  }

  .final-cta-content-wrapper {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding: 0 20px;
  }

  .final-cta-heading-main,
  .final-cta-heading-sub {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .featured .group {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 500px;
  }
  
  .featured .div6,
  .featured .div7 {
    font-size: 36px;
  }
  
  .featured .div5 .txt {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .featured .icon1 {
    width: 100px;
    height: auto;
  }
  
  .featured .icon8 {
    width: 150px;
    height: auto;
  }
  
  .header-buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  
  .hero-button {
    width: 100%;
    max-width: 280px;
    padding: 12px 20px;
  }
  
  .featured1,
  .featured3,
  .featured4,
  .featured5,
  .featured6.galaxy-carousel-wrapper,
  .featured7,
  .featured8.success-stories-carousel-outer,
  .featured9,
  .featured10,
  .featured14,
  .final-cta-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .featured1 .feature-card {
    min-width: 270px;
    width: 270px;
  }
  
  .featured1 .feature-card .div8 {
    font-size: clamp(18px, 1.8vw, 28px);
  }
  
  .featured1-carousel-inner {
    gap: 8px;
  }
  
  .final-cta-heading-main,
  .final-cta-heading-sub {
    font-size: 32px;
  }
}

@media (max-width: 360px) {
  .featured .group {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 450px;
  }
  
  .featured .div6,
  .featured .div7 {
    font-size: 28px;
  }
  
  .featured .div5 .txt {
    font-size: 12px;
    line-height: 1.3;
  }
  
  .featured .icon1 {
    width: 80px;
    height: auto;
  }
  
  .featured .icon8 {
    width: 120px;
    height: auto;
  }
  
  .hero-button {
    max-width: 250px;
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .featured1,
  .featured3,
  .featured4,
  .featured5,
  .featured6.galaxy-carousel-wrapper,
  .featured7,
  .featured8.success-stories-carousel-outer,
  .featured9,
  .featured10,
  .featured14,
  .final-cta-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .featured1 .feature-card {
    min-width: 240px;
    width: 240px;
  }
  
  .featured1 .feature-card .div8 {
    font-size: clamp(16px, 1.5vw, 24px);
  }
  
  .featured1-carousel-inner {
    gap: 6px;
  }
  
  .final-cta-heading-main,
  .final-cta-heading-sub {
    font-size: 28px;
  }
}











#ultra_new_planetary_solar_system {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  height: 800px;
}

#ultra_new_planetary_galaxy {
  transform: scale(0.8);
  transform-origin: center center;
}

@media (max-width: 768px) {
  #ultra_new_planetary_solar_system {
    right: -80px;
    width: 600px;
    height: 600px;
  }
  
  #ultra_new_planetary_galaxy {
    transform: scale(0.7);
  }
}

@media (max-width: 480px) {
  #ultra_new_planetary_solar_system {
    right: -60px;
    width: 500px;
    height: 500px;
  }
  
  #ultra_new_planetary_galaxy {
    transform: scale(0.6);
  }
}

#plus-planet-link {
    pointer-events: all;
    position: absolute;
    z-index: 100;
    top: 64%;
    left: 80.4%;
    transform: translate(-50%, -50%);
}

#plus-planet {
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: transform 0.3s ease;
    animation: plus-planet-pulse 3s ease-in-out infinite;
}

#plus-planet:hover {
    transform: scale(1.15);
    filter: brightness(1.2) drop-shadow(0 0 20px rgba(255, 239, 43, 0.8));
}

@keyframes plus-planet-pulse {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.05);
        filter: brightness(1.1) drop-shadow(0 0 15px rgba(255, 239, 43, 0.6));
    }
    100% {
        transform: scale(1);
        filter: brightness(1);
    }
}

#plus-planet-link::after {
    content: 'Создать стартап';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-family: 'Unbounded', sans-serif;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

#plus-planet-link::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

#plus-planet-link:hover::after,
#plus-planet-link:hover::before {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1350px) {
  .featured3 .frame-parent {
    flex-direction: column;
    height: auto;
  }
  .featured3 .parent4 {
    width: 100%;
    padding: 40px;
  }
  .featured3 .icon9 {
    position: relative;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}