.button {
  background: linear-gradient(135deg, #e4380f, #ea5902, #ef8200)
}

.INP_A,.read label input[type=checkbox]+span::before,.read label input[type=checkbox]+span::after,.button,.button p,.button_S p,.button_bg,.button_bg p,.button_bk,.button_bk p,.button_bk_in,.button_bk_in p,.bnt_arrow,.bnt_arrow::before,.bnt_arrow p,.bnt_arrow p::before,.button_b,.button_b p,#GOTOP,.CONTENT4 .card_item,.CONTENT4 .card_item:hover,.CONTENT4 .card_img img {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

*,*:after,*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#FORM{
  width: 85%;
}

.glyphicon {
  font-size: 20px;
  margin-bottom: 10px;
}

.checkbox-inline, .radio-inline{
  margin-bottom: 8px;
}



img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: auto
}

.h3_title {
  font-size: 32px;
  font-weight: 900;
  list-style: 1.3
}

@media screen and (max-width: 768px) {
  .h3_title {
      font-size:28px
  }
}

@media screen and (max-width: 576px) {
  .h3_title {
      font-size:26px
  }
}

.h3_title i {
  font-size: 130%
}

.text-hide {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0
}

.title {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5
}

@media screen and (max-width: 768px) {
  .title {
      margin-bottom:65px
  }
}

@media screen and (max-width: 576px) {
  .title {
      margin-bottom:55px
  }
}

.title_div {
  display: inline;
  position: relative;
  padding: 0 1.8%
}

@media screen and (max-width: 576px) {
  .title_div {
      padding:0
  }
}

.title h3 {
  position: relative;
  font-size: clamp(24px,24px + 8*(100vw - 575px)/416,32px);
  background-image: linear-gradient(-35deg, #080808 30%, #CB0F19);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0,0,0,0)
}

.title h2 {
  line-height: 1.2;
  font-size: clamp(30px,30px + 12*(100vw - 575px)/416,42px);
  background-image: linear-gradient(-35deg, #080808 40%, #CB0F19);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0,0,0,0)
}

.title_fluid {
  position: relative;
  margin-bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--deg)), color-stop(var(--color-BG_title-A)), to(var(--color-BG_title-B)));
  background-image: linear-gradient(var(--deg), var(--color-BG_title-A), var(--color-BG_title-B));
  overflow: hidden;
  padding: 123px 0;
  -webkit-animation: BG_title_changeColor 6s infinite alternate ease-in-out;
  animation: BG_title_changeColor 6s infinite alternate ease-in-out
}

@media screen and (max-width: 1921px) {
  .title_fluid {
      padding:6.5% 0
  }
}

.title_fluid span {
  position: absolute;
  -webkit-box-shadow: 0 0 5px #76e9ef;
  box-shadow: 0 0 5px #76e9ef
}

.title_fluid span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#76E9EF));
  background-image: linear-gradient(to right, transparent, #76E9EF);
  -webkit-animation: animate_one 3s linear infinite;
  animation: animate_one 3s linear infinite
}

.title_fluid span:nth-child(2) {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#76E9EF));
  background-image: linear-gradient(to bottom, transparent, #76E9EF);
  -webkit-animation: animate_two 3s 1s linear infinite;
  animation: animate_two 3s 1s linear infinite
}

.title_fluid span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#76E9EF));
  background-image: linear-gradient(to left, transparent, #76E9EF);
  -webkit-animation: animate_three 3s linear infinite;
  animation: animate_three 3s linear infinite
}

.title_fluid span:nth-child(4) {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#76E9EF));
  background-image: linear-gradient(to top, transparent, #76E9EF);
  -webkit-animation: animate_four 3s 1s linear infinite;
  animation: animate_four 3s 1s linear infinite
}

@-webkit-keyframes animate_one {
  0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }

  100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
}

@keyframes animate_one {
  0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }

  100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
}

@-webkit-keyframes animate_two {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
  }

  100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
  }
}

@keyframes animate_two {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
  }

  100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
  }
}

@-webkit-keyframes animate_three {
  0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }

  100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}

@keyframes animate_three {
  0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }

  100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}

