@charset "UTF-8";
@import "./vendors/slick.css";
@import "./vendors/lenis.css";
@import "../iconfont/style.css";
@font-face {
  font-family: "NewEdge666";
  src: url("../fonts/NewEdge/NewEdge666-LightRounded.woff2") format("woff2"), url("../fonts/NewEdge/NewEdge666-LightRounded.woff") format("woff"), url("../fonts/NewEdge/NewEdge666-LightRounded.ttf") format("truetype"), url("../fonts/NewEdge/NewEdge666-LightRounded.eot") format("embedded-opentype"), url("../fonts/NewEdge/NewEdge666-LightRounded.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "NewEdge666";
  src: url("../fonts/NewEdge/NewEdge666-RegularRounded.woff2") format("woff2"), url("../fonts/NewEdge/NewEdge666-RegularRounded.woff") format("woff"), url("../fonts/NewEdge/NewEdge666-RegularRounded.ttf") format("truetype"), url("../fonts/NewEdge/NewEdge666-RegularRounded.eot") format("embedded-opentype"), url("../fonts/NewEdge/NewEdge666-RegularRounded.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-white-: #ffffff;
  --color-black-: #041823;
  --color-yellow-: #e9fdb5;
  --color-blue-: #aedfff;
  --color-text-: var(--color-black-);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "NewEdge666";
  font-weight: 200;
  font-size: 40px;
  line-height: 53px;
  color: var(--color-text-);
}
@media (min-width: 767.98px) {
  * {
    cursor: none !important;
  }
}
@media (max-width: 767.98px) {
  * {
    font-size: 20px;
    line-height: 1.3;
  }
}

body,
html,
div {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  --moz-osx-font-smoothing: grayscale;
  --font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.body-hidden {
  overflow: hidden !important;
}

section {
  overflow-x: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 20px;
  }
}

a,
a:hover,
a:focus {
  outline: none;
  -moz-outline: none;
  transition: all 0.6s;
}

a:hover {
  opacity: 0.7;
}

button:focus {
  outline: none;
  -moz-outline: none;
}

*:focus-visible {
  outline: 1px solid var(--color-text-) !important;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.3;
  margin: 40px 0;
}

h1 {
  font-size: 72px;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 60px;
  line-height: 82px;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}

h3 {
  font-size: 48px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 32px;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 18px;
  }
}

p {
  margin-bottom: 1.2em;
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 1em 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

li {
  padding-left: 1.2em;
}

ul > li {
  position: relative;
}
ul > li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--color-text-);
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: 0.65em;
}

ol {
  counter-reset: sectioncounter;
}
ol > li {
  position: relative;
}
ol > li:before {
  content: counter(sectioncounter) ".";
  counter-increment: sectioncounter;
  position: absolute;
  left: 0;
  top: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

em,
i,
b,
strong,
u,
span,
a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

input,
input:focus,
textarea {
  outline: none;
  transition: all 0.6s;
}

.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.slick-slider:focus {
  outline: none;
}

.slick-slider * {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.slick-slider *:focus {
  outline: none;
}

.slick-track {
  cursor: grab;
}

html.show-c .wowo {
  opacity: 0;
}
html.show-c .wowo.animated {
  animation-duration: 1s;
  visibility: visible;
  animation-fill-mode: both;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  animation-duration: 1s;
  visibility: visible;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15%);
  }
}
.fadeInLeft.animated {
  animation-name: fadeInLeft;
}

.fadeInRight.animated {
  animation-name: fadeInRight;
}

.fadeIn.animated {
  animation-name: fadeIn;
}

.fadeInUp.animated {
  animation-name: fadeInUp;
}

.fadeInDown.animated {
  animation-name: fadeInDown;
}

.zoomOut.animated {
  animation-name: zoomOut;
}

.delay-in-1 {
  animation-delay: 0.1s;
}

.delay-in-2 {
  animation-delay: 0.2s;
}

