.w_pic img,
.w_pic video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}

.section {
  background: #F7F5F0;
  padding: 9.53125vw 2.23958vw 9.375vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.section .l {
  /* width: 47.23958vw;
  height: 53.80208vw; */
  width: 45.2604166667vw;
  height: 46.9270833333vw;
  overflow: hidden
}

.section .l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.section .l:hover img {
  transform: scale(1.05)
}

.section .r {
  width: 47.76042vw
}

.section .r .title {
  color: #202020;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: -0.03333vw
}

.section .r .des {
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  margin: .20833vw 0 3.95833vw
}

.section .r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.51042vw 0
}

.section .r form .item {
  width: 23.59375vw;
  position: relative
}

.section .r form .item .error {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .20833vw;
  bottom: -.20833vw;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.6s
}

.section .r form .item .error .icon {
  width: 1.25vw
}

.section .r form .item .error .icon img {
  display: block;
  width: 100%
}

.section .r form .item .error p {
  color: #E60012;
  font-weight: 400;
  text-transform: capitalize
}

.section .r form .item .item_h5 {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: .10417vw
}

.section .r form .item .item_h5 span {
  transition: 0.6s
}

.section .r form .item input {
  width: 100%;
  height: 3.22917vw;
  border-radius: .20833vw;
  border: .05208vw solid #F0F0F0;
  background: #FFF;
  padding: 0 1.14583vw;
  transition: 0.6s;
  color: #87A5E8;
  font-size: .83333vw;
  font-weight: 700
}

.section .r form .item input::placeholder {
  color: rgba(58, 107, 217, 0.61);
  font-size: .83333vw;
  font-weight: 400;
  text-transform: capitalize
}

.section .r form .item input:hover,
.section .r form .item input:focus {
  border: .05208vw solid #3A6BD9
}

.section .r form .item .down_pull {
  width: 100%;
  height: 3.22917vw;
  border-radius: .20833vw;
  border: .05208vw solid #F0F0F0;
  background: #FFF;
  position: relative
}

.section .r form .item .down_pull .show {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.14583vw
}

.section .r form .item .down_pull .show .txt {
  color: rgba(58, 107, 217, 0.61);
  font-size: .83333vw;
  font-weight: 400;
  text-transform: capitalize
}

.section .r form .item .down_pull .show .icon {
  width: 1.25vw
}

.section .r form .item .down_pull .show .icon img {
  display: block;
  width: 100%
}

.section .r form .item textarea {
  width: 100%;
  height: 7.91667vw;
  border-radius: .20833vw;
  border: .05208vw solid #F0F0F0;
  background: #FFF;
  padding: .83333vw 1.14583vw;
  transition: 0.6s;
  color: #87A5E8;
  font-size: .83333vw;
  font-weight: 700;
  text-transform: capitalize
}

.section .r form .item textarea::placeholder {
  color: rgba(58, 107, 217, 0.61);
  font-size: .83333vw;
  font-weight: 400;
  text-transform: capitalize
}

.section .r form .item textarea:hover,
.section .r form .item textarea:focus {
  border: .05208vw solid #3A6BD9
}

.section .r form .item.w100 {
  width: 100%
}

.section .r form .item.error1 .item_h5 span {
  color: #E60012
}

.section .r form .item.error1 .down_pull {
  border: .05208vw solid #E60012 !important
}

.section .r form .item.error1 input {
  border: .05208vw solid #E60012 !important
}

.section .r form .item.error1 .error {
  opacity: 1
}

.section .r form .label {
  margin: .41667vw 0 0
}

.section .r form .label label {
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  font-size: .83333vw;
  font-weight: 500;
  text-transform: capitalize;
  gap: .46875vw
}

.section .r form .label label a {
  text-decoration: underline
}

.section .r form .label label input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0
}

.section .r form .label label input:checked+.checkbox {
  background: #3A6BD9
}

.section .r form .label label .checkbox {
  width: 1.35417vw;
  height: 1.35417vw;
  border-radius: .20833vw;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s
}

.section .r form .label label .checkbox img {
  display: block;
  width: .52083vw
}

.section .r form button {
  width: 100%;
  height: 3.54167vw;
  border-radius: .20833vw;
  background: #3A6BD9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 600;
  text-transform: capitalize;
  border: none
}

.down_pull {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer
}

.down_pull .down-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none
}

.down_pull.on .pull {
  pointer-events: auto
}

.down_pull.on .pull:before {
  opacity: 1
}

.down_pull.on .pull .pull_list {
  transform: scaleY(1);
  opacity: 1
}

.down_pull>p {
  font-size: .72917vw
}

.down_pull .pull {
  position: absolute;
  width: 100%;
  top: 3.38542vw;
  left: 0;
  pointer-events: none;
  z-index: 1
}

.down_pull .pull .pull_list {
  width: 100%;
  background: #FFF;
  box-shadow: 0 .20833vw .41667vw 0.02604vw rgba(0, 0, 0, 0.1);
  border-radius: .20833vw;
  max-height: 11.5625vw;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0
}

.down_pull .pull .pull_list::-webkit-scrollbar {
  width: 0;
  display: none
}

.down_pull .pull .pull_list p {
  padding: 0 1.14583vw;
  line-height: 2.91667vw;
  color: #939393;
  font-size: .83333vw;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 1
}

.down_pull .pull .pull_list p:hover {
  color: #87A5E8
}

.down_pull .pull .pull_list p.on {
  color: #87A5E8;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .section {
    padding: 100px 5vw 40px;
    display: block
  }

  .section .l {
    width: 100%;
    height: 90vw
  }

  .section .r {
    width: 100%;
    padding: 15px 0 0
  }

  .section .r .title {
    font-size: 22px
  }

  .section .r .des {
    font-size: 15px;
    margin: 8px 0 15px
  }

  .section .r form {
    gap: 25px
  }

  .section .r form .item {
    width: 100%
  }

  .section .r form .item .error {
    bottom: -4px;
    gap: 4px
  }

  .section .r form .item .error .icon {
    width: 18px
  }

  .section .r form .item .item_h5 {
    font-size: 16px;
    margin-bottom: 4px
  }

  .section .r form .item input {
    height: 50px;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px
  }

  .section .r form .item input::placeholder {
    font-size: 14px
  }

  .section .r form .item textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px
  }

  .section .r form .item textarea::placeholder {
    font-size: 14px
  }

  .section .r form .item .down_pull {
    height: 50px;
    border-radius: 4px
  }

  .section .r form .item .down_pull .show {
    height: 50px;
    border-radius: 4px;
    padding: 0 15px
  }

  .section .r form .item .down_pull .show .txt {
    font-size: 14px
  }

  .section .r form .item .down_pull .show .icon {
    width: 14px
  }

  .section .r form .item .down_pull .pull {
    top: 54px
  }

  .section .r form .item .down_pull .pull .pull_list {
    max-height: 250px;
    border-radius: 4px
  }

  .section .r form .item .down_pull .pull .pull_list p {
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px
  }

  .section .r form .label {
    margin: -10px 0 0
  }

  .section .r form .label label {
    font-size: 14px;
    align-items: flex-start;
    padding: 0 0 0 27px
  }

  .section .r form .label label .checkbox {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 2px
  }

  .section .r form .label label .checkbox img {
    width: 10px
  }

  .section .r form button {
    font-size: 15px;
    height: 40px;
    border-radius: 4px
  }
}