/* header-new-page-2025 */
body.header-new-page-2025 {
  background: #242f58;
}

body.header-new-page-2025 .container {
  /* max-width: 1527px;
  width: 100%; */
}

body.header-new-page-2025 .header {
  /* padding: 81px 0; */
}

@media (max-width: 1199px) {
  body.header-new-page-2025 .header {
    /* padding: 40px 0; */
  }
}

@media (max-width: 767px) {
  body.header-new-page-2025 .header {
    /* padding: 18px 0; */
  }
}

body.header-new-page-2025 .header .logo {
  /* width: 212px; */
}

@media (max-width: 1199px) {
  body.header-new-page-2025 .header .logo {
    /* width: 150px; */
  }
}

@media (max-width: 767px) {
  body.header-new-page-2025 .header .logo {
    /* width: 48px; */
  }
}

body.header-new-page-2025 .header::before {
  display: none;
}

body.header-new-page-2025 .header .nav-opener {
  width: 36px;
  height: 24px;
}

body.header-new-page-2025 .header .nav-opener::before,
body.header-new-page-2025 .header .nav-opener::after,
body.header-new-page-2025 .header .nav-opener span {
  background: #242F58;
  width: 36px;
  height: 2px;
}

@media (max-width: 767px) {

  body.header-new-page-2025 .header .nav-opener::before,
  body.header-new-page-2025 .header .nav-opener::after,
  body.header-new-page-2025 .header .nav-opener span {
    width: 8px;
    height: 1px;
  }
}

@media (max-width: 767px) {
  body.header-new-page-2025 .header .nav-opener::before {
    top: 11px;
  }
}

body.header-new-page-2025 .header .nav-opener::after {
  bottom: -2px;
}

@media (max-width: 767px) {
  body.header-new-page-2025 .header .nav-opener::after {
    bottom: 6px;
  }
}

body.header-new-page-2025 .header .nav-opener span {
  margin-top: 2px;
}

body.header-new-page-2025 .header::before {
  display: none;
}

.visual-banner-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.visual-banner-slide .banner-background-image {

  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: auto;
  position: relative;

}

.visual-banner-slide .text-wrapper {
  position: absolute;
  top: 30%;
  left: 3%;
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .visual-banner-slide .text-wrapper {
    top: 25%;
  }
}

@media (max-width: 991px) {
  .visual-banner-slide .text-wrapper {
    top: 30%;
  }
}

@media (max-width: 767px) {
  .visual-banner-slide .text-wrapper {
    top: 15%;
  }
}

@media (max-width: 400px) {
  .visual-banner-slide .text-wrapper {
    top: 3%;
  }
}



.visual-banner-slide .text-wrapper h1 {
  font-weight: 700;

  /* font-size: 90px;
  line-height: 86px; */
  
  font-size: clamp(1.279rem, 4vw, 5.625rem);
  line-height: clamp(1.223rem, 4.5vw, 5.375rem);
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0 0 20px;
}


@media (max-width: 1699px) {
  .visual-banner-slide .text-wrapper h1 {
    font-size: 70px;
    line-height: 66px;
  }
}

@media (max-width: 1439px) {
  .visual-banner-slide .text-wrapper h1 {
    font-size: 50px;
    line-height: 46px;
    margin: 0 0 15px;


  }
}

@media (max-width: 991px) {
  .visual-banner-slide .text-wrapper h1 {
    font-size: 20px;
    line-height: 1;
  }
}



@media (max-width: 575px) {
  .visual-banner-slide .text-wrapper h1 br {
    display: none;
  }

  .visual-banner-slide .text-wrapper h1 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 5px;
    max-width: 150px;
  }
}

.visual-banner-slide .text-wrapper h1 span {
  /* font-size: 80px;
  line-height: 86px; */
  font-size: clamp(1.137rem, 4vw, 5rem);
  line-height: clamp(1.223rem, 5vw, 5.375rem);
  color: #BC2228;
}


@media (max-width: 1699px) {
  .visual-banner-slide .text-wrapper h1 span {
    font-size: 60px;
    line-height: 56px;
  }
}

@media (max-width: 1439px) {
  .visual-banner-slide .text-wrapper h1 span {
    font-size: 40px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .visual-banner-slide .text-wrapper h1 span {
    font-size: 18px;
    line-height: 1;
  }
}




.visual-banner-slide .text-wrapper p {
  font-weight: 400;
  font-size: clamp(0.4375rem, 3vw, 1.625rem);
  /* font-size: 26px; */
  line-height: 1.25;
  letter-spacing: 0%;
  color: #FFFFFF;
  /* max-width: 661px; */
  max-width: 550px;
  width: 100%;
  margin: 0 0 64px;
}



@media (max-width: 1699px) {
  .visual-banner-slide .text-wrapper p {
    margin: 0 0 34px;
  }
}
@media (max-width: 1439px) {
  .visual-banner-slide .text-wrapper p {
    max-width: 500px;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 24px;
  }
}

@media (max-width: 1199px) {
  .visual-banner-slide .text-wrapper p {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .visual-banner-slide .text-wrapper p {
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .visual-banner-slide .text-wrapper p {
    font-size: 14px;
    max-width: 290px;
    margin: 0 0 15px;

  }
}

@media (max-width: 767px) {
  .visual-banner-slide .text-wrapper p {
    max-width: 300px;
    font-size: 10px;

  }
}

@media (max-width: 575px) {
  .visual-banner-slide .text-wrapper p {
    font-size: 7px;
    max-width: 150px;
  }
}

.visual-banner-slide .text-wrapper .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (max-width: 1699px) {
  .visual-banner-slide .text-wrapper .btn-wrapper {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .visual-banner-slide .text-wrapper .btn-wrapper {
    gap: 7px;
  }
}

@media (max-width: 575px) {
  .visual-banner-slide .text-wrapper .btn-wrapper {
    gap: 5px;
  }
}

.visual-banner-slide .text-wrapper .btn-wrapper a {
  padding: 21px 39.5px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1439px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a {
    padding: 21px;
  }
}

@media (max-width: 1199px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a {
    padding: 11px;
  }
}

@media (max-width: 767px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a {
    padding: 7px;
  }
}

@media (max-width: 575px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a {
    padding: 3px 2.5px;
    border-radius: 2px;
    border: 0.23px solid #FFFFFF;
  }
}

.visual-banner-slide .text-wrapper .btn-wrapper a.bg-red {
  background: #BC2228;
  border-color: #BC2228;
}

.visual-banner-slide .text-wrapper .btn-wrapper a.btn-text {
  font-weight: 700;
  /* font-size: 24px; */
  font-size: clamp(0.4375rem, 2vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0%;
  color: #FFFFFF;
}

@media (max-width: 1439px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a.btn-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a.btn-text {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a.btn-text {
    font-size: 7px;
  }
}

.visual-banner-slide .text-wrapper .btn-wrapper a.btn-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a.btn-with-icon {
    gap: 7px;
  }
}

@media (max-width: 575px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a.btn-with-icon {
    gap: 3px;
  }
}

.visual-banner-slide .text-wrapper .btn-wrapper a.btn-with-icon img {
  display: block;
  height: auto;
  width: 16px;
}

@media (max-width: 767px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a.btn-with-icon img {
    width: 8px;
  }
}

@media (max-width: 575px) {
  .visual-banner-slide .text-wrapper .btn-wrapper a.btn-with-icon img {
    width: 4px;
  }
}
