* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
.accordion-text ul,
.accordion-box ul,
.block-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: none !important;
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
}

button {
  cursor: pointer;
  background: transparent;
}

input,
button,
select {
  display: inline-block;
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

html {
  scroll-behavior: smooth;
}



.G-flex {
  display: flex;
}

.G-inline-flex {
  display: inline-flex;
}

.G-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.G-justify-center {
  justify-content: center;
  display: flex;
}

.G-justify-between {
  justify-content: space-between;
  display: flex;
}

.G-justify-around {
  justify-content: space-around;
  display: flex;
}

.G-justify-end {
  justify-content: flex-end;
  display: flex;
}

.G-align-center {
  align-items: center;
  display: flex;
}

.G-align-start {
  align-items: flex-start;
  display: flex;
}

.G-align-end {
  align-items: flex-end;
  display: flex;
}

.G-flex-column {
  flex-direction: column;
  display: flex;
}

.G-flex-wrap {
  flex-wrap: wrap;
  display: flex;
}

.hyper-block-titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hyper-block-titles h2 {
  color: rgba(255, 255, 255, 0.96);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.hyper-block-titles p {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  max-width: 740px;
  width: 100%;
  color: rgba(255, 255, 255, 0.65);
}

.G-section {
  margin-top: 120px;
}
.hyper-hlow-wrapper {
  min-height: 100%;
  background: black;
 
}
.hyper-hlow-wrapper h2{
  margin: 0 !important;
}
.hyper-hlow-wrapper h3{
  margin: 0 !important;
}
.hyper-hlow-wrapper h4{
  margin: 0 !important;
}
.hyper-hlow-main {
  width: 100%;
  padding-top: 120px;
  position: relative;
}

.hyper-hlow-title h1 {
  color: rgba(255, 255, 255, 0.96);
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.hyper-hlow-title p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  margin-top: 12px;
  font-weight: 500;
  opacity: 1;
  text-align: center;
}

.hyper-hlow-video {
  margin-top: 32px;
  width: 200px;
  border-radius: 32px;
  overflow: hidden;
  height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hyper-hlow-video-play {
  position: absolute;
  display: flex;
}

.hyper-hlow-cnt {
  background: black;
  padding: 120px 0;
}

.hyper-hlow-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hyper-hlow-img {
  margin-top: 80px;
}

.hyper-services-section .hyper-block-titles h2 {
  text-align: center;
}

.hyper-services-media {
  margin-top: 40px;
}

.hyper-advantages-items {
  gap: 120px;
}
.hyper-advantage-item {
  display: flex;
  gap: 48px;
  align-items: center;
}

.h-advantage-titles h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.96);
}
.h-advantage-titles p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 20px;
}
.h-advantage-tags {
  display: flex;
  gap: 66px;
  margin-top: 24px;
}

.h-advantage-tag h4 {
  color: #77bcff;
  font-size: 32px;
  font-weight: 600;
  line-height: 2.25rem;
}

.h-advantage-tag p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.h-advantage-img img {
  border-radius: 16px;
}

.hyper-rapid-img {
  margin-top: 40px;
}

.hyper-smaller-section {
  background-color: rgba(248, 249, 253, 1);

  padding: 120px 0;
}
.hyper-smaller-section .hyper-block-titles h2 {
  color: rgba(0, 0, 0, 0.88);
  text-align: center;
  font-weight: 600;
}

.hyper-smaller-section .hyper-block-titles p {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  max-width: unset;
}
.hyper-smaller-img {
  margin-top: 40px;
}
.hyper-smaller-img img {
  border-radius: 16px;
}

.hyper-smaller-info-section {
  background-color: white;

  padding: 120px 0;
}
.hyper-smaller-info-section .hyper-block-titles h2 {
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
}

.hyper-info-videos {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.hyper-video-block {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.hyper-info-texts {
  max-width: 392px;
  width: 100%;
}
.hyper-info-texts h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.88);
}
.hyper-info-texts p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 16px;
}
.hyper-info-video {
  max-width: 540px;
  width: 100%;
}
.hyper-info-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.hyper-designs-section {
  background-color: rgba(248, 249, 253, 1);

  padding: 120px 0;
}
.hyper-designs-section .hyper-block-titles h2 {
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
}

.hyper-designs-items {
  gap: 24px;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.hyper-design-item {
 flex: 1 1 45%;
}
.hyper-design-img {
  width: 100%;
  margin: 0 auto;
}
.hyper-design-img img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  object-fit: cover;
}
.hyper-design-texts {
  background: white;
  padding: 32px;
}
.hyper-design-texts h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 28px;
}
.hyper-design-texts p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-top: 8px;
}