.delay-in-3 {
  animation-delay: 0.3s;
}

.delay-in-4 {
  animation-delay: 0.4s;
}

.delay-in-5 {
  animation-delay: 0.5s;
}

.delay-in-6 {
  animation-delay: 0.6s;
}

.delay-in-7 {
  animation-delay: 0.7s;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.line-animation-text {
  opacity: 1 !important;
}
.line-animation-text .line-wrapper {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  overflow: hidden;
  margin: 0;
  /* 如果文字被切
  padding: 0.2em 0;
  + .line-wrapper {
    margin-top: -0.4em;
  }
  &:first-child {
    padding-top: 0;
  }
  &:last-child {
    padding-bottom: 0;
  } */
}
.line-animation-text .line-inner {
  display: inline-block;
  transform: translateY(100%) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.26, 1, 0.48, 1) 0.16s;
}
.line-animation-text.animated .line-inner {
  transform: translateY(0) translateZ(0);
}

.word-animation-text {
  opacity: 1 !important;
}
.word-animation-text .word-outer {
  display: inline-flex;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  overflow: hidden;
}
.word-animation-text .word-inner {
  display: inline-block;
  transform: translateY(100%) translateZ(0);
  transition: transform 0.25s;
}
.word-animation-text.animated .word-inner {
  transform: translateY(0) translateZ(0);
}

header ul {
  margin: 0;
  padding: 0;
}
header ul li {
  margin: 0;
  padding: 0;
}
header ul li:before {
  display: none;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 34px 0;
  transition: all 0.3s;
  --color-text-: var(--color-white-);
  --color-text-opposite-: var(--color-black-);
}
@media (max-width: 767.98px) {
  header {
    padding: 20px 0;
  }
}
header .header-container {
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  header .header-container {
    padding: 0 20px;
  }
}
header .header-container .logo {
  font-size: 0;
  opacity: 0;
  pointer-events: none;
}
header .header-container .logo img {
  width: 260px;
}
@media (max-width: 767.98px) {
  header .header-container .logo img {
    width: 120px;
  }
}
header .header-container .btn {
  border-color: var(--color-text-);
  color: var(--color-text-);
}
header .header-container .btn:hover {
  background-color: var(--color-text-);
  color: var(--color-text-opposite-);
}
header.header-black {
  --color-text-: var(--color-black-);
  --color-text-opposite-: var(--color-white-);
}

.cursor-ball {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-white-);
  mix-blend-mode: difference;
  position: fixed;
  top: var(--point-y-);
  left: var(--point-x-);
  z-index: 9999;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .cursor-ball {
    display: none !important;
  }
}

footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  padding: 0;
}
footer ul li:before {
  display: none;
}
footer {
  background-color: var(--color-blue-);
  padding: 90px 0 42px;
}
@media (max-width: 767.98px) {
  footer {
    padding: 72px 0 56px;
  }
}
footer a {
  text-decoration: none;
}
footer .container {
  max-width: unset;
}
footer .content {
  text-align: center;
}
footer .content h2 {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  footer .content h2 {
    line-height: 1.1;
  }
}
@media (min-width: 767.98px) {
  footer .content h2 br {
    display: none;
  }
}
footer .content .infos {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1689px;
  margin: 26px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 59px 59px;
}
footer .content .infos > * {
  width: calc((100% - 59px) / 2);
}
@media (max-width: 1439.98px) {
  footer .content .infos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
  }
  footer .content .infos > * {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 1079.98px) {
  footer .content .infos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
  }
  footer .content .infos > * {
    width: calc((100% - 0px) / 1);
  }
}
footer .content .infos .item > p {
  color: var(--color-white-);
  margin-bottom: 19px;
}
@media (max-width: 1439.98px) {
  footer .content .infos .item > p {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  footer .content .infos .item > p {
    font-size: 20px;
  }
}
footer .content .infos .item .info-box {
  background-color: var(--color-white-);
  border-radius: 192px;
  padding: 47px 30px 44px;
}
footer .content .infos .item .info-box h3 {
  font-size: 60px;
  line-height: 82px;
  margin-bottom: 8px;
}
@media (max-width: 1439.98px) {
  footer .content .infos .item .info-box h3 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  footer .content .infos .item .info-box h3 {
    font-size: 32px;
  }
}
footer .content .infos .item .info-box p {
  margin: 0;
}
@media (max-width: 1439.98px) {
  footer .content .infos .item .info-box p {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  footer .content .infos .item .info-box p {
    font-size: 20px;
  }
}
footer .content .infos .item .info-box .btn {
  margin-top: 43px;
}
@media (max-width: 767.98px) {
  footer .content .infos .item .info-box .btn {
    margin-top: 24px;
  }
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
  padding-right: 27px;
}
@media (max-width: 767.98px) {
  footer .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding: 0;
    margin-top: 80px;
  }
}
footer .footer-bottom p,
footer .footer-bottom li {
  font-size: 25px;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 767.98px) {
  footer .footer-bottom p,
  footer .footer-bottom li {
    font-size: 20px;
    line-height: 1.4;
  }
}
footer .footer-bottom ul {
  display: flex;
  gap: 66px;
}
@media (max-width: 767.98px) {
  footer .footer-bottom ul {
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
  }
}
footer .footer-bottom a {
  opacity: 1 !important;
}
footer .footer-bottom a:hover {
  color: var(--color-white-);
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 9px 20px;
  background-color: transparent;
  border: 2px solid var(--color-blue-);
  font-size: 23px;
  line-height: 31px;
  color: var(--color-text-);
  outline: none;
  box-shadow: none !important;
  border-radius: 30px;
  min-width: 182px;
  cursor: pointer;
  opacity: 1 !important;
  transition: all 0.6s;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 20px;
    line-height: 1.3;
    padding: 8px 15px;
    min-width: 150px;
  }
}
.btn:hover {
  background-color: var(--color-blue-);
}

.btn-white {
  border-color: var(--color-white-);
  color: var(--color-white-);
}
.btn-white:hover {
  background-color: var(--color-white-);
  color: var(--color-text-);
}

