.brand {
  width: 100%;
  margin-bottom: 60px;
}
.brand .section-title {
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF;
}
.brand .section-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 48px;
  border-radius: 8px;
  background-color: #b91227;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.img-1 {
  height: 526px;
}
.img-2 {
  height: 557px;
}
.img-3 {
  height: 446px;
}
.split {
  display: flex;
  gap: 77px;
}
.split .split-item {
  flex: 1;
}
.lay-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.lay-form .lay-form-items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.lay-form .lay-form-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.lay-form .lay-form-item.inline {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form .lay-form-item.inline .lay-form-item-label {
  min-width: 40px;
  line-height: 34px;
}
.lay-form .lay-form-item .lay-form-item-label {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-item .lay-form-item-label span {
  width: 8px;
  color: #8B1C29;
  display: inline-block;
}
.lay-form .lay-form-item .lay-form-item-control {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-span {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-span .lay-form-item-control-span-notice {
  position: absolute;
  right: 16px;
  cursor: pointer;
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-notice {
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-verify-fail {
  border-color: #8B1C29;
}
.lay-form .lay-form-btn {
  width: 86px;
  line-height: 38px;
  margin: 8px auto 0;
  border: 0;
  border-radius: 12px;
  background-color: #8E1A28;
  font-size: 13px;
  color: #FFFFFF;
}
.infos .info {
  display: flex;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 44px;
  border-top: 1px solid #b6c0c8;
}
.infos .info:first-child {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
.infos .info:last-child {
  padding-bottom: 0;
}
.infos .info .split-2 {
  flex: 2;
}
.infos .info .split-3 {
  flex: 3;
}
.receive-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 209px;
  height: 59px;
  border: 0;
  border-radius: 8px;
  background-color: #8E1A28;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
.receive-button .button-icon {
  width: 13px;
}
.descs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.prs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prs .pr {
  height: 50px;
}
.questions {
  margin-bottom: 100px;
}
.questions .question {
  border-bottom: 1px solid #b6c0c8;
}
.questions .question .question-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #231815;
}
.questions .question .glyphicon-menu-down {
  display: block;
}
.questions .question .glyphicon-menu-up {
  display: none;
}
.questions .question .question-content {
  display: none;
  padding: 0 32px 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  color: #231815;
}
.questions .question.active {
  border-bottom: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.questions .question.active .question-title div {
  color: #8E1A28;
}
.questions .question.active .glyphicon-menu-down {
  display: none;
}
.questions .question.active .glyphicon-menu-up {
  display: block;
}
.questions .question.active .question-content {
  display: block;
}
.line {
  width: 30px;
  height: 5px;
  background-color: #000;
}
.line.lg {
  width: 110px;
  height: 8px;
  margin-bottom: 12px;
}
.line.sm {
  width: 16px;
  height: 7px;
  margin-top: 8px;
  margin-bottom: 28px;
}
.section-title {
  font-weight: 600;
  font-size: 32px;
  color: #8E1A28;
}
.section-content {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
}
.section-content-sm {
  font-weight: 500;
  font-size: 12px;
  color: #231815;
}
.section-content-lg {
  font-weight: 600;
  font-size: 46px;
  color: #000000;
  line-height: 45px;
}
.block-1 .section-content-sm {
  line-height: 26px;
  font-weight: 600;
}
.block-2 .section-content-sm {
  line-height: 26px;
  font-size: 13px;
}
.block-3 {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 5px solid #8B1C29;
}
.block-3 .section-content-sm {
  line-height: 26px;
  font-size: 13px;
}
.block-4 {
  padding-bottom: 55px;
  margin-bottom: 75px;
  border-bottom: 1px solid #b6c0c8;
}
.block-4 .section-content-sm {
  line-height: 26px;
  font-size: 13px;
}
.block-5 {
  padding-bottom: 70px;
  margin-bottom: 54px;
  border-bottom: 1px solid #b6c0c8;
}
.block-5 .section-content {
  font-size: 21px;
  font-weight: 500;
}
.block-5 .section-content span {
  font-size: 35px;
}
.block-5 .section-content-sm {
  line-height: 26px;
}
.block-6 {
  padding-bottom: 62px;
  margin-bottom: 56px;
  border-bottom: 1px solid #b6c0c8;
}