.specifications-flex {
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.specifications-box {
  max-width: 360px;
  width: 100%;
}



.specifications-name {
  gap: 16px;
  margin-top: 15px;
}
.specifications-name h3 {
  color: rgba(0, 0, 0, 0.88);
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.specifications-name .buy-now-btn {
  margin-top: 0;
  padding: 10px 24px;
}
.hyper-specifications {
  background-color: white;
  padding: 120px 0;
}

.hyper-specifications-table {
  margin-top: 80px;
}

.hyper-table-row {
  padding: 48px 0;
  gap: 56px;
  border-top: 1px solid rgb(229, 231, 235, 1);
  border-bottom: 1px solid rgb(229, 231, 235, 1);
  display: flex;
  align-items: center;
}
.hyper-table-row h4 {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.25rem;
  min-width: 168px;
}
.hyper-table-row p {
  max-width: 360px;
  width: 100%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}


.specifications-flex {
  gap: 40px;
  margin-top: 40px;
}
.specifications-box {
  max-width: 360px;
  width: 100%;
}

.specifications-name {
  gap: 16px;
  margin-top: 15px;
}




.air-specifications-titles h2 {
  color: rgba(0, 0, 0, 0.88);
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}



.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.9);
}

.video-modal.active {
  opacity: 1;
  visibility: visible;
}

.video-modal-cnt {
  position: relative;
  max-width: 853px;
  width: 100%;
  max-height: 60vh;
  overflow: auto;
  padding: 10px 15px;
  scrollbar-width: thin;
  scrollbar-color: gray #1a1a1a;
}

.video-modal-close {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.video-modal-close svg {
  cursor: pointer;
}

.mobile-video {
  display: none;
}

.video-modal-cnt video {
  max-height: 480px;
  min-height: 480px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.hyper-hlow-faq-section{
  padding: 40px 0 120px 0 ;
    background-color: white;

}
.hyper-hlow-faq-section .hyper-block-titles h2{
   color: rgba(0, 0, 0, 0.88);
} 
.hyper-hlow-faq-section .hyper-block-titles{
  margin-bottom: 60px;
} 
.accordion-click {
  border-top: 1px solid #D9D9D9;
  padding: 32px 0;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.accordion-click.open {
  padding: 32px 0 16px 0;
}

.accordion-text {
  margin-bottom: 16px;
  max-width: 864px;
  width: 100%;
  display: block;
}

.accordion-text p {
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  opacity: 0.65;
}

.accordion-click:after {
  content: "";
  position: absolute;
  top: 34px;
  right: 5px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #D9D9D9;;
  border-right: 2px solid #D9D9D9;;
  transform: rotate(45deg);
  transition: 0.3s;
}

.accordion-click.open:after {
  transform: rotate(135deg);
  top: 40px;
}

.accordion-click h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
   color: rgba(0, 0, 0, 0.88);
  max-width: 860px;
  width: 100%;
}

.accordion-text ul li {
  color: white;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  opacity: 0.65;
  padding-left: 15px;
  position: relative;
}

.accordion-text ol li {
  color: white;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  opacity: 0.65;
  padding-left: 15px;
  position: relative;
}

.accordion-text ul li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
}

.accordion-last-text {
  margin-top: 10px;
}

.submenu {
  display: none;
}

.mobile-img {
  display: none;
}
@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }
  .G-section{
    margin-top: 96px;
  }
  .hyper-block-titles h2{
    font-size: 24px;
    line-height: 28px;
  }


  .hyper-hlow-title h1{
    font-size: 40px;
    line-height: 44px;
  }
  .hyper-advantage-item{
    flex-direction: column;
  }
    .hyper-advantage-item:nth-child(2){
    flex-direction: column-reverse;
  }
  .hyper-advantages-items{
    gap: 72px;
  }
  .h-advantage-titles h3{
    font-size: 24px;
    line-height: 28px;
  }
  .hyper-smaller-section {
    padding: 72px 0;
}
.hyper-smaller-section .hyper-block-titles h2{
  text-align: start;
}
.hyper-smaller-section .hyper-block-titles p{
    text-align: start;

}
.hyper-smaller-info-section{
      padding: 72px 0;

}
.hyper-video-block{
  flex-direction: column;
          align-items: stretch;
}
   .hyper-video-block:nth-child(2){
    flex-direction: column-reverse;
  }
.hyper-info-videos{
  margin-top: 72px;
  gap: 80px;
}
.hyper-info-texts h4{
      font-size: 24px;
          line-height: 28px;
}
.hyper-designs-section .hyper-block-titles h2{
  text-align: center;
}
.hyper-design-texts {
    padding: 24px;
}
.hyper-design-texts h4{
  font-size: 18px;
}
.hyper-table-row{
  flex-wrap: wrap;
}
.specifications-name h3{
  font-size: 18px;
}
.hyper-table-row{
  gap: 30px;
  padding: 30px 0 ;
}
.accordion-click h3 {
    font-size: 18px;
    max-width: 360px;
}
.hyper-specifications{
  padding: 90px 0 ;
}
.hyper-hlow-faq-section{
  padding: 0 10px 60px  0;
}
}

@media (max-width: 576px) {
  .desktop-img {
    display: none;
  }
.hyper-design-item {
 flex: 1 1 50%;
}
  .mobile-img {
    display: flex;
  }
}