@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@font-face {
  font-family: "Mikado";
  src: url(assets/fonts/MikadoBold.woff2) format("woff2");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Mikado";
  src: url(assets/fonts/MikadoMedium.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}
* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box !important;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  background: #557400;
  overflow-x: hidden;
}

body {
  font-family: "Pragati Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  background: #557400;
  width: 100vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  /* corrected viewport height using css custom variables */
  overflow-x: hidden;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mikado", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
}

p {
  font-size: 1.25rem;
  line-height: 1.5;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
}
button:focus {
  outline: none;
}

@media (max-width: 767.98px) {
  ::-webkit-scrollbar {
    display: none;
  }
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.title-wrapper {
  margin: 15px 0;
}

.main-title {
  font-size: 2.5rem;
  line-height: 1;
  color: #2B4400;
}

.title {
  font-size: 1.75rem;
  color: #3E231F;
}

.lead {
  font-size: 1.125rem;
  font-family: "Mikado", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.3;
}

.content {
  font-size: 1.25rem;
  color: #3E231F;
  margin: 15px 0;
}

.small {
  font-size: 0.75rem;
}

.fill-available {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  /* corrected viewport height using css custom variables */
}

.ar-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#ar-scene {
  position: fixed;
}

canvas {
  display: block;
}

.spacer {
  height: 10px;
  background: transparent;
  pointer-events: none;
  margin: 15px 0;
}

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

.block-flat {
  border-radius: 4px;
  background-color: #CED7B7;
  padding: 20px 30px;
  margin: 15px 0;
}

.block-extrude {
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 20px 30px;
  position: relative;
  box-shadow: 0 4px 0 #FEF9F2;
  margin: 15px 0;
}

.flag {
  border-radius: 4px;
  width: 36px;
  height: 26px;
}

.image {
  margin: 15px 0;
}
.image img {
  border-radius: 10px;
  box-shadow: 0 4px 0 #FEF9F2;
}