@-webkit-keyframes animate_four {
  0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
  }

  100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
  }
}

@keyframes animate_four {
  0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
  }

  100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
  }
}

.title_fluid img {
  position: absolute;
  top: 4%;
  left: 5%;
  width: 442px;
  aspect-ratio: 442/329;
  width: 23.0208333333vw
}

@media screen and (max-width: 1201px) {
  .title_fluid img {
      left:0%
  }
}

@media screen and (max-width: 768px) {
  .title_fluid img {
      display:none
  }
}

.title_fluid img.title_fluid_img_R {
  left: inherit;
  right: 5%
}

@media screen and (max-width: 1201px) {
  .title_fluid img.title_fluid_img_R {
      right:0%
  }
}

.title_fluid h2 {
  color: #fff;
  text-shadow: 0 0 2px #0067bf
}





.BG_fixed {
  background: #90c8ff;
  background-image: url("../images/BG.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: contain
}

.BG_fixed::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px)
}

@media screen and (max-width: 992px) {
  .BG_fixed {
      background-size:cover
  }
}



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,th,td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,blockquote {
  quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
  content: "";
  content: none
}

a img {
  border: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block
}

body,html {
  width: 100%;
  height: 100%
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html ::-moz-selection {
  background-color: #ff7400;
  color: #fff;
  text-shadow: none;
  opacity: 1
}

html ::selection {
  background-color: #ff7400;
  color: #fff;
  text-shadow: none;
  opacity: 1
}

html ::-webkit-scrollbar {
  width: 15px;
  -webkit-appearance: none;
  background-color: #ddd
}

html ::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border: 3px solid #ddd;
  border-left: 4px solid #ddd;
  border-radius: 20px
}

body {
  color: #080808;
  overflow-x: hidden;
  font-family: "Noto Sans TC","Segoe UI","å¾®è»Ÿæ­£é»‘é«”",Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .02em
}

#GOTOP {
  position: fixed;
  bottom: 2px;
  right: 2px;
  z-index: 600;
  border-radius: 50%;
  display: table;
  padding: 2px;
  width: 70px;
  height: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 0;
  background: #ff7400
}

#GOTOP.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

@media screen and (max-width: 801px) {
  #GOTOP {
      width:60px;
      height: 60px;
      font-size: 16px
  }
}

#GOTOP:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px)
}

#GOTOP P {
  vertical-align: middle;
  display: table-cell
}

#GOTOP P span {
  display: block
}

.iframe {
  background-color: #fff
}

#top_ifram iframe {
  z-index: 900;
  overflow: visible;
  height: 280px;
  width: 100%;
  margin-bottom: -219px;
  border: 0 none;
  position: relative
}

#footer_iframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0
}

.ALL {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: "Noto Sans TC","Segoe UI","å¾®è»Ÿæ­£é»‘é«”",Arial,sans-serif;
  overflow: hidden
}

#my-canvas,#my-canvas-2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1 !important;
  pointer-events: none
}

.CONTENT1 {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f4ce3c
}

.CONTENT1 .title_top {
  position: absolute;
  z-index: -1;
  right: 100%;
  color: #000;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.CONTENT1 .logo {
  position: absolute;
  top: 2.2%;
  left: 1.5%;
  max-width: 210px;
  width: 42%;
  z-index: 5
}

.CONTENT1 .logo a {
  display: block
}

@media screen and (max-width: 992px) {
  .CONTENT1 .logo {
      top:2.5%;
      left: 1.8%
  }
}

.CONTENT1 .logo img {
  aspect-ratio: 200/32
}

