.sec-main-top{
  min-height: 100vh;
  background-image: var(--main-top-bg);
  background-size: cover;
  background-position: center;
}
.sec-main-top::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(270deg, rgba(208, 213, 216, 0) 33.28%, #D0D5D8 100%);*/
}
.sec-main-top.no-bg::after {
  background: none;
}
.main-top-mobile-img{
  display: none;
}
.main-top-mobile-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.main-top-text{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 32.2604vw;
}
.main-top-text :is(h1,h2,h3,h4,h5,h6),
.main-top-head :is(h1,h2,h3,h4,h5,h6){
  font-size: var(--fw-54);
  line-height: var(--lh-74);
  font-weight: bold;
  margin: 0 0 2.0833vw;
}
.main-top-text :is(h1,h2,h3,h4,h5,h6):last-child,
.main-top-head :is(h1,h2,h3,h4,h5,h6):last-child{
  margin-bottom: 0;
}
.main-top-btn{
  margin-top: 2.0833vw;
  flex-wrap: nowrap;
}
.main-top-btn .btn{
  white-space: nowrap;
}
.sec-main-tab .sec-main-top{
  display: none;
}
.sec-main-tab .sec-main-top.active{
  display: block;
}
.sec-main-top.no-bg{
  min-height: 45.8333vw;
  padding-right: 8.4375vw;
  gap: 1.5625vw;
}
.sec-main-top.no-bg::after{
  content: none;
}
.sec-main-top.no-bg.active{
  display: flex;
}
body:has(.sec-main-top.no-bg.active) .sec-head-text{
  display: none;
}
.main-top-head{
  width: 41.0937vw;
  flex-shrink: 0;
}
.text-link {
  font-weight: 600;
  font-size: var(--fw-18);
}
.text-link:hover{
  text-decoration: underline !important;
}
@media(min-width:1460px) and (max-width:1559.98px){
  .main-top-text {
    max-width: 30.2604vw;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .main-top-text {
    max-width: 30.2604vw;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .main-top-text {
    max-width: 30.2604vw;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .main-top-text {
    max-width: 31.2604vw;
  }
  .sec-main-top.no-bg {
    padding-right: 5.385vw;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .main-top-text {
    max-width: 46.2604vw;
  }
  .main-top-text :is(h1,h2,h3,h4,h5,h6) {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .sec-main-top.no-bg {
    min-height: 40rem;
    padding-right: 2rem;
    gap: 2rem;
    flex-wrap: wrap;
  } 
  .main-top-head {
    width: 100%;
  }
  .text-link {
    font-size: 1.6rem;
  }
}
@media(max-width:767.98px){
  .sec-main-top {
    min-height: initial;
    background: transparent;
    padding: 0;
  }
  .sec-main-top::after{
    content: none;
  }
  .main-top-mobile-img {
    display: block;
  }
  .main-top-mobile-img img{
    height: 109.334vw;
  }
  .main-top-text {
    max-width: 100%;
    padding: 4rem 2rem;
  }
  .main-top-text :is(h1,h2,h3,h4,h5,h6),
  .main-top-head :is(h1,h2,h3,h4,h5,h6){
    font-size: 3.2rem;
    line-height: 4rem;
    margin: 0 0 2rem;
  }
  .main-top-head :is(h1,h2,h3,h4,h5,h6){
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 3rem;
  }
  .main-top-btn {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .sec-main-top.no-bg {
    min-height: initial;
    gap: 3rem;
    padding: 4rem 2rem;
    flex-wrap: wrap;
  }
  .main-top-head {
    width: 100%;
  }
  .main-top-info {
    width: 100%;
    padding-bottom: 4rem;
  }
  .main-top-head br,
  .main-top-info br,
  .main-top-text br{
    display: none;
  }
  .text-link {
    font-size: 1.6rem;
  }
}