/* base */
html {
  scroll-behavior: smooth;
}
::placeholder {
  font-size: 14px !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff5f5;
}

.is-sp {
  display: none;
}
.is-pc {
  display: block;
}

.uxb-wrapper > section {
  padding-left: 0;
  padding-right: 0;
}
.mw-202 {
  max-width: 802px;
}
.mw-6205 {
  max-width: 250px;
}
.mw-175 {
  max-width: 700px;
}
.mw-18505 {
  max-width: 742px;
}
.mw-18705 {
  max-width: 750px;
}
.mw-192 {
  max-width: 768px;
}
.mw-24205 {
  max-width: 970px;
}
.mw-205 {
  max-width: 820px;
}
.pagination {
  margin-top: 30px;
}
.py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mb-13 {
  margin-bottom: 52px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-205 {
  margin-bottom: 10px;
}
.icon-box-small .icon-box-img + .icon-box-text {
  padding-left: 8px;
}
section.has-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.share {
  cursor: pointer;
}
.max-content {
  width: max-content;
}
.p-0{
	padding:0 !important;
}
.p-4 {
  padding: 16px;
}
.p-6 {
  padding: 24px;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}
.table-img {
  overflow: auto;
}
.table-img * {
  min-width: 750px;
}
.opacity-60 {
  opacity: 60%;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.row-gap-8 {
  row-gap: 32px;
}
.row-gap-10 {
  row-gap: 40px;
}
.col-gap-6 {
  column-gap: 24px;
}
.col-gap-705 {
  column-gap: 30px;
}
.col-gap-25 {
  column-gap: 100px;
}
.hover-bg-50:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg_video {
  z-index: -1;
  position: absolute;
  padding: 0;
  line-height: 1;
  width: 100%;
  height: 100%;
}
.bg_video > .col-inner {
  width: 100%;
  height: 100%;
}
.bg_video video,
.bg_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg_video.overlay:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.font-normal {
  font-weight: 400;
}
.grid {
  display: grid;
}
.grid:after {
  content: unset;
}
.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-2-auto {
  grid-template-columns: auto auto;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-3-auto {
  grid-template-columns: auto auto auto;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-4-auto {
  grid-template-columns: auto auto auto auto;
}
.grid-2-max-content {
  grid-template-columns: repeat(2, max-content);
}
.grid-3-max-content {
  grid-template-columns: repeat(3, max-content);
}
.grid-4-max-content {
  grid-template-columns: repeat(4, max-content);
}

.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-5{
	gap:20px;
}
.gap-6 {
  gap: 24px;
}
.gap-705 {
  gap: 30px;
}
.gap-8{
 gap:32px;
}
.gap-10 {
  gap: 40px;
}
.gap-15 {
  gap: 60px;
}
.gap-16{
	gap:64px;
}
.gap-25 {
  gap: 100px;
}
.text * {
  margin-bottom: 0;
}
.text-underline {
  text-decoration: underline;
  text-underline-position: under;
}
.wpcf7-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form input {
  margin-bottom: 0;
}
.wpcf7-response-output {
  color: #fff;
  margin: 30px 0 0 0 !important;
}

p.required:before {
    content: "*";
    color: rgba(255, 0, 32, 1);
    margin-right: 5px;
}
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid rgba(33, 43, 54, 1);
  border-radius: 4px;
  height: 3em;
  padding: 10px 16px;
  color: #fff;
  font-size: 0.875em;
  background-color: rgba(27, 27, 27, 1);
  box-shadow: unset;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  background-color: rgba(27, 27, 27, 1);
  color: #fff;
  box-shadow: unset;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(99, 115, 129, 1);
  font-size: 0.875em;
}
input[type="submit"] {
  color: rgba(33, 43, 54, 1);
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  height: 3.42857143em;
  border-radius: 4px;
}
.button:hover,
.dark .button.is-form:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  color: #212b36;
}
.wpcf7-spinner {
  display: none;
}
option {
  color: #fff;
}
select[aria-invalid="true"],
select:invalid,
option[value=""] {
  color: rgba(99, 115, 129, 1);
}
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select {
  background-image: url("/wp-content/themes/flatsome-child/images/select-dropdown.svg");
  background-size: 18px;
}
.ctf7-form-flat {
    width: 400px;
}
.ctf7-form-flat .crf7-field{
	width:71%;
}
.ctf7-form-flat input {
    height: 52px;
}
.ctf7-form-flat input[type="email"]{
	border:unset;
	border-top-right-radius:unset;
	border-bottom-right-radius:unset;
}
.ctf7-form-flat input[type=submit]{
	border:unset;
	border-top-left-radius:unset !important;
	border-bottom-left-radius:unset !important;
}
.button{
	line-height:1 !important;
	font-size:1rem;
}
.button.primary.gardient{
	background: linear-gradient(118.73deg, rgba(99, 1, 255, 0.6) 22.59%, rgba(10, 7, 255, 0.6) 61.37%, rgba(0, 238, 255, 0.6) 100%);
}
.button.is-outline{
	border-color: rgba(179, 179, 179, 1) !important;
}
.bg-gardient, .col-bg-gardient>.col-inner {
    background: linear-gradient(180deg, rgba(203, 0, 221, 0.01) 0%, rgba(61, 222, 237, 0.12) 100%);
    backdrop-filter: blur(5px);
	border-radius:16px;
}

.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline{
	border:1px solid;
}
.button.is-outline {
    border-color: #7700FF !important;
}
.swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
	margin-top:10px;
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    width: max-content;
    height: max-content;
    padding: 8px 16px;
    border: 1px solid #7700FF;
    border-radius: 4px;
    color: #fff;
    margin: unset !important;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 13px;
}
.col.swiper-slide{
	flex-basis: unset;
    max-width: unset;
}

.absolute-footer{
	display:none;
}
.p-sm{
	font-size:0.875rem;
}
/* base */
@media screen and (max-width: 850px) {
	.ctf7-form-flat {
    width: 100%;
}
	.grid-1-table {
    grid-template-columns: repeat(1, 100%);
  }
	.grid-2-table{
		grid-template-columns: repeat(2, 1fr);
	}
	.button{
	font-size:0.875rem;
}
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  .mw-unset-sp {
    max-width: unset;
  }
  .mb-8-sp {
    margin-bottom: 32px;
  }
  .w-full-sp {
    width: 100%;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .flex-col-sp {
    flex-flow: column;
  }
}
@media screen and (max-width: 550px) {
  .grid-1-sp {
    grid-template-columns: repeat(1, 100%);
  }
  .grid-2-sp-auto {
    grid-template-columns: auto auto;
  }
}