.CONTENT1 .KV {
  display: block;
  position: relative;
  width: 100%;
  background-image: url("../images/BG_1920.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 46.875%;
  overflow: hidden;
  background-size: cover
}

@media screen and (max-width: 1441px) {
  .CONTENT1 .KV {
      padding-bottom:53.5714285714%
  }
}

@media screen and (max-width: 1241px) {
  .CONTENT1 .KV {
      padding-bottom:65.2173913043%
  }
}

@media screen and (max-width: 1031px) {
  .CONTENT1 .KV {
      padding-bottom:111.6504854369%;
      background-image: url("../images/BG_1030.png")
  }
}

@media screen and (max-width: 769px) {
  .CONTENT1 .KV {
      padding-bottom:111.5885416667%;
      background-image: url("../images/BG_768.png")
  }
}

@media screen and (max-width: 576px) {
  .CONTENT1 .KV {
      padding-bottom:111.652173913%;
      background-image: url("../images/BG_575.png")
  }
}

main,section {
  text-align: center;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

main:after,section:after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 1441px) {
  main,section {
      padding-top:100px;
      padding-bottom: 100px
  }
}

@media screen and (max-width: 992px) {
  main,section {
      padding-top:80px;
      padding-bottom: 80px
  }
}

@media screen and (max-width: 768px) {
  main,section {
      padding-top:70px;
      padding-bottom: 70px
  }
}

@media screen and (max-width: 576px) {
  main,section {
      padding-top:65px;
      padding-bottom: 65px
  }
}

@media screen and (max-width: 360px) {
  main,section {
      padding-top:55px;
      padding-bottom: 55px
  }
}

.container-fluid {
  width: 100%
}

.Bow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.Bow img {
  width: 60%;
  max-width: 600px
}

.Bow.CONTENT04 {
  margin-top: 50px
}

@media screen and (max-width: 992px) {
  .Bow.CONTENT04 {
      margin-top:40px
  }
}

@media screen and (max-width: 768px) {
  .Bow.CONTENT04 {
      margin-top:30px
  }
}

@media screen and (max-width: 576px) {
  .Bow.CONTENT04 {
      margin-top:15px
  }
}

.container {
  width: 90%;
  background-color: #fffae9;
  position: relative;
  border-radius: 90px;
  z-index: 50;
  border: 3px solid #ff7400;
  padding: 85px 5%
}

@media(min-width: 1200px) {
  .container {
      max-width:1550px
  }
}

@media screen and (max-width: 1301px) {
  .container {
      border-radius:50px
  }
}

@media screen and (max-width: 992px) {
  .container {
      padding:65px 3.5% 75px;
      border-radius: 20px
  }
}

@media screen and (max-width: 576px) {
  .container {
      width:calc(100% - 16px);
      padding: 50px 15px 65px;
      border: 2px solid #ff7400
  }
}

@media screen and (max-width: 481px) {
  .container {
      padding:50px 10px 65px
  }
}

.CONTENT2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4CD3B), color-stop(rgba(255, 251, 233, 0.8)), to(#fffbe9));
  background-image: linear-gradient(180deg, #F4CD3B, rgba(255, 251, 233, 0.8), #fffbe9)
}

.CONTENT3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fffbe9), color-stop(rgba(255, 251, 233, 0.8)), to(#fffbe9));
  background-image: linear-gradient(0deg, #fffbe9, rgba(255, 251, 233, 0.8), #fffbe9)
}

.CONTENT4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbe9), color-stop(rgba(255, 251, 233, 0.8)), to(rgba(255, 251, 233, 0.6)));
  background-image: linear-gradient(180deg, #fffbe9, rgba(255, 251, 233, 0.8), rgba(255, 251, 233, 0.6))
}

.container {
  overflow: hidden
}

.container::before {
  content: "";
  position: absolute;
  height: 550px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  aspect-ratio: 66/20;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(253, 244, 209)), color-stop(rgba(253, 244, 209, 0.1)), color-stop(rgba(253, 244, 209, 0.1)), to(rgba(253, 244, 209, 0)));
  background-image: linear-gradient(180deg, rgb(253, 244, 209) 10%, rgba(253, 244, 209, 0.1), rgba(253, 244, 209, 0.1), rgba(253, 244, 209, 0));
  bottom: -280px
}

.CONTENT2 {
  position: relative;
  padding-top: 0;
  width: 100%;
  padding-bottom: 0
}

