/* page */
*,
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  
  font-style: normal;
}

*,
body {
  max-width: 100vw;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px
}

.cover-container {
  background: url(/img/VHG04407.jpg);
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(8px);
  z-index: 0;
}

.header-title {
  max-width: 600px;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.header-content {
  max-width: 600px;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.header-trusted {
  width: 400px;
  height: 76px;
}

.trusted {
  margin-bottom: 12px;
}

.trusted-logo-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container {
  background: linear-gradient(180deg, rgba(0, 44, 140, 0.50) 1.04%, rgba(1, 43, 133, 0.50) 24.74%, rgba(0, 0, 0, 0.00) 100%);
}

.form-item {
  display: flex;
  padding: 12px 32px;
  align-items: flex-start;
  border-radius: 8px;
  background: #003BBA;
}

.fqa-wrapper {
  width: 50%;
}

.header-title {
  color: #FFF;
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.block-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.header-content {
  width: 100%;
  color: #FFF;
  text-align: left;
  margin-bottom: 32px;
}


.header-content-container {
  /* margin-left: 108px; */
  max-width: 769px;
}

.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.propose-card__wrapper {
  display: flex;
}

.propose-title {
  color: #27292E;
  margin-bottom: 48px;
}

.propose-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  gap: 12px;
  width: calc(33% - 16px);
}

.propose-card__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  height: 100%;
  margin-right: 20px;
}

.propose-img {
  border-radius: 32px 0px 0px 169px;
}

.card-list {
  color: #616161;
}

.card-list li {
  color: #616161;
  display: flex;
}

.card-list li::before {
  color: #616161;
  content: '\2022';
  margin: 0 6px;
}

.propose-form {
  border-radius: 16px;
  background: #F9F9F9;
  width: calc(67% - 12px);
  padding: 0 78px;
}



.image-container {
  position: relative;
  width: 100%;
  /* max-width: 288px; */
  border-radius: 8px;
  flex:1;
}

.image-container::before {
  content: "";
  display: block;
  padding-bottom: 70%;
  /* Set the aspect ratio to 16:9 (56.25% = 9 / 16 * 100) */
}

.image-container img {
  position: absolute;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
}

.propose-wrapper {
  padding-bottom: 80px;
  border-bottom: 1px solid  #DFDFDF;
}

.img-wrapper {
  gap: 24px;
}

.block-title {
  flex-direction: row;
  align-items: center;
}



.image-container {
  position: relative;
  width: 100%;
  max-width: calc(50% - 12px);
}

.image-container::before {
  content: "";
  display: block;
  padding-bottom: 75%;
  /* Set the aspect ratio to 16:9 (56.25% = 9 / 16 * 100) */
}

.image-container img {
  position: absolute;
  border-radius: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This ensures the image fills the container without distortion */
}

.policy-container{
  max-width: 537px;
}


@media only screen and (max-width: 1024px) {
  .propose-wrapper {
    padding-bottom: 48px;
  }

  .product-wrapper {
    gap: 48px;
  }

  .img-wrapper {
    gap: 16px;
  }

  .body-wrapper {
    gap: 64px
  }
  .propose-title {
    margin-bottom: 48px;
  }

  .cover-img {
    width: 100%;
    position: relative;
    height: 100vh !important;
  }

  .cover-wrapper {
    display: flex;
    flex-direction: column;
    height: unset;
  }

  .policy-wrapper {
    flex-direction: column !important;
  }

  .image-container{
    max-width: 100%;
  }

  .policy-container{
    max-width: none;
  }

  .body-wrapper{
    gap:64px
  }
}

@media only screen and (max-width: 600px) {

  .img-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }

  .image-container {
    position: relative;
    width: 100%;
    /* max-width: 288px; */
    border-radius: 8px;
    flex:none;
    
  }
  

  .block-title {
    flex-direction: column;
    align-items: start;
  }

  .body-wrapper {
    gap: 48px
  }

  
}