.flag-wrapper {
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flag-wrapper li {
  padding: 0 5px;
}

.nav-wrapper {
  background-color: #000000;
  color: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.nav-wrapper a {
  padding: 0 15px;
  font-size: 0.875rem;
}
.nav-wrapper a:first-of-type {
  border-right: 1px solid #FFFFFF;
}

.intro-screen {
  width: 100%;
  position: relative;
  transition: opacity 400ms ease-in-out;
  z-index: 712;
  overflow-x: hidden;
  pointer-events: auto;
}
.intro-screen.extend {
  height: 200vh;
}
.intro-screen.hidden {
  opacity: 0;
  pointer-events: none;
}
.intro-screen.locked {
  height: calc(var(--vh, 1vh) * 100);
}
.intro-screen .main-title {
  color: #4B6900;
  margin-bottom: 20px;
}
.intro-screen .lead {
  color: #4B6900;
}
.intro-screen .lead b {
  color: #E3673C;
}
.intro-screen .intro-top .btn {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E3673C;
  box-shadow: 0 2px 0 #E6A47F;
  pointer-events: auto;
  transition: opacity 500ms ease-out 200ms;
}
.intro-screen .intro-top .btn::after {
  content: "";
  width: 80%;
  height: 50%;
  border-radius: 29px;
  background-color: #E3673C;
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: -1;
  filter: blur(14px);
  opacity: 1;
  transform: translateX(-50%);
}
.intro-screen .intro-top .btn.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1ms 0ms;
}
.intro-screen .content {
  margin: 10px auto 0;
  position: relative;
  z-index: 2;
  max-width: 400px;
}
.intro-screen .intro-top {
  position: relative;
  padding: 30px;
  text-align: center;
  background-image: url(assets/img/sky_transparent.png);
  background-color: #95D5ED;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.intro-screen .intro-top .btn {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s ease-in-out;
}
.intro-screen .intro-top .btn.active {
  opacity: 1;
  pointer-events: auto;
}
.intro-screen .landscape-image {
  margin: 0;
  position: absolute;
  height: 70%;
  width: 100%;
  top: 30%;
  left: 0;
  background-image: url(assets/img/landscape.png);
  background-size: 170%;
  background-repeat: no-repeat;
  background-position: center -20px;
}
@media (min-width: 576px) {
  .intro-screen .landscape-image {
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .intro-screen .landscape-image {
    background-size: cover;
    background-position: center 100px;
    height: 100%;
    top: 0;
  }
}
@media (min-width: 992px) {
  .intro-screen .landscape-image {
    background-position: center 100px;
  }
}
@media (min-width: 1200px) {
  .intro-screen .landscape-image {
    background-position: top;
  }
}
.intro-screen .loader {
  position: absolute;
  width: 210px;
  height: 50px;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3E231F;
  box-shadow: 0 2px 0 #000000;
  border-radius: 29px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease-in-out;
}
.intro-screen .loader .relative {
  border-radius: 29px;
  overflow: hidden;
}
.intro-screen .loader::after {
  content: "";
  width: 80%;
  height: 50%;
  border-radius: 29px;
  background-color: #3E231F;
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: -1;
  filter: blur(12px);
  opacity: 0.8;
  transform: translateX(-50%);
}
.intro-screen .loader.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0ms;
}
.intro-screen .loader span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
}
.intro-screen .progress-bar-ui {
  width: 0;
  height: 100%;
  background-color: #4B6900;
  transition: width 300ms ease-out;
}
.intro-screen .enter-ar {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  padding: 30px 15px 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
}
.intro-screen .enter-ar.active {
  opacity: 1;
}
.intro-screen .enter-ar span {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
}
.intro-screen .enter-ar span::before, .intro-screen .enter-ar span::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 14px;
  height: 3px;
  background-color: #3E231F;
}
.intro-screen .enter-ar span::before {
  transform: translateX(-80%) rotate(-45deg);
}
.intro-screen .enter-ar span::after {
  transform: translateX(-20%) rotate(45deg);
}
.intro-screen .intro-footer {
  background-color: #3E231F;
}
.intro-screen .intro-terms-wrapper {
  background-color: #FFFFFF;
  padding: 20px 30px;
  text-align: center;
}
.intro-screen .intro-terms-wrapper .intro-terms {
  font-size: 0.675rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: bold;
}
.intro-screen .disclaimer {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  width: 70%;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: bold;
}

.instructions-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 713;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms;
}
.instructions-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.instructions-overlay .instr-bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(assets/img/sky_transparent_black.png);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.instructions-overlay .instr-bg.hidden {
  opacity: 0;
}
.instructions-overlay .instr-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.instructions-overlay .instr-img.hidden {
  opacity: 0;
}
.instructions-overlay .instr-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80%;
  color: #FFFFFF;
  text-align: center;
}
.instructions-overlay .instr-wrapper span {
  display: inline-block;
  margin: 10px auto;
}
.instructions-overlay .helper {
  font-size: 0.875rem;
}
.instructions-overlay .instruction {
  border-radius: 29px;
  background-color: #3E231F;
  padding: 9px 25px;
  font-weight: bold;
  box-shadow: 0 2px 0 #000000;
  font-size: 1.125rem;
}
.instructions-overlay .instruction.success {
  background-color: #4B6900;
  box-shadow: 0 2px 0 #2B4400;
}
.instructions-overlay .instruction.completed {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  padding: 0;
  pointer-events: auto;
}
.instructions-overlay .instruction.completed svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 18px;
}

.experience-ui {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 815;
  opacity: 0;
  pointer-events: none !important;
  transition: opacity 200ms;
}
.experience-ui.active {
  opacity: 1;
}

.settings-btn {
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 98;
}
.active .settings-btn {
  pointer-events: auto;
}

