section.order-access {
  color: #fff;
  padding: 1em 0;
  font-size: 1em;
  position: relative;
  max-width: 55em;
  margin: 0 auto 6em;
  text-align: center;
}
.order-access-heading {
  display: block;
  font-size: 3em;
  padding: 0.6em 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
  max-width: 10.3em;
  margin: 0 auto;
}
.order-access p {
  color: #fff;
  width: 100%;
  line-height: 2rem;
  font-size: 1.3em;
  margin-bottom: 2em;
}
.order-access p b {
  color: #008fdf;
}
section.order-access .exchange-wallet textarea {
  min-height: 5em;
}
section.order-access .exchange-submit {
  margin-top: 0.5em;
}
.order-access-func {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-access-submit {
  order: 1;
}
.order-access-tomain.btn-text {
  padding-left: 0;
  padding-right: 0;
  color: rgba(255, 255, 255, 0.64);
  display: flex;
  align-items: center;
  gap: 0.4em;
  text-decoration: none;
}
.order-access-tomain.btn-text:hover {
  color: rgba(255, 255, 255, 1);
}
.order-access-bg {
  background-image: url(/assets/images/background/access_bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .order-emergency-submit.order-access-field {
    flex-direction: column;
  }
  .order-emergency-submit.order-access-field .dinput.tag {
    max-width: inherit;
    margin-top: 0.6em;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .order-access-body {
    padding: 2em 2em 2em 2em;
  }
}
@media only screen and (max-width: 630px) {
  .order-access-body {
    padding: 2em 1.2em 2em 2em;
  }
  .order-access-ico {
    padding: 0 1.2em 0 0;
  }
  .order-access p {
    width: 100%;
  }
  .order-access span.ico {
    bottom: 0;
    display: block;
    position: relative;
    right: 0;
  }
}
@media only screen and (max-width: 550px) {
  section.order-access {
    flex-direction: column;
  }
  .order-access-body {
    padding: 1.5em;
  }
  .order-access-ico {
    padding: 0 0 1.5em 0;
    justify-content: center;
  }
  .order-access span.ico {
    font-size: 12em;
  }
}
@media only screen and (max-width: 470px) {
  .order-access p {
    font-size: 0.9em;
  }
  .order-access-body {
    padding: 1.2em;
  }
  .order-access-ico {
    padding: 0 0 1.5em 0;
  }
}
@media only screen and (max-width: 340px) {
  .order-access-submit {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.5em;
  }
  .order-access-submit > .btn.std {
    width: 100%;
    margin-bottom: 0.2em;
  }
  a.order-access-tomain {
    padding: 0.5em 0.5em;
  }
}
.order-body .ico.copy[data-copied] {
  cursor: pointer;
}
.order-body .ico.copy[data-copied]:before,
.order-body .pseudo-hint-blue:after {
  align-items: center;
  background-color: #0171a6;
  border-radius: 2em;
  border: 0.4em solid transparent;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
  content: attr(data-copied);
  display: flex;
  font-size: 0.85rem;
  font-weight: 600;
  font-style: normal;
  justify-content: center;
  left: 50%;
  margin: 0 auto;
  opacity: 0;
  padding: 0 0.8em 0.1em;
  pointer-events: none;
  position: absolute;
  top: 100%;
  visibility: hidden;
  white-space: nowrap;
  z-index: 999999;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.order-body .pseudo-hint-blue:after,
.order-body .pseudo-hint-blue:before {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.order-body .pseudo-hint-blue:after {
  content: attr(data-hint);
  margin-top: 0.2em;
}
.order-body .pseudo-hint-blue:before {
  border-color: transparent transparent #0171a6 transparent;
  border-style: solid;
  border-width: 0.5em;
  content: "";
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.7em;
  position: absolute;
  top: 100%;
  font-size: 0.85rem;
}
.order-body .ico.copy.copied[data-copied]:before {
  margin: 0.2em auto 0;
  opacity: 1;
  visibility: visible;
}
.order main {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.order .main-section {
  flex: 1;
}
section.order-outer {
  margin-top: 1.25em;
}
.order-body {
  padding-bottom: 50px;
}
.order-wrap-shadow {
}
.order-direction > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 2em 2em;
  text-align: center;
  width: 50%;
}
.dir-cont img {
  height: 100%;
}
.order-direction,
.order-action-details,
section.order-head-info {
  background-image: url("data:image/svg+xml,%3Csvg width='1233' height='333' viewBox='0 0 1233 333' fill='none' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg clip-path='url%28%23clip0_538_3965%29'%3E%3Crect x='-1' y='-0.432526' width='1234' height='334' fill='url%28%23paint0_linear_538_3965%29'%2F%3E%3Cg filter='url%28%23filter0_f_538_3965%29'%3E%3Cellipse cx='299.414' cy='209.623' rx='256.892' ry='90.9561' transform='rotate%28-37.4623 299.414 209.623%29' fill='black' fill-opacity='0.29'%2F%3E%3C%2Fg%3E%3Cg filter='url%28%23filter1_f_538_3965%29'%3E%3Cellipse cx='1031' cy='-76.8812' rx='370' ry='123.624' transform='rotate%28-37.4623 1031 -76.8812%29' fill='black' fill-opacity='0.37'%2F%3E%3C%2Fg%3E%3Cpath d='M784 145.567L784.518 148.05L787 148.567L784.518 149.085L784 151.567L783.482 149.085L781 148.567L783.482 148.05L784 145.567Z' fill='white'%2F%3E%3Cpath d='M276 129.567L276.518 132.05L279 132.567L276.518 133.085L276 135.567L275.482 133.085L273 132.567L275.482 132.05L276 129.567Z' fill='white'%2F%3E%3Cpath d='M886 39.5675L886.518 42.0499L889 42.5675L886.518 43.0851L886 45.5675L885.482 43.0851L883 42.5675L885.482 42.0499L886 39.5675Z' fill='white'%2F%3E%3Cpath d='M1145 126.567L1145.52 129.05L1148 129.567L1145.52 130.085L1145 132.567L1144.48 130.085L1142 129.567L1144.48 129.05L1145 126.567Z' fill='white'%2F%3E%3Cpath d='M1081 56.5675L1081.52 59.0499L1084 59.5675L1081.52 60.0851L1081 62.5675L1080.48 60.0851L1078 59.5675L1080.48 59.0499L1081 56.5675Z' fill='white'%2F%3E%3Cpath d='M1205 53.5675L1205.52 56.0499L1208 56.5675L1205.52 57.0851L1205 59.5675L1204.48 57.0851L1202 56.5675L1204.48 56.0499L1205 53.5675Z' fill='white'%2F%3E%3Cpath d='M68 139.567L68.5176 142.05L71 142.567L68.5176 143.085L68 145.567L67.4824 143.085L65 142.567L67.4824 142.05L68 139.567Z' fill='white'%2F%3E%3Cpath d='M117 93.5675L117.518 96.0499L120 96.5675L117.518 97.0851L117 99.5675L116.482 97.0851L114 96.5675L116.482 96.0499L117 93.5675Z' fill='white'%2F%3E%3Cpath d='M635 176.567L635.518 179.05L638 179.567L635.518 180.085L635 182.567L634.482 180.085L632 179.567L634.482 179.05L635 176.567Z' fill='white'%2F%3E%3Cpath d='M953 191.567L953.518 194.05L956 194.567L953.518 195.085L953 197.567L952.482 195.085L950 194.567L952.482 194.05L953 191.567Z' fill='white'%2F%3E%3Cpath d='M445 188.567L445.518 191.05L448 191.567L445.518 192.085L445 194.567L444.482 192.085L442 191.567L444.482 191.05L445 188.567Z' fill='white'%2F%3E%3Cpath d='M286.5 329.122L287.018 331.604L289.5 332.122L287.018 332.639L286.5 335.122L285.982 332.639L283.5 332.122L285.982 331.604L286.5 329.122Z' fill='white'%2F%3E%3Cpath d='M896.5 239.122L897.018 241.604L899.5 242.122L897.018 242.639L896.5 245.122L895.982 242.639L893.5 242.122L895.982 241.604L896.5 239.122Z' fill='white'%2F%3E%3Cpath d='M1155.5 326.122L1156.02 328.604L1158.5 329.122L1156.02 329.639L1155.5 332.122L1154.98 329.639L1152.5 329.122L1154.98 328.604L1155.5 326.122Z' fill='white'%2F%3E%3Cpath d='M1117.17 209.232L1117.69 211.715L1120.17 212.232L1117.69 212.75L1117.17 215.232L1116.65 212.75L1114.17 212.232L1116.65 211.715L1117.17 209.232Z' fill='white'%2F%3E%3Cpath d='M1215.5 253.122L1216.02 255.604L1218.5 256.122L1216.02 256.639L1215.5 259.122L1214.98 256.639L1212.5 256.122L1214.98 255.604L1215.5 253.122Z' fill='white'%2F%3E%3Cpath d='M127.5 293.122L128.018 295.604L130.5 296.122L128.018 296.639L127.5 299.122L126.982 296.639L124.5 296.122L126.982 295.604L127.5 293.122Z' fill='white'%2F%3E%3Cpath d='M1068.05 299.122L1068.57 301.604L1071.05 302.122L1068.57 302.639L1068.05 305.122L1067.54 302.639L1065.05 302.122L1067.54 301.604L1068.05 299.122Z' fill='white'%2F%3E%3Ccircle cx='680' cy='126.567' r='1' fill='white'%2F%3E%3Ccircle cx='835' cy='175.567' r='1' fill='white'%2F%3E%3Ccircle cx='735' cy='41.5675' r='1' fill='white'%2F%3E%3Ccircle cx='532' cy='31.5675' r='1' fill='white'%2F%3E%3Ccircle cx='550.5' cy='178.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='451.5' cy='143.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='476.5' cy='49.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='233.5' cy='81.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='750.5' cy='183.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='706.5' cy='149.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='812.5' cy='30.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='1154.5' cy='79.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='1205.5' cy='141.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='1010.5' cy='48.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='906.5' cy='146.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='361.5' cy='41.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='390.5' cy='145.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='272.5' cy='53.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='330.5' cy='188.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='631.5' cy='46.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='578.5' cy='151.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='1003.5' cy='142.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='963.5' cy='80.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='211.5' cy='45.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='178.5' cy='143.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='26.5' cy='40.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='16.5' cy='113.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='64.5' cy='184.067' r='0.5' fill='white'%2F%3E%3Ccircle cx='125.5' cy='43.0675' r='0.5' fill='white'%2F%3E%3Ccircle cx='690.5' cy='326.122' r='1' fill='white'%2F%3E%3Ccircle cx='745.5' cy='241.122' r='1' fill='white'%2F%3E%3Ccircle cx='542.5' cy='231.122' r='1' fill='white'%2F%3E%3Ccircle cx='487' cy='248.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='543' cy='293.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='823' cy='229.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='1165' cy='278.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='1021' cy='247.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='372' cy='240.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='283' cy='252.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='642' cy='245.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='974' cy='279.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='851.498' cy='292.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='37' cy='239.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='27' cy='312.622' r='0.5' fill='white'%2F%3E%3Ccircle cx='136' cy='242.622' r='0.5' fill='white'%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter id='filter0_f_538_3965' x='-5.91943' y='-56.5437' width='610.667' height='532.333' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='47' result='effect1_foregroundBlur_538_3965'%2F%3E%3C%2Ffilter%3E%3Cfilter id='filter1_f_538_3965' x='633.761' y='-416.455' width='794.469' height='679.147' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='47' result='effect1_foregroundBlur_538_3965'%2F%3E%3C%2Ffilter%3E%3ClinearGradient id='paint0_linear_538_3965' x1='616' y1='-0.432488' x2='1098.68' y2='1267.2' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0731953' stop-color='%2321284B'%2F%3E%3Cstop offset='1' stop-color='%235153E7'%2F%3E%3C%2FlinearGradient%3E%3CclipPath id='clip0_538_3965'%3E%3Crect width='1233' height='333'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
section.order-action.done .order-action-details {
  background-image: url("data:image/svg+xml,%3Csvg width='1233' height='607' fill='none' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg clip-path='url%28%23a%29'%3E%3Cpath fill='url%28%23b%29' d='M-1-22h1234v609H-1z'%2F%3E%3Cpath d='M590.887 498.402c-38.689-8.515-77.378 3.548-91.887 10.645V720h738V315.511c-6.77 4.516-28.82 10.838-62.87 0-42.56-13.547-78.35-6.773-103.49 28.063-25.15 34.836-67.71 39.675-88.023 33.869-20.312-5.806-59.968-14.516-88.018 17.418-28.05 31.933-50.296 46.448-97.691 34.836-47.394-11.612-84.149 18.386-103.494 36.772s-54.165 42.578-102.527 31.933Z' fill='url%28%23c%29'%2F%3E%3Cg filter='url%28%23d%29'%3E%3Cellipse cx='678.927' cy='673.443' rx='578.676' ry='193.346' transform='rotate%28-37.462 678.927 673.443%29' fill='%23000' fill-opacity='.37'%2F%3E%3C%2Fg%3E%3Cmask id='f' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='551' y='433' width='451' height='125'%3E%3Cpath d='M823.458 433.953c-104.741-.15-224.964 60.321-271.985 90.354.283 53.076 300.349 30.984 450.347 13.525l-.36-67.672c-15.691-12.007-73.261-36.057-178.002-36.207Z' fill='url%28%23e%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23f%29'%3E%3Cpath d='M823.458 433.953c-104.741-.15-224.964 60.321-271.985 90.354.283 53.076 300.349 30.984 450.347 13.525l-.36-67.672c-15.691-12.007-73.261-36.057-178.002-36.207Z' fill='%23fff'%2F%3E%3Cpath d='M825.227 433.944c-104.741-.15-224.964 60.321-271.984 90.354.282 53.076 300.349 30.984 450.347 13.525l-.36-67.673c-15.692-12.006-73.262-36.056-178.003-36.206Z' fill='url%28%23g%29'%2F%3E%3Cpath d='M952.692 448.746c-35.706 22.748-119.525 30.979-164.858 23.436-45.333-7.543-107.543-11.37-153.001 7.45' stroke='%23fff' stroke-opacity='.11'%2F%3E%3Cpath d='M852.405 408.049c-11.584 4.276-20.976 11.048-26.803 18.514-5.833 7.473-8.049 15.571-5.466 22.568 2.582 6.996 9.528 11.712 18.818 13.604 9.28 1.889 20.819.935 32.403-3.341 11.585-4.276 20.976-11.048 26.803-18.514 5.833-7.473 8.049-15.571 5.467-22.568-2.583-6.996-9.529-11.713-18.819-13.604-9.28-1.889-20.819-.935-32.403 3.341Z' stroke='%23fff' stroke-opacity='.13'%2F%3E%3Cg filter='url%28%23h%29'%3E%3Cellipse rx='80.5' ry='38.481' transform='scale%28-1 1%29 rotate%2819.313 -1653.595 -1809.527%29' fill='%23B17773' fill-opacity='.42'%2F%3E%3C%2Fg%3E%3Cpath d='M595.291 561.547c48.297-3.699 134.294-21.509 91.909-63.159-52.981-52.063-236.747 69.97-91.909 63.159Z' fill='url%28%23i%29' fill-opacity='.21'%2F%3E%3Cpath d='M808.28 540.842c40.046 8.616 114.052 14.858 89.704-29.104-30.434-54.951-208.771-.205-89.704 29.104Z' fill='%23000' fill-opacity='.1'%2F%3E%3Cpath d='M1010.28 465.724c-31.846-.567-94.33 10.587-89.468 59.747' stroke='%23fff' stroke-opacity='.06'%2F%3E%3C%2Fg%3E%3Cmask id='k' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='805' y='399' width='492' height='184'%3E%3Cpath d='M874.11 508.942c-16.325 28.163-52.757 45.404-68.933 50.504 42.007 38.086 668.243 48 442.583-126.515-82.77-64.01-114.53-17.796-128.71-4.517-14.19 13.278-24.35 5.761-57.6-7.846-33.24-13.607-43.69-3.823-67.769 24.336-24.078 28.16-59.108 20.341-70.923 23.355-11.815 3.014-28.241 5.478-48.648 40.683Z' fill='url%28%23j%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23k%29'%3E%3Cpath d='M874.695 508.769c-16.326 28.164-52.758 45.404-68.933 50.504 42.006 38.086 312.558-68.474 442.588-126.514-82.77-64.01-114.54-17.797-128.72-4.518-14.18 13.278-24.35 5.761-57.59-7.846-33.25-13.607-43.7-3.823-67.775 24.337-24.078 28.159-59.108 20.34-70.923 23.354-11.815 3.014-28.24 5.478-48.647 40.683Z' fill='%239D6BB5'%2F%3E%3Cpath d='M874.371 509.821c-16.326 28.164-52.758 45.405-68.934 50.505 42.007 38.086 678.473 17.057 442.583-126.515-82.77-64.01-114.53-17.796-128.71-4.518-14.19 13.279-24.35 5.761-57.6-7.846-33.24-13.606-43.69-3.822-67.769 24.337-24.078 28.16-59.108 20.341-70.923 23.355-11.815 3.014-28.241 5.478-48.647 40.682Z' fill='url%28%23l%29'%2F%3E%3Cpath d='M995.847 462.768c11.493 19.525 34.633 21.141 51.693 3.484 17.06-17.658 21.49-47.808 9.99-67.333-11.49-19.525-34.63-21.142-51.69-3.484-17.06 17.658-21.491 47.808-9.993 67.333Z' stroke='%23000' stroke-opacity='.5'%2F%3E%3Cpath d='M994.282 447.071c11.498 19.525 34.638 21.141 51.698 3.484 17.06-17.658 21.49-47.808 9.99-67.333-11.5-19.525-34.64-21.141-51.7-3.484-17.055 17.658-21.486 47.808-9.988 67.333ZM873.473 496.171c11.498 19.525 34.635 21.141 51.695 3.483 17.059-17.657 21.49-47.807 9.992-67.332-11.498-19.525-34.635-21.142-51.695-3.484-17.059 17.658-21.49 47.807-9.992 67.333ZM1146.26 417.453c11.5 19.525 34.64 21.141 51.7 3.483 17.06-17.657 21.49-47.807 9.99-67.332-11.5-19.525-34.64-21.142-51.7-3.484-17.06 17.658-21.49 47.808-9.99 67.333Z' stroke='%23000' stroke-opacity='.5'%2F%3E%3Cpath d='M1036.65 405.423c-8.15 5.755 80.82 78.264 92.98 39.469 12.17-38.795-84.84-45.225-92.98-39.469Z' fill='%23000' fill-opacity='.23'%2F%3E%3Cpath d='M995.471 460.635c-16.486 12.143-53.161 5.352-69.437.438 14.057.628 46.025-.978 61.448-12.423 19.278-14.307 28.598-3.193 7.989 11.985Z' fill='%23000' fill-opacity='.25'%2F%3E%3C%2Fg%3E%3Cmask id='n' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='-177' y='488' width='1929' height='123'%3E%3Cpath d='M578.17 488.314c315.98-4.115 898.97 33.212 1150.97 52.389L1751.5 611H-177v-72.773c120.066-14.923 439.191-45.798 755.17-49.913Z' fill='url%28%23m%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23n%29'%3E%3Cpath d='M578.17 488.438c315.98-4.115 898.97 33.211 1150.97 52.389l22.36 70.297H-177V538.35c120.066-14.923 439.191-45.797 755.17-49.912Z' fill='url%28%23o%29'%2F%3E%3Cpath d='M1045.63 518.587c-122.565 5.574-351.347 7.546-285.971-29.157 81.72-45.88 649.501 9.408 285.971 29.157Z' fill='%2321284B' fill-opacity='.31'%2F%3E%3Cg filter='url%28%23p%29'%3E%3Cpath d='M1173.33 536.54c-243.187-7.727-672.518-32.464-444.338-69.605 285.228-46.427 1175.048 88.587 444.338 69.605Z' fill='%23765387' fill-opacity='.63'%2F%3E%3C%2Fg%3E%3Cpath d='M-20.5 537.588c82.25-2.667 216.117-10.477 298.921-25.527 59.522-10.819 120.893-22.671 202.041-26.481M89.628 553.21c171.404-2.858 346.12-16.193 554.785-42.864 134.07-17.136 249.24-21.718 300.578-20.003M1590.86 525.968c-72.87 8.191-273.25 19.774-435.55 16.574-202.866-4.001-589.56-8.192-808.162 16.193' stroke='%23151B22' stroke-opacity='.7'%2F%3E%3Cg filter='url%28%23q%29'%3E%3Cpath d='m41.602 559.609 146.563 10.097c-7.287 14.326-287.881 21.464-427.268 23.242l-174.716-1.905v-88.395c24.289-.063 106.121-.522 174.716 3.62 116.754 7.048 243.443 20.574 344.464 37.148 77.686 12.746 118.237 16.068 130.334 16.193h1.324a58.28 58.28 0 0 1-1.324 0H41.602Z' fill='%23040F2C' fill-opacity='.56'%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg filter='url%28%23r%29'%3E%3Cellipse cx='414.232' cy='48.449' rx='256.892' ry='90.956' transform='rotate%28-37.462 414.232 48.449%29' fill='%23000' fill-opacity='.29'%2F%3E%3C%2Fg%3E%3Cpath d='m790 87 .518 2.482L793 90l-2.482.518L790 93l-.518-2.482L787 90l2.482-.518L790 87ZM24 476l.518 2.482L27 479l-2.482.518L24 482l-.518-2.482L21 479l2.482-.518L24 476ZM886 18l.518 2.482L889 21l-2.482.518L886 24l-.518-2.482L883 21l2.482-.518L886 18ZM1145 105l.52 2.482 2.48.518-2.48.518L1145 111l-.52-2.482L1142 108l2.48-.518.52-2.482ZM1081 35l.52 2.482L1084 38l-2.48.518L1081 41l-.52-2.482L1078 38l2.48-.518L1081 35ZM1205 32l.52 2.482L1208 35l-2.48.518L1205 38l-.52-2.482L1202 35l2.48-.518L1205 32ZM651 415l.518 2.482L654 418l-2.482.518L651 421l-.518-2.482L648 418l2.482-.518L651 415ZM117 72l.518 2.482L120 75l-2.482.518L117 78l-.518-2.482L114 75l2.482-.518L117 72ZM645 215l.518 2.482L648 218l-2.482.518L645 221l-.518-2.482L642 218l2.482-.518L645 215ZM953 170l.518 2.482L956 173l-2.482.518L953 176l-.518-2.482L950 173l2.482-.518L953 170ZM528 258l.518 2.482L531 261l-2.482.518L528 264l-.518-2.482L525 261l2.482-.518L528 258Z' fill='%23fff'%2F%3E%3Ccircle cx='286.5' cy='76.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='566.5' cy='420.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='702.5' cy='257.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='812.5' cy='8.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1154.5' cy='57.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1205.5' cy='119.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1155.5' cy='337.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='906.5' cy='124.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='361.5' cy='19.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='427.5' cy='86.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1062.5' cy='187.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='330.5' cy='166.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='631.5' cy='24.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='734.5' cy='349.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1184.5' cy='212.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1001.5' cy='67.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='211.5' cy='23.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='56.5' cy='268.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='26.5' cy='18.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='16.5' cy='91.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='64.5' cy='162.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1080.5' cy='284.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='693' cy='77' r='1' fill='%23fff'%2F%3E%3Ccircle cx='806' cy='214' r='1' fill='%23fff'%2F%3E%3Ccircle cx='735' cy='20' r='1' fill='%23fff'%2F%3E%3Ccircle cx='532' cy='10' r='1' fill='%23fff'%2F%3E%3Ccircle cx='607.5' cy='330.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='498.5' cy='368.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='543.5' cy='78.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1183.5' cy='30.5' r='242.5' fill='url%28%23s%29'%2F%3E%3Cmask id='u' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='1049' y='-143' width='303' height='303'%3E%3Ccircle cx='1200.27' cy='8.27' r='151' transform='rotate%28-120 1200.27 8.27%29' fill='url%28%23t%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23u%29'%3E%3Ccircle cx='1200.27' cy='8.27' r='151' transform='rotate%28-120 1200.27 8.27%29' fill='%23fff'%2F%3E%3Ccircle cx='1202.1' cy='1.44' r='156' transform='rotate%28-120 1202.1 1.44%29' fill='url%28%23v%29'%2F%3E%3Cpath d='M1073.9 41.392c-21.45-13.945-23.2-51.847-21.39-69.055l-15.13 42.798c9.93 29.869 29.79 89.607 70.77 85.58 40.98-4.028 65.36-34.85 55.72-90.485-6.34-36.594 8.9-58.254 16.52-64.386l-26-45.033c-1.25-2.165-3.93-20.821-23.5.29-19.57 21.112-17.56 80.578-16.27 105.814 1.29 25.235-13.91 51.909-40.72 34.477Z' stroke='%23000' stroke-opacity='.18' stroke-width='12'%2F%3E%3Cpath d='M1147.04 129.07c-13.2 9.932-32.67 4.424-51.51-7.213-1.4-2.425 30.46 145.704 228.98 108.552 52.28-9.784-50.99-227.242-88.25-223.864-43.89 3.979-36.82 89.928-41.29 107.551-6.68 26.373-31.43 2.559-47.93 14.974Z' stroke='%23000' stroke-opacity='.22' stroke-width='8'%2F%3E%3Cpath d='M1229.47 126.768c-14.79-33.166 5.6-69.7 17.65-83.82l11.32-3.147 49.01 126.174c-19.83.75-63.19-6.04-77.98-39.207Z' stroke='%23000' stroke-opacity='.08' stroke-width='8'%2F%3E%3Cpath d='M1083.32-29.288c-10.27-.997-12.68 16.367-12.6 25.173 3.51 36.079 23.42 24.7 24.27 5.04.56-13.027-2.49-29.324-11.67-30.213Z' stroke='%23fff' stroke-opacity='.13'%2F%3E%3Cg filter='url%28%23w%29'%3E%3Ccircle cx='1063.56' cy='25.423' r='66.5' transform='rotate%28-120 1063.56 25.423%29' fill='%23B0B8FF' fill-opacity='.32'%2F%3E%3C%2Fg%3E%3Cg filter='url%28%23x%29'%3E%3Ccircle cx='1216.81' cy='81.859' r='32' transform='rotate%28-120 1216.81 81.86%29' fill='%23B0FAFF' fill-opacity='.29'%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cmask id='z' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='916' y='465' width='340' height='173'%3E%3Cpath d='M1161.34 465.297c-9.5-6.71-150.74 102.051-220.177 157.27L916 637.246l339.7-9.786-6.29-130.01c-25.39-7.922-78.56-25.443-88.07-32.153Z' fill='url%28%23y%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23z%29'%3E%3Cpath d='M1161.34 465.297c-9.5-6.71-150.74 102.051-220.177 157.27L916 637.246l339.7-9.786-6.29-130.01c-25.39-7.922-78.56-25.443-88.07-32.153Z' fill='url%28%23A%29'%2F%3E%3Cpath d='M1093.54 575.036c-7.13-7.128 37.98-71.761 65.01-112.535-44.04 8.854-146.23 38.444-191.525 83.178-45.293 44.735-50.093 80.15-46.831 92.266l194.316 5.591 67.8-12.581c10.72-34.25 31.45-97.158 19.57-101.352-11.88-4.194-97.16 56.617-108.34 45.433Z' fill='url%28%23B%29'%2F%3E%3Cpath d='m1158.96 462.777.67-1.004-1.18.238c-22.05 4.432-58.63 14.05-95.37 28.157-36.73 14.102-73.683 32.713-96.406 55.156-22.687 22.407-35.253 42.499-41.736 58.533-6.478 16.017-6.896 28.017-5.227 34.218l.097.359.371.01 194.321 5.592.05.002.05-.01 67.8-12.582.3-.055.09-.287c.7-2.253 1.45-4.63 2.23-7.108 5.15-16.342 11.66-37.022 16.04-54.869 2.52-10.273 4.34-19.635 4.78-26.704.22-3.53.11-6.525-.46-8.788-.57-2.253-1.61-3.897-3.33-4.504-.86-.304-1.99-.296-3.3-.079-1.32.219-2.88.662-4.64 1.286-3.52 1.251-7.9 3.249-12.82 5.72-7.51 3.766-16.34 8.651-25.47 13.698-2.85 1.576-5.73 3.168-8.61 4.746-12.1 6.642-24.16 13.051-33.89 17.102-4.86 2.027-9.12 3.451-12.48 4.026-1.69.288-3.13.358-4.3.198-1.17-.161-2.05-.546-2.65-1.145-.32-.328-.54-.861-.59-1.668-.05-.806.07-1.832.36-3.072.6-2.479 1.86-5.71 3.68-9.549 3.64-7.673 9.44-17.674 16.32-28.744 10.1-16.26 22.51-34.785 33.74-51.558 4.06-6.064 7.97-11.899 11.56-17.315Z' stroke='%23fff' stroke-opacity='.24'%2F%3E%3C%2Fg%3E%3Cg filter='url%28%23C%29'%3E%3Ccircle cx='802.5' cy='140.916' r='2.5' fill='%23E89D67'%2F%3E%3C%2Fg%3E%3Cpath d='M888.382 68 802 141.416' stroke='url%28%23D%29' stroke-width='.5' stroke-linecap='round'%2F%3E%3Ccircle cx='802.5' cy='140.916' r='1.5' fill='%23fff'%2F%3E%3Cg filter='url%28%23E%29'%3E%3Ccircle cx='668.5' cy='184.916' r='2.5' fill='%23E89D67'%2F%3E%3C%2Fg%3E%3Cpath d='M754.382 112 668 185.416' stroke='url%28%23F%29' stroke-width='.5' stroke-linecap='round'%2F%3E%3Ccircle cx='668.5' cy='184.916' r='1.5' fill='%23fff'%2F%3E%3Cmask id='H' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='-4' y='498' width='400' height='238'%3E%3Cpath d='M396 675h-36.5c-4.4 37.6-173.833 56.333-258 61L-4 731V499c14.667-.167 64.08-1.369 105.5 9.5 70.5 18.5 147 54 208 97.5 48.8 34.8 73.333 42.833 79.5 42.5l7 26.5Z' fill='url%28%23G%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23H%29'%3E%3Cpath d='M397 675h-37.5c-4.4 37.6-173.833 56.333-258 61L-4 731V499c14.667-.167 64.08-1.369 105.5 9.5 70.5 18.5 147 54 208 97.5 48.8 34.8 73.333 42.833 79.5 42.5l8 26.5Z' fill='%23fff'%2F%3E%3Cpath d='M397 676h-37.5c-4.4 37.6-173.833 56.333-258 61L-4 732V500c14.667-.167 64.08-1.369 105.5 9.5C172 528 252 564 313 607.5c48.8 34.8 69.833 42.333 76 42l8 26.5Z' fill='url%28%23I%29'%2F%3E%3Cpath d='M55.54 531.595c41.72 10.054 102.96 10.905 116.491 0C193.255 524.071 261.521 566.063 293 588c-107.313 1.195-244.016-3.619-295.453-7.105L-8 528.109c-13-2.609 17.5-7.609 63.54 3.486Z' fill='url%28%23J%29' fill-opacity='.15'%2F%3E%3Cpath d='M135 551.5c25.6-17.2 106.333 10.833 143.5 27l105 25.5 35 111.5c-102.667 1.833-312.8 3.1-332-6.5-24-12-65.5-84.5-18-95s80.5 45 114 68 195 41 201 14-25.5-26.5-105-48S103 573 135 551.5Z' fill='url%28%23K%29' fill-opacity='.25'%2F%3E%3Cpath d='M302 600c-1.5 2-66.3 6.4-313.5 8' stroke='%23fff' stroke-opacity='.1'%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient id='b' x1='616' y1='-22' x2='928.072' y2='869.007' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.073' stop-color='%2321284B'%2F%3E%3Cstop offset='1' stop-color='%235153E7'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='c' x1='850.106' y1='211.265' x2='940.137' y2='611.865' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238886D8' stop-opacity='.33'%2F%3E%3Cstop offset='.779' stop-color='%23fff' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='e' x1='739.681' y1='317.186' x2='906.254' y2='532.591' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23684A7B'%2F%3E%3Cstop offset='1' stop-color='%230F1433'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='g' x1='741.45' y1='317.177' x2='908.023' y2='532.582' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23684A7B'%2F%3E%3Cstop offset='1' stop-color='%23232A59'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='i' x1='620.264' y1='485.065' x2='619.327' y2='562.264' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2321284B'%2F%3E%3Cstop offset='1' stop-color='%2321284B' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='j' x1='948.881' y1='439.495' x2='1122.2' y2='439.959' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23354E8F'%2F%3E%3Cstop offset='1' stop-color='%231F3161'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='l' x1='949.141' y1='440.375' x2='1112.77' y2='424.429' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23765387'%2F%3E%3Cstop offset='1' stop-color='%231F3161'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='m' x1='787.25' y1='488' x2='787.25' y2='611' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B4588'%2F%3E%3Cstop offset='1' stop-color='%23121837'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='o' x1='787.25' y1='488.124' x2='787.25' y2='611.124' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B4588'%2F%3E%3Cstop offset='1' stop-color='%23121837'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='y' x1='1155.05' y1='449.22' x2='1085.85' y2='637.246' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23834B7A'%2F%3E%3Cstop offset='1' stop-color='%23101533'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='A' x1='1155.05' y1='449.22' x2='1085.85' y2='637.246' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23834B7A'%2F%3E%3Cstop offset='1' stop-color='%23101533'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='B' x1='1172.53' y1='475.781' x2='1062.41' y2='643.536' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'%2F%3E%3Cstop offset='1' stop-opacity='.15'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='D' x1='802.172' y1='142.271' x2='884.458' y2='72.988' gradientUnits='userSpaceOnUse'%3E%3Cstop%2F%3E%3Cstop offset='0' stop-color='%23fff'%2F%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='F' x1='668.172' y1='186.271' x2='750.458' y2='116.988' gradientUnits='userSpaceOnUse'%3E%3Cstop%2F%3E%3Cstop offset='0' stop-color='%23fff'%2F%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='G' x1='35' y1='510.5' x2='254' y2='681.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300255C'%2F%3E%3Cstop offset='1' stop-color='%23110534'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='I' x1='35' y1='511.5' x2='254' y2='682.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234B4274'%2F%3E%3Cstop offset='1' stop-color='%23110534'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='J' x1='14' y1='556' x2='242.5' y2='556' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23915CAB'%2F%3E%3Cstop offset='1' stop-color='%23765387' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='K' x1='347' y1='708' x2='54' y2='540' gradientUnits='userSpaceOnUse'%3E%3Cstop%2F%3E%3Cstop offset='1' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3Cfilter id='d' x='110.671' y='195.369' width='1136.51' height='956.149' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='47' result='effect1_foregroundBlur_580_4373'%2F%3E%3C%2Ffilter%3E%3Cfilter id='h' x='581.484' y='367.033' width='220.081' height='156.065' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='16.5' result='effect1_foregroundBlur_580_4373'%2F%3E%3C%2Ffilter%3E%3Cfilter id='p' x='577.234' y='370.157' width='964.595' height='255.225' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='43.5' result='effect1_foregroundBlur_580_4373'%2F%3E%3C%2Ffilter%3E%3Cfilter id='q' x='-465.819' y='450.602' width='754.838' height='194.346' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='26' result='effect1_foregroundBlur_580_4373'%2F%3E%3C%2Ffilter%3E%3Cfilter id='r' x='108.899' y='-217.718' width='610.667' height='532.333' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='47' result='effect1_foregroundBlur_580_4373'%2F%3E%3C%2Ffilter%3E%3Cfilter id='w' x='956.048' y='-82.088' width='215.022' height='215.022' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='20.5' result='effect1_foregroundBlur_580_4373'%2F%3E%3C%2Ffilter%3E%3Cfilter id='x' x='1151.8' y='16.854' width='130.011' height='130.011' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='16.5' result='effect1_foregroundBlur_580_4373'%2F%3E%3C%2Ffilter%3E%3Cfilter id='C' x='787' y='125.416' width='31' height='31' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='6.5' result='effect1_foregroundBlur_580_4373'%2F%3E%3C%2Ffilter%3E%3Cfilter id='E' x='653' y='169.416' width='31' height='31' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='6.5' result='effect1_foregroundBlur_580_4373'%2F%3E%3C%2Ffilter%3E%3CradialGradient id='s' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate%2890 576.5 607%29 scale%28242.5%29'%3E%3Cstop offset='.568' stop-color='%23fff' stop-opacity='0'%2F%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.07'%2F%3E%3C%2FradialGradient%3E%3CradialGradient id='t' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate%2890 596 604.27%29 scale%28173%29'%3E%3Cstop offset='.321' stop-color='%23241C62'%2F%3E%3Cstop offset='1' stop-color='%2370426E'%2F%3E%3C%2FradialGradient%3E%3CradialGradient id='v' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate%2890 600.33 601.77%29 scale%28178.728%29'%3E%3Cstop offset='.321' stop-color='%233B1C62'%2F%3E%3Cstop offset='1' stop-color='%23425770'%2F%3E%3C%2FradialGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1233v607H0z'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 70%;
  padding-left: 3em;
}
.order-direction {
  position: relative;
  background-size: cover;
  background-position: top;
  border-radius: 0.5em;
  display: flex;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.order-direction > div.dir-arrow {
  height: 100%;
  left: 50%;
  padding: 0;
  position: absolute;
  width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}
.order-direction > div.dir-arrow .ico {
  font-size: 1.2em;
}
.dir-cont > .coin-ico {
  height: 3.75em;
  text-align: center;
  width: 3.75em;
}
.order-direction span.head {
  color: #e4e4e4;
  font-size: 1.3em;
  font-weight: 300;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.coin-address {
  color: #ababab;
  font-size: 0.8em;
  font-weight: 200;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-direction .coin-head {
  color: #bfbfbf;
  font-size: 0.8125em;
  font-weight: 300;
  line-height: 1;
  opacity: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
}
.order-direction .coin-value {
  font-size: 1.4em;
  line-height: 1;
  padding-bottom: 2px;
  padding-top: 5px;
}
.order-direction > header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.22);
  border-top: 2px solid rgba(255, 255, 255, 0.22);
  clear: both;
  display: block;
  margin-bottom: 11px;
  padding: 11px 0;
  text-align: center;
}
.order-direction > div.dir-from {
  padding-left: 1em;
}
.dir-from > .dir-cont {
  text-align: right;
}
.dir-from > .dir-cont > .coin-ico {
  float: right;
  margin-left: 0.625em;
}
.dir-from > .dir-cont > .coin-head {
  margin-right: 4.861em;
}
.dir-from > .dir-cont > .coin-value {
  margin-right: 3.125em;
}
.dir-from > .dir-cont > .coin-address {
  margin-right: 5.46875em;
}
.order-direction > div.dir-to {
  padding-right: 1em;
}
.dir-to > .dir-cont {
  text-align: left;
}
.dir-to > .dir-cont > .coin-ico {
  float: left;
  margin-right: 0.625em;
}
.dir-to > .dir-cont > .coin-head {
  margin-left: 4.861em;
}
.dir-to > .dir-cont > .coin-value {
  margin-left: 3.125em;
}
.dir-to > .dir-cont > .coin-address {
  margin-left: 5.46875em;
}
.order-qr-wrap {
  order: 4;
  margin-left: 1em;
}
.order-qr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.5em;
  overflow: hidden;
  text-align: center;
  width: 16.3em;
}
.order-qr.big {
}
.order-qr .order-qrcode,
.order-qr img {
  width: 100%;
}
.order-qr img {
  padding: 1.2em;
  box-sizing: border-box;
  display: block;
}
.order-qr.big img {
  height: 260px;
}
.order-qr.inactive {
  opacity: 0.8;
}
.order-qr.inactive > .order-qrcode {
  cursor: default;
  pointer-events: none;
}
.order-qr.inactive > .order-qrcode > img {
  filter: blur(3px);
  opacity: 0.5;
}
.order-qr.inactive > .order-qrcode:after {
  filter: blur(1px);
  opacity: 0.4;
}
.order-qr > input {
  position: absolute;
  visibility: hidden;
}
.order-qr > input + div,
.order-qr > input + a {
  display: none;
}
.order-qr > input:checked + div,
.order-qr > input:checked + a {
  display: block;
  background-color: #fff;
}
.qr-switcher {
  display: flex;
  position: relative;
  background-color: #fff;
  margin-top: -0.5em;
}
.qr-switcher:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  background-color: #ececec;
  z-index: 0;
}
.qr-switcher > label {
  color: #a6a6a6;
  background-color: #ececec;
  padding: 0.9em 0.3em;
  font-size: 0.75em;
  cursor: pointer;
  border-left: 1px solid #d5d5d5;
  font-weight: 600;
  position: relative;
  z-index: 2;
  border-top-right-radius: 0.6em;
  box-sizing: border-box;
}
.qr-switcher > label:first-of-type {
  border-left: none;
  border-top-left-radius: 0;
}
.qr-switcher > label:last-of-type {
  border-top-right-radius: 0;
}
.qr-switcher[data-count="1"] > label {
  width: 100%;
  cursor: default;
}
.qr-switcher[data-count="2"] > label {
  width: 50%;
}
.qr-switcher[data-count="3"] > label {
  width: 33.33%;
}
.order-qr > input#qr_type0:checked ~ .qr-switcher > label[for="qr_type0"],
.order-qr > input#qr_type1:checked ~ .qr-switcher > label[for="qr_type1"],
.order-qr > input#qr_type2:checked ~ .qr-switcher > label[for="qr_type2"] {
  background-color: #fff;
  color: #000;
  border-color: transparent;
  border-radius: 0 0 0.6em 0.6em;
}
.order-qr
  > input#qr_type0:checked
  ~ .qr-switcher
  > label[for="qr_type0"]
  + label,
.order-qr
  > input#qr_type1:checked
  ~ .qr-switcher
  > label[for="qr_type1"]
  + label,
.order-qr
  > input#qr_type2:checked
  ~ .qr-switcher
  > label[for="qr_type2"]
  + label {
  border-left-color: transparent;
}
.order-qr
  > input#qr_type0:checked
  ~ .qr-switcher
  > label[for="qr_type0"]
  + label,
.order-qr > input#qr_type2:checked ~ .qr-switcher > label[for="qr_type0"] {
  border-top-right-radius: 0;
}
.order-qr
  > input#qr_type0:checked
  ~ .qr-switcher
  > label[for="qr_type0"]
  + label
  ~ label {
  border-top-left-radius: 0;
}
.order-qr > input#qr_type0:checked ~ .qr-switcher > label[for="qr_type1"],
.order-qr > input#qr_type1:checked ~ .qr-switcher > label[for="qr_type2"] {
  border-top-left-radius: 0.6em;
}
.order-action-details {
  order: 2;
  color: #879fab;
  border-radius: 0.5em;
  box-sizing: border-box;
  padding: 1.5em;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1.6em;
  background-size: cover;
  width: calc(100% - 13em);
}
.order-action-body .order-action-details {
  margin-top: 0;
}
section.order-action {
  margin-bottom: 1em;
}
.order-action section.order-emergency {
  margin-bottom: 1.6em;
  border: 2px solid #f00;
}
.order-action header {
  overflow: hidden;
}
.order-action h2 {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-indent: 0;
  margin-bottom: 0.5em;
  margin-bottom: 0.1em;
  padding: 0.6em 0;
  padding: 0.3625em 0;
  padding: 0;
  padding: 0 1em;
  display: inline-flex;
  border-radius: 4px;
  align-items: center;
  text-transform: none;
}
.order-action h2 > b {
  font-size: 1.4em;
  font-weight: normal;
  margin-left: 0.268em;
  padding: 0.3625em 0;
}
.order-time {
}
.order-time label {
  display: inline-block;
  vertical-align: middle;
}
.order-time > span {
  display: inline-block;
  font-size: 1.4em;
  vertical-align: middle;
}
.order-time.new > label:after,
.order-time.expired > label:after {
  content: attr(data-remaining);
}
.order-time:not(.new):not(.expired) > label:after {
  content: attr(data-status);
}
.order-time.new > div > span:after {
  content: attr(data-time);
}
.order-time.expired > div > span:after {
  content: attr(data-expired);
}
.order-time.exchange > div > span:after {
  content: attr(data-exchange);
}
.order-time.emergency > div > span:after {
  content: attr(data-emergency);
}
.order-time.refund > div > span:after {
  content: attr(data-refund);
}
.order-time.done > div > span:after {
  content: attr(data-done);
}
.order-time.expired span {
  color: #ea1818;
  font-size: 1.2em;
}
.order-time.exchange span,
.order-time.refund span,
.order-time.done span {
  color: #0acb3d;
  font-size: 1.2em;
}
.order-time.refund span {
  color: #9f9f9f;
}
.order-time.emergency span {
  color: #f7941c;
  font-size: 1em;
}
.order-time.pending:after,
.order-time.received:after,
.order-time.exchange:after {
  content: attr(data-exchange);
}
.order-time.done:after {
  content: attr(data-done);
}
.order-time.emergency:after {
  content: attr(data-emergency);
}
.order-time.refund:after {
  content: attr(data-refund);
}
.order-action-body {
  color: #879fab;
  display: flex;
  justify-content: space-between;
}
.order-action-body.flex-start {
  align-items: flex-start;
}
.order-extra-details {
  margin-top: 1em;
}
.order-extra-details > .order-data-destination {
  border-top: none;
  background-color: #20284b;
  border-radius: 0.5em;
  word-break: break-all;
  padding: 0.7em 1.5em 1.5em;
  color: #879fab;
}
.order-details-more-txs {
  display: flex;
  color: #879fab;
  flex-direction: row-reverse;
}
.order-details-more-txs.single {
  flex-direction: row;
}
.order-details-more-txs.single .order-details-list {
  display: grid;
  grid-gap: 0 2em;
  grid-template-columns: repeat(2, calc(50% - 1em));
}
.order-details-more-txs.single li {
  order: 1;
}
.order-details-more-txs.single li.order-txid {
  grid-column: 1/3;
}
.order-details-more-txs.single li:nth-of-type(-n + 3),
.order-details-more-txs.single li:nth-of-type(6) {
  order: 1;
}
.order-details-more-txs.single li:nth-of-type(4),
.order-details-more-txs.single li:nth-of-type(7) {
  order: 2;
}
.order-details-more-txs.single li:nth-of-type(5) {
  order: 3;
}
.order-details-more-txs.single > .order-details-tx {
  width: 100%;
  margin-left: 0;
}
.order-details-more-txs + .order-details-more-txs {
  padding-top: 1em;
}
.order-details-tx {
  width: calc(50% - 0.5em);
  background-color: #21284b;
  padding: 1.5em;
  box-sizing: border-box;
  border-radius: 0.5em;
}
.order-details-tx:first-of-type {
  margin-left: 1em;
}
.order-details-tx h3 {
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0;
  margin-bottom: 1em;
}
.order-amount {
  font-size: 1.4em;
  font-weight: 600;
}
.order-address-wrap {
  position: relative;
  margin-top: 0.375em;
}
.order-address-from > .copy {
  font-size: 0.8em;
  margin-left: 0.3em;
  margin-top: -0.2em;
  color: #7b959c;
}
.order-address-from:hover > .copy {
  color: #fff;
}
b.extra-required {
  font-weight: normal;
  color: #ea1818;
}
.order-address {
  font-size: 1.25em;
  font-weight: 600;
}
.order-address:not(.tag) {
  color: #fff;
}
.order-address > span {
  display: inline-block;
  padding-right: 0.5em;
}
.order-address > i {
  display: inline-block;
  font-style: normal;
}
.order-type {
}
.order-field {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}
.order-field-wrap {
  display: flex;
  align-items: center;
  padding: 0.4em 0;
}
.order-field-wrap:last-of-type {
  border-bottom: none;
}
.order-data-details {
  flex: 1 0 auto;
  padding-bottom: 1.7em;
  user-select: none;
}
.order-data-details:first-of-type:last-of-type {
  flex-grow: inherit;
}
.order-p-wrap:first-of-type {
  margin-bottom: 1.2em;
}
p.order-p-amount {
  margin-bottom: 0.2em;
}
.order-data-destination {
  border-top: 1px solid rgba(135, 159, 171, 0.31);
}
.order-action-details.more > .order-data-destination {
  border-top: 0;
}
.order-data-destination p:first-of-type {
  padding-top: 0.9em;
}
.order-data-destination p > label {
  padding-bottom: 0.3em;
  display: inline-block;
}
.order-action-details.more p:first-of-type {
  padding-top: 0.5em;
}
.order-action-details.more p:last-of-type {
  margin-bottom: 0.5em;
}
.order-address-destination {
  color: #fff;
  font-weight: 600;
  display: block;
}
.order-address-destination.long {
  font-size: 0.9em;
}
.order-field-wrap > div {
}
.order-field-wrap > label {
  display: block;
  min-width: 5.6em;
}
.order-action-details p {
  font-size: 1em;
  font-weight: 400;
  word-break: break-word;
}
.order-address > i:nth-of-type(2n) {
}
.order-action-details p.order-right-info {
  float: right;
  font-size: 1em;
  text-align: right;
}
.order-action-details b {
  font-weight: 600;
  max-width: 38em;
}
b.order-address-from.long {
  font-size: 1em;
}
a.order-cantscan {
  border-bottom: 1px dotted;
  color: #879fab;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  margin-top: 0.415em;
}
a.order-cantscan:hover {
  color: #fff;
}
.timeline-container ol {
  list-style-type: none;
  display: flex;
}
.timeline-container ol.expired {
  opacity: 0.4;
}
.timeline-container li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 25%;
}
.timeline-container li:after {
  content: "\e230";
  font-family: "Icons";
  display: block;
  font-size: 2.3em;
  left: 100%;
  position: absolute;
  top: 0.5em;
  transform: translateX(-50%);
  z-index: 0;
}
.timeline-container li.active:after,
.timeline-container li.active ~ li:after {
  color: #fff;
  opacity: 0.25;
}
.timeline-container li.active:after {
  -o-animation: flashing-line 1s linear infinite alternate;
  will-change: opacity;
}
.timeline-container ol.expired > li:after {
}
.timeline-container li:last-of-type:before,
.timeline-container li:last-of-type:after {
  content: none;
}
.timeline-container li > div {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.timeline-container ol.expired li > div,
.timeline-container li.active ~ li:not(.active) > div {
  color: #fff;
  opacity: 0.4;
}
.timeline-container li.active > div,
.timeline-container li.withdraw:last-of-type > div {
  opacity: 1;
  -webkit-animation: flashing 0.7s ease-out infinite alternate;
  -o-animation: flashing 0.7s ease-out infinite alternate;
  animation: flashing 0.7s ease-out infinite alternate;
  will-change: opacity, color;
}
.timeline-container ol.expired li.active > div {
  animation: none;
  opacity: 0.4;
}
.timeline-container li.active:last-of-type > div {
}
.timeline-container li label {
  display: block;
  font-weight: 600;
  padding: 0 1em;
}
.timeline-container li label.foremergency,
.timeline-container li label.forrefund {
  display: none;
}
.timeline-container li.emergency-choice label.foremergency,
.timeline-container li.refund label.forrefund {
  display: block;
}
.timeline-container li.emergency-choice label.foremergency + label,
.timeline-container li.refund label.forrefund + label {
  display: none;
}
.timeline-container li label:before {
}
.timeline-container .line {
  background-color: #dce2e6;
  border-radius: 15px;
  height: 7px;
  margin-top: 15px;
  width: 100%;
}
.timeline-container span.ico {
  display: block;
  font-size: 2.3em;
  margin-bottom: 0.3em;
  padding: 0;
  width: 100%;
}
.timeline-container span.ico:after {
  background-color: #008fdf;
  color: #fff;
  border-radius: 2em;
  padding: 0.5em;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  width: 2em;
  height: 2em;
  justify-content: center;
}
section.order-timeline {
  color: #fff;
  margin: 40px 0;
}
section.order-details {
  background-color: #fff;
  color: #000;
  padding: 30px 40px;
}
.popup-content.popup-order-email,
.popup-content.popup-order-tag-terms,
section.order-notice {
  background-image: url("data:image/svg+xml,%3Csvg width='1232' height='723' fill='none' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg clip-path='url%28%23a%29'%3E%3Cpath fill='url%28%23b%29' d='M-1 0h1234v723H-1z'%2F%3E%3Cg filter='url%28%23c%29'%3E%3Cellipse cx='853.232' cy='488.449' rx='256.892' ry='90.956' transform='rotate%28-37.462 853.232 488.449%29' fill='%23000' fill-opacity='.29'%2F%3E%3C%2Fg%3E%3Cg filter='url%28%23d%29'%3E%3Cellipse cx='1096.23' cy='-17.551' rx='256.892' ry='90.956' transform='rotate%28-37.462 1096.23 -17.551%29' fill='%23000' fill-opacity='.29'%2F%3E%3C%2Fg%3E%3Cg filter='url%28%23e%29'%3E%3Cellipse cx='-5.768' cy='568.449' rx='256.892' ry='90.956' transform='rotate%28-37.462 -5.768 568.449%29' fill='%23000' fill-opacity='.29'%2F%3E%3C%2Fg%3E%3Cmask id='g' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='877' y='608' width='392' height='169'%3E%3Cpath d='M877 733.063h35.77c4.312 26.699 170.36 40.002 252.84 43.315l103.39-3.55V608.086c-14.37-.119-62.8-.972-103.39 6.746-69.09 13.136-144.06 38.345-203.84 69.234-47.824 24.711-71.867 30.416-77.91 30.179L877 733.063Z' fill='url%28%23f%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23g%29'%3E%3Cpath d='M876.02 733.063h36.75c4.312 26.699 170.36 40.002 252.84 43.315l103.39-3.55V608.086c-14.37-.119-62.8-.972-103.39 6.746-69.09 13.136-144.06 38.345-203.84 69.234-47.824 24.711-71.867 30.416-77.91 30.179l-7.84 18.818Z' fill='%23fff'%2F%3E%3Cpath d='M876.02 733.773h36.75c4.312 26.699 170.36 40.002 252.84 43.315l103.39-3.55V608.796c-14.37-.119-62.8-.972-103.39 6.746-69.09 13.136-147.49 38.7-207.27 69.589-47.824 24.711-68.437 30.061-74.48 29.824l-7.84 18.818Z' fill='url%28%23h%29'%2F%3E%3Cpath d='M1210.65 631.232c-40.88 7.139-100.9 7.743-114.16 0-20.8-5.343-87.7 24.475-118.55 40.052 105.17.849 239.14-2.57 289.54-5.045l5.44-37.483c12.74-1.853-17.15-5.403-62.27 2.476Z' fill='url%28%23i%29' fill-opacity='.15'%2F%3E%3Cpath d='M1132.78 645.366c-25.09-12.214-104.21 7.693-140.63 19.172l-102.9 18.108-34.3 79.175c100.613 1.302 306.54 2.202 325.36-4.615 23.52-8.521 64.19-60.003 17.64-67.459-46.55-7.456-78.89 31.954-111.72 48.286s-191.1 29.114-196.98 9.942c-5.88-19.173 24.99-18.818 102.9-34.085 77.91-15.267 171.99-53.257 140.63-68.524Z' fill='url%28%23j%29' fill-opacity='.25'%2F%3E%3Cpath d='M969.12 679.805c1.47 1.421 64.97 4.545 307.23 5.681M1272.43 716.73c-64.52-10.059-214.91-24.782-300.37-3.195' stroke='%23fff' stroke-opacity='.1'%2F%3E%3C%2Fg%3E%3Cellipse cx='968.5' cy='1188' rx='526.5' ry='527' fill='url%28%23k%29'%2F%3E%3Cpath d='M660.382 549 574 622.416' stroke='url%28%23l%29' stroke-width='.5' stroke-linecap='round'%2F%3E%3Cg filter='url%28%23m%29'%3E%3Ccircle cx='574.5' cy='621.916' r='2.5' fill='%23E89D67'%2F%3E%3C%2Fg%3E%3Ccircle cx='574.5' cy='621.916' r='1.5' fill='%23fff'%2F%3E%3Cpath d='M794.382 505 708 578.416' stroke='url%28%23n%29' stroke-width='.5' stroke-linecap='round'%2F%3E%3Cg filter='url%28%23o%29'%3E%3Ccircle cx='708.5' cy='577.916' r='2.5' fill='%23E89D67'%2F%3E%3C%2Fg%3E%3Ccircle cx='708.5' cy='577.916' r='1.5' fill='%23fff'%2F%3E%3Cmask id='p' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='1138' y='385' width='135' height='135'%3E%3Ccircle cx='1205.62' cy='452.619' r='66.723' transform='rotate%28-30 1205.62 452.619%29' fill='%23D9D9D9'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23p%29'%3E%3Ccircle cx='1205.62' cy='452.619' r='66.723' transform='rotate%28-30 1205.62 452.619%29' fill='%23fff'%2F%3E%3Ccircle cx='1209' cy='453.524' r='66.723' transform='rotate%28-30 1209 453.524%29' fill='url%28%23q%29'%2F%3E%3Cpath fill='%23AB76CC' fill-opacity='.28' d='m1156.48 500.962 113.428-65.487 12.356 21.4-113.428 65.488zM1125.17 422.019l92.026-53.131 7.413 12.84-92.025 53.132zM1132.19 483.599l134.829-77.844 4.942 8.561-134.828 77.844z'%2F%3E%3Ccircle cx='1236.57' cy='451.869' r='66.723' transform='rotate%28-30 1236.57 451.869%29' fill='%23000' fill-opacity='.17'%2F%3E%3C%2Fg%3E%3Cpath d='m1120.66 105.139.72 3.456 3.46.721-3.46.72-.72 3.457-.72-3.457-3.46-.72 3.46-.721.72-3.456ZM885.177 164l.721 3.456 3.456.721-3.456.721-.721 3.456-.721-3.456-3.456-.721 3.456-.721.721-3.456Z' fill='%23fff'%2F%3E%3Ccircle cx='776.05' cy='204.693' r='.696' fill='%23fff'%2F%3E%3Ccircle cx='1092.12' cy='338.359' r='.696' fill='%23fff'%2F%3E%3Ccircle cx='929.21' cy='221.401' r='.696' fill='%23fff'%2F%3E%3Ccircle cx='803.696' cy='83.696' r='.696' fill='%23fff'%2F%3E%3Ccircle cx='1121.36' cy='206.085' r='.696' fill='%23fff'%2F%3E%3Ccircle cx='1069.84' cy='172.668' r='.696' fill='%23fff'%2F%3E%3Ccircle cx='996.043' cy='116.974' r='.696' fill='%23fff'%2F%3E%3Ccircle cx='1149.7' cy='275.696' r='.696' fill='%23fff'%2F%3E%3Ccircle cx='708.696' cy='339.696' r='.696' fill='%23fff'%2F%3E%3Cpath d='m689 655 .518 2.482L692 658l-2.482.518L689 661l-.518-2.482L686 658l2.482-.518L689 655ZM650 492l.518 2.482L653 495l-2.482.518L650 498l-.518-2.482L647 495l2.482-.518L650 492ZM523 684l.518 2.482L526 687l-2.482.518L523 690l-.518-2.482L520 687l2.482-.518L523 684ZM1088 480l.52 2.482 2.48.518-2.48.518L1088 486l-.52-2.482L1085 483l2.48-.518.52-2.482Z' fill='%23fff'%2F%3E%3Ccircle cx='590.5' cy='549.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='628.5' cy='697.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='865.5' cy='526.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='737.5' cy='465.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='881.5' cy='465.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1082.5' cy='598.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1185.5' cy='558.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='766.5' cy='616.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='526.5' cy='464.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='707.5' cy='525.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='577.5' cy='670.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='1110.5' cy='541.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='711.5' cy='705.5' r='.5' fill='%23fff'%2F%3E%3Ccircle cx='661.5' cy='604.5' r='.5' fill='%23fff'%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient id='b' x1='964.5' y1='244.5' x2='1165.5' y2='814' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2321284B'%2F%3E%3Cstop offset='1' stop-color='%235153E7'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='f' x1='1230.78' y1='616.252' x2='1070.93' y2='788.506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300255C'%2F%3E%3Cstop offset='1' stop-color='%23110534'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='h' x1='1230.78' y1='616.962' x2='1070.93' y2='789.216' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234B4274'%2F%3E%3Cstop offset='1' stop-color='%23110534'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='i' x1='1251.36' y1='648.561' x2='1027.43' y2='648.561' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23915CAB'%2F%3E%3Cstop offset='1' stop-color='%23765387' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='j' x1='925.02' y1='756.496' x2='1159.64' y2='570.834' gradientUnits='userSpaceOnUse'%3E%3Cstop%2F%3E%3Cstop offset='1' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='k' x1='1017.34' y1='661' x2='732.265' y2='948.388' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23000233'%2F%3E%3Cstop offset='1' stop-color='%230F3876'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='l' x1='574.172' y1='623.271' x2='656.458' y2='553.988' gradientUnits='userSpaceOnUse'%3E%3Cstop%2F%3E%3Cstop offset='0' stop-color='%23fff'%2F%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='n' x1='708.172' y1='579.271' x2='790.458' y2='509.988' gradientUnits='userSpaceOnUse'%3E%3Cstop%2F%3E%3Cstop offset='0' stop-color='%23fff'%2F%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'%2F%3E%3C%2FlinearGradient%3E%3Cfilter id='c' x='547.899' y='222.282' width='610.667' height='532.333' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='47' result='effect1_foregroundBlur_559_4565'%2F%3E%3C%2Ffilter%3E%3Cfilter id='d' x='790.899' y='-283.718' width='610.667' height='532.333' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='47' result='effect1_foregroundBlur_559_4565'%2F%3E%3C%2Ffilter%3E%3Cfilter id='e' x='-311.101' y='302.282' width='610.667' height='532.333' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='47' result='effect1_foregroundBlur_559_4565'%2F%3E%3C%2Ffilter%3E%3Cfilter id='m' x='559' y='606.416' width='31' height='31' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='6.5' result='effect1_foregroundBlur_559_4565'%2F%3E%3C%2Ffilter%3E%3Cfilter id='o' x='693' y='562.416' width='31' height='31' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'%2F%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'%2F%3E%3CfeGaussianBlur stdDeviation='6.5' result='effect1_foregroundBlur_559_4565'%2F%3E%3C%2Ffilter%3E%3CradialGradient id='q' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate%2844.502 65.27 1650.535%29 scale%28100.48%29'%3E%3Cstop offset='0' stop-color='%236C5FBD'%2F%3E%3Cstop offset='1' stop-color='%23352F79'%2F%3E%3C%2FradialGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1232v723H0z'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.popup-content.popup-order-tag-terms,
.popup-content.popup-order-email {
  max-width: 40em;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.popup-content.popup-order-tag-terms {
  max-width: 44em;
}
.popup-content.popup-order-email p {
  position: relative;
  z-index: 1;
  text-align: left;
}
.popup-order-email-wrap {
  display: flex;
  margin-top: 1.3em;
  position: relative;
}
.popup-order-email-wrap .order-notice-image {
  height: 22em;
  position: absolute;
  right: -7.5em;
  top: -2em;
  width: 20em;
  z-index: 0;
}
.popup-order-email-control {
  position: relative;
  z-index: 1;
}
.popup-content.popup-order-email .input-texttype > input {
  background-color: #21284b;
}
.popup-order-email-control .checkbox-tick {
  margin: 0.4em 0 0.9em;
}
.popup-order-tag-terms-control {
  text-align: left;
}
.popup-order-tag-terms-btn {
  margin-top: 1.5em;
  text-align: center;
}
.popup-order-tag-terms-control > .checkbox-tick {
  margin-bottom: 0.6em;
}
.popup-order-tag-terms-control
  > .checkbox-tick
  > input[type="checkbox"]
  + span {
  line-height: 1.25em;
  padding-left: 2.5em;
  padding-top: 0.3em;
}
.popup-order-tag-terms-control
  > .checkbox-tick.error
  > input[type="checkbox"]
  + span {
  color: #ea1818;
}
.popup-order-tag-terms-control
  > .checkbox-tick.error
  > input[type="checkbox"]
  + span:before {
  border-color: #ea1818;
}
.popup-order-tag-terms-control > .checkbox-tick.optional > span {
  color: rgba(255, 255, 255, 0.5);
}
.popup-content.popup-order-tag-terms p {
  margin-bottom: 0.5em;
  position: relative;
  text-align: left;
  z-index: 1;
}
.popup-order-tag-terms-control b.red {
  color: #ea1818;
}
section.order-notice {
  background-color: #fff;
  background-size: auto 100%;
  background-position: 84% 0;
  border-radius: 0.5em;
  color: #fff;
  overflow: hidden;
  position: relative;
}
section.order-notice > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  visibility: hidden;
  height: 100%;
  opacity: 0;
  padding: 4em 5em;
  width: 100%;
  will-change: opacity, visibility;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
section.order-notice > div.active {
  opacity: 1;
  visibility: visible;
}
section.order-info > section.order-notice > div:not(.active) {
  position: absolute;
  top: 0;
}
section.order-notice div > button.btn {
  width: 100%;
  margin-top: 1em;
}
.order-notice p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
  width: 58%;
}
.order-notice-input-wrap {
  border-radius: 0.214em;
  display: flex;
  height: 2.5em;
  overflow: hidden;
  width: 25em;
}
.order-notice-input-wrap > input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-radius: 0.214em 0 0 0.214em;
  display: inline-block;
  font-size: 1em;
  height: 100%;
  padding: 0.3em 1em;
  vertical-align: top;
  width: 16em;
  width: calc(100% - 7em);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-notice-input-wrap > button.btn {
  border-radius: 0 0.214em 0.214em 0;
  color: #fff;
  padding: 0.715em 1.9em;
  height: 100%;
  vertical-align: top;
  width: auto;
}
.order-notice-input-wrap > input:focus + .btn:hover {
  opacity: 0.8;
}
.order-notice-wrong {
  border-bottom: 1px dotted;
  color: #bebebe;
}
.order-notice-image {
  display: block;
  position: relative;
  top: 1em;
  background-image: url("data:image/svg+xml,%3Csvg width='343' height='341' fill='none' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Ccircle cx='78.505' cy='124' r='48' fill='%23008FDF' fill-opacity='.4'%2F%3E%3Cg clip-path='url%28%23a%29'%3E%3Crect x='49.505' y='103' width='58' height='42' rx='4' fill='%23FA9F31'%2F%3E%3Cpath d='M110.505 151h-65l16.5-16 8.25-8 4.125-4 3.625 2.5 4.5-2.5 4 4 8 8 16 16Z' stroke='%23000' stroke-opacity='.19'%2F%3E%3Cpath d='m78.505 122.5-29-15.5 29 21 29-21-29 15.5Z' fill='%23885416'%2F%3E%3C%2Fg%3E%3Cmask id='c' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='127' y='64' width='135' height='84'%3E%3Crect width='133.63' height='83.353' rx='41' transform='matrix%28-1 0 0 1 261.481 64.507%29' fill='url%28%23b%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23c%29'%3E%3Crect width='133.63' height='83.353' rx='41' transform='matrix%28-1 0 0 1 261.481 64.507%29' fill='url%28%23d%29'%2F%3E%3Crect width='48.953' height='55.569' rx='24.477' transform='matrix%28-1 0 0 1 141.082 80.384%29' fill='url%28%23e%29'%2F%3E%3Crect width='48.953' height='55.569' rx='24.477' transform='matrix%28-1 0 0 1 295.881 80.384%29' fill='url%28%23f%29'%2F%3E%3Cpath d='M167.354 63.012c3.614 11.464 14.208 19.71 26.775 19.71a27.992 27.992 0 0 0 26.775-19.71' stroke='%23fff' stroke-width='.5' stroke-miterlimit='10'%2F%3E%3Cpath d='M172.117 60.538c2.957 9.401 11.745 16.246 22.094 16.246 10.348 0 19.136-6.845 22.093-16.246' stroke='%23fff' stroke-width='.5' stroke-miterlimit='10'%2F%3E%3C%2Fg%3E%3Cpath d='M147.697 103.741c0 13.714 0 37.504 46.308 37.504 46.307 0 46.307-23.489 46.307-37.504 0-20.045-20.708-12.832-46.307-12.832-25.6 0-46.308-7.213-46.308 12.832Z' fill='url%28%23g%29'%2F%3E%3Cpath d='M217.505 125c-6.075 0-11-4.362-11-10.638 0-6.275 4.925-11.362 11-11.362s11 5.087 11 11.362c0 6.276-4.925 10.638-11 10.638ZM172.505 125c-6.075 0-11-4.362-11-10.638 0-6.275 4.925-11.362 11-11.362s11 5.087 11 11.362c0 6.276-4.925 10.638-11 10.638Z' fill='%232B2B2B'%2F%3E%3Cpath d='M173.497 109.491a1.985 1.985 0 1 1-.001-3.969 1.985 1.985 0 0 1 .001 3.969ZM218.481 109.491a1.984 1.984 0 1 1 0-3.967 1.984 1.984 0 0 1 0 3.967ZM178.128 112.138a1.323 1.323 0 1 1 0-2.646 1.323 1.323 0 0 1 0 2.646Z' fill='%23fff'%2F%3E%3Cpath d='M192.028 294.786c-2.767 0-3.882 1.733-3.882 3.308l42.388 25.799c1.713-2.474 3.92-7.938 2.597-14.259-.83-3.964-32.084-14.848-41.103-14.848Z' fill='%23000'%2F%3E%3Cmask id='i' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='187' y='296' width='45' height='44'%3E%3Cpath d='M190.131 313.309c4.234 7.938 23.374 20.948 32.415 26.461l8.6-29.107-42.338-14.554c-1.323 2.426-2.911 9.261 1.323 17.2Z' fill='url%28%23h%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23i%29'%3E%3Cpath d='M190.131 313.309c4.234 7.938 23.374 20.948 32.415 26.461l8.6-29.107-42.338-14.554c-1.323 2.426-2.911 9.261 1.323 17.2Z' fill='%23000'%2F%3E%3Cpath d='M190.266 311.921c4.234 7.938 23.374 20.948 32.415 26.461l8.6-29.108-42.338-14.553c-1.323 2.425-2.911 9.261 1.323 17.2Z' fill='url%28%23j%29'%2F%3E%3C%2Fg%3E%3Cpath d='M231.243 310.957c3.175 2.646-7.939 28.446-10.585 28.446-4.631 0-5.954-21.104-5.954-24.477 0-5.292 12.569-7.277 16.539-3.969Z' fill='%23000'%2F%3E%3Cpath d='M233.131 311.986c3.175 2.646-7.939 28.446-10.585 28.446-4.63 0-5.953-21.104-5.953-24.477 0-5.292 12.569-7.277 16.538-3.969Z' fill='%233550AB'%2F%3E%3Cmask id='k' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='80' y='253' width='119' height='35'%3E%3Cpath d='M197.408 274.278c0 17.135-59.317 12.569-75.415 12.569-8.6 1.103-25.337-.209-39.692-7.938-8.6-4.631 21.169-14.554 67.476-23.154 58.215-10.811 47.631 18.523 47.631 18.523Z' fill='%233550AB'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23k%29'%3E%3Cpath d='M197.408 274.278c0 21.766-59.317 12.569-75.415 12.569-8.6 1.103-25.337-.209-39.692-7.938-8.6-4.631 21.169-14.554 67.476-23.154 58.215-10.811 47.631 18.523 47.631 18.523Z' fill='%233550AB'%2F%3E%3Cpath d='M195.332 268.071c-26.461 7.277-59.317 12.569-75.414 12.569-8.6 1.103-25.338-.209-39.693-7.938-8.6-4.631 21.169-14.554 67.477-23.154 58.215-10.811 47.63 18.523 47.63 18.523Z' fill='%23203177'%2F%3E%3C%2Fg%3E%3Cpath d='M158.378 268.986c-9.526 2.117-45.866 1.764-62.846 1.323-11.907-4.631 52.923-20.507 60.861-21.83 7.939-1.323 13.893 17.861 1.985 20.507Z' fill='url%28%23l%29'%2F%3E%3Ccircle r='10.585' transform='matrix%28-1 0 0 1 180.208 306.693%29' fill='%23000'%2F%3E%3Ccircle r='10.585' transform='matrix%28-1 0 0 1 83.624 278.909%29' fill='%23000'%2F%3E%3Cpath d='M74.793 310.511C63.86 307.988 63.3 295.485 66.3 283.066c3-12.418 10.382-14.831 19.201-12.886 18.781 4.142 62.602 19.195 82.244 26.072 5.613 1.964 8.772 7.853 7.376 13.633-1.289 5.337-6.111 9.043-11.598 8.829-19.937-.776-66.497-3.072-88.73-8.203Z' fill='url%28%23m%29'%2F%3E%3Cpath d='m64.396 294.786 38.997 6.089c10.916 1.705 9.636 11.447 9.944 14.944' stroke='%23fff' stroke-width='.5'%2F%3E%3Cpath d='M200.081 294.786c2.767 0 3.881 1.733 3.881 3.308l-42.387 25.799c-1.713-2.474-3.92-7.938-2.597-14.259.829-3.964 32.084-14.848 41.103-14.848Z' fill='%23FA9F31'%2F%3E%3Cmask id='o' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='160' y='296' width='45' height='44'%3E%3Cpath d='M201.977 313.309c-4.233 7.938-23.374 20.948-32.415 26.461l-8.6-29.107 42.339-14.554c1.323 2.426 2.91 9.261-1.324 17.2Z' fill='url%28%23n%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23o%29'%3E%3Cpath d='M201.977 313.309c-4.233 7.938-23.374 20.948-32.415 26.461l-8.6-29.107 42.339-14.554c1.323 2.426 2.91 9.261-1.324 17.2Z' fill='%23000'%2F%3E%3Cpath d='M201.843 311.921c-4.234 7.938-23.374 20.948-32.415 26.461l-8.6-29.108 42.338-14.553c1.323 2.425 2.91 9.261-1.323 17.2Z' fill='url%28%23p%29'%2F%3E%3C%2Fg%3E%3Cpath d='M160.866 310.957c-3.175 2.646 7.939 28.446 10.585 28.446 4.631 0 5.954-21.104 5.954-24.477 0-5.292-12.57-7.277-16.539-3.969Z' fill='%23000'%2F%3E%3Cpath d='M158.978 311.986c-3.176 2.646 7.938 28.446 10.584 28.446 4.631 0 5.954-21.104 5.954-24.477 0-5.292-12.569-7.277-16.538-3.969Z' fill='%233550AB'%2F%3E%3Cmask id='q' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='193' y='253' width='119' height='36'%3E%3Cpath d='M194.701 274.278c0 20.442 59.317 12.569 75.414 12.569 8.6 1.103 25.338-.209 39.692-7.938 8.6-4.631-21.169-14.554-67.476-23.154-58.215-10.811-47.63 18.523-47.63 18.523Z' fill='%233550AB'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23q%29'%3E%3Cpath d='M194.701 274.278c0 25.735 59.317 12.569 75.414 12.569 8.6 1.103 25.338-.209 39.692-7.938 8.6-4.631-21.169-14.554-67.476-23.154-58.215-10.811-47.63 18.523-47.63 18.523Z' fill='%233550AB'%2F%3E%3Cpath d='M196.776 268.071c26.462 7.277 59.318 12.569 75.415 12.569 8.6 1.103 25.338-.209 39.692-7.938 8.6-4.631-21.169-14.554-67.476-23.154-58.215-10.811-47.631 18.523-47.631 18.523Z' fill='%23203177'%2F%3E%3C%2Fg%3E%3Cpath d='M233.731 268.986c9.526 2.117 45.866 1.764 62.845 1.323 11.908-4.631-52.922-20.507-60.861-21.83-7.938-1.323-13.892 17.861-1.984 20.507Z' fill='url%28%23r%29'%2F%3E%3Ccircle cx='211.9' cy='306.693' r='10.585' fill='%23000'%2F%3E%3Ccircle cx='308.484' cy='278.909' r='10.585' fill='%23000'%2F%3E%3Cpath d='M317.315 310.511c10.932-2.523 11.492-15.026 8.493-27.445-2.999-12.418-10.382-14.831-19.201-12.886-18.781 4.142-62.601 19.195-82.244 26.072-5.612 1.964-8.772 7.853-7.376 13.633 1.289 5.337 6.111 9.043 11.598 8.829 19.938-.776 66.497-3.072 88.73-8.203Z' fill='url%28%23s%29'%2F%3E%3Cpath d='m327.712 294.786-38.996 6.089c-10.916 1.705-9.636 11.447-9.944 14.944' stroke='%23fff' stroke-width='.5'%2F%3E%3Cpath d='M223.112 112.138a1.323 1.323 0 1 1 0-2.646 1.323 1.323 0 0 1 0 2.646Z' fill='%23fff'%2F%3E%3Cpath d='M138.496 196.018c4.199 33.773 18.167 86.795 55.468 86.795 37.303 0 51.876-52.812 55.632-86.795V173.66c0-23.154-16.662-23.154-20.53-23.154H161.59c-3.868 0-23.372 0-23.372 23.154l.278 22.358Z' fill='url%28%23t%29'%2F%3E%3Cpath d='m132.762 165.493 4.411 2.9c5.999 3.944 7.665 12.005 3.721 18.004l-27.627 42.021-15.273-10.041 34.768-52.884ZM254.684 165.493l-4.346 2.873c-5.99 3.959-7.66 12.04-3.731 18.049l27.467 42.003 15.191-10.041-34.581-52.884Z' fill='%233550AB'%2F%3E%3Cpath d='M147.036 155.137c-2.353-5.663-21.169-3.969-21.169 9.923l6.329 25.138c-.062 1.593-.194 4.402.948 5.954l2.342 5.434c1.589 2.118 6.613.767 6.963-1.465 3.264-9.923 8.163-34.566 4.587-44.984Z' fill='url%28%23u%29'%2F%3E%3Cpath d='M240.487 155.137c2.34-5.663 21.055-3.969 21.055 9.923l-6.295 25.138c.061 1.593.193 4.402-.942 5.954l-2.331 5.434c-1.58 2.118-6.577.767-6.925-1.465-3.246-9.923-8.119-34.566-4.562-44.984Z' fill='url%28%23v%29'%2F%3E%3Cpath d='M229.728 150.506h-68.8v48.861c0 6.628 5.373 12 12 12h44.8c6.627 0 12-5.372 12-12v-48.861Z' fill='url%28%23w%29'%2F%3E%3Cpath d='m198.03 194.706 6.442-5.972 2.004 1.857c.33.306.862.4 1.294.235a1.08 1.08 0 0 0 .735-1.034v-11.687c0-.611-.532-1.105-1.192-1.105h-12.605a1.22 1.22 0 0 0-1.116.682c-.178.423-.077.893.253 1.199l2.841 2.634c.456.423 1.217.423 1.699 0 .457-.424.457-1.129 0-1.576l-.811-.752h8.547v7.901l-.812-.753c-.456-.423-1.217-.423-1.699 0l-7.279 6.749c-.457.423-.457 1.128 0 1.575.228.212.532.329.837.329a.97.97 0 0 0 .862-.282Z' fill='%23F9943C'%2F%3E%3Cpath d='m193.206 186.095-2.134-2.381-2.134-2.381a1 1 0 0 0-.726-.333 1 1 0 0 0-.725.333l-2.732 3.048-2.732 3.048-.853-.953-.854-.952a.431.431 0 0 0-.512-.119.493.493 0 0 0-.299.476v10.571a.59.59 0 0 0 .15.381.477.477 0 0 0 .341.167h9.476c.213 0 .362-.143.426-.333a.568.568 0 0 0-.106-.572l-1.025-1.143-1.024-1.142 2.732-3.048 2.731-3.048a1.25 1.25 0 0 0 0-1.619ZM166.882 159.768a1.985 1.985 0 1 1 0-3.97 1.985 1.985 0 0 1 0 3.97ZM173.497 159.768a1.985 1.985 0 1 1 0-3.97 1.985 1.985 0 0 1 0 3.97ZM180.113 159.768a1.985 1.985 0 1 1 0-3.97 1.985 1.985 0 0 1 0 3.97Z' fill='%23fff'%2F%3E%3Cmask id='x' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='125' y='163' width='14' height='40'%3E%3Cpath d='M127.219 180.056c1.906 8.184 5.81 22.693 8.571 22.05 2.76-.643 3.33-16.193 1.424-24.378-1.906-8.184-7.235-15.295-9.995-14.653-2.76.643-1.906 8.797 0 16.981Z' fill='%23000'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23x%29'%3E%3Cpath d='M127.219 180.056c1.906 8.184 5.81 22.693 8.571 22.05 2.76-.643 3.33-16.193 1.424-24.378-1.906-8.184-7.235-15.295-9.995-14.653-2.76.643-1.906 8.797 0 16.981Z' fill='%23000'%2F%3E%3Cpath d='m132.762 165.493 4.411 2.899c5.999 3.945 7.665 12.005 3.721 18.005l-27.627 42.021-15.273-10.042 34.768-52.883Z' fill='%233550AB'%2F%3E%3C%2Fg%3E%3Cmask id='y' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='249' y='163' width='13' height='40'%3E%3Cpath d='M260.197 180.056c-1.896 8.184-5.779 22.693-8.525 22.05-2.745-.643-3.312-16.193-1.416-24.378 1.895-8.184 7.196-15.295 9.941-14.653 2.745.643 1.896 8.797 0 16.981Z' fill='%23000'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23y%29'%3E%3Cpath d='M260.197 180.056c-1.896 8.184-5.779 22.693-8.525 22.05-2.745-.643-3.312-16.193-1.416-24.378 1.895-8.184 7.196-15.295 9.941-14.653 2.745.643 1.896 8.797 0 16.981Z' fill='%23000'%2F%3E%3Cpath d='m254.684 165.493-4.346 2.873c-5.99 3.959-7.66 12.039-3.731 18.048l27.467 42.004 15.191-10.042-34.581-52.883Z' fill='%233550AB'%2F%3E%3C%2Fg%3E%3Ccircle r='9.261' transform='matrix%28-1 0 0 1 109.328 220.629%29' fill='%23000'%2F%3E%3Ccircle cx='279.342' cy='221.29' r='9.923' fill='%23000'%2F%3E%3Cpath d='M78.197 182.678s2.615-8.448 15.704-11.532c13.089-3.084 19.2 3.307 19.2 3.307l2.738 37.036a12.253 12.253 0 0 1-23.556 5.551l-14.086-34.362Z' fill='url%28%23z%29'%2F%3E%3Cpath d='M299.455 263.603s-4.082 7.845-17.511 8.542c-13.429.697-18.301-6.682-18.301-6.682l3.919-36.93a12.253 12.253 0 0 1 11.549-10.943 12.251 12.251 0 0 1 12.62 9.688l7.724 36.325Z' fill='url%28%23A%29'%2F%3E%3Cellipse rx='17.861' ry='6.584' transform='scale%28-1 1%29 rotate%2813.349 -802.972 -319.356%29' fill='%23000'%2F%3E%3Cellipse rx='17.861' ry='6.584' transform='scale%281 -1%29 rotate%283.063 5121.935 5130.469%29' fill='%23000'%2F%3E%3Cpath d='m110.961 221.767-4.933-18.812c-1.38-5.265 6.094-7.347 8.592-8.431M274.198 219.292l1.494 19.39c.418 5.427-7.308 6.14-9.959 6.762' stroke='%23fff' stroke-width='.5'%2F%3E%3Cpath d='m89.63 176.061 8.062-2.33c2.182-.618 3.035-3.496 1.59-5.578l-7.8-11.675c-.889-1.276-4.798-.445-4.943 1.05l-1.205 14.282c-.294 2.606 1.967 4.9 4.296 4.251Z' fill='%23FA9F31'%2F%3E%3Cpath d='M65.244 170.146s9.29 9.971 9.46 5.696c.17-4.275 1.296-9.138-4.04-11.394-4.61-2.103-15.86-5.338-5.42 5.698Z' fill='%23F7931A'%2F%3E%3Cpath d='M113.075 160.135s-5.116 12.57-6.863 8.703c-1.673-3.884-4.415-8.079-.263-12.121 3.641-3.548 13.007-10.625 7.126 3.418Z' fill='%23FFAC48'%2F%3E%3Cpath d='m279.654 277.218 6.421.384c1.729.104 2.846 2.145 2.162 3.914l-4.56 11.329c-.48 1.123-1.885 1.121-2.228-.051l-4.258-11.691c-.71-1.935.652-3.993 2.463-3.885Z' fill='%23F7931A'%2F%3E%3Ccircle r='14.965' transform='matrix%28-1 0 0 1 193.343 25.477%29' stroke='%23fff' stroke-opacity='.2' stroke-width='.5'%2F%3E%3Ccircle r='24.227' transform='matrix%28-1 0 0 1 193.343 25.477%29' stroke='%23fff' stroke-opacity='.2' stroke-width='.5'%2F%3E%3Cpath d='M266.084 285.869s-5.201-13.887-.936-11.986c4.265 1.9 9.475 3.199 9.18 9.517-.251 5.58-2.57 18.112-8.244 2.469Z' fill='%23F7931A'%2F%3E%3Cpath d='M193.343 63.846V24.154' stroke='%23fff'%2F%3E%3Cpath d='M300.09 285.022s4.722-14.034.556-12.062c-4.171 2.055-9.383 3.553-8.845 9.756.412 5.538 3.135 18.042 8.289 2.306Z' fill='%23F7931A'%2F%3E%3Cmask id='C' style='mask-type%3Aalpha' maskUnits='userSpaceOnUse' x='179' y='60' width='29' height='9'%3E%3Cpath d='M207.089 65.945c.14-.207.053-.458-.116-.642l-2.585-2.82a6 6 0 0 0-4.423-1.945h-13.244a6 6 0 0 0-4.423 1.946l-2.584 2.819c-.169.184-.256.435-.116.642.522.772 2.901 2.531 13.745 2.531 10.845 0 13.224-1.759 13.746-2.53Z' fill='url%28%23B%29'%2F%3E%3C%2Fmask%3E%3Cg mask='url%28%23C%29'%3E%3Cpath d='M207.089 65.945c.14-.207.053-.458-.116-.642l-2.585-2.82a6 6 0 0 0-4.423-1.945h-13.244a6 6 0 0 0-4.423 1.946l-2.584 2.819c-.169.184-.256.435-.116.642.522.772 2.901 2.531 13.745 2.531 10.845 0 13.224-1.759 13.746-2.53Z' fill='%23FA9F31'%2F%3E%3Cpath d='m206.788 63.307-2.584-2.82a5.75 5.75 0 0 0-4.239-1.864h-13.244a5.75 5.75 0 0 0-4.238 1.864l-2.585 2.82a.454.454 0 0 0-.114.2.158.158 0 0 0 .021.133c.212.314.868.924 2.859 1.454 1.986.528 5.268.967 10.679.967 5.412 0 8.694-.439 10.68-.967 1.99-.53 2.647-1.14 2.859-1.454a.161.161 0 0 0 .021-.134.468.468 0 0 0-.115-.2Z' stroke='%23000' stroke-opacity='.29' stroke-width='.5'%2F%3E%3C%2Fg%3E%3Ccircle r='4.631' transform='matrix%28-1 0 0 1 193.343 25.477%29' fill='%23FA9F31'%2F%3E%3Cpath d='m294.36 32.363-4.809 9.443c-.183.345-.35.682-.499 1.012-.132.321-.251.626-.356.915-.345.94-.126 1.554.657 1.84 1.098.403 2.378-.004 3.839-1.219 1.439-1.194 2.515-2.764 3.226-4.708 1.13-3.086.969-6.011-.481-8.775-1.429-2.785-3.822-4.792-7.18-6.02-3.509-1.285-6.899-1.175-10.17.33-3.254 1.498-5.521 3.997-6.802 7.497-.707 1.932-.971 3.983-.792 6.154a12.41 12.41 0 0 0 2.077 5.647c1.545 2.272 3.895 3.986 7.051 5.141 2.954 1.081 6.32 1.467 10.098 1.157l.339-.047-.007 3.07-.269.03c-3.873.375-7.596-.092-11.169-1.4-3.951-1.446-6.911-3.603-8.882-6.472a15.348 15.348 0 0 1-2.647-6.965c-.259-2.656.039-5.15.893-7.483 1.556-4.253 4.371-7.27 8.444-9.05 4.073-1.781 8.325-1.86 12.756-.24 4.077 1.493 7.037 3.985 8.88 7.476 1.84 3.461 2.082 7.042.728 10.743-1.047 2.86-2.69 5.04-4.928 6.54-2.26 1.52-4.399 1.91-6.419 1.17-1.616-.59-2.436-1.752-2.462-3.482-2.131 1.012-4.149 1.17-6.056.472-2.082-.763-3.545-2.144-4.387-4.145-.822-1.98-.812-4.117.028-6.413.904-2.47 2.412-4.224 4.522-5.258 2.125-1.071 4.342-1.184 6.652-.339 2.121.776 3.533 2.218 4.236 4.325l1.03-1.992 2.859 1.046Zm-6.521 5.85c.427-1.167.385-2.285-.126-3.354-.535-1.078-1.39-1.831-2.564-2.261-1.275-.467-2.496-.359-3.662.324-1.174.666-2.036 1.751-2.587 3.256-.478 1.305-.542 2.498-.194 3.579.349 1.08 1.041 1.81 2.076 2.189 1.326.485 2.698.354 4.116-.393 1.419-.746 2.399-1.86 2.941-3.34ZM21.13 203.255l2.58 8.326c.09.309.185.603.286.883.107.265.212.513.315.744.336.752.817.988 1.443.708.878-.392 1.4-1.366 1.565-2.92.163-1.53-.103-3.072-.798-4.627-1.104-2.468-2.876-4.101-5.317-4.899-2.44-.822-5.002-.633-7.686.568-2.807 1.255-4.742 3.265-5.808 6.028-1.06 2.749-.963 5.523.289 8.322.69 1.545 1.712 2.906 3.062 4.083a10.206 10.206 0 0 0 4.463 2.139c2.214.454 4.583.116 7.107-1.012 2.362-1.057 4.568-2.76 6.618-5.11l.173-.222 1.757 1.815-.142.171c-2.069 2.443-4.532 4.303-7.388 5.581-3.16 1.413-6.143 1.839-8.95 1.277a12.631 12.631 0 0 1-5.556-2.589c-1.676-1.417-2.93-3.059-3.765-4.925-1.521-3.4-1.592-6.793-.211-10.179 1.38-3.387 3.842-5.872 7.385-7.457 3.26-1.459 6.435-1.687 9.524-.685 3.07.986 5.266 2.959 6.59 5.918 1.023 2.287 1.305 4.514.845 6.682-.46 2.192-1.499 3.65-3.114 4.372-1.292.578-2.441.364-3.449-.642-.676 1.819-1.776 3.07-3.3 3.752-1.666.745-3.32.769-4.965.072-1.62-.696-2.84-1.962-3.661-3.798-.884-1.976-1-3.874-.349-5.694.638-1.85 1.88-3.189 3.728-4.015 1.696-.759 3.355-.718 4.978.121l-.535-1.765 2.286-1.023Zm-.49 7.189c-.418-.933-1.083-1.568-1.998-1.905-.934-.329-1.87-.283-2.809.137-1.02.456-1.677 1.22-1.973 2.291-.31 1.066-.197 2.201.341 3.405.467 1.043 1.113 1.783 1.939 2.22.825.438 1.652.471 2.48.101 1.06-.474 1.793-1.338 2.202-2.592.408-1.254.347-2.473-.182-3.657ZM332.807 191.607l1.877 6.057c.065.225.135.439.208.643.078.193.154.374.229.541.245.548.595.72 1.051.516.638-.286 1.018-.994 1.138-2.125.119-1.113-.075-2.235-.581-3.366-.803-1.796-2.092-2.984-3.868-3.565-1.775-.598-3.639-.461-5.593.413-2.041.914-3.45 2.376-4.225 4.386-.771 2.001-.701 4.019.21 6.055.503 1.124 1.245 2.114 2.228 2.971a7.431 7.431 0 0 0 3.248 1.556c1.61.33 3.334.085 5.17-.737 1.718-.768 3.323-2.007 4.815-3.717l.126-.161 1.278 1.32-.103.125c-1.505 1.777-3.297 3.13-5.375 4.06-2.299 1.028-4.47 1.338-6.512.929a9.186 9.186 0 0 1-4.042-1.884c-1.22-1.031-2.133-2.225-2.74-3.583-1.107-2.474-1.158-4.943-.154-7.406 1.005-2.464 2.796-4.272 5.374-5.426 2.372-1.061 4.682-1.227 6.929-.498 2.234.718 3.832 2.153 4.795 4.306.744 1.664.949 3.284.615 4.862-.336 1.595-1.091 2.655-2.266 3.181-.94.42-1.776.264-2.509-.467-.492 1.323-1.293 2.233-2.401 2.729-1.212.542-2.416.56-3.613.053-1.178-.507-2.066-1.428-2.663-2.763-.644-1.438-.728-2.819-.254-4.143.464-1.347 1.368-2.32 2.712-2.922 1.234-.552 2.441-.522 3.622.088l-.389-1.284 1.663-.744Zm-.357 5.231c-.303-.679-.788-1.141-1.453-1.387-.68-.239-1.361-.205-2.044.1-.742.332-1.22.888-1.436 1.667-.226.776-.143 1.601.249 2.477.34.759.81 1.298 1.41 1.616.601.318 1.202.342 1.804.073.772-.345 1.306-.974 1.603-1.886.297-.912.252-1.799-.133-2.66ZM64.879 6.133l1.877 6.057c.065.225.135.44.208.643.078.193.154.373.229.541.245.548.595.72 1.05.516.64-.286 1.019-.994 1.139-2.125.119-1.113-.075-2.235-.58-3.367-.804-1.795-2.094-2.983-3.87-3.564-1.774-.598-3.638-.46-5.592.413-2.042.913-3.45 2.376-4.225 4.386-.77 2-.701 4.019.21 6.055.503 1.124 1.245 2.114 2.228 2.97a7.427 7.427 0 0 0 3.247 1.557c1.611.33 3.335.085 5.17-.737 1.72-.768 3.324-2.008 4.816-3.717l.126-.161 1.278 1.32-.103.124c-1.505 1.777-3.297 3.13-5.376 4.06-2.298 1.029-4.469 1.339-6.512.93a9.182 9.182 0 0 1-4.041-1.884c-1.22-1.031-2.133-2.225-2.74-3.583-1.107-2.474-1.158-4.943-.154-7.406 1.005-2.464 2.796-4.273 5.373-5.426 2.373-1.06 4.682-1.227 6.93-.498 2.233.717 3.832 2.153 4.795 4.306.744 1.664.949 3.284.615 4.861-.336 1.595-1.09 2.656-2.266 3.182-.94.42-1.776.264-2.51-.468-.491 1.324-1.292 2.234-2.4 2.73-1.212.542-2.416.56-3.613.052-1.178-.506-2.066-1.427-2.664-2.762-.643-1.438-.727-2.82-.253-4.144.464-1.346 1.368-2.32 2.712-2.92 1.234-.553 2.441-.523 3.622.087l-.39-1.284 1.664-.744Zm-.357 5.23c-.304-.678-.788-1.14-1.453-1.386-.68-.239-1.361-.205-2.044.1-.742.332-1.22.887-1.436 1.667-.226.776-.143 1.601.249 2.477.34.759.81 1.297 1.41 1.616.6.318 1.202.342 1.804.073.771-.345 1.305-.974 1.602-1.886.297-.912.253-1.8-.132-2.66Z' fill='%23FA9F31'%2F%3E%3Cdefs%3E%3ClinearGradient id='b' x1='138.922' y1='42.338' x2='-6.615' y2='42.338' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237992EA'%2F%3E%3Cstop offset='1' stop-color='%23DEE5FF'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='d' x1='138.922' y1='42.338' x2='-6.615' y2='42.338' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237992EA'%2F%3E%3Cstop offset='1' stop-color='%23DEE5FF'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='e' x1='50.892' y1='28.225' x2='-2.423' y2='28.225' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2340529A'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='f' x1='50.892' y1='28.225' x2='-2.423' y2='28.225' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2340529A'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='g' x1='150.46' y1='133.359' x2='244.999' y2='136.925' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234963BD'%2F%3E%3Cstop offset='1' stop-color='%2392A3E1'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='h' x1='209.265' y1='296.109' x2='209.265' y2='339.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2C3FF'%2F%3E%3Cstop offset='1' stop-color='%235C7AE2'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='j' x1='209.4' y1='294.721' x2='209.4' y2='338.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2C3FF'%2F%3E%3Cstop offset='1' stop-color='%235C7AE2'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='l' x1='114.717' y1='249.802' x2='129.594' y2='270.644' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23617EE3'%2F%3E%3Cstop offset='1' stop-color='%23BCCBFF'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='m' x1='118.04' y1='313.087' x2='126.038' y2='279.971' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2C3FF'%2F%3E%3Cstop offset='1' stop-color='%235674DF'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='n' x1='182.843' y1='296.109' x2='182.843' y2='339.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2C3FF'%2F%3E%3Cstop offset='1' stop-color='%235C7AE2'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='p' x1='182.708' y1='294.721' x2='182.708' y2='338.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2C3FF'%2F%3E%3Cstop offset='1' stop-color='%235C7AE2'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='r' x1='277.392' y1='249.802' x2='262.515' y2='270.644' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23617EE3'%2F%3E%3Cstop offset='1' stop-color='%23BCCBFF'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='s' x1='274.069' y1='313.087' x2='266.07' y2='279.971' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2C3FF'%2F%3E%3Cstop offset='1' stop-color='%235674DF'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='t' x1='246.205' y1='218.454' x2='134.845' y2='217.13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BCCBFF'%2F%3E%3Cstop offset='1' stop-color='%23708BE9'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='u' x1='132.482' y1='153.152' x2='145.051' y2='192.844' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232A3D8E'%2F%3E%3Cstop offset='1' stop-color='%2344559C'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='v' x1='245.481' y1='152.135' x2='258.289' y2='200.448' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232A3D8E'%2F%3E%3Cstop offset='1' stop-color='%2346569D'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='w' x1='229.728' y1='177.426' x2='156.297' y2='177.426' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2346569D'%2F%3E%3Cstop offset='1' stop-color='%2326398B'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='z' x1='82.859' y1='202.463' x2='117.763' y2='194.238' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235674DF'%2F%3E%3Cstop offset='1' stop-color='%23B2C3FF'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='A' x1='298.4' y1='243.303' x2='262.589' y2='245.163' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2C3FF'%2F%3E%3Cstop offset='1' stop-color='%235674DF'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient id='B' x1='194.455' y1='65.59' x2='193.995' y2='59.52' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F18F1A'%2F%3E%3Cstop offset='1' stop-color='%23BC7014'%2F%3E%3C%2FlinearGradient%3E%3CclipPath id='a'%3E%3Crect x='49.505' y='103' width='58' height='42' rx='4' fill='%23fff'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  min-height: 11.5em;
  background-size: 100% auto;
  flex: 1 0 auto;
}
.order-notice-image > svg {
  width: 100%;
  height: auto;
  display: block;
}
.order-details-tx h3,
.order-action-details h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 1em;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-done-title:after {
  content: "\e205";
  font-family: "Icons";
  background-color: #22a079;
  border-radius: 2em;
  padding: 0.3em;
  font-size: 0.65em;
  margin-left: 0.8em;
}
.order-action-details h4 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.6em;
  font-size: 0.85em;
}
.order-action-details h4 > span {
  color: #fff;
}
ul.order-details-list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 2em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5em;
}
ul.order-details-list > li.autoheight {
  height: auto;
}
ul.order-details-list > li > label {
  font-size: 1em;
  padding-right: 0.5em;
}
ul.order-details-list > li > ins {
  flex: 1 0 auto;
  display: block;
  text-decoration: none;
  height: 1em;
  position: relative;
}
ul.order-details-list > li > ins:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 0
  );
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  bottom: 1px;
}
li.order-txid {
  margin-bottom: 0.5em;
}
ul.order-details-list > li.order-txid > div {
  width: 50%;
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  margin-left: 0;
}
li.order-txid span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.625em 0.8em;
  border-radius: 0.5em;
  box-sizing: border-box;
}
li.order-txid font {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8em;
  max-width: 100%;
}
.order-action-details li.order-txid font {
  font-size: 1em;
}
li.order-txid .copy {
  margin-left: 0.6em;
  font-size: 1em;
  color: #008fdf;
  cursor: pointer;
}
li.order-txid .copy:hover {
  color: #fff;
}
.order-details-list .pseudo-hint-blue {
  cursor: copy;
}
.order-details-list .pseudo-hint-blue:hover .copy {
  color: #fff;
}
ul.order-details-list > li.order-txid > label {
  width: auto;
  margin-right: 0;
}
.order-txid-text {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
ul.order-details-list > li > div {
  color: #fff;
  position: relative;
  min-height: 1.3em;
  margin-left: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.order-details-list > li > div > {
}
ul.order-details-list > li > div > time {
}
.link-explorer-img {
  display: inline-block;
  height: 1.6em;
  width: 1.6em;
}
.link-explorer-img > img {
  height: 100%;
}
.popup-content.popup-qr {
  max-width: 1105px;
  width: 90%;
}
.popup-qr-variations > div {
  display: inline-block;
  text-align: center;
  width: 48%;
}
.popup-qr-variations > div > div {
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
}
.popup-qr-variations img {
  width: 100%;
}
.popup-content.popup-qr > p {
  font-weight: 600;
  font-size: 1.2em;
}
.order-done-wrap {
  display: flex;
  height: 100%;
  position: relative;
}
.order-refund-wrap {
  margin-bottom: 1.5em;
  text-align: center;
}
.order-done-wrap.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-done-wrap.center .order-refund-address {
  color: #fff;
  word-break: break-word;
}
.order-done-wrap.center .order-refund-address {
  display: block;
  margin: 0 auto;
  max-width: 40em;
}
.order-done-wrap.center .order-refund-address {
  margin-bottom: 0.6em;
}
span.order-refund-tag {
  color: #fff;
}
h3.center.order-done-title {
  color: #fff;
  font-size: 1.4em;
}
.order-done-view > label {
  display: inline-block;
  vertical-align: middle;
}
.order-done-view > a.link-explorer-img {
  vertical-align: middle;
}
.order-done-view {
  font-size: 1.2em;
}
.order-done-ico {
  align-items: flex-end;
  display: flex;
  max-width: 14em;
  min-width: 14em;
  text-align: center;
  position: relative;
}
.order-done-ico > svg,
.order-done-ico > img {
  width: 100%;
  height: auto;
}
.order-done-review {
  cursor: default;
  max-width: 35em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
h3.order-done-title {
  white-space: normal;
}
.order-done-review a {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  height: auto;
  padding: 0.728em 0;
  vertical-align: middle;
  margin-right: 1.5em;
  margin-top: 0.5em;
}
.order-done-review a:hover {
  background-color: transparent;
  color: #53ad77;
}
.order-done-review a > * {
  display: inline-block;
  vertical-align: middle;
}
.order-done-review a > i.svgreviews {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.5em;
  margin-right: 0.1em;
  width: 1.5em;
}
section.order-emergency {
  border-radius: 0.5em;
  display: none;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.38);
  background-color: #21284b;
}
section.order-emergency.active {
  display: block;
}
.order-action-body > section.order-emergency {
  margin-bottom: 1em;
  border: 1px solid #f00;
}
.order-emergency h3 {
  color: #fff;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
.order-emergency h3:before {
  background-color: #b00000;
  border-radius: 50%;
  color: #fff;
  content: "!";
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  height: 1.3em;
  line-height: 1.3em;
  margin-right: 0.6em;
  right: 0;
  text-align: center;
  top: 0.6em;
  width: 1.3em;
}
.order-emergency p {
  color: #7b959c;
}
.order-emergency p font {
  color: #fff;
  word-break: break-word;
}
.order-emergency-actions {
  margin-top: 0.6em;
}
.order-emergency-actions > label {
  display: inline-block;
}
.order-emergency-actions > label:last-of-type {
  margin-bottom: 0;
}
.order-emergency-submit {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.order-emergency-submit.active {
  max-height: 11.3em;
  margin-top: 0.6em;
}
.order-emergency-submit .dinput + .dinput,
.order-emergency-submit .btn {
  margin-left: 0.6em;
}
.order-emergency-submit .btn {
  white-space: nowrap;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 1.25em 1.5em;
  border-radius: 0.5rem;
}
.order-emergency-submit[data-choice="EXCHANGE"] {
  justify-content: center;
}
.order-emergency-submit[data-choice="EXCHANGE"] .btn {
  margin-left: 0;
}
.order-emergency-submit[data-choice="EXCHANGE"] .btn:after {
  content: attr(data-exchange);
}
.order-emergency-submit[data-choice="REFUND"] .btn:after {
  content: attr(data-refund);
}
.order-emergency-submit.visible-overflow {
  overflow: visible;
}
.order-emergency-submit input,
.order-emergency-submit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.2em;
  border: 0;
  color: #000;
  font-size: 0.9em;
  margin: 0;
  height: 2.7em;
  max-width: 100%;
  padding: 0.5em 2.1em 0.5em 0.7em;
  text-align: left;
  width: 100%;
  resize: none;
  display: block;
  border: 2px solid transparent;
}
.order-emergency-submit input.error,
.order-emergency-submit textarea.error {
  border-color: #a90707;
}
.order-emergency-submit textarea[readonly],
.order-emergency-submit textarea:valid {
}
.order-emergency-submit .dinput > .dinput-field {
  height: calc(3.25em + 4px);
  padding: 1.125em 2.1em 1.125em 0.7em;
}
.order-action-body hr {
  background-color: #fff;
  border: 0;
  height: 2px;
  margin-bottom: 1em;
  margin-top: 2em;
  opacity: 0.22;
}
.order-emergency-submit .dinput {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.order-emergency-submit .dinput.tag {
  width: 22em;
}
.order-emergency-submit .dinput.hidden {
  position: absolute;
}
.order-emergency-submit .funcbuttons button {
  color: #fff;
  height: 100%;
}
.order-emergency-submit .funcbuttons button:hover {
  opacity: 0.7;
}
.order-emergency-submit .dinput .funcbuttons {
  bottom: 0;
  top: 0;
}
.order-emergency-submit .funcbuttons > .close,
.order-emergency-submit .funcbuttons > .close {
  font-size: 0.8em;
  padding: 0 0.8em;
}
.order-emergency-submit input:not(.hidden):valid ~ .funcbuttons > .scanqr,
.order-emergency-submit textarea:not(.hidden):valid ~ .funcbuttons > .scanqr {
  display: none;
}
.order-emergency-submit input:not(.hidden):not(:valid) ~ .funcbuttons > .close,
.order-emergency-submit
  textarea:not(.hidden):not(:valid)
  ~ .funcbuttons
  > .close {
  display: none;
}
b.order-address.pseudo-hint-blue,
b.order-amount.pseudo-hint-blue {
  z-index: auto;
  cursor: copy;
  position: relative;
}
.pseudo-hint-blue:after,
.pseudo-hint-blue:before {
  opacity: 0;
  visibility: hidden;
}
.pseudo-hint-blue:after,
.pseudo-hint-blue:before {
  font-size: 0.60714em;
}
.pseudo-hint-blue.copied:after,
.pseudo-hint-blue.copied:before {
  opacity: 1;
  visibility: visible;
}
.tx-confirm-now {
  color: #f55;
}
.tx-confirm-now.accept {
  color: #00a12a;
}
.order-attention {
  margin-top: 1.4em;
}
p + p + .order-attention {
  margin-top: 2.2em;
}
.order-attention + .order-attention {
  margin-top: 0.5em;
}
.order-attention > b {
  color: #fff;
}
section.order-head-info {
  flex-direction: column;
  order: 1;
  margin-right: 1em;
  padding: 0.3em 0.8em 0.7em 0.8em;
  border-radius: 0.5em;
  text-align: center;
  background-size: cover;
  width: 10.5em;
}
.order-head-info-inner > div {
  padding: 0.6em 0;
  border-top: 1px solid rgba(135, 159, 171, 0.31);
}
.order-head-info-inner > div:first-of-type {
  border-top: none;
}
.order-head-info-inner > div > label {
  font-size: 0.85em;
  white-space: nowrap;
}
.order-head-info-inner > div > div {
  color: #fff;
}
.order-head-info-inner > div time {
  white-space: nowrap;
}
.order-id-wrap > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-id-wrap .pseudo-hint-blue {
  display: inline-flex;
  align-items: center;
  cursor: copy;
  position: relative;
  line-height: 1.2;
}
.order-id-wrap i.ico {
  font-size: 1em;
  margin-left: 0.4em;
  color: #879fab;
}
.order-id-wrap .pseudo-hint-blue:hover .copy {
  color: #fff;
}
.order-id {
  font-size: 1.4em;
  color: #fff;
}
.order-time > div > span {
  font-size: 1.4em;
}
section.order-info {
  display: flex;
}
section.order-info-known {
  box-sizing: border-box;
  background-color: #21284b;
  border-radius: 0.5em;
  color: #fff;
  margin-right: 1em;
  padding: 2.5em 2em;
  width: 70%;
}
section.order-info-known h3 {
  margin-bottom: 0.75em;
  font-size: 2em;
}
section.order-info-known .exchanges-know {
  background-color: initial;
  padding: 0;
}
section.order-info-known .exchanges-know h3 {
  margin-bottom: 0.5em;
}
section.order-notice {
  height: auto;
  overflow: hidden;
  width: 30%;
}
section.order-notice h3 {
  font-size: 2em;
  line-height: 1.5;
}
section.order-notice > div {
  padding: 2em 1.6em 1em 1.6em;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100%;
}
section.order-notice p {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
}
section.order-notice .order-notice-changeblock {
  min-height: 12em;
}
section.order-notice .order-notice-input-wrap {
  flex-direction: column;
  height: auto;
  width: 100%;
}
section.order-notice .order-notice-input-wrap > input {
  width: 100%;
  border-width: 1px;
  background-color: #fff;
  height: 2.9em;
  font-size: 0.875em;
  border-radius: 0.214em 0.214em 0 0;
  text-align: center;
}
section.order-notice .order-notice-input-wrap > button.btn {
  border-radius: 0 0 0.214em 0.214em;
  height: 2.5em;
}
section.order-notice span.ico {
  font-size: 11.7em;
  right: 0;
  z-index: -1;
  left: 0;
  position: relative;
  display: block;
  margin-top: 0.05em;
}
.order-note {
  box-sizing: border-box;
  display: flex;
  line-height: 1.5em;
  margin-bottom: 1em;
  min-height: 2.5em;
  position: relative;
}
.order-note:last-of-type {
  margin-bottom: 0;
}
.order-note > em.ico {
  align-items: center;
  align-self: flex-start;
  background-color: #fff;
  border-radius: 3em;
  color: #008fdf;
  display: flex;
  height: 2.5em;
  justify-content: center;
  margin-right: 1em;
  min-width: 2.5em;
  width: 2.5em;
}
.order-note > em.ico:after {
  font-size: 1.625em;
}
.order-note > span {
  align-self: center;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .order .main-section.withheader {
    padding-top: 0;
  }
  section.order-outer {
    margin-top: 4.5em;
  }
}
@media only screen and (max-width: 700px) {
  section.order-action {
    margin: 1em 0 1.6em;
  }
  .order-action.expired > .order-action-body,
  .order-action.new > .order-action-body {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .order-action.new > .order-action-body,
  .order-action.expired > .order-action-body {
    grid-template-columns: 1fr;
  }
  .order-head-info {
    width: 100%!important;
  }
  .order-action.exchange > .order-action-body,
  .order-action.emergency > .order-action-body {
    grid-template-columns: 0.2fr 1fr;
  }
  .order-action.new .order-action-details,
  .order-action.expired .order-action-details {
    grid-column: 1/3;
    margin-top: 1em;
    width: 100%;
  }
  .order-action.refund .order-action-details,
  .order-action.emergency .order-action-details,
  .order-action.done .order-action-details {
    grid-column: 2;
    grid-row: 1;
  }
  .order-action.refund > .order-action-details,
  .order-action.emergency > .order-action-details,
  .order-action.done > .order-action-details {
    margin-top: 1em;
  }
  .order-action.exchange .order-action-details {
  }
  .order-done-wrap {
    width: 100%;
    word-break: break-word;
    white-space: normal;
  }
  .order-done-review > div {
  }
  .order-done-review > div > a.btn {
    margin-left: 0;
    padding: 0.428em 0.3857em;
  }
  .order-done-review > div > a.btn span {
    white-space: nowrap;
  }
  h3.center.order-done-title {
    white-space: normal;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .order-action-details p {
  }
  section.order-head-info {
    margin-right: 1em;
    grid-row: 1;
  }
  .order-action section.order-emergency {
    margin-bottom: 1em;
    padding: 1.5em;
  }
  .order-qr {
    margin: 0 auto 0;
  }
  .order-details-more-txs {
    flex-direction: column;
  }
  .order-details-more-txs .order-details-tx {
    width: 100%;
    margin-left: 0;
  }
  .order-details-tx + .order-details-tx {
    margin-top: 1.6em;
    padding-top: 1.6em;
  }
  .order-action h2 {
    margin-bottom: 0;
  }
  .order-qr a:after {
    font-size: 0.85em;
  }
  .order-qr-wrap .btn {
    font-size: 1em;
  }
  .order-action-details h4 {
    font-size: 1em;
    padding: 0.3em 0;
  }
  .order-time.expired {
    font-size: 1em;
  }
  ul.order-details-list > li:nth-of-type(2n + 2) > label {
  }
  ul.order-details-list > li:nth-of-type(4n + 4) {
    background-color: transparent;
  }
  ul.order-details-list > li > div > time {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .order-action-details p.order-right-info {
    float: none;
    text-align: center;
  }
  .order-qr-wrap {
    margin-bottom: 0;
    margin-left: 0;
    grid-column: 2;
    grid-row: 1;
    text-align: center;
  }
  .order-address {
    margin-top: 0;
  }
  .timeline-container li label {
    font-size: 0.9em;
  }
  h3.center.order-done-title {
  }
  section.order-info > section.order-notice > div {
    padding: 1.5em;
    max-width: initial;
    width: 100%;
  }
  .order-notice span.ico {
    right: 0.1em;
  }
  .order-action-details .onlymobile p {
    text-align: center;
  }
  section.order-info {
    flex-direction: column;
  }
  section.order-info-known {
    width: 100%;
    margin-right: 0;
    padding: 1.5em;
  }
  section.order-info > section.order-notice {
    width: 100%;
    margin-top: 1em;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .order-notice-image {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 22em;
  }
  section.order-action.done .order-action-details {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 700px) and (orientation: portrait) {
  .popup-qr-variations > div {
    width: 100%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 700px) {
  section.order-info > section.order-notice > div {
    max-width: 33em;
    min-height: 12.6em;
    width: calc(100% - 15.9em);
  }
  section.order-info > section.order-notice span.ico {
    position: absolute;
    left: 100%;
  }
  .notyfy-compl-0 {
    margin-left: 0.3em;
  }
}
@media only screen and (max-width: 605px) {
  .order-notice span.ico {
    font-size: 12em;
    left: 0;
    right: 0;
  }
  .order-notice p {
    width: auto;
  }
  .order-emergency-submit {
    display: block;
    text-align: center;
  }
  .order-emergency-submit.active {
  }
  .order-emergency-submit .dinput + .dinput,
  .order-emergency-submit .btn {
    margin-left: 0;
  }
  .order-emergency-submit .dinput.tag {
    width: 100%;
  }
  .order-emergency-submit .btn {
    margin-top: 0.3em;
  }
  .order-done-ico {
    min-width: inherit;
  }
}
@media only screen and (max-width: 560px) {
  .order-done-ico {
    display: none;
  }
}
@media only screen and (max-width: 470px) {
  .order-direction {
    font-size: 0.8em;
  }
  .dir-cont > .coin-ico {
    height: 2.5em;
    width: 2.5em;
  }
  .dir-from > .dir-cont > .coin-ico {
    margin-left: 0.5em;
  }
  .dir-from > .dir-cont > .coin-head {
    margin-right: 3.333em;
  }
  .dir-from > .dir-cont > .coin-value {
    margin-right: 2.321em;
    font-size: 1.15em;
  }
  .dir-from > .dir-cont > .coin-address {
    display: none;
  }
  .dir-to > .dir-cont > .coin-ico {
    margin-right: 0.5em;
  }
  .dir-to > .dir-cont > .coin-head {
    margin-left: 3.333em;
  }
  .dir-to > .dir-cont > .coin-value {
    margin-left: 2.321em;
    font-size: 1.15em;
  }
  .dir-to > .dir-cont > .coin-address {
    display: none;
  }
  .order-direction > div.dir-arrow {
    font-size: 0.85em;
  }
  .order-direction > div {
    padding: 0.85em 1em;
  }
  .order-notice-input-wrap {
    width: 100%;
  }
  .order-qr {
    max-width: 18em;
    min-width: 15.2em;
    width: 100%;
  }
  .order-action-details p {
    font-size: 0.8em;
    margin-bottom: 0.3em;
  }
  section.order-action.done .order-action-details {
    padding: 1.5em;
  }
  .timeline-container li:after {
    font-size: 1.5em;
    top: 1em;
  }
}
@media only screen and (max-width: 430px) {
  .timeline-container li label {
    padding: 0;
  }
  ul.order-details-list > li > label,
  ul.order-details-list > li:nth-of-type(2n + 2) > label {
    flex-shrink: 0;
    margin-right: 0;
    width: 9.5em;
  }
  ul.order-details-list > li.view-blockchain > label {
    width: auto;
  }
  ul.order-details-list > li {
    display: block;
    height: auto;
    margin-bottom: 0.5em;
  }
  ul.order-details-list > li > ins {
    display: none;
  }
  ul.order-details-list > li > div {
    margin-left: 0;
  }
  ul.order-details-list > li.order-txid > div {
    width: 100%;
  }
  .order-action-body ul.order-details-list > li:last-of-type {
    margin-bottom: 0;
  }
  .order-action-body li.order-txid > div {
    width: 100%;
  }
  .order-action-details h3 {
    white-space: normal;
  }
  .order-data-details {
    padding-bottom: 0.5em;
  }
  .order-action section.order-emergency {
    font-size: 0.9em;
    padding: 0.75rem;
  }
  .order-action.exchange .order-action-details {
    padding: 1em;
  }
  .timeline-container li:after {
    font-size: 1.3em;
    top: 1.2em;
  }
}
@media only screen and (max-width: 340px) {
  .order-head-info-inner > div > div {
    font-size: 0.85em;
  }
}