.CONTENT3 {
  position: relative;
  padding-top: 0;
  width: 100%;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.CONTENT3 .feature {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 5%;
  margin-bottom: 85px
}

@media screen and (max-width: 1301px) {
  .CONTENT3 .feature {
      grid-template-columns:repeat(2, 1fr);
      margin-bottom: 130px
  }
}

@media screen and (max-width: 992px) {
  .CONTENT3 .feature {
      grid-template-columns:repeat(1, 1fr);
      gap: 30px;
      margin-bottom: calc(30px + 3vw)
  }
}

@media screen and (max-width: 481px) {
  .CONTENT3 .feature {
      margin-bottom:calc(30px + 0vw)
  }
}

.CONTENT3 .feature_item {
  position: relative;
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (max-width: 1301px) {
  .CONTENT3 .feature_item:nth-child(1) {
      grid-column:1/-1
  }
}

@media screen and (max-width: 992px) {
  .CONTENT3 .feature_item:nth-child(1) {
      grid-column:1/1
  }
}

.CONTENT3 .feature_item:nth-child(1) .feature_img img {
  --i: 1
}

.CONTENT3 .feature_item:nth-child(2) .feature_img img {
  --i: 2
}

.CONTENT3 .feature_item:nth-child(3) .feature_img img {
  --i: 3
}

.CONTENT3 .feature_img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.CONTENT3 .feature_img img {
  aspect-ratio: 240/234;
  width: min(60%,220px);
  -webkit-animation: rotateIMG 1.5s linear infinite;
  animation: rotateIMG 1.5s linear infinite;
  -webkit-animation-delay: calc(.5s*var(--i));
  animation-delay: calc(.5s*var(--i))
}

@media screen and (max-width: 768px) {
  .CONTENT3 .feature_img img {
      width:min(60%,170px)
  }
}

@-webkit-keyframes rotateIMG {
  0%,100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  3% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg)
  }

  6% {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg)
  }

  9% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  12% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg)
  }

  15% {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg)
  }

  18% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
}

@keyframes rotateIMG {
  0%,100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  3% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg)
  }

  6% {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg)
  }

  9% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  12% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg)
  }

  15% {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg)
  }

  18% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
}

.CONTENT3 .feature_text {
  margin-top: 8px;
  width: min(90%,280px);
  position: relative
}

.CONTENT3 .feature_text::before {
  content: "";
  position: absolute;
  inset: 3%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  border-width: 2px;
  border-style: solid solid dotted dotted;
  border-color: var(--iconCL);
  width: calc(156% - 50px);
  height: auto;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%) rotate(-45deg);
  -ms-transform: translate(-50%, -40%) rotate(-45deg);
  transform: translate(-50%, -40%) rotate(-45deg)
}

@media screen and (max-width: 576px) {
  .CONTENT3 .feature_text::before {
      width:min(120%,380px)
  }
}

@media screen and (max-width: 481px) {
  .CONTENT3 .feature_text::before {
      border-radius:20px;
      -webkit-transform: translate(-50%, -40%) rotate(0deg);
      -ms-transform: translate(-50%, -40%) rotate(0deg);
      transform: translate(-50%, -40%) rotate(0deg)
  }
}

.CONTENT3 .feature_text .h4 {
  color: var(--iconCL);
  font-size: 30px
}

.CONTENT3 .feature_text hr {
  border: 0;
  border-top: 2px solid var(--iconCL);
  height: 1px;
  margin: 5px 0
}

.CONTENT3 .feature_text .h5 {
  font-size: 22px
}

.CONTENT3 .feature_text p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 13px
}

.CONTENT4 {
  position: relative;
  width: 100%;
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.CONTENT4 .card-columns {
  position: relative;
  z-index: 5;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

@media screen and (max-width: 992px) {
  .CONTENT4 .card-columns {
      -webkit-column-count:2;
      -moz-column-count: 2;
      column-count: 2
  }
}

@media screen and (max-width: 768px) {
  .CONTENT4 .card-columns {
      -webkit-column-count:1;
      -moz-column-count: 1;
      column-count: 1
  }
}

.CONTENT4 .card_item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin: 0 auto 15px;
  border: 1px solid rgba(8,8,8,.35);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden
}

.CONTENT4 .card_item:hover .card_img img {
  -webkit-transform: scale(1.045) translateY(-2px);
  -ms-transform: scale(1.045) translateY(-2px);
  transform: scale(1.045) translateY(-2px)
}

.CONTENT4 .card_item .button_bk_in {
  max-width: 160px;
  margin-top: 20px
}

.CONTENT4 .card_img {
  border-radius: 10px 10px 0 0;
  position: relative
}

.CONTENT4 .card_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(var(--col-nt5)/1)), to(rgb(var(--col-nt5)/0)));
  background-image: linear-gradient(90deg, rgb(var(--col-nt5)/1) 50%, rgb(var(--col-nt5)/0));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  left: 0;
  bottom: 0;
  z-index: 6
}