.settings {
  position: absolute;
  z-index: 99;
  width: auto;
  right: 15px;
  top: 50px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 0 #FADDB7;
  border-radius: 10px;
  padding: 20px 15px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: all 200ms;
}
.settings.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.settings .reset-btn {
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
  position: relative;
  padding: 5px 35px 5px 5px;
  margin: 0 auto;
}
.settings .reset-btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: url(assets/img/placement.svg);
  width: 24px;
  height: 24px;
}
.settings .cam-btn {
  display: block;
  width: 170px;
  height: 40px;
  border-radius: 100px;
  margin-bottom: 10px;
  border-bottom: 3px solid #E6A47F;
  background-color: #FADDB7;
}
.settings .cam-btn .cam-inner-btn {
  position: absolute;
  height: 37px;
  width: 92px;
  border-radius: 100px;
  font-size: 14px;
  color: #E6A47F;
  text-align: center;
}
.settings .cam-btn .cam-inner-btn.active {
  background-color: #4B6900;
  border-bottom: 3px solid #1C3400;
  color: white;
}
.settings .cam-btn #cam-object-button {
  left: 92px;
}

.mode-switch {
  position: relative;
  width: 180px;
  height: 32px;
  display: flex;
  flex-direction: row;
  background-color: #FADDB7;
  border-radius: 29px;
  box-shadow: 0 2px 0 #E6A47F;
}
.mode-switch::after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: "";
  width: 90px;
  height: 30px;
  background-color: #4B6900;
  border-radius: 29px;
  box-shadow: 0 2px 0 #2B4400;
  transition: left 120ms;
}
.mode-switch.no-ar::after {
  left: 50%;
}
.mode-switch .mode-option {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 90px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  color: #E6A47F;
  line-height: 32px;
  transition: color 0ms 80ms;
  pointer-events: auto;
}
.mode-switch .mode-option.active {
  color: #FFFFFF;
}

.hotspot-header-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  pointer-events: auto;
  transition: opacity 250ms;
}
.hotspot-header-bg::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-image: url(assets/img/paper.png);
  background-size: cover;
  z-index: 1;
  opacity: 0.1;
}
.hotspot-header-bg.hidden {
  pointer-events: none;
}
.hotspot-header-bg.hidden::after {
  opacity: 0;
}

.hotspot-header {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: auto;
  padding: 22% 30px 120px;
  z-index: 2;
  opacity: 1;
  transition: opacity 250ms;
}
.hotspot-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(assets/img/paint-overlay.png);
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: -1;
}
.hotspot-header.hidden {
  opacity: 0;
  pointer-events: none;
}
.hotspot-header .title {
  color: #2B4400;
  line-height: 2.25rem;
}
.hotspot-header .btn {
  display: inline-block;
  padding: 0 25px;
  width: auto;
  pointer-events: auto;
  color: #FFFFFF;
}
.hidden .hotspot-header .btn {
  pointer-events: none;
}
.hotspot-header .heading-wrapper {
  position: relative;
  padding: 0 20px;
  margin-bottom: 20px;
}

.arrow-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
}
.arrow-wrapper.hidden {
  pointer-events: none;
  opacity: 0;
}
.arrow-wrapper .prev-arrow,
.arrow-wrapper .next-arrow {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
}
.arrow-wrapper .prev-arrow::after,
.arrow-wrapper .next-arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.7;
}
.arrow-wrapper .prev-arrow::after {
  transform: rotate(45deg);
  border-bottom: 2.5px solid #2B4400;
  border-left: 2.5px solid #2B4400;
}
.arrow-wrapper .next-arrow::after {
  transform: rotate(-45deg);
  border-bottom: 2.5px solid #2B4400;
  border-right: 2.5px solid #2B4400;
}

