.swiper, ol, ul {
  list-style: none;
}

.swiper-fade.swiper-free-mode .swiper-slide, .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
}

.error, .popup__txt i {
  font-style: italic;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.show__error .error, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: 700;
}

button, input, textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: SVN-Gotham;
  src: url("../fonts/SVN-GothamBold.d3fe2433665c.woff2") format("woff2"), url("../fonts/SVN-GothamBold.27e17de90f31.woff") format("woff"), url("../fonts/SVN-GothamBold.e1cbe9940c57.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SVN-Gotham;
  src: url("../fonts/SVN-Gotham.e96ffc3f9bbd.woff2") format("woff2"), url("../fonts/SVN-Gotham.9c9ac236d6bb.woff") format("woff"), url("../fonts/SVN-Gotham.d117bb71e7a6.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SVN-Gotham;
  src: url("../fonts/SVN-GothamItalic.56d2d3550be3.woff2") format("woff2"), url("../fonts/SVN-GothamItalic.1d506fb24108.woff") format("woff"), url("../fonts/SVN-GothamItalic.016172a2473c.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.check {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.check__input {
  position: relative;
  cursor: pointer;
}

.check__input::after, .check__input::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.check__input::before {
  border: 1px solid #f5be5e;
}

.check__input::after {
  background: linear-gradient(90deg, #f5be5e 0, #fbe6ad 47.3%, #f5be5e 93.62%);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
}

.swiper-android .swiper-slide, .swiper-pagination, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.check__input:checked::after {
  opacity: 1;
}

.check__input.chk__error::before {
  border-color: #ff1300;
}

.check__input.chk__error + .check__caption {
  color: #ff1300;
}

.check__caption {
  flex-grow: 1;
  flex: 1;
  cursor: pointer;
  line-height: 1.3;
  text-align: left;
}

.check__caption span {
  text-decoration-line: underline;
}

.buts, .container--full, .form {
  width: 100%;
}

.but, .ot-sdk-show-settings {
  position: relative;
  display: flex;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  font-family: SVN-Gotham;
  align-items: center;
  justify-content: center;
  background-color: #dc1100;
  box-shadow: 0 16px 22px 0 rgba(44, 0, 0, 0.22);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.input__caption, body {
  line-height: 1;
  font-weight: 500;
}

.but__red:active:not(:disabled), .but__red:hover:not(:disabled), .ot-sdk-show-settings__red:active:not(:disabled), .ot-sdk-show-settings__red:hover:not(:disabled) {
  background-color: #f31909;
}

.but:disabled, .ot-sdk-show-settings:disabled {
  filter: grayscale(1);
}

.but span, .ot-sdk-show-settings span {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #f5be5e;
  z-index: 2;
}

.but__gradient--yellow::after, .but__gradient--yellow::before, .ot-sdk-show-settings__gradient--yellow::after, .ot-sdk-show-settings__gradient--yellow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.but__gradient--yellow::before, .ot-sdk-show-settings__gradient--yellow::before {
  background: linear-gradient(90deg, #f5be5e 0, #fbe6ad 47.3%, #f5be5e 93.62%), linear-gradient(180deg, #ff1502 14.17%, #930200 91.67%);
}

.but__gradient--yellow::after, .ot-sdk-show-settings__gradient--yellow::after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  box-shadow: 0 7.5293726921px 7.5293726921px 0 rgba(0, 0, 0, 0.15), 0 -14px 14.9999990463px 0 #cc9a44 inset;
  background: linear-gradient(360deg, #f5be5e 0, #fbe6ad 50.52%, #f5be5e 100%);
  background-size: 100% 400%;
  -webkit-animation: 7s infinite gradient;
  animation: 7s infinite gradient;
}

.but__gradient--yellow span, .ot-sdk-show-settings__gradient--yellow span {
  color: #dc1100;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.but.request__otp, .ot-sdk-show-settings.request__otp {
  letter-spacing: -1px;
}

.but.request__otp .request__txt, .but.request__otp .time, .ot-sdk-show-settings.request__otp .request__txt, .ot-sdk-show-settings.request__otp .time {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
}

.but.request__otp .time, .ot-sdk-show-settings.request__otp .time {
  text-transform: lowercase;
}

.but.request__otp .time__count, .ot-sdk-show-settings.request__otp .time__count {
  min-width: 2.8571428571rem;
}

.but.request__otp.isCount .time, .ot-sdk-show-settings.request__otp.isCount .time {
  opacity: 1;
  visibility: visible;
}

.but.request__otp.isCount .normal__txt, .but.request__otp.isCount .request__txt, .ot-sdk-show-settings.request__otp.isCount .normal__txt, .ot-sdk-show-settings.request__otp.isCount .request__txt {
  opacity: 0;
  visibility: hidden;
}

.ot-sdk-show-settings {
  margin: 20px auto;
  color: #f5be5e;
  box-shadow: none;
}

.input__txt, .input__txt:focus {
  color: #dc1100;
}

@-webkit-keyframes gradient {
  0%, 100% {
    background-position: 100% 0;
  }
  50% {
    background-position: 100% 200%;
  }
}
@keyframes gradient {
  0%, 100% {
    background-position: 100% 0;
  }
  50% {
    background-position: 100% 200%;
  }
}
input:-internal-autofill-selected {
  background-color: -internal-light-dark(#e8f0fe, rgba(70, 90, 126, 0.4)) !important;
}

.input__wrap {
  position: relative;
  width: 100%;
}

.input__caption {
  display: block;
  font-family: SVN-Gotham;
}

.error, html {
  line-height: 1.4;
}

.error, .input__txt {
  width: 100%;
  font-weight: 400;
}

.input__caption sup {
  font-size: 80%;
  vertical-align: super;
  line-height: 1;
}

.input__txt {
  font-family: SVN-Gotham;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90deg, #f5be5e 0, #fbe6ad 47.3%, #f5be5e 93.62%) border-box;
  border: 1px solid transparent;
  outline: 0;
}

.error, body {
  color: #fff;
  font-family: SVN-Gotham;
}

.input__txt.input__error {
  border: 2px solid #dc1100;
}

.input__txt::placeholder {
  color: #dc1100;
}

.input__txt:-ms-input-placeholder {
  color: #dc1100;
}

.input__txt::-moz-placeholder {
  color: #dc1100;
}

.error {
  position: absolute;
  left: 0;
  top: 100%;
  text-align: right;
  padding-right: 2%;
  display: none;
}

.bg, .section {
  position: relative;
}

.bg, [class*="--img"] {
  line-height: 0;
}

.flex, .swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.bg, .bg img, .section, [class*="--img"] img {
  width: 100%;
  height: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: SVN-Gotham;
  font-weight: 700;
  line-height: 1.4;
}

.hide-txt {
  font-size: 0;
}

.bg {
  display: block;
  pointer-events: none;
}

.swiper-slide, .swiper-wrapper {
  height: 100%;
  position: relative;
  transition-property: transform;
}

.flex {
  display: flex;
}

.nowrap {
  flex-wrap: nowrap;
}

.flex-auto {
  flex: 1 0 auto;
}

.ali-center {
  align-items: center;
}

.ali-start {
  align-items: flex-start;
}

.ali-end {
  align-items: flex-end;
}

.jus-start {
  justify-content: start;
}

.jus-end {
  justify-content: flex-end;
}

.jus-center {
  justify-content: center;
}

.jus-around, .jus-between {
  justify-content: space-around;
}

.ta-center {
  text-align: center;
}

.popup .ta-left, .ta-left {
  text-align: left;
}

.flex-grow {
  flex-grow: 1;
}

.container {
  width: 90%;
  margin: 0 auto;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
  --swiper-navigation-size:44px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  width: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.market h2, .popup__message h3, .section__join h2, .section__welcome .welcome h1, .section__welcome .welcome h2 {
  text-transform: uppercase;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock, .swiper-pagination-lock, .swiper-scrollbar-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag, .swiper-slide-zoomed {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-cube .swiper-slide .swiper-slide, .swiper-fade .swiper-slide .swiper-slide, .swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active, .swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active, .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cards, .swiper-cube, .swiper-flip {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header__wrap .logo-event, .header__wrap .logo-kinhdo {
  line-height: 0;
  margin: 0;
}

.header__wrap .logo-event img, .header__wrap .logo-kinhdo img, .header__wrap img {
  width: 100%;
  height: auto;
}

.header__wrap .logo-event {
  position: absolute;
}

.header__wrap a {
  display: block;
  width: 100%;
}

.form__group .input__wrap .caption__wrap {
  display: flex;
  justify-content: space-between;
}

.form__group .input__wrap .input__wrap-button {
  display: flex;
  align-items: center;
}

.form__group .input__wrap .input__wrap-button input {
  flex: 1;
}

.form__group .input__wrap .input__wrap-button .but {
  margin-left: 16px;
}

.form__group.otp__message {
  display: none;
  text-align: center;
}

.form__group.otp__message .otp__valid {
  color: #f5be5e;
}

.form__group.otp__message .otp__notvalid {
  color: #dc1100;
}

.form__group.otp__message.invalid, .form__group.otp__message.valid {
  display: block;
}

.form__group.otp__message.invalid .otp__valid, .form__group.otp__message.valid .otp__notvalid {
  display: none;
}

.section__welcome .welcome {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
}

.section__welcome .welcome .container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.section__welcome .welcome__gallery {
  display: grid;
  grid-gap: 0px;
  margin-bottom: 10px;
}

.section__welcome .welcome__gallery--img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__welcome .welcome__gallery--img1 {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-right: -1.1rem;
  margin-bottom: -0.5rem;
  -webkit-animation: 2s ease-in-out infinite alternate imgY;
  animation: 2s ease-in-out infinite alternate imgY;
}

.section__welcome .welcome__gallery--img2 {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  margin-right: -1rem;
  margin-top: -0.5rem;
  -webkit-animation: 2s ease-in-out infinite alternate-reverse imgY;
  animation: 2s ease-in-out infinite alternate-reverse imgY;
}

.section__welcome .welcome__gallery--img3 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-bottom: -1rem;
  -webkit-animation: 3.5s ease-in-out infinite alternate-reverse imgY;
  animation: 3.5s ease-in-out infinite alternate-reverse imgY;
}

.section__welcome .welcome__gallery--img4 {
  grid-column-start: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-left: -1.1rem;
  margin-bottom: -0.5rem;
  -webkit-animation: 2s ease-in-out infinite alternate imgY;
  animation: 2s ease-in-out infinite alternate imgY;
}

.section__welcome .welcome__gallery--img5 {
  grid-column-start: 4;
  grid-row-start: 2;
  -webkit-animation: 2s ease-in-out infinite alternate-reverse imgY;
  animation: 2s ease-in-out infinite alternate-reverse imgY;
  margin-top: -1rem;
  grid-row-end: 3;
}

.market, .section__market, .section__welcome .welcome__countdown {
  width: 100%;
}

.section__welcome .welcome__comming {
  color: #fff;
}

.section__welcome .welcome__comming p {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.section__join .cakes__check-item.active .cakes__check-item--txt, .section__partner .product__tab--item.active {
  color: #f5be5e;
}

.section__welcome .clock {
  display: flex;
  justify-content: center;
}

.section__welcome .dial-container {
  display: flex;
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000;
  box-shadow: 0 22.1905517578px 30.512008667px 0 rgba(44, 0, 0, 0.22);
}

.section__welcome .dial-container::after, .section__welcome .dial-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.6875rem;
  -o-border-radius: 0.6875rem;
  -moz-border-radius: 0.6875rem;
  -ms-border-radius: 0.6875rem;
  border-radius: 0.6875rem;
}

.section__welcome .dial-container::before {
  background: linear-gradient(90deg, #f5be5e 0, #fbe6ad 47.3%, #f5be5e 93.62%), linear-gradient(180deg, #ff1502 14.17%, #930200 91.67%);
}

.section__welcome .dial-container::after {
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(180deg, #ff1502 0, #930200 100%);
}

.section__welcome .dial {
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 3;
}

.section__welcome .dial span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  color: #f5be5e;
  text-align: center;
  font-weight: 700;
}

.section__welcome .dial span:first-child {
  z-index: 2;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.section__welcome .dial span:last-child {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  line-height: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.section__welcome .dial--flipped {
  z-index: 2;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.section__welcome .dial--next {
  z-index: 2;
}

.section__join, .section__welcome .dial--later {
  z-index: 1;
}

@-webkit-keyframes imgY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
}
@keyframes imgY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-94.733332%, 0);
    transform: translate(-94.733332%, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-94.733332%, 0);
    transform: translate(-94.733332%, 0);
  }
}
.section__join .join {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section__join .wave {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.section__join .wave::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.section__join .wave__left, .section__join .wave__right {
  position: absolute;
  line-height: 0;
}

.section__join .wave__left img, .section__join .wave__right img {
  width: 100%;
  height: auto;
}

.section__join .form {
  position: relative;
  background: linear-gradient(180deg, #d11000 0, #a60d00 0) padding-box, linear-gradient(90deg, #f5be5e 0, #fbe6ad 47.3%, #f5be5e 93.62%) border-box;
  border: 1px solid transparent;
}

.section__join .form__wrap {
  position: relative;
  z-index: 2;
}

.section__join .form__head {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}

.section__join .cakes__check {
  position: relative;
}

.section__join .cakes__check-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.section__join .cakes__check-item {
  text-align: center;
  cursor: pointer;
}

.section__join .cakes__check-item--img {
  border: 1px solid #dc1100;
  position: relative;
}

.section__join .cakes__check-item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__join .cakes__check-item--img span {
  position: absolute;
  border: 1px solid #dc1100;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.section__join .cakes__check-item--img span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/checked.b91dee29e394.png") center center/90% auto no-repeat;
  opacity: 0;
}

.section__join .cakes__check-item--txt {
  font-weight: 400;
  color: #fff;
}

.section__join .cakes__check-item.active .cakes__check-item--img {
  background-color: #fff;
}

.section__join .cakes__check-item.active .cakes__check-item--img span {
  background-color: #dc1100;
}

.section__join .cakes__check-item.active .cakes__check-item--img span::after {
  opacity: 1;
}

.section__join .introduction__txt {
  text-align: center;
}

.section__join .introduction__txt a {
  text-decoration: underline;
}

.section__join .introduction__img {
  line-height: 0;
}

.section__join .introduction__img img {
  width: 100%;
  height: auto;
  position: relative;
}

.section__join .introduction .open__tnc {
  cursor: pointer;
}

.section__join .lanterns__img {
  position: absolute;
  line-height: 0;
  z-index: 5;
  -webkit-animation: 20s ease-in-out infinite decorY;
  animation: 20s ease-in-out infinite decorY;
}

.section__join .lanterns__img img {
  width: 100%;
  height: auto;
}

@keyframes decorY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5vh);
    transform: translateY(5vh);
  }
  5%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-110vh);
    transform: translateY(-110vh);
  }
}
.section__partner {
  z-index: 0;
}

.btn__go--top, .popup {
  z-index: 20;
  opacity: 0;
}

.section__partner .product {
  position: relative;
  width: 100%;
}

.section__partner .product__header {
  width: 100%;
  text-align: center;
}

.section__partner .product__tab {
  display: flex;
  justify-content: center;
  font-weight: 700;
}

.section__partner .product__tab--item {
  color: #dc1100;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dc1100;
  cursor: pointer;
}

.section__partner .product__tab--item:last-child {
  border-right: 0;
}

.section__partner .product__body {
  margin: 0 auto;
  position: relative;
}

.section__partner .product__body--item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: 0.3s ease-in-out, visibility 0s linear 0.3s;
}

.section__partner .product__body--item.active {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.section__partner .product__item {
  position: relative;
}

.section__partner .product__item--img, .section__partner .product__item--img img {
  width: 100%;
  height: auto;
}

.section__partner .product__item--txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.section__partner .product__item--txt h3 {
  font-weight: 700;
}

.section__partner .nav__control {
  position: absolute;
  left: 0;
}

.market__list {
  display: flex;
}

.market__item {
  flex: 1 1 auto;
  background-clip: padding-box;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90deg, #f5be5e 0, #fbe6ad 47.3%, #f5be5e 93.62%) border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.market__item:hover {
  opacity: 0.5;
}

.market__item a {
  display: block;
}

.market__img {
  width: 100%;
  line-height: 1;
}

.market__img a {
  width: 100%;
  height: 100%;
}

.market__img a img {
  width: 100%;
  height: auto;
}

.market h2 {
  text-align: center;
}

.noScroll {
  height: 100%;
  overflow: hidden;
}

.nav__control {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__control .pagination-custom, .nav__control .swiper-button-next, .nav__control .swiper-button-prev {
  position: static;
}

.nav__control .swiper-button-next, .nav__control .swiper-button-prev {
  -webkit-transform: none;
  transform: none;
  margin: 0;
}

.nav__control .swiper-button-next::after, .nav__control .swiper-button-prev::after {
  display: none;
}

.nav__control .swiper-button-next.swiper-button-disabled, .nav__control .swiper-button-next.swiper-button-lock, .nav__control .swiper-button-prev.swiper-button-disabled, .nav__control .swiper-button-prev.swiper-button-lock {
  opacity: 1;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.nav__control .swiper-button-next {
  background: url("../images/next.e211f50605b9.png") center center/100% auto no-repeat;
  display: block;
}

.nav__control .swiper-button-prev {
  background: url("../images/prev.e211f50605b9.png") center center/100% auto no-repeat;
  display: block;
}

.nav__control .pagination-custom {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__go--top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #dc1100;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 42px;
  height: 42px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}

.btn__go--top img {
  width: 11px;
  height: auto;
}

.btn__go--top.fixed {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.footer {
  width: 100%;
  background: linear-gradient(180deg, rgba(36, 0, 0, 0) 0, #6a0000 100%);
}

.footer__wrap {
  border-top: 1px solid #dc1100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer__info {
  display: flex;
  flex-direction: column;
}

.footer__info .copyright {
  color: #dc1100;
  font-weight: 400;
}

.footer__info .info__list {
  display: flex;
  flex-wrap: wrap;
}

.popup .but__close img, .popup__txt img {
  width: 100%;
  height: auto;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: 0.3s ease-in-out, visibility 0s linear 0.3s;
}

.popup__cookie {
  height: auto;
  bottom: 0;
  top: auto;
  -webkit-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0 0;
  background: #a85350;
  color: #fff;
  overflow: hidden;
}

.popup__cookie .cookie__content {
  padding: 30px;
}

.popup__cookie .cookie__content p {
  font-size: 12px;
}

.popup__open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.popup__wrap {
  position: relative;
  text-align: center;
}

.popup__message h3 {
  color: #dc1100;
  font-weight: 700;
}

.popup__message p {
  color: #5a0100;
  font-weight: 500;
}

.popup__txt .info__contact > * a, .popup__txt .popup__content--wrap a, .popup__txt h3, .popup__txt h4, .popup__txt h5 {
  color: #dc1100;
}

.popup__txt {
  color: #5a0100;
}

.popup__txt .popup__wrap {
  display: flex;
  flex-direction: column;
  height: 90vh;
  overflow: hidden;
}

.popup__txt .popup__content {
  flex-grow: 1;
  overflow: hidden;
  text-align: left;
}

.popup__txt .popup__content--wrap {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup__txt .popup__content--wrap::-webkit-scrollbar {
  width: 4px;
  background-color: #5a0100;
}

.popup__txt .popup__content--wrap::-webkit-scrollbar-thumb {
  background: #dc1100;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.popup__txt .info__contact {
  display: flex;
  align-items: center;
}

.popup__txt .info__contact > * {
  flex: 1 1 auto;
  text-align: center;
}

.popup__txt table {
  border-left: 1px solid #5a0100;
  border-top: 1px solid #5a0100;
}

.popup__txt table td, .popup__txt table th {
  border-right: 1px solid #5a0100;
  border-bottom: 1px solid #5a0100;
  font-size: inherit;
  font-weight: inherit;
}

.popup__content {
  background: linear-gradient(90deg, #f5be5e 0, #fbe6ad 50.52%, #f5be5e 100%);
  text-align: center;
  box-shadow: 0 4px 0 0 #f31909;
  border: 2px solid rgba(253, 228, 152, 0.8705882353);
}

.popup .but__close {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

@media screen and (min-width: 1024px) {
  .check__agree {
    padding: 0 10% 1.875rem;
  }
  .check:not(:last-child), .section__welcome .welcome p {
    margin-bottom: 0.75rem;
  }
  .check__input {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
  }
  .check__caption {
    padding-left: 0.5rem;
    font-size: 0.75rem;
  }
  .but, .ot-sdk-show-settings {
    height: 2.75rem;
    font-size: 0.875rem;
    -webkit-border-radius: 2.25rem;
    -o-border-radius: 2.25rem;
    -moz-border-radius: 2.25rem;
    -ms-border-radius: 2.25rem;
    border-radius: 2.25rem;
    padding: 0 1.875rem;
    overflow: hidden;
  }
  .but__big, .ot-sdk-show-settings__big, h2 {
    font-size: 1.5rem;
  }
  .but__gradient--yellow, .ot-sdk-show-settings__gradient--yellow {
    height: 3.875rem;
    -webkit-border-radius: 5.4375rem;
    -o-border-radius: 5.4375rem;
    -moz-border-radius: 5.4375rem;
    -ms-border-radius: 5.4375rem;
    border-radius: 5.4375rem;
  }
  .but__gradient--yellow::after, .but__gradient--yellow::before, .ot-sdk-show-settings__gradient--yellow::after, .ot-sdk-show-settings__gradient--yellow::before {
    -webkit-border-radius: 5.4375rem;
    -o-border-radius: 5.4375rem;
    -moz-border-radius: 5.4375rem;
    -ms-border-radius: 5.4375rem;
    border-radius: 5.4375rem;
  }
  .input__caption {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
  .input__caption span {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
  }
  .input__caption span sup {
    margin-left: 0.1875rem;
  }
  .input__txt {
    height: 2.75rem;
    font-size: 0.875rem;
    padding: 0 1.5rem;
    -webkit-border-radius: 2.25rem;
    -o-border-radius: 2.25rem;
    -moz-border-radius: 2.25rem;
    -ms-border-radius: 2.25rem;
    border-radius: 2.25rem;
  }
  .error {
    font-size: 0.8125rem;
    padding-top: 0.25rem;
  }
  html {
    font-size: 0.975vw;
  }
  .sp {
    display: none !important;
  }
  .container {
    max-width: 68rem;
  }
  .container--full {
    max-width: 100%;
  }
  h1 {
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
  }
  h3, h4, h5 h6 {
    font-size: 1.25rem;
  }
  p, span {
    font-size: 1rem;
    line-height: 1.375;
  }
  .header__wrap {
    padding: 1.125rem 5rem;
  }
  .header__wrap .logo-kinhdo {
    width: 6.875rem;
  }
  .header__wrap .logo-event {
    width: 9.975rem;
    top: -0.8rem;
    right: 0;
  }
  .form__group {
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .section__welcome .welcome .container {
    max-width: 38.75rem;
    padding-top: 8vw;
  }
  .section__welcome .welcome__gallery {
    width: 100%;
  }
  .section__welcome .welcome__countdown .but {
    width: 56.4516129032%;
    margin: 0 auto 1.25rem;
  }
  .section__welcome .welcome__comming {
    padding: 0 1.875rem 1.25rem;
  }
  .section__welcome .welcome__comming h1 {
    font-size: 1.25rem;
  }
  .section__welcome .welcome__comming p {
    font-size: 1rem;
  }
  .section__welcome .welcome__comming h1, .section__welcome .welcome__comming p {
    margin-bottom: 0.625rem;
  }
  .section__welcome .clock {
    margin-bottom: 1.6875rem;
  }
  .section__welcome .dial-container {
    flex: 0 0 50px;
    flex: 0 0 3.125rem;
    max-width: 3.125rem;
    height: 4.25rem;
    margin: 0 3px;
  }
  .section__welcome .dial span {
    width: 100%;
    height: 2.125rem;
    line-height: 4.25rem;
    font-size: 2.25rem;
  }
  .section__welcome .dial {
    top: -0.3rem;
    width: 100%;
    height: 1.0625rem;
    -webkit-transform-origin: 2.125rem 2.125rem;
    -ms-transform-origin: 2.125rem 2.125rem;
    transform-origin: 2.125rem 2.125rem;
  }
  .section__join .wave {
    margin-top: -18vw;
  }
  .section__join .wave.b2b {
    margin-top: -40vw;
  }
  .section__join .wave::before {
    padding-top: 38.8020833333%;
  }
  .section__join .wave__right {
    width: 80.8333333333%;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .section__join .wave__left {
    width: 64.0277777778%;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .section__join .bg {
    margin-top: -13vw;
    z-index: 3;
  }
  .section__join .container {
    align-items: flex-end;
    justify-content: space-between;
  }
  .section__join .join {
    padding-top: 35vw;
    z-index: 3;
  }
  .section__join .join .but__attend {
    width: 15.9375rem;
    margin: 0 auto;
  }
  .section__join .form {
    position: relative;
    z-index: 1;
    flex: 0 0 57.9044117647%;
    max-width: 57.9044117647%;
    padding: 2.1875rem;
    -webkit-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    border-radius: 0.75rem;
  }
  .section__join .form__head {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .section__join .introduction {
    flex: 0 0 35.4779411765%;
    max-width: 35.4779411765%;
  }
  .section__join .introduction h2, .section__join .introduction p {
    margin-bottom: 1.25rem;
  }
  .section__join .introduction__img {
    padding-top: 0.625rem;
  }
  .section__join .introduction__img img {
    width: 151.5%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .section__join .cakes__check {
    padding: 0.625rem 0 0;
    margin-bottom: 1.625rem;
  }
  .section__join .cakes__check p {
    font-size: 0.875rem;
  }
  .section__join .cakes__check-list {
    column-gap: 0.625rem;
    row-gap: 0.625rem;
    margin-top: 0.625rem;
  }
  .section__join .cakes__check-item {
    width: 4.3125rem;
  }
  .section__join .cakes__check-item--img {
    width: 4.3125rem;
    height: 4.3125rem;
    padding: 0.34375rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
  }
  .section__join .cakes__check-item--img span {
    top: 0.25rem;
    right: 0.25rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  .section__join .cakes__check-item--txt {
    margin-top: 0.3125rem;
    font-size: 0.5625rem;
  }
  .section__join .lanterns__img--medium {
    width: 18.375rem;
    left: 3%;
    top: 15vw;
  }
  .section__join .lanterns__img--small {
    right: 3%;
    top: 9vw;
    width: 12.75rem;
  }
  .section__partner {
    padding-bottom: 20vw;
  }
  .section__partner .bg {
    margin-top: -28vw;
  }
  .section__partner .nav__control {
    bottom: 2.5rem;
  }
  .partner {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding-top: 22vw;
  }
  .partner .product {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .partner .product__header {
    width: 100%;
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .partner .product__header h2 {
    margin-bottom: 1.25rem;
  }
  .partner .product__tab {
    width: 53.6764705882%;
    margin: 0 auto 1.875rem;
    display: flex;
  }
  .partner .product__tab--item {
    padding: 0 2.5rem 4px;
    font-size: 1.25rem;
    line-height: 1;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .partner .product__tab--item:hover:not(.active) {
    color: #f5be5e;
  }
  .partner .product__body {
    width: 53.6764705882%;
    margin: 0 auto;
  }
  .partner .product__item--txt {
    bottom: 6.25rem;
  }
  .partner .product__item--txt h3 {
    font-size: 1.25rem;
  }
  .section__market {
    padding-bottom: 4.375rem;
  }
  .section__market .market {
    width: 53.6764705882%;
    margin: 0 auto;
  }
  .section__market .market__head {
    margin-bottom: 1.75rem;
  }
  .section__market .market__list {
    column-gap: 0.9166666667rem;
    margin-bottom: 1.75rem;
  }
  .section__market .market__item {
    border: 2px solid transparent;
    -webkit-border-radius: 1.4375rem;
    -o-border-radius: 1.4375rem;
    -moz-border-radius: 1.4375rem;
    -ms-border-radius: 1.4375rem;
    border-radius: 1.4375rem;
  }
  .section__market .market__item a {
    padding: 1.125rem 1.625rem;
  }
  .section__market .market .but img {
    margin-left: 5px;
  }
  .nav__control .pagination-custom {
    width: 5rem;
    height: 2.125rem;
  }
  .nav__control .swiper-button-next, .nav__control .swiper-button-prev {
    width: 2.125rem;
    height: 2.125rem;
  }
  .footer .container--full {
    padding: 0 5rem;
  }
  .footer__wrap {
    padding: 1.375rem 0 2.25rem;
  }
  .footer__info {
    flex-direction: column;
    align-items: flex-end;
  }
  .footer__info .copyright {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
  .footer__info .info__list {
    column-gap: 0.625rem;
  }
  .footer__info .info__list .info__item:not(:first-child) {
    padding-left: 0.625rem;
    border-left: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, #f5be5e 0%, #fbe6ad 47.3%, #f5be5e 93.62%);
  }
  .footer__info a {
    display: block;
    font-size: 0.75rem;
    padding-bottom: 3px;
  }
  .popup__message h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .popup__message p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .popup__message p:last-child {
    margin-bottom: 0;
  }
  .popup__message .popup__content {
    padding: 1.5rem 3rem;
    -webkit-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    border-radius: 0.75rem;
  }
  .popup__message .but {
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.125rem;
  }
  .popup__txt {
    font-size: 0.8125rem;
  }
  .popup__txt .popup__wrap {
    width: 39.375rem;
  }
  .popup__txt .popup__content {
    -webkit-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    border-radius: 0.75rem;
    padding: 1.5rem;
  }
  .popup__txt .popup__content--wrap {
    padding: 0 1.5rem;
  }
  .popup__txt .popup__content--wrap > * {
    margin-bottom: 0.625rem;
  }
  .popup__txt h3 {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .popup__txt h4, .popup__txt h5, .popup__txt h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .popup__txt li, .popup__txt p, .popup__txt span {
    font-size: 0.8125rem;
  }
  .popup__txt td, .popup__txt th {
    padding: 0.5rem;
  }
  .popup__txt .info__contact > :nth-child(2) {
    border-left: 1px solid #5a0100;
    border-right: 1px solid #5a0100;
  }
  .popup .but__close {
    margin-top: 1.25rem;
    width: 2.6875rem;
    height: 2.625rem;
  }
}
@media screen and (max-width: 1023px) {
  .check {
    align-items: flex-start;
  }
  .check__agree {
    padding-bottom: 8vw;
  }
  .check:not(:last-child) {
    margin-bottom: 3.2vw;
  }
  .check__input {
    position: relative;
    width: 6.4vw;
    height: 6.4vw;
  }
  .check__caption {
    padding-left: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
  .but, .ot-sdk-show-settings {
    height: 11.7333333333vw;
    font-size: 4.8vw;
    -webkit-border-radius: clamp(48px, 15.4666666667vw, 58px);
    -o-border-radius: clamp(48px, 15.4666666667vw, 58px);
    -moz-border-radius: clamp(48px, 15.4666666667vw, 58px);
    -ms-border-radius: clamp(48px, 15.4666666667vw, 58px);
    border-radius: clamp(48px, 15.4666666667vw, 58px);
    padding: 0 8vw;
    overflow: hidden;
  }
  .but__gradient--yellow::after, .but__gradient--yellow::before, .ot-sdk-show-settings__gradient--yellow::after, .ot-sdk-show-settings__gradient--yellow::before {
    -webkit-border-radius: clamp(48px, 15.4666666667vw, 58px);
    -o-border-radius: clamp(48px, 15.4666666667vw, 58px);
    -moz-border-radius: clamp(48px, 15.4666666667vw, 58px);
    -ms-border-radius: clamp(48px, 15.4666666667vw, 58px);
    border-radius: clamp(48px, 15.4666666667vw, 58px);
  }
  .but.request__otp, .ot-sdk-show-settings.request__otp {
    letter-spacing: -1px;
    font-size: 3.7333333333vw;
    padding: 0 2.6666666667vw 0.8vw;
  }
  .but.request__otp .time__count, .ot-sdk-show-settings.request__otp .time__count {
    min-width: 2.2rem;
  }
  .ot-sdk-show-settings {
    font-size: 3.7333333333vw;
  }
  .input__caption {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
  .input__txt {
    font-size: 3.7333333333vw;
    padding: 0 4vw 0.8vw;
    height: 11.7333333333vw;
    -webkit-border-radius: clamp(26px, 9.6vw, 36px);
    -o-border-radius: clamp(26px, 9.6vw, 36px);
    -moz-border-radius: clamp(26px, 9.6vw, 36px);
    -ms-border-radius: clamp(26px, 9.6vw, 36px);
    border-radius: clamp(26px, 9.6vw, 36px);
  }
  .error {
    font-size: 3.2vw;
    padding-top: 1.0666666667vw;
  }
  .container, .container--full, .marquee__box {
    width: 100%;
  }
  html {
    font-size: 4vw;
  }
  .pc {
    display: none !important;
  }
  .container {
    max-width: initial;
  }
  h1, h2 {
    font-size: 4.8vw;
  }
  h3, h4, h5, h6 {
    font-size: 4.2666666667vw;
  }
  p, span {
    font-size: 3.2vw;
    line-height: 1.375;
  }
  .header__wrap {
    width: 100%;
    height: 25.0666666667vw;
    align-items: center;
  }
  .header__wrap .logo-kinhdo {
    position: relative;
    width: 15.4666666667vw;
    left: 5.3333333333vw;
  }
  .header__wrap .logo-event {
    position: absolute;
    right: 0;
    top: 0;
    width: 25.0666666667vw;
  }
  .form__group {
    margin-bottom: 5.3333333333vw;
  }
  .form__group.otp__message {
    margin: 0;
    padding: 2.6666666667vw 0;
  }
  .form__group .input__wrap .input__wrap-button .but {
    margin-left: 10px;
  }
  .section__welcome .welcome .container {
    padding-top: 24.5333333333vw;
  }
  .section__welcome .welcome h1 {
    margin-bottom: 4.2666666667vw;
  }
  .section__welcome .welcome p {
    margin-bottom: 2.6666666667vw;
  }
  .section__welcome .welcome__gallery {
    height: 37.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .section__welcome .welcome__countdown {
    padding: 0 10px;
  }
  .section__welcome .welcome__countdown .but {
    width: 62.1333333333%;
    margin: 0 auto 2.6666666667vw;
  }
  .section__welcome .welcome__countdown .clock {
    margin-bottom: 3.2vw;
  }
  .section__welcome .welcome__countdown .dial-container {
    flex: auto;
    max-width: 50px;
    height: 12.8vw;
    margin: 0 2px;
  }
  .section__welcome .welcome__countdown .dial span {
    width: 100%;
    height: 6.4vw;
    line-height: 12.8vw;
    font-size: 8vw;
  }
  .section__welcome .welcome__countdown .dial span:last-child {
    line-height: 0;
  }
  .section__welcome .welcome__countdown .dial {
    top: -0.7vw;
    width: 100%;
    height: 3.2vw;
    -webkit-transform-origin: 50px 6.3vw;
    -ms-transform-origin: 50px 6.3vw;
    transform-origin: 50px 6.3vw;
  }
  .section__welcome .welcome__comming {
    padding: 5.3333333333vw 5.3333333333% 16vw;
  }
  .section__welcome .welcome__comming h1 {
    font-size: 4.8vw;
  }
  .section__welcome .welcome__comming p {
    font-size: 3.7333333333vw;
  }
  .section__welcome .welcome__comming h1, .section__welcome .welcome__comming p {
    margin-bottom: 3.7333333333vw;
  }
  .section__welcome.b2b .welcome {
    position: relative;
    margin-top: -144vw;
  }
  .marquee__list {
    display: flex;
    -webkit-animation: 90s linear infinite marquee;
    animation: 90s linear infinite marquee;
  }
  .marquee__list .welcome__gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section__join .wave {
    margin-top: -18vw;
  }
  .section__join .wave::before {
    padding-top: 39.7333333333%;
  }
  .section__join .wave__right {
    width: 66.1333333333%;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translate(8.8064516129%);
    transform: translate(8.8064516129%);
  }
  .section__join .wave__left {
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translate(-12.5333333333%);
    transform: translate(-12.5333333333%);
  }
  .section__join .bg {
    z-index: 3;
  }
  .section__join .join {
    position: relative;
    z-index: 3;
  }
  .section__join .join .but__attend {
    width: 100%;
  }
  .section__join .form {
    position: relative;
    z-index: 1;
    width: 89.3333333333%;
    margin: 8vw auto 0;
    padding: 8vw 4.8vw;
    -webkit-border-radius: clamp(10px, 3.2vw, 12px);
    -o-border-radius: clamp(10px, 3.2vw, 12px);
    -moz-border-radius: clamp(10px, 3.2vw, 12px);
    -ms-border-radius: clamp(10px, 3.2vw, 12px);
    border-radius: clamp(10px, 3.2vw, 12px);
  }
  .section__join .form__head, .section__join .introduction h2, .section__join .introduction p {
    margin-bottom: 5.3333333333vw;
  }
  .section__join .form__head {
    font-size: 4.8vw;
  }
  .section__join .cakes__check {
    padding: 2.6666666667vw 0 0;
    margin-bottom: 8.5333333333vw;
  }
  .section__join .cakes__check p {
    font-size: 3.2vw;
  }
  .section__join .cakes__check-list {
    column-gap: 1.0666666667vw;
    row-gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .section__join .cakes__check-item {
    width: 18.4vw;
  }
  .section__join .cakes__check-item--img {
    width: 18.4vw;
    height: 18.4vw;
    padding: 1.4666666667vw;
    -webkit-border-radius: clamp(6px, 2.1333333333vw, 8px);
    -o-border-radius: clamp(6px, 2.1333333333vw, 8px);
    -moz-border-radius: clamp(6px, 2.1333333333vw, 8px);
    -ms-border-radius: clamp(6px, 2.1333333333vw, 8px);
    border-radius: clamp(6px, 2.1333333333vw, 8px);
  }
  .section__join .cakes__check-item--img span {
    top: 1.0666666667vw;
    right: 1.0666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .section__join .cakes__check-item--txt {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .section__join .lanterns__img--medium {
    width: 27.7333333333vw;
    left: 13%;
    top: 15vw;
  }
  .section__join .lanterns__img--small {
    right: 2%;
    top: 6vw;
    width: 23.7333333333vw;
  }
  .section__partner {
    padding-bottom: 10.6666666667vw;
  }
  .section__partner .nav__control {
    bottom: 5.3333333333vw;
  }
  .partner {
    position: relative;
    padding: 0 5.3333333334%;
  }
  .partner .product {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .partner .product__header {
    width: 100%;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  .partner .product__header h2 {
    margin-bottom: 4.2666666667vw;
  }
  .partner .product__tab {
    width: 100%;
    display: flex;
    margin-bottom: 5.3333333333vw;
  }
  .partner .product__tab--item {
    padding: 0 5.3333333333vw 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
  .partner .product__body {
    width: 100%;
    margin: 0 auto;
  }
  .partner .product__item--txt {
    bottom: 18.6666666667vw;
  }
  .partner .product__item--txt h3 {
    font-size: 4.2666666667vw;
  }
  .section__market {
    padding-bottom: 25.0666666667vw;
  }
  .section__market .market {
    width: 100%;
    padding: 0 5.3333333334%;
  }
  .section__market .market__head {
    margin-bottom: 7.4666666667vw;
  }
  .section__market .market__list {
    column-gap: 2.9333333333vw;
    margin-bottom: 7.4666666667vw;
  }
  .section__market .market__item {
    border: 2px solid transparent;
    -webkit-border-radius: clamp(10px, 3.2vw, 12px);
    -o-border-radius: clamp(10px, 3.2vw, 12px);
    -moz-border-radius: clamp(10px, 3.2vw, 12px);
    -ms-border-radius: clamp(10px, 3.2vw, 12px);
    border-radius: clamp(10px, 3.2vw, 12px);
  }
  .section__market .market__item a {
    padding: 3.4666666667vw;
  }
  .section__market .market .but img {
    margin-left: 5px;
    width: 6.4vw;
    height: auto;
  }
  .section__market .market .but {
    font-size: 3.7333333333vw;
  }
  .nav__control .pagination-custom {
    width: 16vw;
    height: 6.9333333333vw;
  }
  .nav__control .swiper-button-next, .nav__control .swiper-button-prev {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .footer__wrap {
    position: relative;
    padding: 6.6666666667vw 0 0;
    flex-wrap: wrap;
    border: none;
  }
  .footer__wrap::before {
    content: "";
    position: absolute;
    width: 89.3333333333%;
    height: 1px;
    background-color: #dc1100;
    left: 5.3333333333%;
    top: 0;
  }
  .footer__wrap .logo-kinhdo {
    width: 15.4666666667vw;
    margin: 0 auto 6.6666666667vw;
    display: block;
  }
  .footer__wrap .logo-kinhdo a {
    display: block;
    width: 100%;
  }
  .footer__wrap .logo-kinhdo a img {
    width: 100%;
    height: auto;
  }
  .footer__info .copyright {
    font-size: 3.2vw;
    padding: 6.1333333333vw;
    text-align: center;
  }
  .footer__info .info__list {
    padding-bottom: 2.6666666667vw;
    column-gap: 2.6666666667vw;
    justify-content: center;
  }
  .footer__info .info__list .info__item {
    margin-bottom: 1.6vw;
  }
  .footer__info .info__list .info__item:not(:first-child) {
    padding-left: 2.6666666667vw;
    border-left: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, #f5be5e 0%, #fbe6ad 47.3%, #f5be5e 93.62%);
  }
  .footer__info a {
    display: block;
    font-size: 3.2vw;
    padding-bottom: 3px;
  }
  .btn__go--top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
  .popup__message h3, .popup__message p, .popup__txt h3, .popup__txt > * {
    margin-bottom: 16px;
  }
  .popup__message .popup__wrap {
    width: 335px;
  }
  .popup__message h3 {
    font-size: 18px;
  }
  .popup__message p {
    font-size: 12px;
  }
  .popup__message p:last-child {
    margin-bottom: 0;
  }
  .popup__message .popup__content {
    padding: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .popup__message .but {
    margin: 0 auto;
    font-size: 18px;
    height: 44px;
  }
  .popup__txt {
    font-size: 13px;
  }
  .popup__txt .popup__wrap {
    width: 90%;
    height: 90%;
  }
  .popup__txt .popup__wrap .but__close {
    margin-top: -15px;
  }
  .popup__txt .popup__content {
    padding: 24px 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .popup__txt .popup__content--wrap {
    padding: 0 12px;
  }
  .popup__txt h3 {
    font-size: 18px;
    text-align: center;
  }
  .popup__txt h4, .popup__txt h5, .popup__txt h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .popup__txt li, .popup__txt p, .popup__txt span {
    font-size: 13px;
  }
  .popup__txt .info__contact {
    flex-direction: column;
  }
  .popup__txt .info__contact > * {
    width: 100%;
    padding: 5px 0;
    text-align: left;
  }
  .popup__txt .info__contact > :nth-child(2) {
    border-top: 1px solid #5a0100;
    border-bottom: 1px solid #5a0100;
  }
  .popup .but__close {
    width: 42px;
    height: 42px;
    margin-top: 20px;
  }
}
html, body {
  font-size: 16px;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.29b4f2fe06cb.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.29b4f2fe06cb.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.021b62599aea.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.31e810fbfb87.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.2a744af98caf.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.1661fa9a3105.png");
}

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.1f567d830904.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  -ms-filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.page {
  width: 100%;
  height: auto;
  background: linear-gradient(188.88deg, #53070b 46.21%, #a60710 97.65%);
  overflow: hidden;
}

.text-right {
  text-align: right;
}

.section__join .form {
  background: linear-gradient(180deg, rgba(209, 16, 0, 0.6) 0%, rgba(166, 13, 0, 0.6) 95.49%);
  border: 1px solid #f5be5e;
}

.customize-disabled:disabled {
  filter: grayscale(0);
  opacity: 0.5;
}

h1,
h2 {
  font-size: 6.4vw;
}

.header {
  pointer-events: none;
}
.header .menu,
.header .menu-but {
  pointer-events: all;
}

.but,
.shadow_but,
.input__txt {
  height: 11.7333333333vw;
}

.f12 {
  font-size: 3.2vw !important;
}

.f14 {
  font-size: 3.7333333333vw !important;
}

.f16 {
  font-size: 4.2666666667vw !important;
}

.f20 {
  font-size: 5.3333333333vw !important;
}

.f24 {
  font-size: 6.4vw !important;
}

.fpc24 {
  font-size: 1.666666667vw !important;
  line-height: 1;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.header__wrap {
  z-index: 101;
}
.header__wrap .menu-but {
  position: relative;
  right: 5.3333333333vw;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  display: flex;
  line-height: 0;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}
.header__wrap .menu-but img {
  width: 100%;
  height: auto;
}
.header .logo-kinhdo {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header.fixed .logo-kinhdo {
  opacity: 0;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: var(--winH, 100%);
  background: url("../images/menu-bg.0b8f6fbf45d6.jpg") no-repeat center top;
  background-size: cover;
  z-index: 100;
  display: flex;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.menu.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu__wrap {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu .nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8vw;
}
.menu .nav-link {
  font-size: 4.2666666667vw;
  text-decoration: none;
  line-height: 1.45;
  transition: transform 0.15s ease;
  font-weight: 700;
}

.text-left {
  text-align: left !important;
}

.partner .product__header {
  margin-bottom: 6.4vw;
}

.product__header p {
  font-size: 3.7333333333vw;
}

.isCal::after {
  content: "";
  position: absolute;
  top: 8vw;
  right: 4vw;
  width: 6.4vw;
  height: 6.4vw;
  background: url("../images/icon-cal.976bd827d11c.png") no-repeat center center;
  background-size: 100% auto;
  pointer-events: none;
}

.normal-img {
  width: 100%;
  height: auto;
  line-height: 0;
  padding: 0 20px;
}
.normal-img img {
  width: 100%;
  height: auto;
}

.register {
  background: linear-gradient(90deg, #f5be5e 0%, #fbe6ad 47.3%, #f5be5e 93.62%);
  padding: 4vw 4vw 6.4vw 4vw;
}
.register__mask {
  width: 100%;
  height: auto;
  line-height: 0;
  -webkit-transform: translateY(24%);
  transform: translateY(24%);
}
.register__mask img {
  width: 100%;
  height: auto;
}
.register__head {
  text-align: center;
}
.register__head h2 {
  font-size: 6.4vw;
  padding-top: 6.4vw;
  margin-bottom: 6.4vw;
  line-height: 133%;
}
.register__head p {
  font-size: 4.2666666667vw;
  margin-bottom: 6.4vw;
  line-height: 1.5;
}
.register__list {
  width: 100%;
  height: auto;
}
.register__item {
  background-color: #990c00;
  margin-bottom: 4.8vw;
  padding: 4vw;
  -webkit-border-radius: 2.1333333333vw;
  border-radius: 2.1333333333vw;
}
.register__item--title {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 1.3333333333vw;
}
.register__item--title .icon {
  line-height: 0;
  flex: 0 0 6.4vw;
  max-width: 6.4vw;
}
.register__item--title .icon img {
  width: 100%;
  height: auto;
}
.register__item--title h3 {
  font-size: 3.7333333333vw;
}
.register__item--txt {
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.4;
}
.register__img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin-top: 6.4vw;
  margin-bottom: 6.4vw;
}
.register__img img {
  width: 100%;
  height: auto;
}
.register .nav__control {
  margin-bottom: 6.4vw;
}

.section__market .market__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 13.3333333333vw;
}
.section__market .market__item a {
  padding: 1.4666666667vw 2.4666666667vw;
}

.wrap_but {
  display: flex;
  justify-content: center;
}

.shadow_but {
  position: relative;
  display: flex;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  font-family: "SVN-Gotham";
  align-items: center;
  justify-content: center;
  padding: 0 5.3333333333vw;
  -webkit-border-radius: 23.4666666667vw;
  border-radius: 23.4666666667vw;
  overflow: hidden;
}
.shadow_but span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.shadow_but::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(67.05deg, #600306 14.15%, #990c00 50.72%, #730604 86.54%);
  border-top: 5px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #720604 0%, #dc1100 47.3%, #760704 93.62%);
}

.block__video {
  margin-bottom: 10.6666666667vw;
}
.block__video .video__box {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 6.4vw;
  box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.5019607843);
}
.block__video .video__box.isPlay .video__thumb,
.block__video .video__box.isPlay .video__play {
  opacity: 0;
}
.block__video .video__box::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.block__video .video__box .video__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.block__video .video__box .video-yt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block__video .video__box .video__play {
  position: absolute;
  width: 9.6vw;
  height: 9.6vw;
  left: 50%;
  top: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.block__video .video__box .video__play img {
  width: 100%;
  height: auto;
}
.block__video p {
  font-size: 3.7333333333vw;
  text-align: center;
}

.section__welcome .welcome__countdown {
  position: relative;
  z-index: 10;
}

.section__join .join {
  margin-top: -142%;
}
.section__join .introduction {
  width: 100%;
}
.section__join .introduction__img {
  width: 100%;
  line-height: 0;
  margin-bottom: -22%;
}
.section__join .introduction__img img {
  width: 100%;
  height: auto;
}
.section__join .introduction__txt {
  padding: 0 5.3333333333vw;
}
.section__join .introduction p {
  font-size: 3.7333333333vw;
}

.nav__control .swiper-button-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.product__body--item .nav__control .swiper-button-next {
  background: url("../images/next-yelllow.3a11ea93b000.png") center center/100% auto no-repeat;
}

.product__body--item .nav__control .swiper-button-prev {
  background: url("../images/prev-yellow.3a11ea93b000.png") center center/100% auto no-repeat;
}

.nav__control .pagination-custom {
  gap: 3px;
}
.nav__control .pagination-custom span {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.nav__control .pagination-custom span:nth-child(1) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.star-left {
  position: absolute;
  left: 0;
  top: 21.3333333333vw;
  line-height: 0;
  pointer-events: none;
  animation: ballY 4s ease-in-out infinite alternate;
}
.star-left img {
  width: 100%;
  height: auto;
}

.star-right {
  position: absolute;
  right: 0;
  top: 37.3333333333vw;
  pointer-events: none;
  animation: ballY 4s ease-in-out infinite alternate-reverse;
}
.star-right img {
  width: 100%;
  height: auto;
}

.lan {
  position: absolute;
  line-height: 0;
  pointer-events: none;
}
.lan img {
  width: 100%;
  height: auto;
}
.lan-01 {
  width: 23.066667vw;
  bottom: -2vw;
  left: -4vw;
}
.lan-01 img {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.lan-02 {
  width: 17.066667vw;
  bottom: 23vw;
  left: 0;
}
.lan-02 img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.8;
}
.lan-03 {
  width: 7.066667vw;
  bottom: 41vw;
  left: 11vw;
}
.lan-03 img {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  opacity: 0.7;
}
.lan-04 {
  width: 20.066667vw;
  bottom: 44vw;
  left: -5vw;
}
.lan-05 {
  width: 18.066667vw;
  bottom: 10vw;
  right: 0;
}
.lan-05 img {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.lan-06 {
  width: 7.066667vw;
  bottom: 28vw;
  right: 10vw;
}
.lan-06 img {
  opacity: 0.7;
}
.lan-07 {
  width: 13.066667vw;
  bottom: 28vw;
  right: 0;
}
.lan-07 img {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: 0.9;
}
.lan-08 {
  width: 6.066667vw;
  bottom: 43vw;
  right: 4vw;
}
.lan-08 img {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  opacity: 0.7;
}
.lan-09 {
  width: 23.066667vw;
  bottom: 47vw;
  right: -3vw;
}
.lan-09 img {
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
}
.lan-01, .lan-02, .lan-03, .lan-04, .lan-05, .lan-06, .lan-07, .lan-08, .lan-09 {
  opacity: 0;
}
.lan-01 {
  -webkit-animation: 26s ease-in-out infinite decorY;
  animation: 26s ease-in-out infinite decorY;
}
.lan-02 {
  -webkit-animation: 24s ease-in-out infinite decorY 1.25s;
  animation: 24s ease-in-out infinite decorY 1.25s;
}
.lan-03 {
  -webkit-animation: 22s ease-in-out infinite decorY 2.5s;
  animation: 22s ease-in-out infinite decorY 2.5s;
}
.lan-04 {
  -webkit-animation: 20s ease-in-out infinite decorY 4.75s;
  animation: 20s ease-in-out infinite decorY 4.75s;
}
.lan-05 {
  -webkit-animation: 28s ease-in-out infinite decorY;
  animation: 28s ease-in-out infinite decorY;
}
.lan-06 {
  -webkit-animation: 26s ease-in-out infinite decorY 1.5s;
  animation: 26s ease-in-out infinite decorY 1.5s;
}
.lan-07 {
  -webkit-animation: 24s ease-in-out infinite decorY 3.75s;
  animation: 24s ease-in-out infinite decorY 3.75s;
}
.lan-08 {
  -webkit-animation: 22s ease-in-out infinite decorY 5s;
  animation: 22s ease-in-out infinite decorY 5s;
}
.lan-09 {
  -webkit-animation: 20s ease-in-out infinite decorY 7.25s;
  animation: 20s ease-in-out infinite decorY 7.25s;
}

.partner {
  padding: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
}

.download__box {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
.download__box .but {
  padding: 0;
}

.footer__info {
  width: 100%;
}

.section__partner .product__tab--item {
  color: rgba(255, 255, 255, 0.5);
  border-right: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(90deg, #f5be5e 0%, #fbe6ad 47.3%, #f5be5e 93.62%);
}

.select {
  width: 100%;
  height: auto;
  position: relative;
}
.select__header {
  display: flex;
  justify-content: space-between;
  height: 11.7333333333vw;
  align-items: center;
  background-color: #fff;
  -webkit-border-radius: clamp(26px, 9.6vw, 36px);
  border-radius: clamp(26px, 9.6vw, 36px);
  padding: 0 4vw;
}
.select__header span {
  font-weight: 700;
  color: #dc1100;
  text-transform: uppercase;
  font-size: 3.7333333333vw;
  display: block;
  max-width: calc(100% - 6.4vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__header::after {
  content: "";
  display: block;
  flex: 0 0 6.4vw;
  max-width: 6.4vw;
  height: 6.4vw;
  background: url("../images/arrow-select.86abb2843756.svg") no-repeat center center;
  background-size: 100% auto;
}
.select__box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-border-radius: clamp(8px, 4.6vw, 16px);
  border-radius: clamp(8px, 4.6vw, 16px);
  padding: 1.3333333333vw;
  display: none;
}
.select__box ul {
  padding: 2.6666666667vw;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.select__box li {
  color: #dc1100;
  font-size: 3.2vw;
  text-align: left;
  padding: 2.6666666667vw 0;
}
.select__box li.selected {
  color: #5a0100;
}
.select__box li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.select.up .select__box {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.select.open .select__box {
  display: block;
}

.popup {
  padding: 5.3333333333vw;
  height: var(--winH, 100%);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  z-index: 999;
}
.popup.shake .mess_img img {
  -webkit-animation: shake 0.5s infinite;
  animation: shake 0.5s infinite;
}
.popup.popup__txt {
  padding: 0;
}
.popup__otp {
  background: linear-gradient(67.05deg, #600306 14.15%, #990c00 50.72%, #730604 86.54%);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
.popup__otp .but__close {
  margin-top: 0;
  margin-bottom: 20px;
}
.popup__otp .popup__content {
  background: none;
  border: none;
  box-shadow: none;
}
.popup__otp .popup__content .otp__wrap {
  display: flex;
  justify-content: center;
  gap: 5.3333333333vw;
  padding-top: 2.6666666667vw;
  padding-bottom: 5.8666666667vw;
}
.popup__otp .popup__content .otp__wrap .input__txt {
  border: 2px solid #fbe6ad;
  width: 16vw;
  height: 18.6666666667vw;
  -webkit-border-radius: 2.1333333333vw;
  border-radius: 2.1333333333vw;
  font-size: 9.6vw;
  font-weight: 700;
  padding: 0;
  text-align: center;
  padding-bottom: 2.6666666667vw;
  box-shadow: 0px 0px 4px 0px #945927;
}
.popup__otp .popup__content .but {
  width: 53.3333333333vw;
  margin: 0 auto;
}
.popup__otp .mess_content p {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.popup#popupGift .but__close, .popup#popupLost .but__close {
  margin-top: 10px;
}
.popup#popupGift .popup__wrap, .popup#popupLost .popup__wrap {
  margin-top: 34vw;
}
.popup#popupGift .mess_content, .popup#popupLost .mess_content {
  padding: 5.3333333333vw 5.3333333333vw 2.6666666667vw 5.3333333333vw;
}
.popup#popupGift .mess_content h3,
.popup#popupGift .mess_img,
.popup#popupGift .mess_action, .popup#popupLost .mess_content h3,
.popup#popupLost .mess_img,
.popup#popupLost .mess_action {
  margin-bottom: 1.6vw;
}
.popup#popupGift .mess_content p, .popup#popupLost .mess_content p {
  margin-bottom: 2.6666666667vw;
}
.popup__wrap {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 100%;
  width: 100%;
}
.popup__wrap .gift-pattern {
  position: absolute;
  width: 52vw;
  left: 50%;
  bottom: 86%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
  line-height: 0;
  z-index: 0;
}
.popup__wrap .gift-pattern img {
  width: 100%;
  height: auto;
}
.popup__content {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-border-radius: 3.2vw;
  border-radius: 3.2vw;
}
.popup__content.scroll_customize {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.popup__content.scroll_customize .mess_content {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup__content.scroll_customize .mess_action {
  padding: 2.6666666667vw 5.3333333333vw 0 5.3333333333vw;
}
.popup__content--wrap > * {
  margin-bottom: 20px;
}
.popup__content--wrap .table__box {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
  overflow-x: auto;
}
.popup__content--wrap .table__box table {
  min-width: 520px;
}
.popup__content--wrap .table__box table th,
.popup__content--wrap .table__box table td {
  padding: 7px 15px;
}
.popup p,
.popup .input__caption,
.popup .check__caption,
.popup .open__tnc,
.popup .open__privacy,
.popup .open__cookie {
  color: #5a0100;
}
.popup .check__input::before {
  border-color: #990c00;
}
.popup .check__input::after {
  background: #990c00;
}
.popup .gift-pattern img {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.popup.popup__open .ran-gift img,
.popup.popup__open .gift-pattern img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mess_content {
  padding: 6.1333333333vw 5.3333333333vw;
}
.mess_content h3 {
  color: #dc1100;
  font-size: 4.8vw;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 5.3333333333vw;
}
.mess_content p {
  font-size: 3.7333333333vw;
  color: #5a0100;
  margin-bottom: 5.3333333333vw;
}
.mess_content p a {
  font-weight: 700;
  color: #5a0100;
  text-decoration: none;
  font-size: 4.2666666667vw;
}
.mess_img {
  margin-bottom: 5.3333333333vw;
}
.mess_img img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.mess_img img.size_99 {
  width: 26.4vw;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
  padding: 1.7333333333vw 0;
}
.mess_img img.size_110 img {
  width: 29.3333333333vw;
}
.mess_img img.size_135 {
  width: 36vw;
}
.mess_img img.size_203 {
  width: 54.1333333333vw;
}
.mess_img img.size_210 {
  width: 56vw;
}
.mess_img img.size_full {
  width: 100%;
  height: auto;
}
.mess_img.ran-gift img {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.mess_action {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-bottom: 6.6666666667vw;
}
.mess_action .but {
  padding: 0;
}

.but__opt {
  position: relative;
  font-size: 3.2vw;
  font-weight: 400;
  margin-bottom: 16vw;
}
.but__opt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #f5be5e;
  opacity: 0;
}
.but__opt:disabled {
  color: #fff;
}
.but__opt:not(:disabled)::after {
  opacity: 1;
}
.but__opt:not(:disabled) .time {
  display: none;
}

.time__count {
  text-align: center;
  display: inline-flex;
  width: 4.2666666667vw;
  text-align: center;
  justify-content: center;
}

.welcome h1,
.welcome__countdown p,
.color__yellow,
.introduction h2,
.form__head,
.input__caption,
.cakes__check p,
.cakes__check-item.active .cakes__check-item--txt,
.check__caption,
.register__item--title h3,
.block__video p,
.product__header h2,
.market__head h2,
.section__partner .product__tab--item.active,
.footer__info a,
.swiper-pagination-total,
.swiper-pagination-current,
.pagination-custom,
.shadow_but span,
.product__item--txt,
.popup__otp .mess_content h3,
.popup__otp .popup__content .otp__wrap .input__txt {
  color: #f5be5e;
}

.register__head h2,
.register__head p {
  color: #990c00;
}

span.open__tnc,
span.open__privacy,
span.open__cookie,
.join span.color__yellow {
  font-size: inherit;
  color: #f5be5e;
  -webkit-text-fill-color: #f5be5e;
  text-decoration: underline;
}

.popup__otp .popup__content .otp__wrap .input__txt:placeholder-shown {
  border-color: #fff;
}

.popup__otp .popup__content .otp__wrap .input__txt:not(:placeholder-shown) {
  border-color: #fbe6ad;
}

.section__welcome .welcome__countdown .dial-container {
  height: 16.8vw;
}

.section__welcome .welcome__countdown .dial {
  height: 4.2vw;
  -webkit-transform-origin: 50px 8.3vw;
  transform-origin: 50px 8.3vw;
}

.section__welcome .welcome__countdown .dial span {
  height: 8.4vw;
  line-height: 16.8vw;
}

@supports (-webkit-text-stroke: #fcd535) {
  .popup__otp .popup__content .otp__wrap .input__txt,
  .welcome h1,
  .welcome__countdown p,
  .color__yellow,
  .introduction h2,
  .form__head,
  .input__caption,
  .cakes__check p,
  .cakes__check-item.active .cakes__check-item--txt,
  .check__caption,
  .register__item--title h3,
  .block__video p,
  .product__header h2,
  .market__head h2,
  .section__partner .product__tab--item.active,
  .footer__info a,
  .swiper-pagination-total,
  .swiper-pagination-current,
  .pagination-custom,
  .shadow_but span,
  .product__item--txt,
  .popup__otp .mess_content h3,
  .but__opt:not(:disabled) {
    background: linear-gradient(90deg, #f5be5e 0%, #fbe6ad 47.3%, #f5be5e 93.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .register__head h2,
  .register__slider .swiper-pagination-total {
    background: linear-gradient(90deg, #4f0203 -3.21%, #b50507 92.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.section__welcome.b2b .bg {
  width: 100%;
  height: 100%;
}
.section__welcome.b2b .bg img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.section__welcome.b2b .marquee__box {
  position: relative;
}
.section__welcome.b2b .marquee__box .star-left {
  width: 77px;
  top: 90px;
  left: -30px;
}
.section__welcome.b2b .marquee__box .star-right {
  width: 61px;
  top: 110px;
  right: -40px;
}
.section__welcome.b2b .marquee__box .lan-01 {
  width: 120px;
  left: -22px;
  bottom: -22px;
}
.section__welcome.b2b .marquee__box .lan-02 {
  width: 60px;
  bottom: 88px;
  left: -16px;
}
.section__welcome.b2b .marquee__box .lan-03 {
  width: 30px;
  bottom: 98px;
  left: -20px;
}
.section__welcome.b2b .marquee__box .lan-04 {
  width: 20px;
  bottom: 166px;
  left: 20px;
}
.section__welcome.b2b .marquee__box .lan-05 {
  width: 90px;
  left: -30px;
  bottom: 150px;
}
.section__welcome.b2b .marquee__box .lan-05 img {
  -webkit-transform: none;
  transform: none;
}
.section__welcome.b2b .marquee__box .lan-06 {
  right: -45px;
  width: 120px;
  bottom: 0;
}
.section__welcome.b2b .marquee__box .lan-06 img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.section__welcome.b2b .marquee__box .lan-07 {
  width: 60px;
  bottom: 120px;
  right: -40px;
}
.section__welcome.b2b .marquee__box .lan-07 img {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.section__welcome.b2b .marquee__box .lan-08 {
  width: 30px;
  bottom: 130px;
  right: -50px;
}
.section__welcome.b2b .marquee__box .lan-09 {
  width: 90px;
  right: -50px;
  bottom: 160px;
}
.section__welcome.b2b .marquee__box .lan-01 {
  -webkit-animation: 26s ease-in-out infinite decorY2;
  animation: 26s ease-in-out infinite decorY2;
}
.section__welcome.b2b .marquee__box .lan-02 {
  -webkit-animation: 24s ease-in-out infinite decorY2 1.25s;
  animation: 24s ease-in-out infinite decorY2 1.25s;
}
.section__welcome.b2b .marquee__box .lan-03 {
  -webkit-animation: 22s ease-in-out infinite decorY2 1.5s;
  animation: 22s ease-in-out infinite decorY2 1.5s;
}
.section__welcome.b2b .marquee__box .lan-04 {
  -webkit-animation: 20s ease-in-out infinite decorY2 2.75s;
  animation: 20s ease-in-out infinite decorY2 2.75s;
}
.section__welcome.b2b .marquee__box .lan-05 {
  -webkit-animation: 28s ease-in-out infinite decorY2 3.75s;
  animation: 28s ease-in-out infinite decorY2 3.75s;
}
.section__welcome.b2b .marquee__box .lan-06 {
  -webkit-animation: 26s ease-in-out infinite decorY2 0.5s;
  animation: 26s ease-in-out infinite decorY2 0.5s;
}
.section__welcome.b2b .marquee__box .lan-07 {
  -webkit-animation: 24s ease-in-out infinite decorY2 1.75s;
  animation: 24s ease-in-out infinite decorY2 1.75s;
}
.section__welcome.b2b .marquee__box .lan-08 {
  -webkit-animation: 22s ease-in-out infinite decorY2 2s;
  animation: 22s ease-in-out infinite decorY2 2s;
}
.section__welcome.b2b .marquee__box .lan-09 {
  -webkit-animation: 20s ease-in-out infinite decorY2 3.25s;
  animation: 20s ease-in-out infinite decorY2 3.25s;
}
.section__welcome.b2b .container {
  padding: 0;
  max-width: clamp(500px, 100vh, 800px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section__welcome.b2b .normal-img {
  width: clamp(400px, 75.25vh, 602px);
  padding: 0;
  margin: 0 auto;
}
.section__welcome.b2b .welcome_logo {
  width: clamp(50px, 10.5vh, 84px);
  height: auto;
  display: block;
  margin: 0 auto;
  line-height: 0;
}
.section__welcome.b2b .welcome__comming p span {
  font-size: clamp(16px, 3vh, 24px);
  text-transform: uppercase;
  font-weight: 700;
}
.section__welcome.b2b .qr_pic {
  display: block;
  margin: 0 auto;
  width: clamp(80px, 21vh, 168px);
  height: auto;
  margin-top: clamp(16px, 4.75vh, 38px);
}

@media screen and (min-width: 901px) {
  .page {
    display: none;
  }
  .section__welcome.b2b {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
}
@media screen and (max-width: 900px) {
  .section__welcome.b2b {
    display: none;
  }
  .no-scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .popup__txt .popup__wrap .but__close {
    margin-top: 20px;
  }
  .partner .product__item--txt {
    bottom: 16.666667vw;
  }
}
.menu__wrap {
  justify-content: start;
  margin-top: 43.7333333333vw;
}

@media screen and (max-width: 1023px) {
  .partner .product__item--txt {
    line-height: 1.2;
  }
}
.sticky-get-gift {
  position: fixed;
  right: 0vw;
  bottom: 11.7333333333vw;
  z-index: 20;
  cursor: pointer;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.sticky-get-gift.hide-form-anchor {
  visibility: hidden;
  opacity: 0;
}

.sticky-get-gift img {
  width: 24.2666666667vw;
}

.section__join .cakes__check-item .cakes__check-item--txt {
  line-height: 1.3;
}

.input__txt:focus::placeholder {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes ballY {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-14%);
  }
}
@keyframes ballY {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-14%);
  }
}
@-webkit-keyframes ballBubble {
  0% {
    transform: scaleY(0.95);
  }
  to {
    transform: scaleX(0.95);
  }
}
@keyframes ballBubble {
  0% {
    transform: scaleY(0.95);
  }
  to {
    transform: scaleX(0.95);
  }
}
@-webkit-keyframes decorY2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-60vh);
    transform: translateY(-60vh);
  }
}
@keyframes decorY2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-60vh);
    transform: translateY(-60vh);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