.CONTENT4 .card_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: none;
  vertical-align: middle;
  z-index: 3;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center
}

.CONTENT4 .card_img .card_title {
  position: absolute;
  bottom: 2px;
  background-image: linear-gradient(-45deg, rgb(var(--col-nt5)/0.2) 5%, rgb(var(--col-nt5)/0.8) 95%);
  z-index: 5;
  width: 57%;
  padding: 9px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 0 10px 0 0;
  border-top: 2px solid #fff
}

.CONTENT4 .card_img .card_title h2 {
  color: #080808;
  font-weight: 500;
  font-size: 22px
}

.CONTENT4 .card_img .card_title h2 em {
  color: #fff;
  margin-right: 3px
}

.CONTENT4 .card_text {
  padding: 35px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 6
}

.CONTENT4 .card_text ul {
  width: 100%;
  max-width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.CONTENT4 .card_text li {
  text-align: left;
  border-bottom: 1px solid rgba(8,8,8,.1);
  padding: 0 8px 8px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #080808;
  font-size: 18px;
  -webkit-transition: .2s;
  transition: .2s
}

.CONTENT4 .card_text li em {
  color: #080808;
  background-color: #ff8fc9;
  font-size: 13px;
  padding: 0px 8px;
  border-radius: 30px;
  font-weight: 700
}

.CONTENT4 .card_text li+li {
  margin-top: 10px
}

.CONTENT4 .card_text li:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.CONTENT2::before,.CONTENT2::after,.CONTENT3::before,.CONTENT3::after,.CONTENT4::before,.CONTENT4::after {
  content: "";
  position: absolute;
  background-image: url("../images/bor_01.png");
  width: 300px;
  aspect-ratio: 475/413;
  height: auto;
  background-size: 100% auto
}

.CONTENT2::before {
  top: 20%;
  left: 4%;
  opacity: .3;
  width: 250px
}

.CONTENT2::after {
  width: 350px;
  bottom: 20%;
  right: 7%;
  opacity: .5
}

.CONTENT3::before {
  bottom: 20%;
  left: 2%;
  opacity: .5
}

.CONTENT3::after {
  top: 0%;
  width: 300px;
  right: 15%;
  opacity: .2
}

.CONTENT4::before {
  top: 50%;
  left: -2%;
  width: 400px;
  opacity: .3
}

.CONTENT4::after {
  top: 10%;
  width: 600px;
  right: 4%;
  opacity: .3
}

.INP_A {
  width: 100%;
  height: 48px;
  line-height: 48px;
  max-height: 48px;
  color: #080808;
  font-size: 17px;
  text-align: left;
  padding-left: 25px;
  background-color: #fffae9;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px #fffae9;
  box-shadow: inset 0px 0px 0px #fffae9;
  border: 1px solid #ff7400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bdrs);
  caret-color: #ff7400;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.INP_A:disabled {
  opacity: 1
}

.INP_A:focus,.INP_A:active {
  outline: none;
  background-color: #fffae9 !important
}

.INP_A option {
  background-color: #fffae9;
  color: #080808
}

@media screen and (max-width: 576px) {
  .INP_A {
      padding-left:15px
  }
}

.read {
  text-align: left;
  color: #080808;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 0
}

.read input[type=checkbox] {
  display: none
}

.read span {
  position: relative;
  padding-left: 2px
}

.read span a {
  color: #080808;
  text-decoration: underline
}

.read span a i {
  margin-left: 3px
}

.read span a:hover {
  color: rgb(46.25,46.25,46.25)
}

.read span a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none
}