.content-tray {
  position: fixed;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  z-index: 815;
  transition: top 400ms ease-out;
  opacity: 0;
  pointer-events: none;
}
.content-tray.active {
  top: 0;
  pointer-events: auto;
  opacity: 1;
}
.content-tray .tray-header {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 5px 30px 8px;
  height: 70px;
  text-align: center;
}
.content-tray .tray-header .logo {
  height: 100%;
  margin-bottom: 0;
}
.content-tray .tray-header .logo img {
  height: 100%;
}
.content-tray .tray-header .close-btn {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.content-tray .tray-header .close-btn span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.content-tray .tray-header .close-btn span::before, .content-tray .tray-header .close-btn span::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #3E231F;
}
.content-tray .tray-header .close-btn span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.content-tray .tray-header .close-btn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.content-tray .content-wrapper {
  height: calc(100% - 70px);
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: rgba(250, 221, 183, 0.75);
}
.content-tray .bg-container {
  background-image: url(assets/img/sky_transparent_white.png);
}
.content-tray .main-content {
  padding: 35px 30px 50px;
  display: flex;
  flex-direction: column;
}
.content-tray .main-content > * {
  margin-top: 0;
  margin-bottom: 30px;
}
.content-tray .main-content .btn {
  display: inline-block;
  padding: 0 25px 15px;
  width: auto;
  align-self: center;
}
.content-tray .main-content .btn span {
  line-height: 50px;
  padding-right: 25px;
}
.content-tray .main-content .video {
  width: 100%;
}
.content-tray .main-content .image img {
  box-shadow: 0 4px 0 #FADDB7;
}
.content-tray .main-content .box {
  background-color: #CED7B7;
  padding: 20px 30px;
  border-radius: 4px;
  font-size: 1.25rem;
  color: #3E231F;
  display: none;
}
.content-tray .main-content .box.visible {
  display: block;
}
.content-tray .content-terms {
  padding: 35px 30px 50px;
}
.content-tray .content-terms .small {
  color: #3E231F;
  opacity: 0.7;
  line-height: 1.25;
  margin-bottom: 0;
}
.content-tray .share-wrapper {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 0 #FADDB7;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 20px 30px 30px;
}
.content-tray .share-wrapper .title {
  font-size: 1.375rem;
  color: #3E231F;
  margin-bottom: 20px;
}
.content-tray .share-options {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.content-tray .option-column {
  width: 50%;
}
.content-tray .option-column > span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.1;
  width: 100px;
}
.content-tray .option-column .btn {
  margin-bottom: 10px;
}
.content-tray .option-column:last-child {
  padding-left: 10px;
}
.content-tray .tray-footer {
  background-color: #3E231F;
}

.share-instructions {
  position: absolute;
  background-color: #FEF9F2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px 30px;
  border-radius: 10px;
  z-index: 2;
  text-align: center;
}
.share-instructions .title {
  margin-bottom: 10px;
}
.share-instructions p {
  font-size: 1rem;
  margin-bottom: 10px;
}
.share-instructions .btn {
  margin-top: 20px;
}

.close-wechat-instruction {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
}
.close-wechat-instruction span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.close-wechat-instruction span::before, .close-wechat-instruction span::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #3E231F;
}
.close-wechat-instruction span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-wechat-instruction span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn {
  background-color: #4B6900;
  box-shadow: 0 2px 0 #2B4400;
  border-radius: 29px;
  font-family: "Pragati Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  border: none;
  width: 105px;
  height: 30px;
  line-height: 1;
}
.btn span {
  display: inline-block;
  font-size: 0.875rem;
  color: #FFFFFF;
}

.btn-lg {
  width: 210px;
  height: 50px;
}
.btn-lg span {
  font-size: 1.25rem;
}

.btn-arrow span {
  padding-right: 18px;
  position: relative;
}
.btn-arrow span::after {
  content: "→";
  font-size: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-45%);
}

.btn-ar span {
  position: relative;
  padding-left: 42px;
}
.btn-ar span::before {
  content: url(assets/img/ar-icon.svg);
  font-size: inherit;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.copy-btn {
  background-color: #E3673C;
  box-shadow: 0 2px 0 #E6A47F;
}
.copy-btn.copied {
  background-color: #E2E2E2;
  box-shadow: 0 2px 0 #9c9c9c;
}
.copy-btn.copied span {
  color: #9c9c9c;
}

.social-btn {
  background-color: #FEF9F2;
  box-shadow: 0 2px 0 #FADDB7;
  width: auto;
  padding: 0 20px;
}
.social-btn span {
  padding-left: 25px;
  position: relative;
  color: #3E231F;
}
.social-btn span::before {
  content: "";
  font-size: inherit;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.social-wc span::before {
  background-image: url(assets/img/wechat-icon.png);
}

.social-tw span::before {
  background-image: url(assets/img/twitter-icon.png);
}

.social-fb span::before {
  background-image: url(assets/img/facebook-icon.png);
  width: 16px;
  height: 16px;
}
