@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
.banner {
  width: 100%;
  height: 520px;
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  z-index: -4;
}
@media all and (max-width: 990px) {
  .banner {
    height: 250px;
  }
}
.banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.banner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(195deg, rgba(218, 48, 35, 0) 42.35%, #da3023 86.22%);
  z-index: 2;
}
@media all and (max-width: 990px) {
  .banner:after {
    background: linear-gradient(211.43deg, rgba(218, 48, 35, 0) 44.44%, #da3023 83.25%);
  }
}
.banner span {
  width: 100%;
  height: 100%;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media all and (max-width: 990px) {
  .banner img {
    -o-object-position: center;
       object-position: center;
  }
}
.banner .title_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 100px;
  left: 100px;
  z-index: 3;
}
@media all and (max-width: 990px) {
  .banner .title_txt {
    bottom: 80px;
    left: 30px;
  }
}
@media all and (max-width: 990px) {
  .banner .title_txt {
    bottom: 40px;
    left: 15px;
  }
}
.banner .title_txt .title_tw {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media all and (max-width: 990px) {
  .banner .title_txt .title_tw {
    font-size: 17.5px;
  }
}
.banner .title_txt .title_en {
  font-family: Lexend;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}
@media all and (max-width: 990px) {
  .banner .title_txt .title_en {
    font-size: 35px;
  }
}

.section_1 {
  margin-top: 440px;
  padding: 50px 50px 112px 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 80px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 50px;
  overflow: hidden;
}
@media all and (max-width: 990px) {
  .section_1 {
    padding: 50px 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
  }
}
@media all and (max-width: 990px) {
  .section_1 {
    margin-top: 215px;
    border-radius: 0 40px 0 0;
  }
}
.section_1 .left_block {
  background: #da3023;
  padding: 146px 87px 0;
  margin-bottom: 162px;
  border-radius: 20px;
  width: 38.5%;
  position: relative;
  z-index: 1;
  min-width: 558px;
}
@media all and (max-width: 1459px) {
  .section_1 .left_block {
    padding: 146px 63px 0;
    margin-bottom: 243px;
  }
}
@media all and (max-width: 990px) {
  .section_1 .left_block {
    width: 100%;
    padding: 20px 25px 165px;
    border-radius: 15px;
    min-width: revert;
    max-width: 730px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1699px) {
  .section_1 .left_block .pc_1700 {
    display: none;
  }
}
.section_1 .left_block .road {
  position: absolute;
  bottom: -54px;
  left: 0;
  width: 1172px;
  aspect-ratio: 1/0.3438566553;
  z-index: 2;
  pointer-events: none;
}
@media all and (max-width: 990px) {
  .section_1 .left_block .road {
    width: 105%;
    bottom: -5px;
    max-width: 390px;
  }
}
.section_1 .left_block .car {
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 118px;
  height: 63px;
  z-index: 6;
}
@media all and (min-width: 991px) {
  .section_1 .left_block .car {
    -webkit-animation: moveCar 1s steps(30, start) forwards;
            animation: moveCar 1s steps(30, start) forwards;
  }
}
@media all and (max-width: 990px) {
  .section_1 .left_block .car {
    width: 85px;
    height: 58px;
    -webkit-animation: moveCarMb 1s steps(30, start) forwards;
            animation: moveCarMb 1s steps(30, start) forwards;
  }
}
@-webkit-keyframes moveCar {
  0% {
    left: 1%;
    top: -9%;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
  }
  50% {
    left: 15%;
    top: -5%;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  100% {
    left: 33%;
    top: 1%;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@keyframes moveCar {
  0% {
    left: 1%;
    top: -9%;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
  }
  50% {
    left: 15%;
    top: -5%;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  100% {
    left: 33%;
    top: 1%;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@-webkit-keyframes moveCarMb {
  0% {
    left: 3%;
    top: -8%;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
  }
  50% {
    left: 24%;
    top: 2%;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    left: 47%;
    top: 17.5%;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
@keyframes moveCarMb {
  0% {
    left: 3%;
    top: -8%;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
  }
  50% {
    left: 24%;
    top: 2%;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    left: 47%;
    top: 17.5%;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.section_1 .left_block .title {
  font-family: Lexend;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.09375;
  color: #fff;
  margin-bottom: 30px;
}
@media all and (max-width: 990px) {
  .section_1 .left_block .title {
    font-size: 40.5px;
    margin-bottom: 17px;
  }
}
.section_1 .left_block .subtitle {
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
@media all and (max-width: 990px) {
  .section_1 .left_block .subtitle {
    font-size: 17px;
  }
}
.section_1 .right_block {
  width: 58%;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 990px) {
  .section_1 .right_block {
    width: 100%;
  }
}
.section_1 .form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 65px 0 0;
  max-width: 730px;
  margin: 0 auto;
}
@media all and (max-width: 990px) {
  .section_1 .form {
    padding: 0 0 78px;
  }
}
.section_1 .form .personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 60px 30px;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px 0;
  }
}
.section_1 .form .personal .personal_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  font-size: 18px;
  width: calc(50% - 15px);
  position: relative;
}
@media all and (max-width: 1199px) {
  .section_1 .form .personal .personal_data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
.section_1 .form .personal .personal_data .iti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media all and (max-width: 1199px) {
  .section_1 .form .personal .personal_data .iti {
    width: 100%;
  }
}
.section_1 .form .personal .personal_data .iti .iti__flag-container {
  position: relative;
  border-radius: 5px;
  background-color: #f0f0f0;
}
.section_1 .form .personal .personal_data .iti .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.section_1 .form .personal .personal_data .iti .iti__flag-container .iti__selected-flag {
  padding: 22px 15px;
}
.section_1 .form .personal .personal_data .iti .iti__flag-container .iti__arrow {
  margin: 0;
  width: 27px;
  height: 9px;
  border: revert;
  background: rgb(240, 240, 240) url("../../dist/images/common/form_arrow.svg") center right/19.5px 9px no-repeat;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal .personal_data .iti .iti__flag-container .iti__arrow {
    background: rgb(240, 240, 240) url("../../dist/images/common/form_arrow.svg") center right/13px 7px no-repeat;
  }
}
.section_1 .form .personal .car_num {
  width: 100%;
}
.section_1 .form .personal .car_num label:before {
  display: none;
}
.section_1 .form .personal .notice {
  position: absolute;
  top: 102px;
  left: 0;
  display: none;
  font-size: 14px;
  line-height: 1;
  color: #da3023;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal .notice {
    padding: 0 0 0 5px;
    top: 105px;
  }
}
.section_1 .form .personal .full_width {
  width: 100%;
}
.section_1 .form .personal .input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal .input {
    width: 100%;
    min-width: 0;
  }
}
.section_1 .form .personal .optional {
  padding-left: 0;
}
.section_1 .form .personal .optional::before {
  display: none;
}
.section_1 .form .personal .optional > div > span {
  display: none;
}
.section_1 .form .personal .note {
  width: 100%;
  margin-top: -26px;
}
.section_1 .form .personal .note > div {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal .note > div {
    min-width: 0;
  }
}
.section_1 .form .personal .note textarea {
  border-radius: 0;
  width: 100%;
  height: 180px;
  padding: 23px 15px;
  font-size: 18px;
  border: none;
  letter-spacing: 0;
  background: #f0f0f0;
  color: #000;
  resize: none;
  overflow-y: auto;
  border: 1px solid transparent;
  font-family: "Lexend", "Noto Sans TC", sans-serif;
  border-radius: 5px;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal .note textarea {
    height: 173px;
  }
}
.section_1 .form .personal .note textarea::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}
.section_1 .form .personal .note textarea::-webkit-scrollbar-thumb {
  background: #fff;
}
.section_1 .form .personal .note textarea::-webkit-scrollbar-button {
  height: 10px;
}
.section_1 .form .personal .note textarea::-webkit-scrollbar-track-piece {
  background: rgba(255, 255, 255, 0.5);
}
.section_1 .form .personal .note textarea::-webkit-input-placeholder {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  font-size: 18px;
  color: #a6a6a6;
}
.section_1 .form .personal .note textarea::-moz-placeholder {
  transform: translateY(-10%);
  font-size: 18px;
  color: #a6a6a6;
}
.section_1 .form .personal .note textarea:-ms-input-placeholder {
  transform: translateY(-10%);
  font-size: 18px;
  color: #a6a6a6;
}
.section_1 .form .personal .note textarea::-ms-input-placeholder {
  transform: translateY(-10%);
  font-size: 18px;
  color: #a6a6a6;
}
.section_1 .form .personal .note textarea::placeholder {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  font-size: 18px;
  color: #a6a6a6;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal .note textarea::-webkit-input-placeholder {
    font-size: 17px;
  }
  .section_1 .form .personal .note textarea::-moz-placeholder {
    font-size: 17px;
  }
  .section_1 .form .personal .note textarea:-ms-input-placeholder {
    font-size: 17px;
  }
  .section_1 .form .personal .note textarea::-ms-input-placeholder {
    font-size: 17px;
  }
  .section_1 .form .personal .note textarea::placeholder {
    font-size: 17px;
  }
}
.section_1 .form .personal .note span {
  top: revert;
  bottom: -24px;
}
.section_1 .form .personal label {
  position: relative;
  font-size: 18px;
  color: #000;
  margin-bottom: 6px;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal label {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 990px) {
  .section_1 .form .personal label {
    padding-left: 2px;
    height: 21px;
  }
}
.section_1 .form .personal label::before {
  content: "*";
  position: absolute;
  top: 0;
  right: -21px;
  width: 20px;
  aspect-ratio: 1/1;
  color: #dc0000;
  font-size: 18px;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal label::before {
    top: 1px;
    right: -20px;
    font-size: 12px;
  }
}
.section_1 .form .personal label > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.section_1 .form .personal textarea {
  font-family: "Lexend", "Noto Sans TC", sans-serif;
}
.section_1 .form .personal input,
.section_1 .form .personal select {
  font-family: "Lexend", "Noto Sans TC", sans-serif;
  border-radius: 0;
  letter-spacing: 0;
  width: 100%;
  font-size: 18px;
  color: #000;
  padding: 0 30px 0 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 59px;
  line-height: 59px;
  border: transparent;
  background-color: #f0f0f0;
  border-radius: 5px;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal input,
  .section_1 .form .personal select {
    max-width: 100%;
  }
}
@media all and (max-width: 990px) {
  .section_1 .form .personal input,
  .section_1 .form .personal select {
    padding: 0 13px;
    height: 58px;
    line-height: 58px;
    font-size: 17px;
  }
}
.section_1 .form .personal input::-webkit-input-placeholder, .section_1 .form .personal select::-webkit-input-placeholder {
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
  font-size: 18px;
  color: #a6a6a6;
  font-family: "Lexend", "Noto Sans TC", sans-serif;
}
.section_1 .form .personal input::-moz-placeholder, .section_1 .form .personal select::-moz-placeholder {
  transform: translateY(2%);
  font-size: 18px;
  color: #a6a6a6;
  font-family: "Lexend", "Noto Sans TC", sans-serif;
}
.section_1 .form .personal input:-ms-input-placeholder, .section_1 .form .personal select:-ms-input-placeholder {
  transform: translateY(2%);
  font-size: 18px;
  color: #a6a6a6;
  font-family: "Lexend", "Noto Sans TC", sans-serif;
}
.section_1 .form .personal input::-ms-input-placeholder, .section_1 .form .personal select::-ms-input-placeholder {
  transform: translateY(2%);
  font-size: 18px;
  color: #a6a6a6;
  font-family: "Lexend", "Noto Sans TC", sans-serif;
}
.section_1 .form .personal input::placeholder,
.section_1 .form .personal select::placeholder {
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
  font-size: 18px;
  color: #a6a6a6;
  font-family: "Lexend", "Noto Sans TC", sans-serif;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal input::-webkit-input-placeholder, .section_1 .form .personal select::-webkit-input-placeholder {
    font-size: 17px;
    margin: 14.5px 0 12px 0;
  }
  .section_1 .form .personal input::-moz-placeholder, .section_1 .form .personal select::-moz-placeholder {
    font-size: 17px;
    margin: 14.5px 0 12px 0;
  }
  .section_1 .form .personal input:-ms-input-placeholder, .section_1 .form .personal select:-ms-input-placeholder {
    font-size: 17px;
    margin: 14.5px 0 12px 0;
  }
  .section_1 .form .personal input::-ms-input-placeholder, .section_1 .form .personal select::-ms-input-placeholder {
    font-size: 17px;
    margin: 14.5px 0 12px 0;
  }
  .section_1 .form .personal input::placeholder,
  .section_1 .form .personal select::placeholder {
    font-size: 17px;
    margin: 14.5px 0 12px 0;
  }
}
.section_1 .form .personal select {
  appearance: none; /* 將外觀樣式去除 */
  -webkit-appearance: none; /* Safari 瀏覽器 */
  -moz-appearance: none; /* Firefox 瀏覽器 */
  color: #a6a6a6;
  background: rgb(240, 240, 240) url("../../dist/images/common/form_arrow.svg") center right 12px/19.5px 9px no-repeat;
}
@media all and (max-width: 990px) {
  .section_1 .form .personal select {
    background: rgb(240, 240, 240) url("../../dist/images/common/form_arrow.svg") center right 12px/15px 9px no-repeat;
  }
}
.section_1 .form .personal select option {
  color: #000;
  background-color: #fff;
}
@media all and (max-width: 1199px) {
  .section_1 .form .personal .vcode {
    width: calc(100% - 184px);
  }
}
.section_1 .form .personal fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.section_1 .form .personal .required .notice {
  display: inline-block;
}
.section_1 .form .captcha-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: -242px;
}
.section_1 .form .captcha-wrap .imgwrap {
  width: 178px;
  height: 60px;
}
.section_1 .form .captcha-wrap .reload {
  margin-left: 14px;
  width: 30px;
  height: 30px;
  background: url(../images/contact/refresh.svg) center/cover no-repeat;
  display: inline-block;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
@media all and (min-width: 991px) {
  .section_1 .form .captcha-wrap .reload:hover {
    background: url(../images/contact/refresh_hover.svg) center/cover no-repeat;
  }
}
@media all and (max-width: 1199px) {
  .section_1 .form .captcha-wrap {
    right: -184px;
  }
  .section_1 .form .captcha-wrap .imgwrap {
    width: 120px;
    padding-top: 19px;
  }
}
.section_1 .form .checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (min-width: 1366px) {
  .section_1 .form .checkbox {
    padding-right: 165px;
  }
}
.section_1 .form .checkbox label {
  cursor: pointer;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 990px) {
  .section_1 .form .checkbox label {
    font-size: 17px;
  }
}
.section_1 .form .checkbox label span > a {
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 1px solid #da3023;
  color: #da3023;
  display: inline-block;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
@media all and (min-width: 991px) {
  .section_1 .form .checkbox label span > a:hover {
    opacity: 0.5;
  }
}
.section_1 .form .checkbox > span {
  opacity: 0;
}
.section_1 .form .checkbox.required .notice {
  display: inline-block;
  line-height: 1;
  color: #da3023;
  font-size: 14px;
  margin-top: 0.5em;
  opacity: 1;
}
.section_1 .form .checkbox [type=checkbox] {
  display: none;
}
.section_1 .form .checkbox [type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #d9d9d9; /* 未選中狀態的背景色 */
  background-size: contain;
  margin-right: 10px;
  position: relative;
  top: 3px;
  border-radius: 2.86px;
}
@media all and (max-width: 990px) {
  .section_1 .form .checkbox [type=checkbox] + label::before {
    margin: 1px 0.3em 0 0;
  }
}
.section_1 .form .checkbox [type=checkbox]:checked + label::before {
  background-color: #da3023;
  background-image: url("../../dist/images/common/agree.svg");
  background-position: center center;
  background-size: 12px 9px;
  background-repeat: no-repeat;
}
.section_1 .form .form_btm {
  width: 100%;
  margin-top: 79px;
  position: relative;
}
@media all and (max-width: 990px) {
  .section_1 .form .form_btm {
    margin-top: 72px;
    padding: 0;
  }
}
.section_1 .form .more_btn {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
}
@media all and (max-width: 990px) {
  .section_1 .form .more_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 17px;
    margin: 0 16.5px 0 0;
    letter-spacing: 0.04em;
  }
}
.section_1 .form .more_btn a {
  padding-right: 53px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  position: relative;
  height: 60px;
  line-height: 60px;
  margin: 40px auto 0;
}
@media all and (max-width: 990px) {
  .section_1 .form .more_btn a {
    padding-right: 40px;
  }
}
@media all and (min-width: 1366px) {
  .section_1 .form .more_btn a {
    position: absolute;
    top: -17px;
    right: 25px;
    margin: 0;
  }
}
@media all and (min-width: 991px) {
  .section_1 .form .more_btn a:hover {
    color: #da3023;
  }
  .section_1 .form .more_btn a:hover .arrow {
    -webkit-transform: translate(0, -50%) scale(1.15);
            transform: translate(0, -50%) scale(1.15);
  }
}
.section_1 .form .more_btn .arrow {
  display: inline-block;
  width: 12px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.section_1 .form .more_btn .arrow::before {
  content: "";
  position: absolute;
  width: 60px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #da3023;
  border-radius: 500px;
  z-index: -1;
}
@media all and (max-width: 990px) {
  .section_1 .form .more_btn .arrow::before {
    width: 52.5px;
  }
}
.section_1 .form .more_btn .arrow img {
  display: block;
  width: 100%;
}