.read label input[type=checkbox]+span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #ff7400;
  position: relative;
  top: 0;
  left: 0px;
  margin-right: 5px;
  background-color: #fffae9;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer
}

.read label input[type=checkbox]+span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 18px;
  height: 10px;
  border-color: #fffae9;
  border-style: solid;
  border-width: 0 0 3px 3px;
  cursor: pointer;
  opacity: .1;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg)
}

.read label input[type=checkbox]:checked+span::before {
  background-color: #ff7400;
  border-color: #ff7400
}

.read label input[type=checkbox]:checked+span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  border-color: #fffae9
}

.form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%
}

@media screen and (max-width: 1301px) {
  .form {
      width:96%;
      gap: 30px
  }
}

@media screen and (max-width: 992px) {
  .form {
      width:100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 10px;
      margin-top: -12%
  }
}

.form_gift {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.form_gift img {
  width: 115%;
  max-width: 660px;
  aspect-ratio: 660/621;
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%)
}

@media screen and (max-width: 992px) {
  .form_gift img {
      -webkit-transform:translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%)
  }
}

.form_field {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5
}

.form_field_item {
  width: 100%;
  max-width: 560px
}

@media screen and (max-width: 992px) {
  .form_field_item {
      width:80%;
      max-width: inherit
  }
}

@media screen and (max-width: 768px) {
  .form_field_item {
      width:90%
  }
}

@media screen and (max-width: 576px) {
  .form_field_item {
      width:100%
  }
}

.form_field_item_half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.form input::-webkit-input-placeholder {
  color: #080808
}

.form input::-moz-placeholder {
  color: #080808
}

.form input:-ms-input-placeholder {
  color: #080808
}

.form input::-ms-input-placeholder {
  color: #080808
}

.form input::placeholder {
  color: #080808
}

.label_BOX {
  display: block;
  position: relative;
  width: 100%
}

.label_BOX span {
  display: block
}

.label_BOX span::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 21px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff7400;
  border-bottom: 2px solid #ff7400;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

select::-webkit-inner-spin-button,select::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

:root {
  --bdrs: 30px
}

.button_div {
  width: 100%;
  color: white;
  
}

.button {
  position: relative;
  display: block;
  width: 90%;
  max-width: 350px;
  cursor: pointer;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bdrs);
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 3px 1px rgba(8,8,8,.2);
  box-shadow: 0 3px 1px rgba(8,8,8,.2);
  border: none;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ff7400;
  z-index: 50;
  margin-top: 5px
}

.button p {
  display: block;
  position: relative;
  letter-spacing: 1px;
  font-size: 17px;
  position: relative;
  color: #fff;
  width: 100%
}

.button:focus {
  outline: none
}

.button:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0 0px 0 #90c8ff;
  box-shadow: 0 0px 0 #90c8ff;
  -webkit-filter: brightness(1.8);
  filter: brightness(1.8)
}

.button:hover p {
  color: #fffae9
}

.button_S {
  width: 80%;
  max-width: 250px;
  margin-top: 10px;
  background: rgba(255,250,233,0);
  border: 1px solid #080808
}

.button_S p {
  display: block;
  position: relative;
  letter-spacing: 1px;
  font-size: 16px;
  position: relative;
  color: #080808;
  width: 100%
}

.button_S:hover {
  background: #080808;
  border-color: #080808
}

.button_bg {
  position: relative;
  display: block;
  width: 90%;
  max-width: 170px;
  cursor: pointer;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  height: 40px;
  line-height: 40px;
  z-index: 50;
  margin-top: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#FF7400), to(#76E9EF));
  background: linear-gradient(90deg, #FF7400, #76E9EF)
}

.button_bg::before {
  content: "";
  position: absolute;
  inset: 2px;
  background-color: rgba(255,250,233,0);
  border-radius: 30px
}

.button_bg:focus {
  outline: none
}

.button_bg:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px)
}

.button_bg:hover::before {
  background-color: #fffae9
}

.button_bg:hover p {
  color: #080808;
  text-shadow: none
}

.button_bg p {
  display: block;
  font-size: 16px;
  position: relative;
  color: #fffae9;
  width: 100%;
  text-shadow: 0 0 1px #90c8ff,0 0 2px #90c8ff
}