.bounce-headline span {
  display: inline-block;
}
.bounce-headline:hover span {
  animation: bounce 0.6s infinite ease-in-out;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.card-list > * {
  width: calc((100% - 48px) / 3);
}

.acc-list .acc-item {
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.acc-list .acc-item .acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px 0;
}
.acc-list .acc-item .acc-head h3 {
  transition: color 0.6s, opacity 0.6s;
}
.acc-list .acc-item .acc-head:after {
  font-family: "icomoon";
  content: "\e900";
  flex-shrink: 0;
  margin-left: 20px;
  transform: rotate(90deg);
  transition: all 0.6s;
}
.acc-list .acc-item .acc-head:hover h3 {
  opacity: 0.7;
}
.acc-list .acc-item .acc-body {
  padding-bottom: 24px;
  display: none;
}
.acc-list .acc-item.active .acc-head:after {
  transform: rotate(-90deg);
}

.parallax-inner {
  overflow: hidden;
}
.parallax-inner img {
  transform-origin: bottom;
  scale: 1.25;
  translate: 0 0;
}

.hero {
  position: relative;
}
.hero .wallpaper {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.hero .wallpaper img,
.hero .wallpaper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .container {
  position: relative;
}
.hero .content {
  height: 100vh;
  height: 100dvh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575.98px) {
  .hero .content {
    min-height: 600px;
  }
}
@media (max-width: 575.98px) {
  .hero h1 img {
    max-width: unset;
    width: 75vh;
    height: auto;
    transform: rotate(90deg);
  }
}

.form-pop-up {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  --color-text-: var(--color-white-);
  opacity: 0;
  pointer-events: none;
}
.form-pop-up .form-pop-up-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-pop-up .form-pop-up-content {
  width: calc(100% - 40px);
  max-width: 797px;
  height: calc(100vh - 100px);
  min-height: 600px;
  border-radius: 75px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(50px);
  padding: 88px 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 767.98px) {
  .form-pop-up .form-pop-up-content {
    height: calc(100vh - 200px);
    padding: 40px 10px 40px 20px;
    border-radius: 25px;
  }
}
.form-pop-up.active {
  opacity: 1;
  pointer-events: all;
}
.form-pop-up.active .form-pop-up-content {
  opacity: 1;
  pointer-events: all;
}
.form-pop-up .form-pop-up-container {
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
}
.form-pop-up .form-pop-up-container::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.form-pop-up .form-pop-up-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.form-pop-up .form-pop-up-container::-webkit-scrollbar-thumb {
  width: 2px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .form-pop-up .form-pop-up-container {
    padding-right: 10px;
  }
}
.form-pop-up .close-btn {
  position: absolute;
  top: 56px;
  right: 54px;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  width: 30px;
  height: 30px;
  line-height: 1;
  transition: all 0.3s;
}
.form-pop-up .close-btn span {
  width: 100%;
  height: 2px;
  background-color: var(--color-white-);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-pop-up .close-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767.98px) {
  .form-pop-up .close-btn {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
}
.form-pop-up .close-btn:hover {
  opacity: 0.7;
}
.form-pop-up .content {
  max-width: 584px;
  margin: 0 auto;
}
.form-pop-up .content h2 {
  max-width: 450px;
  margin-bottom: 26px;
}
.form-pop-up .content form {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .form-pop-up .content form {
    margin-top: 30px;
  }
}
.form-pop-up .content form .field-item {
  font-size: 0;
  margin-bottom: 0;
}
.form-pop-up .content form .field-item + .field-item {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .form-pop-up .content form .field-item + .field-item {
    margin-top: 12px;
  }
}
.form-pop-up .content form label {
  font-size: 25px;
  line-height: 34px;
  padding-left: 9px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .form-pop-up .content form label {
    font-size: 20px;
    line-height: 1.3;
  }
}
.form-pop-up .content form label input,
.form-pop-up .content form label select,
.form-pop-up .content form label textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% + 9px);
  height: 52px;
  background-color: transparent;
  outline: none;
  box-shadow: unset;
  border: 1px solid var(--color-text-);
  border-radius: 26px;
  margin-top: 5px;
  padding: 0 20px;
  font-size: 25px;
  line-height: 34px;
  margin-left: -9px;
}
@media (max-width: 767.98px) {
  .form-pop-up .content form label input,
  .form-pop-up .content form label select,
  .form-pop-up .content form label textarea {
    font-size: 20px;
    line-height: 1.3;
    height: 40px;
    padding: 0 16px;
    border-radius: 20px;
  }
}
.form-pop-up .content form label input:focus,
.form-pop-up .content form label select:focus,
.form-pop-up .content form label textarea:focus {
  border-color: var(--color-blue-);
}
.form-pop-up .content form label select {
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 26px center;
}
@media (max-width: 767.98px) {
  .form-pop-up .content form label select {
    background-size: 15px auto;
    background-position: right 16px center;
  }
}
.form-pop-up .content form label textarea {
  height: 256px;
  resize: none;
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .form-pop-up .content form label textarea {
    height: 160px;
    padding: 8px 16px;
  }
}
.form-pop-up .content form label .custom-select-wrapper ul {
  margin: 0;
  padding: 0;
}
.form-pop-up .content form label .custom-select-wrapper ul li {
  margin: 0;
  padding: 0;
}
.form-pop-up .content form label .custom-select-wrapper ul li:before {
  display: none;
}
.form-pop-up .content form label .custom-select-wrapper {
  position: relative;
}
.form-pop-up .content form label .custom-select-wrapper .custom-select-list {
  --color-text-: var(--color-black-);
  background-color: var(--color-white-);
  border: 1px solid var(--color-white-);
  border-radius: 30px;
  overflow: hidden;
  width: calc(100% + 9px);
  margin-left: -9px;
  padding: 4px 0;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  transform: translateY(100%);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.form-pop-up .content form label .custom-select-wrapper .custom-select-list li {
  font-size: 20px;
  line-height: 1.3;
  padding: 4px 16px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .form-pop-up .content form label .custom-select-wrapper .custom-select-list li {
    font-size: 18px;
  }
}
.form-pop-up .content form label .custom-select-wrapper .custom-select-list li:hover {
  background-color: var(--color-blue-);
}
.form-pop-up .content form label .custom-select-wrapper.open .custom-select-list {
  opacity: 1;
  pointer-events: all;
}
.form-pop-up .content form .submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}
.form-pop-up .content form .submit-row input[type=submit] {
  display: inline-block;
  width: 128px;
  height: 49px;
  color: var(--color-black-);
  background-color: var(--color-blue-);
  border: none;
  border-radius: 25px;
  font-size: 25px;
  line-height: 34px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .form-pop-up .content form .submit-row input[type=submit] {
    font-size: 20px;
    line-height: 1.3;
    height: 40px;
  }
}
.form-pop-up .content form .submit-row input[type=submit]:hover {
  background-color: var(--color-white-);
}
.form-pop-up .content form .submit-row img {
  width: 260px;
}
@media (max-width: 767.98px) {
  .form-pop-up .content form .submit-row img {
    width: 120px;
  }
}
.form-pop-up .wpcf7-not-valid-tip {
  display: none !important;
}
.form-pop-up .wpcf7-not-valid {
  border-color: red !important;
}
.form-pop-up .wpcf7-form-control-wrap {
  font-size: 0;
  line-height: 1;
}
.form-pop-up .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 30px 0 0 !important;
  font-size: 25px;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .form-pop-up .wpcf7-response-output {
    font-size: 20px;
    line-height: 1.3;
  }
}
.form-pop-up .invalid .wpcf7-response-output {
  color: red !important;
}
.form-pop-up .wpcf7-spinner {
  display: none !important;
}
.form-pop-up .submit-box {
  display: inline-block;
  position: relative;
  font-size: 0;
  line-height: 1;
}
.form-pop-up .submit-box:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-top: 2px solid var(--color-blue-);
  border-left: 2px solid var(--color-blue-);
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  animation: loading 1s infinite linear;
  opacity: 0;
  pointer-events: none;
}
.form-pop-up .submitting .submit-box input {
  background-color: var(--color-white-) !important;
  color: var(--color-white-) !important;
}
.form-pop-up .submitting .submit-box:after {
  opacity: 1;
}

.text-and-image {
  background-color: var(--color-yellow-);
  padding: 164px 0 194px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .text-and-image {
    padding: 72px 0;
  }
}
.text-and-image .content {
  max-width: 1611px;
  margin: 0 auto;
}
.text-and-image .text-box {
  max-width: 1188px;
  margin: 0 auto;
}
.text-and-image .img-box {
  margin-top: 159px;
  position: relative;
}
@media (max-width: 767.98px) {
  .text-and-image .img-box {
    margin-top: 64px;
  }
}
.text-and-image .img-box .text-img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-and-image .img-box .text-img .item {
  text-align: center;
}
.text-and-image .img-box .text-img img {
  width: auto;
  height: 130px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .text-and-image .img-box .text-img img {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image .img-box .text-img img {
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .text-and-image .img-box .text-img img {
    height: 40px;
  }
}

.not-found {
  background-color: var(--color-blue-);
  padding: 200px 0 80px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .not-found {
    padding: 120px 0 64px;
  }
}
.not-found .btn {
  border-color: var(--color-white-);
}
.not-found .btn:hover {
  background-color: var(--color-white-);
}/*# sourceMappingURL=style.css.map */