@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li,
a {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */
}

select::-ms-expand {
  display: none;
  /* for IE11 */
}

textarea {
  -webkit-appearance: none;
}

input,
button {
  border-radius: 0;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
summary:focus {
  outline: 0;
}

.element {
  width: 5%;
}

.element {
  width: 100px;
  height: 50px;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1279px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1420px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.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-ssm,
.col-ssm-auto, .col-ssm-12, .col-ssm-11, .col-ssm-10, .col-ssm-9, .col-ssm-8, .col-ssm-7, .col-ssm-6, .col-ssm-5, .col-ssm-4, .col-ssm-3, .col-ssm-2, .col-ssm-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-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xsm,
.col-xsm-auto, .col-xsm-12, .col-xsm-11, .col-xsm-10, .col-xsm-9, .col-xsm-8, .col-xsm-7, .col-xsm-6, .col-xsm-5, .col-xsm-4, .col-xsm-3, .col-xsm-2, .col-xsm-1, .col-xsd,
.col-xsd-auto, .col-xsd-12, .col-xsd-11, .col-xsd-10, .col-xsd-9, .col-xsd-8, .col-xsd-7, .col-xsd-6, .col-xsd-5, .col-xsd-4, .col-xsd-3, .col-xsd-2, .col-xsd-1, .col-xmm,
.col-xmm-auto, .col-xmm-12, .col-xmm-11, .col-xmm-10, .col-xmm-9, .col-xmm-8, .col-xmm-7, .col-xmm-6, .col-xmm-5, .col-xmm-4, .col-xmm-3, .col-xmm-2, .col-xmm-1, .col-xms,
.col-xms-auto, .col-xms-12, .col-xms-11, .col-xms-10, .col-xms-9, .col-xms-8, .col-xms-7, .col-xms-6, .col-xms-5, .col-xms-4, .col-xms-3, .col-xms-2, .col-xms-1, .col-xxs,
.col-xxs-auto, .col-xxs-12, .col-xxs-11, .col-xxs-10, .col-xxs-9, .col-xxs-8, .col-xxs-7, .col-xxs-6, .col-xxs-5, .col-xxs-4, .col-xxs-3, .col-xxs-2, .col-xxs-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media (min-width: 320px) {
  .col-xxs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 360px) {
  .col-xms {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xms-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xms-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xms-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xms-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xms-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xms-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xms-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xms-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xms-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xms-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xms-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xms-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xms-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xms-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xms-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xms-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xms-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xms-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xms-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xms-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xms-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xms-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xms-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xms-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xms-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xms-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xms-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xms-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xms-0 {
    margin-left: 0;
  }
  .offset-xms-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xms-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xms-3 {
    margin-left: 25%;
  }
  .offset-xms-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xms-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xms-6 {
    margin-left: 50%;
  }
  .offset-xms-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xms-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xms-9 {
    margin-left: 75%;
  }
  .offset-xms-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xms-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 375px) {
  .col-xmm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xmm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xmm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xmm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xmm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xmm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xmm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xmm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xmm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xmm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xmm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xmm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xmm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xmm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xmm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xmm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xmm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xmm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xmm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xmm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xmm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xmm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xmm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xmm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xmm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xmm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xmm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xmm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xmm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xmm-0 {
    margin-left: 0;
  }
  .offset-xmm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xmm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xmm-3 {
    margin-left: 25%;
  }
  .offset-xmm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xmm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xmm-6 {
    margin-left: 50%;
  }
  .offset-xmm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xmm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xmm-9 {
    margin-left: 75%;
  }
  .offset-xmm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xmm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 390px) {
  .col-xsd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xsd-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xsd-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xsd-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsd-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xsd-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xsd-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xsd-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xsd-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xsd-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xsd-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xsd-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xsd-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xsd-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xsd-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xsd-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xsd-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xsd-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xsd-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xsd-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xsd-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xsd-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xsd-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xsd-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xsd-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xsd-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xsd-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xsd-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xsd-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xsd-0 {
    margin-left: 0;
  }
  .offset-xsd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xsd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xsd-3 {
    margin-left: 25%;
  }
  .offset-xsd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xsd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xsd-6 {
    margin-left: 50%;
  }
  .offset-xsd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xsd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xsd-9 {
    margin-left: 75%;
  }
  .offset-xsd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xsd-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 480px) {
  .col-xsm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xsm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xsm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xsm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xsm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xsm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xsm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xsm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xsm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xsm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xsm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xsm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xsm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xsm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xsm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xsm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xsm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xsm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xsm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xsm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xsm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xsm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xsm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xsm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xsm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xsm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xsm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xsm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xsm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xsm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xsm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xsm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 598) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 991px) {
  .col-ssm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-ssm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-ssm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-ssm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-ssm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ssm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-ssm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-ssm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ssm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-ssm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-ssm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ssm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-ssm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-ssm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ssm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-ssm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-ssm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-ssm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-ssm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-ssm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-ssm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-ssm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-ssm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-ssm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-ssm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-ssm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-ssm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-ssm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-ssm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-ssm-0 {
    margin-left: 0;
  }
  .offset-ssm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-ssm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-ssm-3 {
    margin-left: 25%;
  }
  .offset-ssm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-ssm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-ssm-6 {
    margin-left: 50%;
  }
  .offset-ssm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-ssm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-ssm-9 {
    margin-left: 75%;
  }
  .offset-ssm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-ssm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1279px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1420px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
  }
}
@media (min-width: 320px) {
  .d-xxs-none {
    display: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 360px) {
  .d-xms-none {
    display: none !important;
  }
  .d-xms-inline {
    display: inline !important;
  }
  .d-xms-inline-block {
    display: inline-block !important;
  }
  .d-xms-block {
    display: block !important;
  }
  .d-xms-table {
    display: table !important;
  }
  .d-xms-table-row {
    display: table-row !important;
  }
  .d-xms-table-cell {
    display: table-cell !important;
  }
  .d-xms-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xms-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 375px) {
  .d-xmm-none {
    display: none !important;
  }
  .d-xmm-inline {
    display: inline !important;
  }
  .d-xmm-inline-block {
    display: inline-block !important;
  }
  .d-xmm-block {
    display: block !important;
  }
  .d-xmm-table {
    display: table !important;
  }
  .d-xmm-table-row {
    display: table-row !important;
  }
  .d-xmm-table-cell {
    display: table-cell !important;
  }
  .d-xmm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xmm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 390px) {
  .d-xsd-none {
    display: none !important;
  }
  .d-xsd-inline {
    display: inline !important;
  }
  .d-xsd-inline-block {
    display: inline-block !important;
  }
  .d-xsd-block {
    display: block !important;
  }
  .d-xsd-table {
    display: table !important;
  }
  .d-xsd-table-row {
    display: table-row !important;
  }
  .d-xsd-table-cell {
    display: table-cell !important;
  }
  .d-xsd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 480px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 598) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 991px) {
  .d-ssm-none {
    display: none !important;
  }
  .d-ssm-inline {
    display: inline !important;
  }
  .d-ssm-inline-block {
    display: inline-block !important;
  }
  .d-ssm-block {
    display: block !important;
  }
  .d-ssm-table {
    display: table !important;
  }
  .d-ssm-table-row {
    display: table-row !important;
  }
  .d-ssm-table-cell {
    display: table-cell !important;
  }
  .d-ssm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ssm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1279px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1420px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 320px) {
  .flex-xxs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxs-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxs-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 360px) {
  .flex-xms-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xms-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xms-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xms-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xms-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xms-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xms-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xms-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xms-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xms-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xms-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xms-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xms-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xms-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xms-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xms-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xms-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xms-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xms-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xms-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xms-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xms-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xms-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xms-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xms-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xms-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xms-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xms-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xms-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 375px) {
  .flex-xmm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xmm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xmm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xmm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xmm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xmm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xmm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xmm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xmm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xmm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xmm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xmm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xmm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xmm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xmm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xmm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xmm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xmm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xmm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xmm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xmm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xmm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xmm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xmm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xmm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xmm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xmm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xmm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xmm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 390px) {
  .flex-xsd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xsd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xsd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xsd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xsd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xsd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xsd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xsd-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xsd-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xsd-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xsd-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xsd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xsd-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xsd-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xsd-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xsd-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xsd-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xsd-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xsd-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xsd-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xsd-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xsd-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xsd-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xsd-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xsd-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xsd-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xsd-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xsd-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xsd-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 480px) {
  .flex-xsm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xsm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xsm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xsm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xsm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xsm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xsm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xsm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 598) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 991px) {
  .flex-ssm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ssm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ssm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ssm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ssm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-ssm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-ssm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-ssm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ssm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ssm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ssm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ssm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-ssm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ssm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ssm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ssm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ssm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ssm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-ssm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-ssm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-ssm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-ssm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-ssm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-ssm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-ssm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-ssm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-ssm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-ssm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-ssm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1279px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1420px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.header {
  position: fixed;
  top: 0;
  z-index: 1000000000 !important;
  isolation: isolate;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #C4C4C4;
}
.header::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.header.is-fixed {
  position: fixed;
}
@media (min-width: 991px) {
  .header.is-hidden {
    opacity: 0;
  }
}
.header.with-transition {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header .wrap__inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 1279px) {
  .header .wrap__inner {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header .wrap__inner {
    background-color: #fff;
  }
}
@media (max-width: 598px) {
  .header .wrap__inner {
    padding: 0 5.1282vw;
  }
}
@media (max-width: 991px) {
  .header__nav {
    overflow: hidden;
    -webkit-transition: 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    position: fixed;
    width: 100%;
    height: 0;
    top: 85px;
    left: 0;
    border-top: 1px solid #C4C4C4;
  }
}
@media (max-width: 768px) {
  .header__nav {
    top: 64px;
  }
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}
@media (max-width: 768px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
  }
}
@media (max-width: 991px) {
  .header__content {
    background: #fff;
    position: relative;
    padding: 16px 20px 32px 20px;
    border-radius: 0px 0px 20px 20px;
    z-index: 1;
  }
}
.header__menu {
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .header__menu {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .header__menu {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
  }
}
.header__item {
  margin: 0 16px;
}
@media (max-width: 991px) {
  .header__item {
    position: relative;
    top: 10px;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header__item:nth-child(1) {
    -webkit-transition-delay: 0.135s;
            transition-delay: 0.135s;
  }
  .header__item:nth-child(2) {
    -webkit-transition-delay: 0.17s;
            transition-delay: 0.17s;
  }
  .header__item:nth-child(3) {
    -webkit-transition-delay: 0.205s;
            transition-delay: 0.205s;
  }
  .header__item:nth-child(4) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .header__item:nth-child(5) {
    -webkit-transition-delay: 0.275s;
            transition-delay: 0.275s;
  }
  .header__item:nth-child(6) {
    -webkit-transition-delay: 0.31s;
            transition-delay: 0.31s;
  }
}
.header__link {
  position: relative;
  color: #12213A;
  padding: 0 20px;
  -webkit-transition: 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
  background: #fff;
  padding: 8px 14px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .header__link {
    display: block;
    padding: 12px 0;
    color: #6A649F;
  }
}
.header__link:hover {
  background: #FFF5CC;
}
@media (max-width: 991px) {
  .header__link:hover {
    background: none;
  }
}
.header .header__item_immediately {
  margin-left: 30px;
}
@media (max-width: 1366px) {
  .header .header__item_immediately {
    margin-left: 15px;
  }
}
.header .header__item_immediately a {
  width: 141px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #203E5B), color-stop(50%, #2C69A4), color-stop(75%, #203E5B));
  background: linear-gradient(90deg, #203E5B 25%, #2C69A4 50%, #203E5B 75%);
  border-radius: 100px;
  background-size: 200% auto;
  background-position: left center;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
@media (max-width: 991px) {
  .header .header__item_immediately a {
    margin: 20px auto 0 auto;
    padding: 0;
    width: 184px;
    height: 64px;
    font-size: 20px;
    line-height: 160%; /* 32px */
    letter-spacing: 0.8px;
  }
}
.header .header__item_immediately a:hover {
  background-position: right center;
}
@media (max-width: 991px) {
  .header .header__item_immediately a:hover {
    background-position: left center;
  }
}
.header__logo {
  display: inline-block;
  width: 124px;
  height: 36px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .header__logo {
    margin: auto;
    width: 108px;
    height: 32px;
  }
}
.header__logo-img {
  display: block;
}

.nav__trigger {
  display: none;
  position: relative;
  width: 35px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
.nav__trigger.no {
  opacity: 0;
}
@media (max-width: 991px) {
  .nav__trigger {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.nav__trigger .nav__hamburger-menu,
.nav__hamburger-menu:after,
.nav__hamburger-menu:before {
  width: 29px;
  height: 2px;
}

.nav__hamburger-menu {
  position: relative;
  left: 6px;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  background: #12213A;
}
.nav__hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  background: #12213A;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav__hamburger-menu:after {
  width: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #12213A;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.js-menu-active::after {
  opacity: 1;
}
.js-menu-active .header__item {
  opacity: 1;
  top: 0;
}
.js-menu-active .nav__trigger .nav__hamburger-menu {
  background: none;
}
.js-menu-active .nav__trigger .nav__hamburger-menu:after {
  width: 100%;
  top: 0;
  background: #12213A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.js-menu-active .nav__trigger .nav__hamburger-menu:before {
  bottom: 0;
  background: #12213A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

footer {
  background-color: #0d2739;
  padding: 40px 0;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  footer {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 40px 35px 45px;
  }
}
footer .footer-wrap .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  footer .footer-wrap .top-wrap {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-wrap .top-wrap h5 {
  margin-right: 50px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 1023px) {
  footer .footer-wrap .top-wrap h5 {
    font-size: 24px;
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-wrap .top-wrap h5 {
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
  }
}
footer .footer-wrap .top-wrap p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
footer .footer-wrap .top-wrap p span {
  margin-left: 10px;
}
@media (max-width: 767px) {
  footer .footer-wrap .top-wrap p br {
    display: none;
  }
}
footer .footer-wrap .bottom-wrap {
  font-size: 16px;
}
@media (max-width: 767px) {
  footer .footer-wrap .bottom-wrap {
    font-size: 14px;
  }
}
footer .footer-wrap .bottom-wrap .desc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
footer .footer-wrap .bottom-wrap .desc-container img {
  margin-left: 15px;
  width: 98px;
}
@media (max-width: 767px) {
  footer .footer-wrap .bottom-wrap .desc-container img {
    margin-left: 10px;
    width: 80px;
  }
}
footer .footer-wrap .bottom-wrap .links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
@media (max-width: 767px) {
  footer .footer-wrap .bottom-wrap .links-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer-wrap .bottom-wrap .links-container a {
  font-size: 16px;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-wrap .bottom-wrap .links-container a:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  footer .footer-wrap .bottom-wrap .links-container a {
    font-size: 14px;
    margin-top: 5px;
  }
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDF6), to(#FFF7DA));
  background: linear-gradient(180deg, #FFFDF6 0%, #FFF7DA 100%);
  overflow-x: hidden;
  font-family: "Manrope", "Noto Sans TC", Helvetica, Arial, sans-serif;
}
body.scroll-fixed {
  overflow: hidden;
}

.section {
  position: relative;
}

.wrap {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap__inner {
  position: relative;
  width: 79.745%;
  max-width: 1064px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrap__inner {
    padding: 0 20px;
  }
}
@media (max-width: 598px) {
  .wrap__inner {
    width: 100%;
  }
}

.c-family-tai {
  font-family: "Tai Heritage Pro", serif;
}

img {
  width: 100%;
}

main {
  padding-top: 85px;
}
@media (max-width: 991px) {
  main {
    padding-top: 64px;
  }
}

.c-line-bg {
  border-radius: 24px;
  border: 1px solid #AE8561;
  background: linear-gradient(118deg, #fff 0%, #FFF8F2 100.02%);
}
@media (max-width: 991px) {
  .c-line-bg {
    border-radius: 16px;
    background: linear-gradient(103deg, #fff 40%, #FFF8F2 100%);
  }
}

:root {
  --anchor-offset-desktop: 85px;
  --anchor-offset-mobile: 64px;
}

.section {
  scroll-margin-top: var(--anchor-offset-desktop);
}

@media (max-width: 991px) {
  .section {
    scroll-margin-top: var(--anchor-offset-mobile);
  }
}
#installment, #tax {
  scroll-margin-top: 90px;
}
@media (max-width: 598px) {
  #installment, #tax {
    scroll-margin-top: 60px;
  }
}

/* visible, hidden rwd */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 1096px) {
  .hidden-middle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-min {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden-max {
    display: none !important;
  }
}
hr {
  border: 0;
  height: 0;
  border-bottom: none;
  margin: 24px 0;
}

svg {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.underline {
  border-bottom: 1px solid currentColor;
  text-underline-offset: 0.15em;
}

.lineblock {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.svgbox {
  position: relative;
  pointer-events: none;
}
.svgbox img[src$=".svg"],
.svgbox svg {
  width: 100%;
  height: 100%;
}

.hide {
  display: none !important;
}

.block {
  display: block !important;
}

.bg-gray {
  background-color: #F6F6F6;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-9 {
  margin-bottom: 36px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-11 {
  margin-bottom: 44px;
}
.mb-12 {
  margin-bottom: 48px;
}

.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-7 {
  margin-top: 28px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-9 {
  margin-top: 36px;
}
.mt-10 {
  margin-top: 40px;
}
.mt-11 {
  margin-top: 44px;
}
.mt-12 {
  margin-top: 48px;
}

.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-5 {
  margin-left: 20px;
}
.ml-6 {
  margin-left: 24px;
}
.ml-7 {
  margin-left: 28px;
}
.ml-8 {
  margin-left: 32px;
}
.ml-9 {
  margin-left: 36px;
}
.ml-10 {
  margin-left: 40px;
}
.ml-11 {
  margin-left: 44px;
}
.ml-12 {
  margin-left: 48px;
}

.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-5 {
  margin-right: 20px;
}
.mr-6 {
  margin-right: 24px;
}
.mr-7 {
  margin-right: 28px;
}
.mr-8 {
  margin-right: 32px;
}
.mr-9 {
  margin-right: 36px;
}
.mr-10 {
  margin-right: 40px;
}
.mr-11 {
  margin-right: 44px;
}
.mr-12 {
  margin-right: 48px;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.icon-md {
  font-size: 24px;
}

.icon-sm {
  font-size: 20px;
}

.icon-xxl {
  font-size: 50px;
}

.fc-red {
  color: #DD2113;
}

.fc-pink {
  color: #FFB3D0;
}

.fc-blue {
  color: #2C69A4;
}

.color-yellow-500 {
  color: #FEE47C;
}

.bold {
  font-weight: 700;
}

.align-center {
  text-align: center;
}

ol.disc {
  padding-left: 2em;
}
ol.disc > li {
  list-style: disc;
}
ol.decimal {
  padding-left: 2em;
}
ol.decimal > li {
  list-style: decimal;
}
ol.square {
  margin-left: 1em;
}
ol.square > li {
  list-style: square;
}
ol.decimal1em {
  margin-left: 1em;
}
ol.decimal1em > li {
  list-style: decimal;
}
ol.decimal-arc {
  counter-reset: counter;
}
ol.decimal-arc > li:before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
}

.use-desk {
  display: block;
}

.use-mobile {
  display: none !important;
}

@media (max-width: 991px) {
  .use-desk {
    display: none !important;
  }
  .use-mobile {
    display: block !important;
  }
}
.arrw-button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  border: 1.2px solid #F87D74;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
}
@media (max-width: 768px) {
  .arrw-button {
    width: 40px;
    height: 40px;
  }
}
.arrw-button svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .arrw-button svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 991px) {
  .arrw-button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#F85F54), to(#DD2113));
    background: linear-gradient(90deg, #F85F54 0%, #DD2113 100%);
  }
  .arrw-button:hover svg path {
    stroke: #fff;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: auto;
}

.swiper-pagination-bullet {
  position: relative;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: 2;
  opacity: 1;
  background: #EDD2BB !important;
}
.swiper-pagination-bullet::before {
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
}

.swiper-pagination-bullet-active::before {
  border-radius: 20px;
  background: #AE8561 !important;
}

.fixedIcon__area {
  -webkit-transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
  opacity: 1;
  position: fixed;
  bottom: 5%;
  right: 7.7%;
  z-index: 11;
}
@media (max-width: 1560px) {
  .fixedIcon__area {
    right: 1%;
  }
}
@media (max-width: 768px) {
  .fixedIcon__area {
    bottom: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #6a649f;
    background: #fff;
    -webkit-box-shadow: 0 -3px 4px 0 rgba(106, 100, 159, 0.5);
            box-shadow: 0 -3px 4px 0 rgba(106, 100, 159, 0.5);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fixedIcon__area--active {
  opacity: 0;
  pointer-events: none;
}
.fixedIcon__btn {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #4e497c;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: 2px;
}
.fixedIcon__btn:hover .section-cardholders__link {
  -webkit-transform: scale(1.0526);
          transform: scale(1.0526);
}
@media (max-width: 768px) {
  .fixedIcon__btn {
    width: 50%;
    padding: 16px 0;
  }
}
@media (max-width: 390px) {
  .fixedIcon__btn {
    font-size: 5.1282051282vw;
    padding: 4.1025641026vw 0;
  }
}
.fixedIcon__btn .section-cardholders__link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 95px;
  height: 95px;
}
@media (max-width: 768px) {
  .fixedIcon__btn .section-cardholders__link {
    background: none !important;
    width: 100% !important;
    height: auto !important;
  }
  .fixedIcon__btn .section-cardholders__link br {
    display: none;
  }
}
.fixedIcon__btn:first-child {
  margin-bottom: 20px;
  border-radius: 50px;
}
.fixedIcon__btn:first-child .section-cardholders__link {
  border: 1px solid #4e497c;
  background: #fff;
  -webkit-box-shadow: 0 3px 7px 0 rgba(206, 147, 69, 0.35);
          box-shadow: 0 3px 7px 0 rgba(206, 147, 69, 0.35);
}
@media (max-width: 768px) {
  .fixedIcon__btn:first-child {
    margin-bottom: 0;
    padding-right: 32px;
  }
  .fixedIcon__btn:first-child .section-cardholders__link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .fixedIcon__btn:first-child::after {
    display: block;
    content: "";
    width: 1px;
    height: 28px;
    background: #4e497c;
    position: absolute;
    right: 0;
  }
}
.fixedIcon__btn:last-child .section-cardholders__link {
  border: 1px solid #fff;
  background: var(--btn, linear-gradient(90deg, #4e497c 0%, #6a649f 100%));
  -webkit-box-shadow: 0 3px 7px 0 rgba(206, 147, 69, 0.35);
          box-shadow: 0 3px 7px 0 rgba(206, 147, 69, 0.35);
  color: #FFF;
}
@media (max-width: 768px) {
  .fixedIcon__btn:last-child {
    padding-left: 32px;
  }
  .fixedIcon__btn:last-child .section-cardholders__link {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #4e497c;
    border: none;
  }
}
.fixedIcon__btn img {
  width: 100%;
  margin-bottom: 4px;
  max-width: 140px;
}
@media (max-width: 768px) {
  .fixedIcon__btn img {
    display: none;
  }
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../font/MaterialIcons-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: local("MaterialIconsOutlined-Regular"), url(../font//gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2"), url(../font//MaterialIcons-Outlined.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  overflow: hidden;
  max-width: 1em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.material-icons:before {
  content: attr(data-icon);
  vertical-align: bottom;
}
.material-icons + .icon-text {
  margin-left: 4px;
}

.c-icon {
  position: absolute;
}

@media (max-width: 1279px) {
  .an-pcuse {
    display: none !important;
  }
}

@-webkit-keyframes kv-balloon-rise {
  0% {
    opacity: 0;
    translate: 0 110vh;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes kv-balloon-rise {
  0% {
    opacity: 0;
    translate: 0 110vh;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes kv-balloon-drift {
  0%, 100% {
    -webkit-transform: rotate(var(--kv-balloon-rotate)) translate3d(0, 0, 0);
            transform: rotate(var(--kv-balloon-rotate)) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: rotate(var(--kv-balloon-rotate)) translate3d(var(--kv-balloon-drift-x), var(--kv-balloon-drift-y), 0);
            transform: rotate(var(--kv-balloon-rotate)) translate3d(var(--kv-balloon-drift-x), var(--kv-balloon-drift-y), 0);
  }
}
@keyframes kv-balloon-drift {
  0%, 100% {
    -webkit-transform: rotate(var(--kv-balloon-rotate)) translate3d(0, 0, 0);
            transform: rotate(var(--kv-balloon-rotate)) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: rotate(var(--kv-balloon-rotate)) translate3d(var(--kv-balloon-drift-x), var(--kv-balloon-drift-y), 0);
            transform: rotate(var(--kv-balloon-rotate)) translate3d(var(--kv-balloon-drift-x), var(--kv-balloon-drift-y), 0);
  }
}
@-webkit-keyframes kv-content-rise {
  0% {
    opacity: 0;
    translate: 0 30px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes kv-content-rise {
  0% {
    opacity: 0;
    translate: 0 30px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes kv-text-shine {
  0% {
    background-position: -120% 0, 0 0;
  }
  35% {
    background-position: 220% 0, 0 0;
  }
  35.01%, 100% {
    background-position: -120% 0, 0 0;
  }
}
@keyframes kv-text-shine {
  0% {
    background-position: -120% 0, 0 0;
  }
  35% {
    background-position: 220% 0, 0 0;
  }
  35.01%, 100% {
    background-position: -120% 0, 0 0;
  }
}
@-webkit-keyframes cardholders-text-shine {
  0% {
    background-position: -120% 0, 0 0;
  }
  35% {
    background-position: 220% 0, 0 0;
  }
  35.01%, 100% {
    background-position: -120% 0, 0 0;
  }
}
@keyframes cardholders-text-shine {
  0% {
    background-position: -120% 0, 0 0;
  }
  35% {
    background-position: 220% 0, 0 0;
  }
  35.01%, 100% {
    background-position: -120% 0, 0 0;
  }
}
@-webkit-keyframes kv-cake-wobble {
  0%, 20%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  3% {
    -webkit-transform: translateX(-7px) rotate(-1.8deg);
            transform: translateX(-7px) rotate(-1.8deg);
  }
  7% {
    -webkit-transform: translateX(6px) rotate(1.5deg);
            transform: translateX(6px) rotate(1.5deg);
  }
  11% {
    -webkit-transform: translateX(-4px) rotate(-0.9deg);
            transform: translateX(-4px) rotate(-0.9deg);
  }
  15% {
    -webkit-transform: translateX(3px) rotate(0.6deg);
            transform: translateX(3px) rotate(0.6deg);
  }
}
@keyframes kv-cake-wobble {
  0%, 20%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  3% {
    -webkit-transform: translateX(-7px) rotate(-1.8deg);
            transform: translateX(-7px) rotate(-1.8deg);
  }
  7% {
    -webkit-transform: translateX(6px) rotate(1.5deg);
            transform: translateX(6px) rotate(1.5deg);
  }
  11% {
    -webkit-transform: translateX(-4px) rotate(-0.9deg);
            transform: translateX(-4px) rotate(-0.9deg);
  }
  15% {
    -webkit-transform: translateX(3px) rotate(0.6deg);
            transform: translateX(3px) rotate(0.6deg);
  }
}
@-webkit-keyframes kv-ribbon-fall {
  0% {
    top: -79px;
    opacity: 0;
    translate: 0 0;
    rotate: 0turn;
  }
  7% {
    opacity: var(--kv-ribbon-opacity);
  }
  25%, 75% {
    translate: var(--kv-ribbon-sway) 0;
  }
  50% {
    translate: 0 0;
  }
  92% {
    opacity: var(--kv-ribbon-opacity);
  }
  100% {
    top: 100%;
    opacity: 0;
    translate: 0 0;
    rotate: var(--kv-ribbon-spin);
  }
}
@keyframes kv-ribbon-fall {
  0% {
    top: -79px;
    opacity: 0;
    translate: 0 0;
    rotate: 0turn;
  }
  7% {
    opacity: var(--kv-ribbon-opacity);
  }
  25%, 75% {
    translate: var(--kv-ribbon-sway) 0;
  }
  50% {
    translate: 0 0;
  }
  92% {
    opacity: var(--kv-ribbon-opacity);
  }
  100% {
    top: 100%;
    opacity: 0;
    translate: 0 0;
    rotate: var(--kv-ribbon-spin);
  }
}
.toggle__trigger {
  position: relative;
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  cursor: pointer;
}
.toggle__trigger-icon {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.toggle__content {
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: max-height 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.toggle__content[data-toggle-line] {
  max-height: none;
}
.toggle--visible.toggle--active .toggle__content {
  -webkit-animation: fadeIn 0.35s 0.1s backwards;
          animation: fadeIn 0.35s 0.1s backwards;
  overflow: visible;
}

.faq-toggle {
  color: #fff;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.64px;
  border-bottom: 1px solid rgba(187, 217, 246, 0.2);
}
@media (max-width: 360px) {
  .faq-toggle {
    font-size: 0.8125em;
  }
}
.faq-toggle.toggle--active {
  background-color: #fff;
  color: #333333;
}
@media (min-width: 1279px) {
  .faq-toggle.toggle--active:focus, .faq-toggle.toggle--active:hover, .faq-toggle.toggle--active:active {
    opacity: 1;
  }
}
.faq-toggle__task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 29px;
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.04px;
  color: #fff;
  border-radius: 100px;
  background: #D8AE60;
}
@media (max-width: 360px) {
  .faq-toggle__task {
    font-size: 0.6875em;
    width: 49px;
    height: 25px;
  }
}
.faq-toggle__desc {
  width: calc(100% - 153px);
}
@media (max-width: 598px) {
  .faq-toggle__desc b {
    display: block;
  }
}
.faq-toggle__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 0;
}
.toggle--active .faq-toggle__trigger {
  color: #42210b;
}
.faq-toggle__trigger:hover {
  opacity: 1;
}
.faq-toggle__trigger-icon {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 360px) {
  .faq-toggle__trigger-icon {
    border-radius: 8px;
  }
}
.faq-toggle__trigger-icon::before {
  -webkit-transition: all 450ms;
  transition: all 450ms;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 30.311px;
  height: 16.25px;
  content: "";
  display: block;
  background-image: url(../images/arrw_icon.svg);
  background-repeat: no-repeat;
}
@media (max-width: 360px) {
  .faq-toggle__trigger-icon::before {
    width: 10px;
    height: 10px;
  }
}
.faq-toggle__title {
  width: calc(100% - 100px);
  padding-right: 16px;
}
@media (max-width: 768px) {
  .faq-toggle__title {
    padding-right: 12px;
  }
}
@media (max-width: 598px) {
  .faq-toggle__title {
    width: calc(100% - 80px);
  }
}
.faq-toggle .faq-content {
  width: calc(100% - 78px);
}
@media (max-width: 768px) {
  .faq-toggle .faq-content {
    width: calc(100% - 60px);
  }
}
.faq-toggle .toggle__box {
  display: none;
  font-size: 1em;
  padding: 12px 0 20px 0;
  border-radius: 0px 0px 20px 20px;
}
.faq-toggle__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: break-word;
  line-height: 1.5;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.64px;
}
.toggle--active .faq-toggle__content {
  padding-bottom: 24px;
  opacity: 1;
  -webkit-transition-delay: 0, 0.05s, 0;
          transition-delay: 0, 0.05s, 0;
  -webkit-transition-duration: 0.3s, 0.25s, 0.3s;
          transition-duration: 0.3s, 0.25s, 0.3s;
}
@media (max-width: 1279px) {
  .toggle--active .faq-toggle__content {
    padding-bottom: 16px;
  }
}
.faq-toggle:last-child .is-active {
  border-bottom: none;
}
.faq-toggle.is-active .faq-toggle__trigger-icon::before {
  -webkit-transform: translate(-34%, -50%) rotate(0deg);
          transform: translate(-34%, -50%) rotate(0deg);
}
.faq-toggle.is-active .faq-toggle__trigger {
  border-bottom: 1px solid rgba(187, 217, 246, 0.2);
}

.in-title {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  line-height: 110%;
  letter-spacing: 1.92px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .in-title {
    font-size: 2em;
    line-height: 125%;
    letter-spacing: 3.84px;
    margin-bottom: 12px;
  }
}
@media (max-width: 320px) {
  .in-title {
    font-size: 1.75em;
    margin-bottom: 5px;
  }
}

.secondary-title {
  line-height: 140%;
  letter-spacing: 1.28px;
  font-size: 2em;
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.28px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .secondary-title {
    font-size: 1.375em;
  }
}

.section-kv {
  position: relative;
  width: 100%;
  height: 958px;
}
.section-kv__visual-canvas {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-kv__long-ribbons, .section-kv__balloons, .section-kv__short-ribbons {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-kv__long-ribbons {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-kv__balloons {
  z-index: 2;
}
.section-kv__short-ribbons {
  top: 0;
  left: 0;
  height: calc(100% + 20px);
  z-index: 4;
  overflow: visible;
  pointer-events: none;
}
.section-kv__long-ribbon, .section-kv__balloon, .section-kv__short-ribbon, .section-kv__cake, .section-kv__benefit-icon {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
}
.section-kv__long-ribbon > img {
  display: block;
  width: 100%;
}
.section-kv__long-ribbon--left {
  top: -9%;
  left: -0.4%;
  width: min(22vw, 405px);
}
.section-kv__long-ribbon--right {
  bottom: -31%;
  right: -0.4%;
  width: min(33.5vw, 643px);
}
.section-kv__balloon {
  --kv-balloon-rise-delay: 0.15s;
  --kv-balloon-rise-duration: 4s;
  --kv-balloon-drift-duration: 5.6s;
  --kv-balloon-drift-x: 8px;
  --kv-balloon-drift-y: 4px;
  --kv-balloon-rotate: 0deg;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(var(--kv-balloon-rotate));
          transform: rotate(var(--kv-balloon-rotate));
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: kv-balloon-rise var(--kv-balloon-rise-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--kv-balloon-rise-delay) both, kv-balloon-drift var(--kv-balloon-drift-duration) ease-in-out calc(var(--kv-balloon-rise-delay) + var(--kv-balloon-rise-duration)) infinite alternate;
          animation: kv-balloon-rise var(--kv-balloon-rise-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--kv-balloon-rise-delay) both, kv-balloon-drift var(--kv-balloon-drift-duration) ease-in-out calc(var(--kv-balloon-rise-delay) + var(--kv-balloon-rise-duration)) infinite alternate;
}
.section-kv__balloon--1 {
  --kv-balloon-rise-delay: 0.15s;
  --kv-balloon-rise-duration: 3.55s;
  --kv-balloon-drift-duration: 5.8s;
  --kv-balloon-drift-x: 7px;
  --kv-balloon-rotate: -8.074deg;
  top: -10%;
  left: -1%;
  width: min(10vw, 169.525px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.section-kv__balloon--2 {
  --kv-balloon-rise-delay: 0.24s;
  --kv-balloon-rise-duration: 3.7s;
  --kv-balloon-drift-duration: 6.4s;
  --kv-balloon-drift-x: -9px;
  top: 12%;
  left: 7.3%;
  width: min(8.3vw, 157px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.section-kv__balloon--3 {
  --kv-balloon-rise-delay: 0.32s;
  --kv-balloon-rise-duration: 3.58s;
  --kv-balloon-drift-duration: 5.1s;
  --kv-balloon-drift-x: 11px;
  top: -3%;
  left: 17.6%;
  width: min(8vw, 136px);
}
.section-kv__balloon--4 {
  --kv-balloon-rise-delay: 0.43s;
  --kv-balloon-rise-duration: 3.82s;
  --kv-balloon-drift-duration: 6.8s;
  --kv-balloon-drift-x: -7px;
  top: -2%;
  left: 31.6%;
  width: min(9vw, 160px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.section-kv__balloon--5 {
  --kv-balloon-rise-delay: 0.51s;
  --kv-balloon-rise-duration: 3.62s;
  --kv-balloon-drift-duration: 5.5s;
  --kv-balloon-drift-x: 9px;
  --kv-balloon-rotate: 8.687deg;
  top: 34%;
  left: 14%;
  width: min(9vw, 163px);
}
.section-kv__balloon--6 {
  --kv-balloon-rise-delay: 0.6s;
  --kv-balloon-rise-duration: 2.74s;
  --kv-balloon-drift-duration: 6.1s;
  --kv-balloon-drift-x: -12px;
  --kv-balloon-rotate: -13.699deg;
  top: 48%;
  left: 2%;
  width: min(7vw, 125px);
  z-index: 1;
}
.section-kv__balloon--7 {
  --kv-balloon-rise-delay: 0.7s;
  --kv-balloon-rise-duration: 3.88s;
  --kv-balloon-drift-duration: 7s;
  --kv-balloon-drift-x: 8px;
  --kv-balloon-rotate: -13.699deg;
  top: 66%;
  left: 21%;
  width: min(10vw, 169px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.section-kv__balloon--8 {
  --kv-balloon-rise-delay: 0.2s;
  --kv-balloon-rise-duration: 2s;
  --kv-balloon-drift-duration: 5.3s;
  --kv-balloon-drift-x: -8px;
  --kv-balloon-rotate: 7.685deg;
  top: -8%;
  right: 32%;
  width: min(10vw, 145.339px);
}
.section-kv__balloon--9 {
  --kv-balloon-rise-delay: 0.29s;
  --kv-balloon-rise-duration: 2.56s;
  --kv-balloon-drift-duration: 6.6s;
  --kv-balloon-drift-x: 10px;
  top: 4%;
  right: -3%;
  width: min(10vw, 170.257px);
}
.section-kv__balloon--10 {
  --kv-balloon-rise-delay: 0.41s;
  --kv-balloon-rise-duration: 2.78s;
  --kv-balloon-drift-duration: 5.9s;
  --kv-balloon-drift-x: -11px;
  top: -3%;
  right: 4%;
  width: min(7vw, 156.118px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.section-kv__balloon--11 {
  --kv-balloon-rise-delay: 0.55s;
  --kv-balloon-rise-duration: 2.66s;
  --kv-balloon-drift-duration: 6.9s;
  --kv-balloon-drift-x: 7px;
  top: 7%;
  right: 10%;
  width: min(6vw, 125.957px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.section-kv__balloon--12 {
  --kv-balloon-rise-delay: 0.78s;
  --kv-balloon-rise-duration: 1.84s;
  --kv-balloon-drift-duration: 6.2s;
  --kv-balloon-drift-x: -10px;
  top: 43%;
  right: 6%;
  width: min(10vw, 174.957px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.section-kv__back-text {
  position: absolute;
  z-index: 3;
  top: 5.5%;
  left: 50%;
  width: auto;
  color: #4b351b;
  opacity: 0;
  -webkit-transform: rotate(-6deg) translateX(-50%);
          transform: rotate(-6deg) translateX(-50%);
  -webkit-animation: kv-content-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s both;
          animation: kv-content-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s both;
}
.section-kv__title, .section-kv__benefits {
  margin: 0;
  padding: 0;
}
.section-kv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1;
}
.section-kv__anniversary {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  padding: 9px 6.17% 0 6.17%;
  color: #a97837;
  font-size: 44px;
  letter-spacing: 1px;
  -webkit-transform: skewX(-6deg);
          transform: skewX(-6deg);
}
.section-kv__anniversary::before, .section-kv__anniversary::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c58b42;
}
.section-kv__anniversary::before {
  top: 0;
}
.section-kv__anniversary::after {
  bottom: 0;
}
.section-kv__anniversary-number {
  font-family: "Tai Heritage Pro", serif;
  font-size: 58px;
}
.section-kv__title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 3.5%;
  white-space: nowrap;
  -webkit-transform: skewX(-6deg);
          transform: skewX(-6deg);
}
.section-kv__year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  font-family: "Tai Heritage Pro", serif;
  font-size: 131px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  background: linear-gradient(92deg, #a97837 12%, #dbb773 41%, #a97837 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-kv__shine {
  display: inline-block;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.92) 50%, transparent 70%) -120% 0/44% 100% no-repeat, linear-gradient(currentColor, currentColor) 0 0/100% 100% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-animation: kv-text-shine 4.4s linear 2.1s infinite both;
          animation: kv-text-shine 4.4s linear 2.1s infinite both;
}
.section-kv__year.section-kv__shine {
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.92) 50%, transparent 70%) -120% 0/44% 100% no-repeat, linear-gradient(92deg, #a97837 12%, #dbb773 41%, #a97837 85%) 0 0/100% 100% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
}
.section-kv__event-name {
  color: #1a2746;
  font-size: 102.512px;
  letter-spacing: 2px;
  position: relative;
  left: -13px;
  top: -9px;
}
.section-kv__subtitle {
  margin-top: 1.2%;
  font-size: 61px;
  letter-spacing: 9px;
  -webkit-transform: skewX(-6deg);
          transform: skewX(-6deg);
}
.section-kv__benefits {
  width: 58%;
  margin: 5% auto 0;
  list-style: none;
  -webkit-transform: skewX(-6deg);
          transform: skewX(-6deg);
  position: relative;
  left: -1%;
}
.section-kv__benefit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 104px;
  border-top: 1px solid #c58b42;
  font-size: 47px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3.27px;
  white-space: nowrap;
  padding-left: 20px;
}
.section-kv__benefit span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0%;
  top: 5px;
}
.section-kv__benefit:last-child {
  border-bottom: 1px solid #c58b42;
}
.section-kv__benefit-icon {
  top: 50%;
  left: -17%;
  width: 70px;
  -webkit-transform: translateY(-50%) skewX(6deg) rotate(6deg);
          transform: translateY(-50%) skewX(6deg) rotate(6deg);
}
.section-kv__benefit:last-child .section-kv__benefit-icon {
  left: -14%;
  width: 63px;
}
.section-kv__benefit-emphasis {
  color: #a97837;
  font-family: "Tai Heritage Pro", serif;
  font-size: 56.051px;
  font-weight: 700;
}
.section-kv__benefit-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a97837;
}
.section-kv__benefit-text .section-kv__benefit-emphasis {
  font-size: 46.709px;
}
.section-kv__cake-wrap {
  position: absolute;
  z-index: 3;
  top: 28%;
  right: 16.5%;
  width: 21%;
  max-width: 388px;
  opacity: 0;
  -webkit-animation: kv-content-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.4s both;
          animation: kv-content-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.4s both;
}
.section-kv__activity {
  width: 100%;
  position: absolute;
  top: 72%;
  left: 50%;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: none;
          animation: none;
}
.section-kv__activity-group {
  --kv-activity-group-delay: 1.3s;
  opacity: 0;
  -webkit-animation: kv-content-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--kv-activity-group-delay) both;
          animation: kv-content-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--kv-activity-group-delay) both;
}
.section-kv__activity-group:nth-child(2) {
  --kv-activity-group-delay: 1.5s;
}
.section-kv__activity-title {
  text-align: center;
  max-width: 135px;
  margin: auto;
  padding: 2.5px 16px;
  color: #a97837;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid var(--gold_title, #ce9345);
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}
.section-kv__activity-desc {
  text-align: center;
  color: #1a2746;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 23px;
}
.section-kv__cake {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transform-origin: 50% 92%;
          transform-origin: 50% 92%;
  -webkit-animation: kv-cake-wobble 3.8s ease-in-out 3.3s infinite both;
          animation: kv-cake-wobble 3.8s ease-in-out 3.3s infinite both;
}
.section-kv__limited {
  position: absolute;
  z-index: 1;
  top: -35px;
  right: 13px;
  width: 144px;
  height: 73px;
  margin: 0;
  background: url(../images/kv/icon_limited.svg) no-repeat;
  background-size: contain;
  color: #1a2746;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  opacity: 0;
  -webkit-animation: kv-content-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.6s both;
          animation: kv-content-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.6s both;
}
.section-kv__short-ribbon {
  --kv-ribbon-delay: 3.3s;
  --kv-ribbon-duration: 8s;
  --kv-ribbon-opacity: 0.9;
  --kv-ribbon-spin: 1.5turn;
  --kv-ribbon-sway: 34px;
  top: -79px;
  opacity: 0;
  -webkit-animation: kv-ribbon-fall var(--kv-ribbon-duration) linear var(--kv-ribbon-delay) infinite both;
          animation: kv-ribbon-fall var(--kv-ribbon-duration) linear var(--kv-ribbon-delay) infinite both;
}
.section-kv__short-ribbon--1 {
  left: 4%;
  width: 30px;
  --kv-ribbon-delay: 2.3s;
  --kv-ribbon-duration: 7.2s;
  --kv-ribbon-spin: 1.25turn;
  --kv-ribbon-sway: 28px;
}
.section-kv__short-ribbon--2 {
  left: 14%;
  width: 42px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  --kv-ribbon-delay: 3.5s;
  --kv-ribbon-duration: 4.6s;
  --kv-ribbon-opacity: 0.72;
  --kv-ribbon-spin: -1.7turn;
  --kv-ribbon-sway: -42px;
}
.section-kv__short-ribbon--3 {
  left: 25%;
  width: 55px;
  --kv-ribbon-delay: 3.1s;
  --kv-ribbon-duration: 7.8s;
  --kv-ribbon-spin: 2turn;
  --kv-ribbon-sway: 46px;
}
.section-kv__short-ribbon--4 {
  left: 36%;
  width: 79px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  --kv-ribbon-delay: 4.2s;
  --kv-ribbon-duration: 9.8s;
  --kv-ribbon-opacity: 0.58;
  --kv-ribbon-spin: -1.2turn;
  --kv-ribbon-sway: -52px;
}
.section-kv__short-ribbon--5 {
  left: 47%;
  width: 36px;
  --kv-ribbon-delay: 3s;
  --kv-ribbon-duration: 8.1s;
  --kv-ribbon-spin: 2.25turn;
  --kv-ribbon-sway: 36px;
}
.section-kv__short-ribbon--6 {
  left: 58%;
  width: 68px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  --kv-ribbon-delay: 3.4s;
  --kv-ribbon-duration: 9.2s;
  --kv-ribbon-opacity: 0.64;
  --kv-ribbon-spin: -1.8turn;
  --kv-ribbon-sway: -48px;
}
.section-kv__short-ribbon--7 {
  left: 68%;
  width: 47px;
  --kv-ribbon-delay: 1.7s;
  --kv-ribbon-duration: 7.6s;
  --kv-ribbon-spin: 1.6turn;
  --kv-ribbon-sway: 40px;
}
.section-kv__short-ribbon--8 {
  left: 77%;
  width: 61px;
  --kv-ribbon-delay: 4.7s;
  --kv-ribbon-duration: 9.5s;
  --kv-ribbon-opacity: 0.82;
  --kv-ribbon-spin: -2.1turn;
  --kv-ribbon-sway: -45px;
}
.section-kv__short-ribbon--9 {
  left: 86%;
  width: 33px;
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
  --kv-ribbon-delay: 3.8s;
  --kv-ribbon-duration: 8.8s;
  --kv-ribbon-opacity: 0.68;
  --kv-ribbon-spin: 1.4turn;
  --kv-ribbon-sway: 30px;
}
.section-kv__short-ribbon--10 {
  left: 94%;
  width: 73px;
  --kv-ribbon-delay: 1.9s;
  --kv-ribbon-duration: 9.9s;
  --kv-ribbon-spin: -1.55turn;
  --kv-ribbon-sway: -38px;
}
@media (max-width: 1919px) {
  .section-kv {
    height: 49.895833vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__anniversary {
    gap: 0.208333vw;
    padding-top: 0.46875vw;
    font-size: 2.291667vw;
    letter-spacing: 0.052083vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__anniversary-number {
    font-size: 3.020833vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__year {
    font-size: 6.822917vw;
    letter-spacing: 0.104167vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__event-name {
    top: -0.46875vw;
    left: -0.677083vw;
    font-size: 5.339167vw;
    letter-spacing: 0.104167vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__subtitle {
    font-size: 3.177083vw;
    letter-spacing: 0.46875vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__benefit {
    min-height: 5.416667vw;
    padding-left: 1.041667vw;
    font-size: 2.447917vw;
    letter-spacing: 0.170313vw;
  }
  .section-kv__benefit span {
    top: 0.260417vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__benefit-icon {
    width: 3.645833vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__benefit:last-child .section-kv__benefit-icon {
    width: 3.28125vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__benefit-emphasis {
    font-size: 2.919323vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__benefit-text .section-kv__benefit-emphasis {
    font-size: 2.43276vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__limited {
    top: -1.822917vw;
    right: 0.677083vw;
    width: 7.5vw;
    height: 3.802083vw;
    font-size: 1.25vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__activity-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    padding: 0.130208vw 0.833333vw;
    margin-bottom: 0.520833vw;
    font-size: 1.041667vw;
    white-space: nowrap;
  }
}
@media (max-width: 1919px) and (max-width: 1420px) {
  .section-kv__activity-title {
    font-size: 1.2vw;
  }
}
@media (max-width: 1919px) {
  .section-kv__activity-desc {
    margin-bottom: 1.197917vw;
    font-size: 1.041667vw;
    line-height: 1.666667vw;
  }
}
@media (max-width: 1919px) and (max-width: 1420px) {
  .section-kv__activity-desc {
    font-size: 1.3vw;
    line-height: 2vw;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv {
    height: 63.895833vw;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__anniversary {
    font-size: clamp(20px, 2.291667vw, 23px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__anniversary-number {
    font-size: clamp(27px, 3.020833vw, 30px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__year {
    font-size: clamp(60px, 6.822917vw, 68px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__event-name {
    font-size: clamp(46px, 5.339167vw, 53px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__subtitle {
    font-size: clamp(28px, 3.177083vw, 32px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__benefit {
    font-size: clamp(21px, 2.447917vw, 24px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__benefit-emphasis {
    font-size: clamp(25px, 2.919323vw, 29px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__benefit-text .section-kv__benefit-emphasis {
    font-size: clamp(21px, 2.43276vw, 24px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__activity {
    top: 60%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__cake-wrap {
    top: 24%;
    right: 13.5%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__limited {
    top: -10%;
    right: 1%;
    width: clamp(96px, 7.5vw, 144px);
    height: clamp(49px, 3.802083vw, 73px);
    font-size: clamp(14px, 1.25vw, 24px);
    line-height: clamp(40px, 3.125vw, 60px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__activity-title {
    padding: clamp(2px, 0.130208vw, 2.5px) clamp(12px, 0.833333vw, 16px);
    margin-bottom: clamp(8px, 0.520833vw, 10px);
    border-radius: clamp(40px, 2.604167vw, 50px);
    font-size: clamp(16px, 1.041667vw, 20px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__activity-desc {
    margin-bottom: clamp(18px, 1.197917vw, 23px);
    font-size: clamp(16px, 1.041667vw, 20px);
    line-height: clamp(26px, 1.666667vw, 32px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__long-ribbon--left {
    width: min(11vw, 405px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-kv__long-ribbon--right {
    bottom: -31%;
    right: -0.4%;
    width: min(26.5vw, 643px);
  }
}
@media (max-width: 768px) {
  .section-kv {
    background: -webkit-gradient(linear, left top, left bottom, from(#fffdf6), color-stop(13.58%, #fff7da));
    background: linear-gradient(180deg, #fffdf6 0%, #fff7da 13.58%);
    height: auto;
    min-height: 0;
    padding: 8.205128vw 0 10.25641vw;
  }
}
@media (max-width: 768px) {
  .section-kv__visual-canvas {
    position: static;
    width: auto;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  .section-kv__long-ribbons {
    inset: 0;
    height: 100%;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .section-kv__long-ribbon--left {
    top: initial;
    bottom: 12%;
    left: 0;
    width: 16vw;
  }
}
@media (max-width: 768px) and (max-width: 598px) {
  .section-kv__long-ribbon--left {
    bottom: 27%;
  }
}
@media (max-width: 768px) {
  .section-kv__long-ribbon--right {
    right: 0;
    bottom: 37%;
    width: 38.435897vw;
  }
}
@media (max-width: 768px) and (max-width: 598px) {
  .section-kv__long-ribbon--right {
    bottom: 42%;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .section-kv__long-ribbon--right {
    bottom: 44%;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .section-kv__long-ribbon--right {
    bottom: 48%;
  }
}
@media (max-width: 768px) {
  .section-kv__back-text, .section-kv__cake-wrap, .section-kv__activity {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .section-kv__back-text {
    z-index: 3;
    width: min(88.717949vw, 560px);
    margin: 0 auto;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
@media (max-width: 768px) {
  .section-kv__anniversary {
    gap: 0.512821vw;
    padding: 1.025641vw 6.17% 0;
    font-size: clamp(22.57px, 5.128205vw, 39px);
    letter-spacing: clamp(0.4px, 0.25641vw, 2px);
  }
}
@media (max-width: 768px) {
  .section-kv__anniversary-number {
    font-size: clamp(29.76px, 6.666667vw, 51px);
  }
}
@media (max-width: 768px) {
  .section-kv__title-main {
    margin-top: 3.5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .section-kv__year {
    font-size: clamp(56.54px, 12vw, 98px);
    letter-spacing: clamp(1px, 0.512821vw, 4px);
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .section-kv__year {
    font-size: 12vw;
    letter-spacing: normal;
  }
}
@media (max-width: 768px) {
  .section-kv__event-name {
    top: 0;
    left: clamp(1px, -1.666667vw, -6.5px);
    font-size: clamp(44.14px, 9vw, 74px);
    letter-spacing: clamp(1px, 0.512821vw, 4px);
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .section-kv__event-name {
    font-size: 9vw;
    left: -3vw;
    top: 0vw;
  }
}
@media (max-width: 768px) {
  .section-kv__subtitle {
    font-size: clamp(26.13px, 6.153846vw, 47px);
    letter-spacing: 3.919px;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .section-kv__subtitle {
    font-size: 6vw;
  }
}
@media (max-width: 768px) {
  .section-kv__benefits {
    width: 67%;
    margin-top: 5.5%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .section-kv__benefit {
    min-height: clamp(48px, 13.076923vw, 100px);
    padding-left: 0;
    font-size: clamp(21.898px, 5.128205vw, 39px);
    letter-spacing: clamp(1.2px, 0.838462vw, 6.4px);
  }
  .section-kv__benefit span {
    top: clamp(2px, 1.282051vw, 5px);
  }
}
@media (max-width: 768px) {
  .section-kv__benefit-icon {
    width: clamp(27px, 6.25641vw, 78px);
  }
}
@media (max-width: 768px) {
  .section-kv__benefit:last-child .section-kv__benefit-icon {
    width: clamp(26px, 6.230769vw, 70px);
  }
}
@media (max-width: 768px) {
  .section-kv__benefit-emphasis {
    font-size: clamp(26.277px, 7.179487vw, 55px);
  }
}
@media (max-width: 768px) {
  .section-kv__benefit-text .section-kv__benefit-emphasis {
    font-size: clamp(21px, 5.987179vw, 46px);
  }
}
@media (max-width: 768px) {
  .section-kv__cake-wrap {
    z-index: 3;
    width: min(46.67vw, 384px);
    margin: 9.230769vw auto 0;
  }
}
@media (max-width: 768px) {
  .section-kv__limited {
    width: clamp(94px, 36.923077vw, 84px);
    height: clamp(48px, 18.717949vw, 42.84px);
    font-size: clamp(16px, 6.153846vw, 14px);
    line-height: clamp(40px, 15.384615vw, 35px);
  }
}
@media (max-width: 768px) and (max-width: 598px) {
  .section-kv__limited {
    top: -6vw;
    right: -2.322917vw;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .section-kv__limited {
    top: -6vw;
    right: -4.322917vw;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .section-kv__limited {
    font-size: 14px;
    width: 25vw;
    height: 12vw;
    line-height: 10vw;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .section-kv__limited {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .section-kv__activity {
    z-index: 3;
    width: min(82.74359vw, 620px);
    margin: 7.692308vw auto 0;
    -webkit-transform: none;
            transform: none;
  }
  .section-kv__activity-title {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2.564103vw;
    padding: 0.641026vw 4.102564vw;
    font-size: clamp(16px, 5.128205vw, 20px);
  }
  .section-kv__activity-desc {
    margin-bottom: 5.897436vw;
    font-size: clamp(20px, 4.102564vw, 20px);
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .section-kv__benefit-icon {
    left: -20%;
  }
}
@media (max-width: 768px) {
  .section-kv__benefit:last-child .section-kv__benefit-icon {
    left: -18%;
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--1 {
    top: -5%;
    width: min(11.751vw, 169.525px);
    -webkit-filter: blur(1.6356049776px);
            filter: blur(1.6356049776px);
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--2 {
    top: -1%;
    left: 10%;
    width: min(11.751vw, 169.525px);
    -webkit-filter: blur(1.6356049776px);
            filter: blur(1.6356049776px);
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--3, .section-kv__balloon--7, .section-kv__balloon--11 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--4 {
    width: min(10.751vw, 169.525px);
    top: 12.5%;
    left: -2%;
    -webkit-filter: blur(1.6356049776px);
            filter: blur(1.6356049776px);
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--5 {
    width: min(14.5vw, 169.525px);
    top: 30.5%;
    left: 2%;
    -webkit-filter: blur(1.9085719585px);
            filter: blur(1.9085719585px);
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--6 {
    width: min(10.72901vw, 169.525px);
    top: 34.5%;
    left: 12%;
    --kv-balloon-rotate: 0deg;
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--8 {
    top: -4%;
    right: 18%;
    --kv-balloon-rotate: 0deg;
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--9 {
    top: -5.3%;
    right: 6%;
    width: min(13.4vw, 170.257px);
    -webkit-filter: blur(1.6356049776px);
            filter: blur(1.6356049776px);
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--10 {
    top: 7.3%;
    right: -4%;
    width: min(13.4vw, 170.257px);
    -webkit-filter: blur(0);
            filter: blur(0);
    --kv-balloon-rotate: 7.685deg;
  }
}
@media (max-width: 768px) {
  .section-kv__balloon--12 {
    top: 38%;
    right: -4%;
    width: min(15.4vw, 170.257px);
    -webkit-filter: blur(1.6356049776px);
            filter: blur(1.6356049776px);
    --kv-balloon-rotate: 12.277deg;
  }
}
@media (max-width: 768px) {
  .section-kv__short-ribbon--7, .section-kv__short-ribbon--8, .section-kv__short-ribbon--9, .section-kv__short-ribbon--10 {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-kv__short-ribbon--1, .section-kv__short-ribbon--7 {
    width: 4vw;
  }
}
@media (max-width: 768px) {
  .section-kv__short-ribbon--2, .section-kv__short-ribbon--8 {
    width: 5vw;
  }
}
@media (max-width: 768px) {
  .section-kv__short-ribbon--3, .section-kv__short-ribbon--9 {
    width: 7vw;
  }
}
@media (max-width: 768px) {
  .section-kv__short-ribbon--4 {
    width: 3.5vw;
  }
}
@media (max-width: 768px) {
  .section-kv__short-ribbon--5, .section-kv__short-ribbon--10 {
    width: 5.5vw;
  }
}
@media (max-width: 768px) {
  .section-kv__short-ribbon--6 {
    width: 7.5vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-kv__balloon, .section-kv__back-text, .section-kv__cake-wrap, .section-kv__activity, .section-kv__activity-group, .section-kv__limited, .section-kv__shine, .section-kv__cake, .section-kv__short-ribbon {
    -webkit-animation: none;
            animation: none;
  }
  .section-kv__balloon, .section-kv__back-text, .section-kv__cake-wrap, .section-kv__activity, .section-kv__activity-group, .section-kv__limited {
    opacity: 1;
    translate: none;
  }
  .section-kv__short-ribbons {
    display: none;
  }
}

.section-cardholders {
  position: relative;
}
@media (max-width: 991px) {
  .section-cardholders {
    padding: 0;
  }
}
.section-cardholders__stage {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 61px 48px;
  overflow: hidden;
  color: #fff;
  border-radius: 20px;
  background: var(--bg_blue, linear-gradient(180deg, #69649F 0%, #494672 100%));
  -webkit-box-shadow: 0 0 20px 0 rgba(206, 147, 69, 0.35);
          box-shadow: 0 0 20px 0 rgba(206, 147, 69, 0.35);
}
@media (max-width: 768px) {
  .section-cardholders__stage {
    padding: 30px 10px 40px 10px;
  }
}
.section-cardholders__header, .section-cardholders__task-header {
  text-align: center;
}
.section-cardholders__main-title {
  margin: 0 0 4px;
  color: transparent;
  background: var(--btn_words, linear-gradient(272deg, #FFE4BA 12.13%, #FFF3E0 40.89%, #FFE4BA 85.47%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Manrope;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-filter: drop-shadow(0 3px 7px #1a2746);
          filter: drop-shadow(0 3px 7px #1a2746);
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .section-cardholders__main-title {
    font-size: 2.5em;
    line-height: normal;
  }
}
@media (max-width: 360px) {
  .section-cardholders__main-title {
    font-size: 1.875em;
  }
}
.section-cardholders__main-title--shine {
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.92) 50%, transparent 70%) -120% 0/44% 100% no-repeat, var(--btn_words, linear-gradient(272deg, #FFE4BA 12.13%, #FFF3E0 40.89%, #FFE4BA 85.47%)) 0 0/100% 100% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
}
.section-cardholders__main-title--shine.is-active {
  -webkit-animation: cardholders-text-shine 10s linear infinite both;
          animation: cardholders-text-shine 10s linear infinite both;
}
.section-cardholders__main-number {
  font-family: "Manrope", sans-serif;
  font-size: 1.1em;
}
.section-cardholders__task-mark {
  min-height: 92px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 0 28px;
  color: #fff;
  line-height: 1;
}
.section-cardholders__task-mark::before, .section-cardholders__task-mark::after {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  font-weight: 300;
  top: -4px;
}
.section-cardholders__task-mark::before {
  -webkit-transform: rotate(202deg);
          transform: rotate(202deg);
  left: -8px;
  content: "＼";
}
.section-cardholders__task-mark::after {
  right: -8px;
  content: "＼";
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
@media (max-width: 991px) {
  .section-cardholders__task-mark {
    min-height: 62px;
    margin-bottom: 25px;
  }
  .section-cardholders__task-mark::before, .section-cardholders__task-mark::after {
    font-size: 20px;
  }
}
.section-cardholders__task-label {
  font-size: 1.875em;
  font-weight: 700;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.section-cardholders__task-number {
  position: relative;
  top: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 4.8125em;
  font-weight: 700;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.section-cardholders__reward-title, .section-cardholders__task-title {
  margin: -10px 0 8px;
  color: #fff;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 991px) {
  .section-cardholders__reward-title, .section-cardholders__task-title {
    margin: 0;
  }
  .section-cardholders__reward-title .section-cardholders__reward-usemb, .section-cardholders__task-title .section-cardholders__reward-usemb {
    display: block;
  }
}
@media (max-width: 360px) {
  .section-cardholders__reward-title, .section-cardholders__task-title {
    font-size: 1.6875em;
  }
}
.section-cardholders__reward-highlight, .section-cardholders__task-title strong {
  color: #FEE47C;
}
@media (max-width: 991px) {
  .section-cardholders__reward-highlight, .section-cardholders__task-title strong {
    display: block;
  }
}
.section-cardholders__reward-highlight {
  margin: 0 2px;
  font-family: "Tai Heritage Pro", serif;
  letter-spacing: 2.25px;
  display: inline-block;
}
.section-cardholders__reward-number {
  font-size: 1.5em;
}
@media (max-width: 360px) {
  .section-cardholders__reward-number {
    font-size: 1.2em;
  }
}
.section-cardholders__period {
  margin: 0;
  color: #fdf4e8;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 991px) {
  .section-cardholders__period {
    font-size: 1.125em;
    line-height: normal;
    letter-spacing: 0.9px;
  }
}
@media (max-width: 360px) {
  .section-cardholders__period {
    font-size: 1em;
    letter-spacing: normal;
  }
}
.section-cardholders__panel {
  color: #1a2746;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(75, 53, 27, 0.5);
          box-shadow: 0 3px 10px rgba(75, 53, 27, 0.5);
}
.section-cardholders__panel--primary {
  position: relative;
  margin-top: 26px;
  padding: 30px 30px 42px 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-cardholders__panel--primary {
    margin-top: 24px;
    padding: 20px 19px 30.194px 19px;
  }
}
.section-cardholders__panel--secondary {
  min-height: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
  padding: 30px;
}
@media (max-width: 991px) {
  .section-cardholders__panel--secondary {
    min-height: initial;
    margin-top: 32px;
    padding: 20px 19px 30.194px 19px;
  }
}
.section-cardholders__offers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .section-cardholders__offers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section-cardholders__offer {
  min-width: 0;
  position: relative;
  padding-left: 40px;
}
.section-cardholders__offer:first-child {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .section-cardholders__offer:first-child {
    padding-right: 0;
  }
}
.section-cardholders__offer:first-child .section-cardholders__channel-note {
  margin-top: -16px;
}
@media (max-width: 991px) {
  .section-cardholders__offer:first-child .section-cardholders__channel-note {
    margin-top: 24px;
  }
}
.section-cardholders__offer:first-child::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 87%;
  background: #e3d8c8;
}
@media (max-width: 991px) {
  .section-cardholders__offer:first-child::after {
    margin: 24px 0;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 991px) {
  .section-cardholders__offer {
    padding-left: 0;
  }
  .section-cardholders__offer:first-child {
    padding: 0;
  }
}
.section-cardholders__offer-header {
  width: 100%;
  margin: 0 auto 24px;
  position: relative;
  text-align: center;
}
.section-cardholders__offer-title, .section-cardholders__small-title {
  margin: 0;
  color: #1a2746;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 991px) {
  .section-cardholders__offer-title, .section-cardholders__small-title {
    font-size: 1.5625em;
  }
}
.section-cardholders__offer-title::after {
  content: "";
  display: block;
  background: #69649F;
  width: 60%;
  max-width: 232px;
  height: 1px;
  margin: 21px auto;
}
@media (max-width: 991px) {
  .section-cardholders__offer-title::after {
    margin: 10px auto;
  }
}
.section-cardholders__offer-subtitle {
  margin: 0;
  color: #1a2746;
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.section-cardholders__offer-subtitle strong {
  color: #a97837;
}
@media (max-width: 991px) {
  .section-cardholders__offer-subtitle {
    white-space: normal;
  }
  .section-cardholders__offer-subtitle strong {
    display: block;
  }
}
.section-cardholders__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.section-cardholders__info + .section-cardholders__info {
  margin-top: 16px;
}
.section-cardholders__info--compact {
  margin-top: 24px;
}
@media (max-width: 360px) {
  .section-cardholders__info {
    gap: 12px;
  }
}
.section-cardholders__info-label {
  width: 75px;
  height: 75px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #d8ae60;
  font-size: 1.25em;
  line-height: 1.1;
}
@media (max-width: 360px) {
  .section-cardholders__info-label {
    width: 55px;
    height: 55px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
    font-size: 1em;
  }
}
.section-cardholders__info-copy, .section-cardholders__steps {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #1a2746;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
  min-height: 160px;
}
@media (max-width: 991px) {
  .section-cardholders__info-copy, .section-cardholders__steps {
    min-height: auto;
  }
}
@media (max-width: 360px) {
  .section-cardholders__info-copy, .section-cardholders__steps {
    font-size: 1em;
  }
}
.section-cardholders__info-copy strong, .section-cardholders__steps strong {
  color: #ff6482;
  font-weight: 700;
}
.section-cardholders__info-currency {
  font-family: "Tai Heritage Pro", serif;
}
.section-cardholders__channel-note {
  margin: 24px 0 0;
  padding: 10px 24px;
  color: #1a2746;
  border-radius: 20px;
  background: #fdf4e8;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media (max-width: 360px) {
  .section-cardholders__channel-note {
    font-size: 0.875em;
  }
}
.section-cardholders__character {
  width: 31%;
  max-width: 320px;
  height: auto;
  position: absolute;
  right: 4%;
  bottom: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .section-cardholders__character {
    display: none;
  }
}
.section-cardholders__button {
  width: 214px;
  min-height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  padding: 14px 32px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(13.07%, #ff6482), color-stop(41.72%, #ffa1b3), color-stop(72.32%, #ff6482));
  background: linear-gradient(90deg, #ff6482 13.07%, #ffa1b3 41.72%, #ff6482 72.32%);
  background-size: 200% auto;
  background-position: left center;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
  -webkit-box-shadow: inset 0 3px 4px #ffc7d1, inset 0 -3px 4px #ff6482, 0 3px 3.5px rgba(206, 147, 69, 0.35);
          box-shadow: inset 0 3px 4px #ffc7d1, inset 0 -3px 4px #ff6482, 0 3px 3.5px rgba(206, 147, 69, 0.35);
  font-family: inherit;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  text-shadow: 0 1px 7px #ff2650;
  cursor: pointer;
}
.section-cardholders__button:focus-visible {
  outline: 3px solid #FEE47C;
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .section-cardholders__button:hover {
    background-position: right center;
  }
}
@media (max-width: 991px) {
  .section-cardholders__button {
    text-align: center;
    margin-top: 24px !important;
  }
}
.section-cardholders__reminder {
  margin: 32px 30px 0;
  color: #fdf4e8;
}
@media (max-width: 991px) {
  .section-cardholders__reminder {
    margin: 30px 0 0;
    padding: 0 19px;
  }
}
.section-cardholders__reminder-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 16px;
  border: 1px solid #ffe4ba;
  border-radius: 50px;
  font-size: 1.25em;
  line-height: 1.45;
}
@media (max-width: 360px) {
  .section-cardholders__reminder-label {
    font-size: 1em;
  }
}
.section-cardholders__reminder-copy {
  margin-top: 8px;
  font-size: 1em;
  line-height: 2;
}
@media (max-width: 360px) {
  .section-cardholders__reminder-copy {
    font-size: 0.875em;
  }
}
.section-cardholders__reminder-copy p {
  margin: 0;
}
.section-cardholders__reminder-copy strong {
  font-weight: 700;
}
.section-cardholders__secondary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .section-cardholders__secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section-cardholders__task-title {
  margin-top: -6px;
}
@media (max-width: 991px) {
  .section-cardholders__task-title-use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .section-cardholders__task-title-use .c-family-tai {
    font-size: 45px;
  }
}
.section-cardholders__small-title {
  font-size: 2.25em;
}
.section-cardholders__steps {
  padding: 0;
  list-style: none;
}
.section-cardholders__steps li .steps-num {
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1a2746;
  border-radius: 99em;
  margin-right: 4px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: normal;
}
.section-cardholders__steps li + li {
  margin-top: 6px;
}
.section-cardholders__panel--secondary .section-cardholders__button {
  margin-top: auto;
}
.section-cardholders__link {
  width: 122px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background-size: 200% auto;
  background-position: left center;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.36px;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
.section-cardholders__link:hover {
  background-position: right center;
}
.section-cardholders .c-icon__balloon--wl {
  width: min(9vw, 170px);
  top: 27.5%;
  left: 2%;
}
@media (max-width: 1500px) {
  .section-cardholders .c-icon__balloon--wl {
    width: 7vw;
    left: -2%;
  }
}
@media (max-width: 1330px) {
  .section-cardholders .c-icon__balloon--wl {
    left: -1%;
  }
}
.section-cardholders .c-icon__balloon--yl {
  width: min(8.7vw, 168px);
  bottom: 6%;
  left: 5%;
}
@media (max-width: 1500px) {
  .section-cardholders .c-icon__balloon--yl {
    width: min(6.7vw, 168px);
    bottom: 23%;
    left: 1%;
  }
}
@media (max-width: 1330px) {
  .section-cardholders .c-icon__balloon--yl {
    left: -3%;
  }
}
.section-cardholders .c-icon__balloon--yr {
  width: min(10.4vw, 199px);
  bottom: 21%;
  right: 6%;
  z-index: 1;
}
@media (max-width: 1500px) {
  .section-cardholders .c-icon__balloon--yr {
    right: -4%;
  }
}
.section-cardholders .c-icon__ribbons--gl {
  width: min(24.8vw, 472px);
  bottom: -1%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1500px) {
  .section-cardholders .c-icon__ribbons--gl {
    width: min(13.8vw, 472px);
    bottom: 20%;
  }
}
.section-cardholders .c-icon__ribbons--yr {
  width: min(28.5vw, 545px);
  top: 32.5%;
  right: 0;
}
@media (max-width: 1500px) {
  .section-cardholders .c-icon__ribbons--yr {
    width: min(15.5vw, 545px);
    top: 32.5%;
    right: 0;
  }
}
.section-cardholders .c-icon__short_ribbon--gl {
  width: min(8.7vw, 56px);
  top: 22%;
  left: 3%;
}
.section-cardholders .c-icon__short_ribbon--yl {
  width: min(2.7vw, 43px);
  top: 35%;
  left: 10%;
}
.section-cardholders .c-icon__short_ribbons--yr {
  width: min(2.7vw, 43px);
  top: 19.5%;
  right: 14%;
}
.section-cardholders .c-icon__short_ribbon--g_r1 {
  width: min(2.7vw, 43px);
  top: 25.5%;
  right: 10%;
}
.section-cardholders .c-icon__short_ribbon--g_r2 {
  width: min(2.7vw, 43px);
  bottom: 25%;
  right: 12%;
  z-index: 2;
}
@media (max-width: 1500px) {
  .section-cardholders .c-icon__short_ribbon--g_r2 {
    right: 2%;
  }
}
.section-cardholders .c-icon__short_ribbon--yc {
  width: min(2.2vw, 40px);
  top: 12.7%;
  right: 25%;
  z-index: 2;
}
.section-cardholders .c-icon__short_ribbon--gc {
  width: min(2.7vw, 56px);
  top: 26.5%;
  right: 29%;
  z-index: 2;
}

.section-faq {
  position: relative;
  padding: 48px 0 150px;
  color: #69649f;
}
@media (max-width: 991px) {
  .section-faq {
    padding: 40px 0 67px;
  }
}
.section-faq__inner {
  z-index: 1;
  width: calc(100% - 48px);
  max-width: 1078px;
}
@media (max-width: 991px) {
  .section-faq__inner {
    width: 100%;
    padding: 0 29px;
  }
}
.section-faq__title {
  margin-bottom: 20px;
  background: var(--bg_blue, linear-gradient(180deg, #69649F 0%, #494672 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.125em;
  font-weight: 700;
  line-height: normal;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 991px) {
  .section-faq__title {
    font-size: 2.5em;
    margin-bottom: 20px;
  }
}
.section-faq__container {
  width: 100%;
}
.section-faq__item {
  position: relative;
}
.section-faq__heading {
  margin: 0;
  border-bottom: 2px solid #6a649f;
}
.section-faq__trigger {
  width: 100%;
  min-height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 24px 0 16px;
  border: 0;
  color: inherit;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.section-faq__trigger:focus-visible {
  outline: 3px solid rgba(105, 100, 159, 0.45);
  outline-offset: 4px;
}
.section-faq__task {
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-faq__task {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
    gap: 2px;
  }
}
.section-faq__task-label {
  font-size: 1.875em;
}
@media (max-width: 991px) {
  .section-faq__task-label {
    font-size: 1.5em;
  }
}
.section-faq__task-number {
  font-family: "Manrope", sans-serif;
  font-size: 2.25em;
}
@media (max-width: 991px) {
  .section-faq__task-number {
    font-size: 1.8em;
  }
}
.section-faq__question {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.2px;
}
@media (max-width: 991px) {
  .section-faq__question {
    padding-top: 1px;
    font-size: 1.5em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
  }
}
.section-faq__question-text--underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-faq__icon {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: -webkit-transform 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: transform 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: transform 450ms cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
}
.section-faq__icon-image {
  width: 25px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-faq__item--active .section-faq__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section-faq__answer {
  display: none;
  padding: 24px 46px;
  color: #69649f;
  background: #fff;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}
.section-faq__answer-group {
  margin: 0;
}
.section-faq__answer-group + .section-faq__answer-group {
  margin-top: 8px;
}
.section-faq__answer-title {
  font-weight: 700;
}
.section-faq__decoration {
  position: absolute;
}
@media (max-width: 1279px) {
  .section-faq__decoration {
    display: none !important;
  }
}
.section-faq__decoration--left {
  width: min(24.5vw, 451px);
  left: 0;
  bottom: -13%;
}
@media (max-width: 1560px) {
  .section-faq__decoration--left {
    width: 15vw;
    bottom: -2vw;
  }
}
.section-faq__decoration--right {
  width: min(19vw, 355px);
  right: 0%;
  bottom: 0%;
}
@media (max-width: 1560px) {
  .section-faq__decoration--right {
    width: 12vw;
  }
}
.section-faq__decoration--balloon {
  width: min(6.25vw, 120px);
  right: 1%;
  top: 6%;
}
.section-faq__decoration--top-left {
  width: min(2vw, 32px);
  left: 12.5%;
  top: 4px;
}
.section-faq__decoration--left-short {
  width: min(2vw, 30px);
  left: 5.7%;
  top: 62%;
}
@media (max-width: 1560px) {
  .section-faq__decoration--left-short {
    width: 1.5vw;
    top: 66%;
    left: 2.7%;
  }
}
.section-faq__decoration--right-short {
  width: min(2.5vw, 46px);
  right: 11.5%;
  top: 34%;
}

.section-notice {
  position: relative;
  padding: 80px 0;
  border-radius: 48px 48px 0px 0px;
  background: #4B351B;
  padding-bottom: 80px;
  color: #fff;
}
@media (max-width: 991px) {
  .section-notice {
    padding: 40px 0;
    border-radius: 32px 32px 0px 0px;
  }
}
.section-notice .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-notice .bg-l-c {
  position: absolute;
  left: 0;
  top: 27%;
  width: min(200px, 11%);
}
@media (max-width: 991px) {
  .section-notice .bg-l-c {
    display: none;
  }
}
.section-notice .bg-l-b {
  position: absolute;
  left: 0;
  bottom: -11%;
  width: min(205px, 11%);
}
@media (max-width: 991px) {
  .section-notice .bg-l-b {
    width: 27%;
  }
}
@media (max-width: 768px) {
  .section-notice .bg-l-b {
    width: 31%;
  }
}
.section-notice .bg-r-c {
  position: absolute;
  top: 7%;
  right: 0;
  width: min(150px, 8%);
}
@media (max-width: 991px) {
  .section-notice .bg-r-c {
    display: none;
  }
}
.section-notice .bg-r-b {
  position: absolute;
  top: 48%;
  right: 0;
  width: min(200px, 11%);
}
@media (max-width: 991px) {
  .section-notice .bg-r-b {
    width: 39%;
    top: initial;
    bottom: -2%;
  }
}

.notice-list li {
  list-style: decimal;
  margin-left: 27px;
}
.notice-list li:not(:last-child) {
  margin-bottom: 8px;
}
.notice-list__task {
  color: #fff;
  font-weight: 700;
  padding-left: 4px;
}
.notice-list__title {
  width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-bottom: 12px;
}
.notice-list__hr {
  margin: 20px 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(187, 217, 246, 0.2);
}
.notice-list__disc li {
  list-style: disc;
}
/*# sourceMappingURL=all.css.map */