.button_bk {
  position: relative;
  display: block;
  width: 90%;
  max-width: 180px;
  cursor: pointer;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bdrs);
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #080808;
  height: 40px;
  line-height: 40px;
  background: #fffae9;
  z-index: 50;
  margin-top: 5px;
  -webkit-box-shadow: 0 3px 1px rgba(8,8,8,.2);
  box-shadow: 0 3px 1px rgba(8,8,8,.2)
}

.button_bk:focus {
  outline: none
}

.button_bk:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  background: #ff7400;
  border-color: #ff7400;
  -webkit-box-shadow: 0 0px 0 #ff7400;
  box-shadow: 0 0px 0 #ff7400
}

.button_bk:hover p {
  color: #fffae9;
  text-shadow: none
}

.button_bk p {
  display: block;
  font-size: 16px;
  position: relative;
  color: #080808;
  width: 100%
}

.button_bk_in {
  position: relative;
  display: block;
  width: 90%;
  max-width: 180px;
  cursor: pointer;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bdrs);
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(8,8,8,.5);
  height: 40px;
  line-height: 40px;
  background: #fff;
  z-index: 50;
  margin-top: 5px;
  -webkit-box-shadow: 0 3px 1px rgba(8,8,8,.2);
  box-shadow: 0 3px 1px rgba(8,8,8,.2)
}

.button_bk_in:focus {
  outline: none
}

.button_bk_in:hover {
  text-decoration: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  background: rgba(var(--col-nt5, 1));
  border-color: rgba(var(--col-nt5, 1));
  -webkit-box-shadow: 0 0px 0 rgba(var(--col-nt5, 1));
  box-shadow: 0 0px 0 rgba(var(--col-nt5, 1))
}

.button_bk_in:hover p {
  color: #fff;
  text-shadow: none
}

.button_bk_in p {
  display: block;
  font-size: 16px;
  position: relative;
  color: #080808;
  width: 100%
}

.bnt_arrow {
  position: relative;
  display: block;
  width: 90%;
  max-width: 130px;
  cursor: pointer;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  z-index: 50;
  margin-top: 5px
}

.bnt_arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: -10px;
  border: 1px solid #080808;
  border-width: 0 1px 1px 0;
  z-index: 7;
  -webkit-transform: skewX(35deg);
  -ms-transform: skewX(35deg);
  transform: skewX(35deg)
}

.bnt_arrow:focus {
  outline: none
}

.bnt_arrow:hover {
  text-decoration: none;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px)
}

.bnt_arrow:hover::before {
  bottom: -5px;
  width: calc(100% + 15px)
}

.bnt_arrow:hover p {
  color: #fffae9;
  text-shadow: none
}

.bnt_arrow:hover p::before {
  background-color: #ff7400;
  -webkit-transform: translateZ(-1px) skewX(-15deg);
  transform: translateZ(-1px) skewX(-15deg)
}

.bnt_arrow p {
  display: block;
  font-size: 16px;
  position: relative;
  color: #080808;
  width: 100%;
  z-index: 6;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.bnt_arrow p::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fffae9;
  -webkit-transform: translateZ(-1px);
  transform: translateZ(-1px)
}

.button_b {
  position: relative;
  display: block;
  width: 90%;
  max-width: 170px;
  cursor: pointer;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #080808;
  height: 40px;
  line-height: 40px;
  background: #080808;
  z-index: 50;
  margin-top: 5px
}

.button_b:focus {
  outline: none
}

.button_b:hover {
  text-decoration: none;
  background: #fffae9;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px)
}

.button_b:hover p {
  color: #080808;
  text-shadow: none
}

.button_b p {
  display: block;
  font-size: 16px;
  position: relative;
  color: #fffae9;
  width: 100%
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
  -webkit-box-shadow: 0px 0px 0px 1000px #fffae9 inset !important;
  box-shadow: 0px 0px 0px 1000px #fffae9 inset !important;
  background-color: #fffae9 !important;
  background-image: none;
  border-color: #ff7400 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #080808 !important
}


