
/*
  Paquete: holygrail3
  Versión: 0.0.15
*/

/*
  Paquete: holygrail3
  Versión: 0.0.15
*/
:root {
  --c-primary: #000, --c-black: #000, --c-dark-grey: #333333,
    --c-middle-grey: #777777, --c-light-grey: #cccccc, --c-white: #ffffff,
    --c-secondary: #666666, --c-accent: #ed0f2b, --c-error: #ed0f2b,
    --c-sale: #ffce4e, --c-info: #1a32a4, --c-success: #12882c,
    --c-valid: #12882c, --c-warning: #ffa500, --c-notice: #42aaff,
    --c-alert: #ff4444;
}

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

html,
body,
div,
span,
select,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* Reset de arrows en inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

:root {
  --line-width: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  :root {
    --line-width: 0.5px;
    --line-width-negative: -0.5px;
  }
}

button {
  padding-inline: 0;
  padding-block: 0;
}

/* functional */
/* functional */
.container-full {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1500px;
}
@media (min-width: 768px) {
  .container-full {
    padding-right: 8px;
    padding-left: 8px;
    width: 90%;
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-full {
    width: 80%;
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container-full {
    width: 80%;
    max-width: 1280px;
  }
}

.container-bleed {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-body {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-1 {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 800px;
}
@media (min-width: 768px) {
  .container-1 {
    padding-right: 8px;
    padding-left: 8px;
    width: 90%;
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-1 {
    width: 80%;
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container-1 {
    width: 80%;
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container-1 {
    width: 100%;
    max-width: 1440px;
  }
}

.container-2 {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 90%;
  max-width: 700px;
}

.container-3 {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 900px;
}
@media (min-width: 768px) {
  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-4 {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 442px;
}
@media (min-width: 768px) {
  .container-4 {
    max-width: 360px;
  }
}

.container-5 {
  position: relative;
  padding: 0 8px;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
@media (min-width: 1280px) {
  .container-5 {
    max-width: 1000px;
    padding: 0;
  }
}

.container-6 {
  margin: 0 auto;
  padding: 0 8px;
  width: 100%;
  max-width: 442px;
}

.container-7 {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 295px;
}
@media (min-width: 768px) {
  .container-7 {
    max-width: 460px;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .container-7 {
    max-width: 460px;
  }
}
@media (min-width: 1280px) {
  .container-7 {
    max-width: 595px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (min-width: 1280px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (min-width: 1440px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 1px) {
  .col-xs-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-13 {
    -webkit-box-flex: 0;
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xl-14 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-15 {
    -webkit-box-flex: 0;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-16 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-17 {
    -webkit-box-flex: 0;
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xl-18 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-19 {
    -webkit-box-flex: 0;
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xl-20 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-21 {
    -webkit-box-flex: 0;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-22 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-23 {
    -webkit-box-flex: 0;
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xl-24 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
[class*=col-] {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

.bleed {
  margin-left: -8px;
  margin-right: -8px;
  width: auto;
}

.bleed-0 {
  padding: 0 0px 0 0px;
  overflow: hidden;
}
.bleed-0 .container-fluid {
  margin-left: -0px;
  margin-right: -0px;
  padding: 0 0px 0 0px;
}
.bleed-0 > .row {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  flex-wrap: wrap;
}
.bleed-0 > [class*=col-],
.bleed-0 > .col {
  padding: 0px;
  box-sizing: border-box;
}

.single {
  flex-basis: 50%;
  max-width: 50%;
}

.double {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .single {
    flex-basis: 25%;
    max-width: 25%;
  }
  .double {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.bleed-4 {
  padding: 0 2px 0 2px;
  overflow: hidden;
}
.bleed-4 .container-fluid {
  margin-left: -2px;
  margin-right: -2px;
  padding: 0 2px 0 2px;
}
.bleed-4 > .row {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  flex-wrap: wrap;
}
.bleed-4 > [class*=col-],
.bleed-4 > .col {
  padding: 2px;
  box-sizing: border-box;
}

.single {
  flex-basis: 50%;
  max-width: 50%;
}

.double {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .single {
    flex-basis: 25%;
    max-width: 25%;
  }
  .double {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.bleed-8 {
  padding: 0 4px 0 4px;
  overflow: hidden;
}
.bleed-8 .container-fluid {
  margin-left: -4px;
  margin-right: -4px;
  padding: 0 4px 0 4px;
}
.bleed-8 > .row {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  flex-wrap: wrap;
}
.bleed-8 > [class*=col-],
.bleed-8 > .col {
  padding: 4px;
  box-sizing: border-box;
}

.single {
  flex-basis: 50%;
  max-width: 50%;
}

.double {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .single {
    flex-basis: 25%;
    max-width: 25%;
  }
  .double {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.colgap-16 {
  column-gap: 16px;
}

.colgap-8 {
  column-gap: 8px;
}

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

.grid-gap-8 {
  gap: 8px;
}

.grid-gap-16 {
  gap: 16px;
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 100%;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.grid-8 img {
  border: 1px solid #eaeaea;
}

@media (min-width: 768px) {
  .grid-2-desktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    align-items: end;
  }
}

@media (min-width: 768px) {
  .sm\:grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .sm\:grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .sm\:grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
}

.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

@media (min-width: 768px) {
  .sm\:grid-gap-16 {
    column-gap: 16px;
  }
}

.grid-2-wide {
  grid-column: span 2;
}

.grid-3-6-8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .grid-3-6-8 {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .grid-3-6-8 {
    grid-template-columns: repeat(8, 1fr);
    column-gap: 16px;
  }
}

/* functional */
body {
  font-family: arial, sans-serif;
  font-weight: 500;
  -webkit-overflow-scrolling: touch;
  font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.input,
.textarea,
.select,
select {
  font-family: arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .input,
  .textarea,
  .select,
  select {
    font-size: 14px;
  }
}

select {
  font-family: arial, sans-serif;
  font-weight: 500;
}

p {
  font-family: arial, sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 12px;
}
@media (min-width: 992px) {
  p {
    font-size: 14px;
  }
}
p.b {
  font-family: arial, sans-serif;
  font-weight: 500;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
.p1 span {
  color: #000;
}

b,
mark {
  color: #000;
}

.secondary {
  font-family: "ms-serif", serif;
  font-weight: 100;
}

@media (min-width: 1px) {
  .p1 {
    font-family: arial, sans-serif;
    font-weight: 500;
    font-size: 8px;
    line-height: 1.3;
  }
  .p2 {
    font-family: arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.2;
  }
  .p3 {
    font-family: arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
  }
  .p4 {
    font-family: arial, sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.4;
  }
  .h1 {
    font-family: arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
  }
  .h2 {
    font-family: arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
  }
  .h3 {
    font-family: arial, sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.4;
  }
  .h4 {
    font-family: arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .p1 {
    font-size: 10px;
    line-height: 1.3;
  }
  .p2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .p3 {
    font-size: 12px;
    line-height: 1.4;
  }
  .p4 {
    font-size: 12px;
    line-height: 1.4;
  }
  .h1 {
    font-size: 12px;
    line-height: 1.4;
  }
  .h2 {
    font-size: 11px;
    line-height: 1.4;
  }
  .h3 {
    font-size: 10px;
    line-height: 1.4;
  }
  .h4 {
    font-size: 12px;
    line-height: 1.5;
  }
}
.fluid-3-l {
  font-family: arial, sans-serif;
  font-weight: 100;
}
.fluid-3-l {
  font-size: 20px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-3-l {
    font-size: calc(
                20px + 10 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-3-l {
    font-size: 30px;
    line-height: 0.9;
  }
}

.fluid-3-r {
  font-family: arial, sans-serif;
  font-weight: 500;
}
.fluid-3-r {
  font-size: 20px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-3-r {
    font-size: calc(
                20px + 10 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-3-r {
    font-size: 30px;
    line-height: 0.9;
  }
}

.fluid-3-m {
  font-family: arial, sans-serif;
  font-weight: 500;
}
.fluid-3-m {
  font-size: 20px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-3-m {
    font-size: calc(
                20px + 10 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-3-m {
    font-size: 30px;
    line-height: 0.9;
  }
}

.fluid-3-sb {
  font-family: arial, sans-serif;
  font-weight: 700;
}
.fluid-3-sb {
  font-size: 20px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-3-sb {
    font-size: calc(
                20px + 10 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-3-sb {
    font-size: 30px;
    line-height: 0.9;
  }
}

.fluid-3-b {
  font-family: arial, sans-serif;
  font-weight: 900;
}
.fluid-3-b {
  font-size: 20px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-3-b {
    font-size: calc(
                20px + 10 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-3-b {
    font-size: 30px;
    line-height: 0.9;
  }
}

.fluid-2-l {
  font-family: arial, sans-serif;
  font-weight: 100;
}
.fluid-2-l {
  font-size: 40px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-2-l {
    font-size: calc(
                40px + 60 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-2-l {
    font-size: 100px;
    line-height: 0.9;
  }
}

.fluid-2-r {
  font-family: arial, sans-serif;
  font-weight: 500;
}
.fluid-2-r {
  font-size: 40px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-2-r {
    font-size: calc(
                40px + 60 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-2-r {
    font-size: 100px;
    line-height: 0.9;
  }
}

.fluid-2-m {
  font-family: arial, sans-serif;
  font-weight: 500;
}
.fluid-2-m {
  font-size: 40px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-2-m {
    font-size: calc(
                40px + 60 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-2-m {
    font-size: 100px;
    line-height: 0.9;
  }
}

.fluid-2-sb {
  font-family: arial, sans-serif;
  font-weight: 700;
}
.fluid-2-sb {
  font-size: 40px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-2-sb {
    font-size: calc(
                40px + 60 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-2-sb {
    font-size: 100px;
    line-height: 0.9;
  }
}

.fluid-2-b {
  font-family: arial, sans-serif;
  font-weight: 900;
}
.fluid-2-b {
  font-size: 40px;
  line-height: 0.9;
}
@media (min-width: 320px) {
  .fluid-2-b {
    font-size: calc(
                40px + 60 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.9;
  }
}
@media (min-width: 1500px) {
  .fluid-2-b {
    font-size: 100px;
    line-height: 0.9;
  }
}

.fluid-1-l {
  font-family: arial, sans-serif;
  font-weight: 100;
}
.fluid-1-l {
  font-size: 60px;
  line-height: 0.8;
}
@media (min-width: 320px) {
  .fluid-1-l {
    font-size: calc(
                60px + 100 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.8;
  }
}
@media (min-width: 1500px) {
  .fluid-1-l {
    font-size: 160px;
    line-height: 0.8;
  }
}

.fluid-1-r {
  font-family: arial, sans-serif;
  font-weight: 500;
}
.fluid-1-r {
  font-size: 60px;
  line-height: 0.8;
}
@media (min-width: 320px) {
  .fluid-1-r {
    font-size: calc(
                60px + 100 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.8;
  }
}
@media (min-width: 1500px) {
  .fluid-1-r {
    font-size: 160px;
    line-height: 0.8;
  }
}

.fluid-1-m {
  font-family: arial, sans-serif;
  font-weight: 500;
}
.fluid-1-m {
  font-size: 60px;
  line-height: 0.8;
}
@media (min-width: 320px) {
  .fluid-1-m {
    font-size: calc(
                60px + 100 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.8;
  }
}
@media (min-width: 1500px) {
  .fluid-1-m {
    font-size: 160px;
    line-height: 0.8;
  }
}

.fluid-1-sb {
  font-family: arial, sans-serif;
  font-weight: 700;
}
.fluid-1-sb {
  font-size: 60px;
  line-height: 0.8;
}
@media (min-width: 320px) {
  .fluid-1-sb {
    font-size: calc(
                60px + 100 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.8;
  }
}
@media (min-width: 1500px) {
  .fluid-1-sb {
    font-size: 160px;
    line-height: 0.8;
  }
}

.fluid-1-b {
  font-family: arial, sans-serif;
  font-weight: 900;
}
.fluid-1-b {
  font-size: 60px;
  line-height: 0.8;
}
@media (min-width: 320px) {
  .fluid-1-b {
    font-size: calc(
                60px + 100 *
                  ((100vw - 320px) / 1180)
              );
    line-height: 0.8;
  }
}
@media (min-width: 1500px) {
  .fluid-1-b {
    font-size: 160px;
    line-height: 0.8;
  }
}

.text-light,
.font-light {
  font-family: arial, sans-serif;
  font-weight: 100;
}

.text-regular,
.font-regular {
  font-family: arial, sans-serif;
  font-weight: 500;
}

.text-medium,
.font-medium {
  font-family: arial, sans-serif;
  font-weight: 500;
}

.text-semibold,
.font-semibold {
  font-family: arial, sans-serif;
  font-weight: 700;
}

.text-bold,
.font-bold {
  font-family: arial, sans-serif;
  font-weight: 900;
}

/* functional */
.margin-auto {
  margin: 0 auto;
}

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-inline: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.p-0 {
  padding: 0px;
}

.px-0 {
  padding-inline: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.m-2 {
  margin: 2px;
}

.mx-2 {
  margin-inline: 2px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.p-2 {
  padding: 2px;
}

.px-2 {
  padding-inline: 2px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.m-4 {
  margin: 4px;
}

.mx-4 {
  margin-inline: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.p-4 {
  padding: 4px;
}

.px-4 {
  padding-inline: 4px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.m-8 {
  margin: 8px;
}

.mx-8 {
  margin-inline: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.p-8 {
  padding: 8px;
}

.px-8 {
  padding-inline: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.m-12 {
  margin: 12px;
}

.mx-12 {
  margin-inline: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.p-12 {
  padding: 12px;
}

.px-12 {
  padding-inline: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.m-16 {
  margin: 16px;
}

.mx-16 {
  margin-inline: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.p-16 {
  padding: 16px;
}

.px-16 {
  padding-inline: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.m-20 {
  margin: 20px;
}

.mx-20 {
  margin-inline: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.p-20 {
  padding: 20px;
}

.px-20 {
  padding-inline: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.m-24 {
  margin: 24px;
}

.mx-24 {
  margin-inline: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.p-24 {
  padding: 24px;
}

.px-24 {
  padding-inline: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.m-32 {
  margin: 32px;
}

.mx-32 {
  margin-inline: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.p-32 {
  padding: 32px;
}

.px-32 {
  padding-inline: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.m-40 {
  margin: 40px;
}

.mx-40 {
  margin-inline: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.p-40 {
  padding: 40px;
}

.px-40 {
  padding-inline: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.m-48 {
  margin: 48px;
}

.mx-48 {
  margin-inline: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.p-48 {
  padding: 48px;
}

.px-48 {
  padding-inline: 48px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.m-56 {
  margin: 56px;
}

.mx-56 {
  margin-inline: 56px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.p-56 {
  padding: 56px;
}

.px-56 {
  padding-inline: 56px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.m-64 {
  margin: 64px;
}

.mx-64 {
  margin-inline: 64px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.p-64 {
  padding: 64px;
}

.px-64 {
  padding-inline: 64px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.m-72 {
  margin: 72px;
}

.mx-72 {
  margin-inline: 72px;
}

.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mt-72 {
  margin-top: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.p-72 {
  padding: 72px;
}

.px-72 {
  padding-inline: 72px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.m-80 {
  margin: 80px;
}

.mx-80 {
  margin-inline: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.p-80 {
  padding: 80px;
}

.px-80 {
  padding-inline: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.m-96 {
  margin: 96px;
}

.mx-96 {
  margin-inline: 96px;
}

.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.p-96 {
  padding: 96px;
}

.px-96 {
  padding-inline: 96px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.m-112 {
  margin: 112px;
}

.mx-112 {
  margin-inline: 112px;
}

.my-112 {
  margin-top: 112px;
  margin-bottom: 112px;
}

.mt-112 {
  margin-top: 112px;
}

.mr-112 {
  margin-right: 112px;
}

.mb-112 {
  margin-bottom: 112px;
}

.ml-112 {
  margin-left: 112px;
}

.p-112 {
  padding: 112px;
}

.px-112 {
  padding-inline: 112px;
}

.py-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.pt-112 {
  padding-top: 112px;
}

.pr-112 {
  padding-right: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pl-112 {
  padding-left: 112px;
}

.m-120 {
  margin: 120px;
}

.mx-120 {
  margin-inline: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.p-120 {
  padding: 120px;
}

.px-120 {
  padding-inline: 120px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.m-128 {
  margin: 128px;
}

.mx-128 {
  margin-inline: 128px;
}

.my-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.p-128 {
  padding: 128px;
}

.px-128 {
  padding-inline: 128px;
}

.py-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.pt-128 {
  padding-top: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.m-160 {
  margin: 160px;
}

.mx-160 {
  margin-inline: 160px;
}

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.p-160 {
  padding: 160px;
}

.px-160 {
  padding-inline: 160px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

@media (min-width: 768px) {
  .sm\:mb-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .md\:mb-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .lg\:mb-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .xl\:mb-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .sm\:mt-0 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .md\:mt-0 {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .lg\:mt-0 {
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  .xl\:mt-0 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .sm\:pr-0 {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .md\:pr-0 {
    padding-right: 0;
  }
}

@media (min-width: 1280px) {
  .lg\:pr-0 {
    padding-right: 0;
  }
}

@media (min-width: 1440px) {
  .xl\:pr-0 {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .sm\:pl-0 {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .md\:pl-0 {
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .lg\:pl-0 {
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .xl\:pl-0 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .sm\:pt-0 {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .md\:pt-0 {
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  .lg\:pt-0 {
    padding-top: 0;
  }
}

@media (min-width: 1440px) {
  .xl\:pt-0 {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .sm\:pb-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .md\:pb-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .lg\:pb-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .xl\:pb-0 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .smmax\:pb-0 {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .mdmax\:pb-0 {
    padding-bottom: 0;
  }
}

@media (max-width: 1279px) {
  .lgmax\:pb-0 {
    padding-bottom: 0;
  }
}

@media (max-width: 1439px) {
  .xlmax\:pb-0 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .smmax\:mb-0 {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .mdmax\:mb-0 {
    margin-bottom: 0;
  }
}

@media (max-width: 1279px) {
  .lgmax\:mb-0 {
    margin-bottom: 0;
  }
}

@media (max-width: 1439px) {
  .xlmax\:mb-0 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .smmax\:pt-0 {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .mdmax\:pt-0 {
    padding-top: 0;
  }
}

@media (max-width: 1279px) {
  .lgmax\:pt-0 {
    padding-top: 0;
  }
}

@media (max-width: 1439px) {
  .xlmax\:pt-0 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .smmax\:mt-0 {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .mdmax\:mt-0 {
    margin-top: 0;
  }
}

@media (max-width: 1279px) {
  .lgmax\:mt-0 {
    margin-top: 0;
  }
}

@media (max-width: 1439px) {
  .xlmax\:mt-0 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .smmax\:mb-16 {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .mdmax\:mb-16 {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .mdmax\:mb-20 {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .mdmax\:mb-24 {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .mdmax\:mb-32 {
    margin-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .mdmax\:mb-40 {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .mdmax\:mb-42 {
    margin-bottom: 42px;
  }
}

/* functional */
:root {
  --c-primary: #000;
}

.bg-c-primary {
  background-color: var(--c-primary, #000);
}

.c-primary {
  color: var(--c-primary, #000);
}

:root {
  --c-black: #000;
}

.bg-c-black {
  background-color: var(--c-black, #000);
}

.c-black {
  color: var(--c-black, #000);
}

:root {
  --c-dark-grey: #333333;
}

.bg-c-dark-grey {
  background-color: var(--c-dark-grey, #333333);
}

.c-dark-grey {
  color: var(--c-dark-grey, #333333);
}

:root {
  --c-middle-grey: #777777;
}

.bg-c-middle-grey {
  background-color: var(--c-middle-grey, #777777);
}

.c-middle-grey {
  color: var(--c-middle-grey, #777777);
}

:root {
  --c-light-grey: #cccccc;
}

.bg-c-light-grey {
  background-color: var(--c-light-grey, #cccccc);
}

.c-light-grey {
  color: var(--c-light-grey, #cccccc);
}

:root {
  --c-white: #ffffff;
}

.bg-c-white {
  background-color: var(--c-white, #ffffff);
}

.c-white {
  color: var(--c-white, #ffffff);
}

:root {
  --c-secondary: #666666;
}

.bg-c-secondary {
  background-color: var(--c-secondary, #666666);
}

.c-secondary {
  color: var(--c-secondary, #666666);
}

:root {
  --c-accent: #ed0f2b;
}

.bg-c-accent {
  background-color: var(--c-accent, #ed0f2b);
}

.c-accent {
  color: var(--c-accent, #ed0f2b);
}

:root {
  --c-error: #ed0f2b;
}

.bg-c-error {
  background-color: var(--c-error, #ed0f2b);
}

.c-error {
  color: var(--c-error, #ed0f2b);
}

:root {
  --c-sale: #ffce4e;
}

.bg-c-sale {
  background-color: var(--c-sale, #ffce4e);
}

.c-sale {
  color: var(--c-sale, #ffce4e);
}

:root {
  --c-info: #1a32a4;
}

.bg-c-info {
  background-color: var(--c-info, #1a32a4);
}

.c-info {
  color: var(--c-info, #1a32a4);
}

:root {
  --c-success: #12882c;
}

.bg-c-success {
  background-color: var(--c-success, #12882c);
}

.c-success {
  color: var(--c-success, #12882c);
}

:root {
  --c-valid: #12882c;
}

.bg-c-valid {
  background-color: var(--c-valid, #12882c);
}

.c-valid {
  color: var(--c-valid, #12882c);
}

:root {
  --c-warning: #ffa500;
}

.bg-c-warning {
  background-color: var(--c-warning, #ffa500);
}

.c-warning {
  color: var(--c-warning, #ffa500);
}

:root {
  --c-notice: #42aaff;
}

.bg-c-notice {
  background-color: var(--c-notice, #42aaff);
}

.c-notice {
  color: var(--c-notice, #42aaff);
}

:root {
  --c-alert: #ff4444;
}

.bg-c-alert {
  background-color: var(--c-alert, #ff4444);
}

.c-alert {
  color: var(--c-alert, #ff4444);
}

/* functional */
input:is([type=button], [type=submit], [type=reset]),
input[type=file]::file-selector-button,
button {
  color: #000;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 16px 8px 16px;
  background-color: transparent;
  height: 40px;
  font-family: arial, sans-serif;
  font-weight: 500;
}
.btn:focus, .btn.focus, .btn:hover, .btn.hover, .btn:visited, .btn:active, .btn.active {
  text-decoration: none;
  opacity: 0.6;
  outline: none;
  cursor: pointer;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  pointer-events: none;
  filter: grayscale(1);
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #666666;
  opacity: 1;
  cursor: not-allowed;
}

.btn-xs {
  position: relative;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
  padding: 6px;
}
.btn-xs:active, .btn-xs:focus, .btn-xs:visited {
  outline: none;
}

.btn--small {
  height: 40px;
  padding-right: 16px;
  padding-left: 16px;
}

.btn--medium {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 272px;
  width: 100%;
  height: 40px;
}

.btn--mini-rd {
  padding-right: 24px;
  padding-left: 24px;
  font-size: 12px;
  height: 32px;
  display: inline-flex;
  align-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .btn--mini-rd {
    padding: 16px;
    font-size: 12px;
    height: 40px;
  }
}

.btn--large {
  height: 40px;
  min-width: 200px;
  max-width: 400px;
  width: 100%;
  padding-right: 56px;
  padding-left: 56px;
  font-size: 12px;
}

.btn--xlarge {
  padding-right: 64px;
  padding-left: 64px;
  position: relative;
  display: inline-flex;
  min-height: 40px;
  min-width: 200px;
  max-width: 400px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn--xxl {
  display: flex;
  height: 60px;
  padding: 10px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.btn--full {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 12px;
  height: 40px;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn-primary svg g {
  fill: #fff;
  stroke: #fff;
}
.btn-primary svg circle {
  stroke: #fff;
}
.btn-primary svg path {
  fill: #fff;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.hover, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  opacity: 1;
  cursor: pointer;
}
.btn-primary[disabled], .btn-primary:disabled, .btn-primary.disabled {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #666666;
  opacity: 1;
}
.btn-primary[disabled] svg g, .btn-primary:disabled svg g, .btn-primary.disabled svg g {
  fill: #666666;
  stroke: #666666;
}
.btn-primary[disabled] svg circle, .btn-primary:disabled svg circle, .btn-primary.disabled svg circle {
  stroke: #666666;
}
.btn-primary[disabled] svg path, .btn-primary:disabled svg path, .btn-primary.disabled svg path {
  fill: #666666;
}
.has-light .btn-primary {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.has-light .btn-primary svg g {
  fill: #000;
  stroke: #000;
}
.has-light .btn-primary svg circle {
  stroke: #000;
}
.has-light .btn-primary svg path {
  fill: #000;
}
.has-light .btn-primary:focus, .has-light .btn-primary.focus, .has-light .btn-primary:hover, .has-light .btn-primary.hover, .has-light .btn-primary:active, .has-light .btn-primary.active {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  opacity: 1;
}
.has-light .btn-primary:focus svg g, .has-light .btn-primary.focus svg g, .has-light .btn-primary:hover svg g, .has-light .btn-primary.hover svg g, .has-light .btn-primary:active svg g, .has-light .btn-primary.active svg g {
  fill: #fff;
  stroke: #fff;
}
.has-light .btn-primary:focus svg circle, .has-light .btn-primary.focus svg circle, .has-light .btn-primary:hover svg circle, .has-light .btn-primary.hover svg circle, .has-light .btn-primary:active svg circle, .has-light .btn-primary.active svg circle {
  stroke: #fff;
}
.has-light .btn-primary:focus svg path, .has-light .btn-primary.focus svg path, .has-light .btn-primary:hover svg path, .has-light .btn-primary.hover svg path, .has-light .btn-primary:active svg path, .has-light .btn-primary.active svg path {
  fill: #fff;
}
.has-light .btn-primary[disabled], .has-light .btn-primary:disabled, .has-light .btn-primary.disabled {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #666666;
  opacity: 1;
}

.btn-secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.btn-secondary svg circle {
  stroke: #000;
}
.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:hover, .btn-secondary.hover, .btn-secondary:active, .btn-secondary.active {
  color: #000;
  background-color: #fff;
  border: 1px solid #666666;
  opacity: 1;
}
.btn-secondary[disabled], .btn-secondary:disabled, .btn-secondary.disabled {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #666666;
  opacity: 1;
}
.btn-secondary[disabled] svg g, .btn-secondary:disabled svg g, .btn-secondary.disabled svg g {
  fill: #a9a9a9;
  stroke: #a9a9a9;
}
.btn-secondary[disabled] svg circle, .btn-secondary:disabled svg circle, .btn-secondary.disabled svg circle {
  stroke: #a9a9a9;
}
.btn-secondary[disabled] svg path, .btn-secondary:disabled svg path, .btn-secondary.disabled svg path {
  fill: #a9a9a9;
}
.has-light .btn-secondary {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.has-light .btn-secondary svg g {
  fill: #fff;
  stroke: #fff;
}
.has-light .btn-secondary svg circle {
  stroke: #fff;
}
.has-light .btn-secondary svg path {
  fill: #fff;
}
.has-light .btn-secondary:focus, .has-light .btn-secondary.focus, .has-light .btn-secondary:hover, .has-light .btn-secondary.hover, .has-light .btn-secondary:active, .has-light .btn-secondary.active {
  color: #fff;
  background-color: #666666;
  border: 1px solid #666666;
  opacity: 1;
}
.has-light .btn-secondary:focus svg g, .has-light .btn-secondary.focus svg g, .has-light .btn-secondary:hover svg g, .has-light .btn-secondary.hover svg g, .has-light .btn-secondary:active svg g, .has-light .btn-secondary.active svg g {
  fill: #fff;
  stroke: #fff;
}
.has-light .btn-secondary:focus svg circle, .has-light .btn-secondary.focus svg circle, .has-light .btn-secondary:hover svg circle, .has-light .btn-secondary.hover svg circle, .has-light .btn-secondary:active svg circle, .has-light .btn-secondary.active svg circle {
  stroke: #fff;
}
.has-light .btn-secondary:focus svg path, .has-light .btn-secondary.focus svg path, .has-light .btn-secondary:hover svg path, .has-light .btn-secondary.hover svg path, .has-light .btn-secondary:active svg path, .has-light .btn-secondary.active svg path {
  fill: #fff;
}
.has-light .btn-secondary[disabled], .has-light .btn-secondary:disabled, .has-light .btn-secondary.disabled {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #666666;
  opacity: 1;
}

.btn-tertiary {
  background-color: transparent;
  border: 0 solid transparent;
  height: auto;
  text-decoration: underline;
}
.btn-tertiary svg g {
  fill: #000;
  stroke: #000;
}
.btn-tertiary svg circle {
  stroke: #000;
}
.btn-tertiary:focus, .btn-tertiary.focus, .btn-tertiary:hover, .btn-tertiary.hover, .btn-tertiary:active, .btn-tertiary.active {
  opacity: 0.6;
  border: 0 solid transparent;
  background-color: transparent;
  cursor: pointer;
}
.btn-tertiary:disabled, .btn-tertiary[disabled], .btn-tertiary.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #666666;
  filter: none;
  opacity: 1;
}
.btn-tertiary:disabled svg-icon,
.btn-tertiary:disabled svg-icon2, .btn-tertiary[disabled] svg-icon,
.btn-tertiary[disabled] svg-icon2, .btn-tertiary.disabled svg-icon,
.btn-tertiary.disabled svg-icon2 {
  background-color: transparent !important;
  border: 0 solid transparent !important;
}
.has-light .btn-tertiary {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}
.has-light .btn-tertiary:focus, .has-light .btn-tertiary.focus, .has-light .btn-tertiary:hover, .has-light .btn-tertiary.hover, .has-light .btn-tertiary:active, .has-light .btn-tertiary.active {
  opacity: 0.6;
  border: 1px solid transparent;
  background-color: transparent;
}

.btn-link {
  border: none;
  text-align: left;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  height: auto;
}
.has-light .btn-link {
  color: #fff;
  background-color: transparent;
}
.has-light .btn-link:focus, .has-light .btn-link.focus, .has-light .btn-link:hover, .has-light .btn-link.hover, .has-light .btn-link:visited, .has-light .btn-link:active, .has-light .btn-link.active {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

/* functional */
.checkbox-item {
  text-align: center;
  position: relative;
}
.checkbox-item.is-error {
  color: #ed0f2b;
}
.checkbox-item.is-error [type=checkbox]:checked + label::before,
.checkbox-item.is-error [type=checkbox]:not(:checked) + label::before {
  border: 1px solid #ed0f2b;
}
.checkbox-item .ico-check {
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
}
.checkbox-item .ico-check::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #000;
  width: 16px;
  transform: rotate(136deg);
  left: 4px;
  top: 8px;
}
.checkbox-item .ico-check::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  top: 10px;
  transform: rotate(50deg);
  background-color: #000;
}
.checkbox-item [type=checkbox]:not(:checked) + label,
.checkbox-item [type=checkbox]:checked + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  text-align: initial;
  display: flex;
}
.checkbox-item [type=checkbox]:not(:checked) + label::before,
.checkbox-item [type=checkbox]:checked + label::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  border: none;
  border: 1px solid #000;
  outline: 0;
  display: inline-block;
  vertical-align: top;
}
.checkbox-item [type=checkbox]:not(:checked) + label span,
.checkbox-item [type=checkbox]:checked + label span {
  display: initial;
  vertical-align: top;
  margin: 0;
  line-height: 16px;
  min-height: 20px;
  padding-left: 0;
}
.checkbox-item [type=checkbox]:not(:checked) + label span::after,
.checkbox-item [type=checkbox]:checked + label span::after {
  content: " ";
}
.checkbox-item [type=checkbox]:not(:checked) + label a,
.checkbox-item [type=checkbox]:checked + label a {
  text-decoration: underline;
  margin-right: 4px;
}
.checkbox-item [type=checkbox]:not(:checked),
.checkbox-item [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  width: 70px;
}
.checkbox-item input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.checkbox-item [type=checkbox]:not(:checked) + label .icon,
.checkbox-item [type=checkbox]:checked + label .icon {
  position: absolute;
  top: 3px;
  left: 2px;
  color: #000;
  transition: all 0.2s;
}
.checkbox-item [type=checkbox]:not(:checked) + label .icon {
  opacity: 0;
  transform: scale(0);
}
.checkbox-item [type=checkbox]:checked + label .icon {
  opacity: 1;
  transform: scale(1);
}
.checkbox-item.color-filter [type=checkbox]:not(:checked) + label,
.checkbox-item.color-filter [type=checkbox]:checked + label {
  padding-left: 32px;
}
.checkbox-item.color-filter .color-wrap button {
  margin-right: 0;
}
.checkbox-item.color-filter [type=checkbox]:not(:checked) + label span,
.checkbox-item.color-filter [type=checkbox]:checked + label span {
  padding-left: 14px;
}

.checkbox-item-2 {
  display: inline-block;
  text-align: center;
  margin: 0;
}
.checkbox-item-2 [type=checkbox]:not(:checked) + label,
.checkbox-item-2 [type=checkbox]:checked + label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  text-align: initial;
  display: flex;
}
.checkbox-item-2 [type=checkbox]:not(:checked) + label::before,
.checkbox-item-2 [type=checkbox]:checked + label::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 26px;
  border-radius: 0;
  left: 0;
  border: none;
  border: 1px solid #000;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.checkbox-item-2 [type=checkbox]:not(:checked) + label span,
.checkbox-item-2 [type=checkbox]:checked + label span {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 16px;
  padding-left: 70px;
  min-height: 20px;
}
.checkbox-item-2 [type=checkbox]:not(:checked),
.checkbox-item-2 [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  width: 70px;
}
.checkbox-item-2 input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.checkbox-item-2 .checkbox-circle {
  background: #000;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.checkbox-item-2 [type=checkbox]:not(:checked) + label .checkbox-circle,
.checkbox-item-2 [type=checkbox]:checked + label .checkbox-circle {
  position: absolute;
  top: 3px;
  left: 6px;
  color: #000;
  transition: all 0.2s;
}
.checkbox-item-2 [type=checkbox]:not(:checked) + label .checkbox-circle {
  opacity: 1;
  transform: scale(1);
  left: 4px;
}
.checkbox-item-2 [type=checkbox]:checked + label .checkbox-circle {
  opacity: 1;
  transform: scale(1);
  left: 38px;
}

.checkbox-radio {
  position: relative;
}
.checkbox-radio [type=radio]:not(:checked) + label,
.checkbox-radio [type=radio]:checked + label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  text-align: initial;
  display: flex;
  flex-direction: column;
  float: none;
}
.checkbox-radio [type=radio]:not(:checked) + label::before,
.checkbox-radio [type=radio]:checked + label::before {
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  border: none;
  border: 1px solid #000;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  border-radius: 0;
}
.checkbox-radio [type=radio]:not(:checked) + label span,
.checkbox-radio [type=radio]:checked + label span {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 16px;
  padding-left: 24px;
  min-height: 20px;
}
.checkbox-radio [type=radio]:not(:checked),
.checkbox-radio [type=radio]:checked {
  position: absolute;
  left: -9999px;
  width: 70px;
}
.checkbox-radio input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.checkbox-radio [type=radio]:not(:checked) + label .ico-radio,
.checkbox-radio [type=radio]:checked + label .ico-radio {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 0;
  transition: all 0.2s;
}
.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
  opacity: 0;
  transform: scale(0);
}
.checkbox-radio [type=radio]:checked + label .ico-radio {
  opacity: 1;
  transform: scale(1);
}
.checkbox-radio [type=radio]:disabled {
  opacity: 0.5;
}
.checkbox-radio [type=radio]:disabled + label::before {
  opacity: 0.5;
}
.checkbox-radio label {
  padding-bottom: 0;
}

.checkbox-item-text {
  min-height: 42px;
}
.checkbox-item-text span {
  position: relative;
  margin-left: 24px;
  min-height: 40px;
}

.checkbox-item-box {
  position: relative;
  width: 14px;
  height: 14px;
}

.checkbox-item-img {
  text-align: center;
  position: relative;
}
.checkbox-item-img.is-error {
  color: #ed0f2b;
}
.checkbox-item-img.is-error [type=checkbox]:checked + label::before,
.checkbox-item-img.is-error [type=checkbox]:not(:checked) + label::before {
  border: 1px solid #ed0f2b;
}
.checkbox-item-img .ico-check {
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
}
.checkbox-item-img .ico-check::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #000;
  width: 16px;
  transform: rotate(136deg);
  left: 4px;
  top: 8px;
}
.checkbox-item-img .ico-check::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  top: 10px;
  transform: rotate(50deg);
  background-color: #000;
}
.checkbox-item-img [type=checkbox] + label::after {
  width: 80px;
  height: 80px;
  content: "";
}
.checkbox-item-img [type=checkbox]:not(:checked),
.checkbox-item-img [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-item-img [type=checkbox]:not(:checked) + label,
.checkbox-item-img [type=checkbox]:checked + label {
  padding-bottom: 132%;
  height: 100%;
  width: 100%;
  aspect-ratio: 3/4;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  text-align: initial;
  display: flex;
}
.checkbox-item-img [type=checkbox]:not(:checked) + label span,
.checkbox-item-img [type=checkbox]:checked + label span {
  display: initial;
  vertical-align: top;
  margin: 0;
  line-height: 16px;
  min-height: 20px;
  padding-left: 0;
}
.checkbox-item-img [type=checkbox]:not(:checked) + label span::after,
.checkbox-item-img [type=checkbox]:checked + label span::after {
  content: " ";
}
.checkbox-item-img [type=checkbox]:not(:checked) + label::before,
.checkbox-item-img [type=checkbox]:checked + label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  left: 0;
  border: none;
  border: 1px solid #a3a0a0;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.checkbox-item-img [type=checkbox]:not(:checked) + label a,
.checkbox-item-img [type=checkbox]:checked + label a {
  text-decoration: underline;
  margin-right: 4px;
}
.checkbox-item-img .checkbox-item [type=checkbox]:not(:checked) + label .icon,
.checkbox-item-img .checkbox-item [type=checkbox]:checked + label .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, calc(-50% - 30px));
  color: #000;
  transition: all 0.2s;
}
.checkbox-item-img input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.checkbox-item-img [type=checkbox]:checked + label .icon {
  opacity: 1;
  transform: scale(1) translate(-50%, calc(-50% - 30px));
}
.checkbox-item-img .checkbox-item [type=checkbox]:checked + label .icon {
  opacity: 1;
  transform: scale(1) translate(-50%, calc(-50% - 30px));
}
.checkbox-item-img [type=checkbox]:checked + label {
  border: 1px solid #000;
}
.checkbox-item-img [type=checkbox]:not(:checked) + label .icon {
  opacity: 0;
  transform: scale(0) translate(-50%, calc(-50% - 30px));
}
.checkbox-item-img [type=checkbox]:not(:checked) + label {
  border: 1px solid transparent;
}
.checkbox-item-img.color-filter [type=checkbox]:not(:checked) + label,
.checkbox-item-img.color-filter [type=checkbox]:checked + label {
  padding-left: 32px;
}
.checkbox-item-img.color-filter .color-wrap button {
  margin-right: 0;
}
.checkbox-item-img.color-filter [type=checkbox]:not(:checked) + label span,
.checkbox-item-img.color-filter [type=checkbox]:checked + label span {
  padding-left: 14px;
}
.checkbox-item-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-item-img .checkbox-item-img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

.check-no.checkbox-radio [type=radio]:checked + label::before, .check-no.checkbox-radio [type=radio]:not(:checked) + label::before {
  display: none;
}
.check-no.checkbox-radio [type=radio]:checked + label .ico-radio {
  display: none;
}
.check-no.checkbox-radio [type=radio]:checked + label .border-1, .check-no.checkbox-radio [type=radio]:checked + label .border-1-grey {
  border: 1px solid #000;
}

.check-center.checkbox-radio [type=radio]:checked + label::before, .check-center.checkbox-radio [type=radio]:not(:checked) + label::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.check-center.checkbox-radio [type=radio]:checked + label .ico-radio, .check-center.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
  top: 50%;
  left: 21px;
  margin-top: -2px;
}
.check-center .box3-content {
  padding-left: 30px;
}
.check-center.checkbox-radio [type=radio]:checked + label .border-1-grey {
  border: 1px solid #000;
}
.check-center.checkbox-radio [type=radio]:checked + label .border-1 {
  border: 1px solid #000;
}

.check-bleed.checkbox-radio [type=radio]:checked + label::before, .check-bleed.checkbox-radio [type=radio]:not(:checked) + label::before {
  left: 0;
}
.check-bleed.checkbox-radio [type=radio]:checked + label .ico-radio, .check-bleed.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
  left: 5px;
}

.check-top.checkbox-radio [type=radio]:checked + label::before, .check-top.checkbox-radio [type=radio]:not(:checked) + label::before {
  position: absolute;
  top: 16px;
  left: 16px;
}
.check-top.checkbox-radio [type=radio]:checked + label .ico-radio, .check-top.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
  top: 23px;
  left: 23px;
}
.check-top .box3-content {
  padding-left: 30px;
}
.check-top.checkbox-radio [type=radio]:checked + label .border-1, .check-top.checkbox-radio [type=radio]:checked + label .border-1-grey {
  border: 1px solid #000;
}

.check-clear.checkbox-radio [type=radio]:checked + label::before, .check-clear.checkbox-radio [type=radio]:not(:checked) + label::before {
  position: absolute;
  top: 16px;
  left: 0;
}
.check-clear.checkbox-radio [type=radio]:checked + label .ico-radio, .check-clear.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
  top: 23px;
  left: 4px;
}
.check-clear .box3-content {
  padding-left: 30px;
}
.check-clear.checkbox-radio [type=radio]:checked + label .border-1, .check-clear.checkbox-radio [type=radio]:checked + label .border-1-grey {
  border: 1px solid #000;
}

.checkbox-card .checkbox-card-label {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #a9a9a9;
  background: #fff;
  flex-direction: column;
  display: flex;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.checkbox-card [type=radio] {
  position: absolute;
  left: -9999px;
  width: 70px;
}
.checkbox-card [type=radio]:checked + .checkbox-card-label, .checkbox-card :hover + .checkbox-card-label {
  cursor: pointer;
  border: 1px solid #000;
}
.has-light .checkbox-card {
  color: #fff;
}
.has-light .checkbox-card .checkbox-card-label {
  border: 1px solid #666666;
  background: #000;
}
.has-light .checkbox-card [type=radio]:checked + .checkbox-card-label, .has-light .checkbox-card :hover + .checkbox-card-label {
  cursor: pointer;
  border: 1px solid #fff;
}

.is-active.checkbox-radio .border-1, .is-active.checkbox-radio .border-1-grey {
  border: 1px solid #000;
}
.is-active.checkbox-radio [type=radio] + label .ico-radio {
  opacity: 1;
  transform: scale(1);
}

.is-error .checkbox-item [type=checkbox]:checked + label::before,
.is-error .checkbox-item [type=checkbox]:not(:checked) + label::before {
  border: 1px solid #ed0f2b !important;
}
.is-error .checkbox-item a {
  color: #ed0f2b !important;
}
.is-error .checkbox-item svg g {
  fill: #ed0f2b !important;
}
.is-error .checkbox-item svg g polyline {
  stroke: #ed0f2b !important;
}

.has-light .checkbox-item .ico-check::after {
  background-color: transparent;
}
.has-light .checkbox-item .ico-check::before {
  background-color: #fff;
}
.has-light .checkbox-item [type=checkbox]:not(:checked) + label::before,
.has-light .checkbox-item [type=checkbox]:checked + label::before {
  border: 1px solid #fff;
}
.has-light .checkbox-item [type=checkbox]:not(:checked) + label .icon,
.has-light .checkbox-item [type=checkbox]:checked + label .icon {
  color: #fff;
}
.has-light .checkbox-item svg g {
  fill: #fff;
}
.has-light .checkbox-item svg g polyline {
  stroke: #fff;
}
.has-light .checkbox-radio [type=radio]:not(:checked) + label::before,
.has-light .checkbox-radio [type=radio]:checked + label::before {
  border: 1px solid #fff;
}
.has-light .checkbox-radio [type=radio]:not(:checked) + label .ico-radio,
.has-light .checkbox-radio [type=radio]:checked + label .ico-radio {
  background-color: #fff;
}
.has-light .checkbox-item-2 [type=checkbox]:not(:checked) + label::before,
.has-light .checkbox-item-2 [type=checkbox]:checked + label::before {
  border: 1px solid #fff;
}
.has-light .checkbox-item-2 .checkbox-circle {
  background: #fff;
}
.has-light .checkbox-item-2 [type=checkbox]:not(:checked) + label .checkbox-circle,
.has-light .checkbox-item-2 [type=checkbox]:checked + label .checkbox-circle {
  color: #fff;
}

.checkbox-item [type=checkbox]:not(:checked) + label::before {
  background-color: #fff;
}

.checkbox-item [type=checkbox]:checked + label::before {
  background-color: #000;
}

.check-center.checkbox-radio [type=radio]:checked + label .border-1-grey {
  border: 1px solid #000;
}

/* functional */
.form {
  width: 100%;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}

.input,
.textarea,
.select select {
  border: var(--line-width) solid transparent;
  border-color: #a9a9a9;
  border-radius: 8px;
  appearance: none;
  align-items: center;
  box-shadow: none;
  display: inline-flex;
  justify-content: flex-start;
  padding: 9px 8px 8px 8px;
  position: relative;
  vertical-align: top;
  height: 40px;
  box-sizing: border-box;
  color: #000;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}
.input.validation-error,
.textarea.validation-error,
.select select.validation-error {
  border-color: #ed0f2b;
}
.input:focus,
.textarea:focus,
.select select:focus {
  outline: none;
  border-color: #000;
}
.inputdisabled, .input.disabled,
.textareadisabled,
.textarea.disabled,
.select selectdisabled,
.select select.disabled {
  pointer-events: none;
  border-color: #a9a9a9;
  color: #a9a9a9;
}

label {
  padding-bottom: 4px;
  color: #a9a9a9;
  display: block;
}

.textarea {
  min-height: 200px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 16px;
}

.select {
  max-width: 100%;
  appearance: none;
  align-items: center;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  justify-content: flex-start;
  position: relative;
  vertical-align: top;
}
.select select {
  cursor: pointer;
  display: block;
  max-width: 100%;
  outline: 0;
}
.select select:hover {
  opacity: 0.6;
}
.select label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  padding-bottom: 4px;
  color: #a9a9a9;
}
.select::after {
  border: 1px solid #000;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  content: " ";
  height: 8px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 8px;
}
.select:not(.is-multiple) {
  height: 40px;
}
.select:not(.is-multiple, .is-loading)::after {
  border-color: #000;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover,
.select fieldset[disabled] select:hover {
  border-color: #f0f0f0;
}
.select select:not([multiple]) {
  padding-right: 38px;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0;
}
.select.select-label select {
  padding-left: 100px;
}

.validation-error-messages {
  color: #ed0f2b;
  font-weight: 500;
}
.validation-error-messages svg path {
  fill: #ed0f2b;
}

.has-light .form-input-label input,
.has-light .form-input-label-2 input {
  background-color: transparent;
}
.has-light input,
.has-light label {
  color: #fff;
}
.has-light .input:focus {
  border-color: #fff;
}

/* functional */
ul.list-disc {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
ul.list-disc li {
  position: relative;
  padding: 0 16px;
}
ul.list-disc li::after {
  background-color: #1a1a1a;
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
}
ul.list-disc li a {
  text-decoration: none;
  padding: 14px 0;
}
ul.list-disc li a::after {
  bottom: 7px;
}

ul.list-inline li {
  display: inline-flex;
  padding: 0 4px;
}
ul.list-inline li::after {
  display: none;
}

ul.list-inline-flex {
  margin: 0;
  padding: 0;
}
ul.list-inline-flex li {
  display: inline-flex;
  padding: 0 4px;
  margin: 0;
}
ul.list-inline-flex li::after {
  display: none;
}

ul.list-inline-clear {
  margin: 0;
  padding: 0;
}
ul.list-inline-clear li {
  display: inline-block;
  margin: 0;
}
ul.list-inline-clear li::after {
  display: none;
}

ul.list-clear li {
  list-style: none;
}
ul.list-clear li::after {
  display: none;
}

/* functional */
.accordion {
  border-top: 1px solid #a9a9a9;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.accordion-header {
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  outline: none;
  padding: 16px 0;
  position: relative;
  text-align: left;
  transition: background 0.3s ease;
  width: 100%;
}

.accordion-header:hover {
  background: #e0e0e0;
}

.accordion-item {
  border-bottom: 1px solid #a9a9a9;
}

.accordion-content {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 0 0 16px 0;
}

.list-time-wrap {
  border-top: 1px solid #a9a9a9;
}

.list-time {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 16px;
  padding-top: 16px;
}
.list-time .list-time-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.list-time .list-time-content .list-time-hour {
  max-width: 200px;
}

.list-link {
  border-bottom: 1px solid #a9a9a9;
}

.list-link:first-child {
  border-top: 1px solid #a9a9a9;
}

/* functional */
.tabs ul {
  display: flex;
  margin: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs ul.content-start {
  justify-content: flex-start;
}
.tabs ul.content-center {
  align-items: center;
}
.tabs li {
  position: relative;
  display: block;
  margin: 0;
  list-style: none;
}
.tabs li a,
.tabs li span,
.tabs li .tab {
  overflow: hidden;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  cursor: pointer;
  padding: 8px 16px;
  line-height: 1;
  border: 1px solid #000000;
}
.tabs li.is-active .tab, .tabs li.is-active span, .tabs li.is-active a {
  position: relative;
  background-color: #ed0f2b;
  color: #ffffff;
  border: 1px solid #ed0f2b;
}
.tabs.is-center ul {
  justify-content: center;
}
.tabs.is-around ul {
  justify-content: space-around;
}
.tabs.is-around ul li {
  flex: 1;
}
.tabs .list-equal {
  display: flex;
  align-items: flex-end;
}
.tabs .list-equal li {
  flex-grow: 1;
}
.has-light .tabs li::after {
  background-color: #fff;
}

.tabs-inline ul {
  display: flex;
  margin: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs-inline ul.content-start {
  justify-content: flex-start;
}
.tabs-inline ul.content-center {
  align-items: center;
}
.tabs-inline li {
  display: block;
  margin: 0;
}
.tabs-inline li a,
.tabs-inline li span,
.tabs-inline li button {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  font-size: 12px;
  cursor: pointer;
}
.tabs-inline li.is-active a, .tabs-inline li.is-active span, .tabs-inline li.is-active button {
  position: relative;
}
.tabs-inline li.is-active a::after, .tabs-inline li.is-active span::after, .tabs-inline li.is-active button::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #000;
  bottom: 0;
}
.tabs-inline li::after {
  display: none;
}
.tabs-inline.is-center ul {
  justify-content: center;
}
.tabs-inline.is-around ul {
  justify-content: space-around;
}
.tabs-inline.is-around ul li {
  flex: 1;
}
.tabs-inline .list-equal {
  display: flex;
  align-items: flex-end;
}
.tabs-inline .list-equal li {
  flex-grow: 1;
}

.tabs-list,
.tabs-clear li {
  display: block;
  width: 100%;
  margin: 0;
}
.tabs-list span,
.tabs-list a,
.tabs-clear li span,
.tabs-clear li a {
  position: relative;
  cursor: pointer;
}
.tabs-list span::after,
.tabs-list a::after,
.tabs-clear li span::after,
.tabs-clear li a::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #000;
  height: 2px;
  bottom: -4px;
  left: 0;
}
.tabs-list span:hover::after,
.tabs-list a:hover::after,
.tabs-clear li span:hover::after,
.tabs-clear li a:hover::after {
  background: #000;
}

/* functional */
@keyframes opendrawer {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes closedrawer {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes opendrawerRTL {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes closedrawerRTL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.15;
  }
}
@keyframes fadeOutOverlay {
  from {
    opacity: 0.15;
  }
  to {
    opacity: 0;
  }
}
.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 1000;
}

.drawer {
  background-clip: padding-box;
  background-color: white;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  z-index: 1050;
}

.drawer-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px 32px;
}

.drawer-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 24px 32px;
}

.drawer-footer {
  align-items: center;
  display: flex;
}

.drawer-sm {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 424px;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.drawer-xl {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 720px;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

body.open-drawer .drawer {
  transform: translateX(0);
}
body.open-drawer .drawer-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* functional */
.is-rtl .fl-left {
  float: right;
}
.is-rtl .fl-right {
  float: left;
}
.is-rtl .text-left {
  text-align: right;
}
.is-rtl .text-right {
  text-align: left;
}
@media (max-width: 767px) {
  .is-rtl .xs\:text-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .is-rtl .sm\:text-right {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .is-rtl .md\:text-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .is-rtl .xs\:text-left {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .is-rtl .sm\:text-left {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .is-rtl .md\:text-left {
    text-align: right;
  }
}
.is-rtl .select select:not([multiple]) {
  padding-right: 0;
  padding-left: 20px;
}
.is-rtl .select-size select:not([multiple]) {
  padding-right: 0;
  padding-left: 20px;
}
.is-rtl .select:not(.is-multiple, .is-loading)::after {
  right: inherit;
  left: 0;
}
.is-rtl .select.select-label select {
  padding-right: 100px;
}
.is-rtl .select.select-label label {
  left: inherit;
  right: 0;
}
.is-rtl .select:not(.is-multiple, .is-loading).select-box::after {
  left: 8px;
}
.is-rtl .mr-0 {
  margin-right: 0;
  margin-left: 0px;
}
.is-rtl .ml-0 {
  margin-left: 0;
  margin-right: 0px;
}
.is-rtl .pr-0 {
  padding-right: 0;
  padding-left: 0px;
}
.is-rtl .pl-0 {
  padding-left: 0;
  padding-right: 0px;
}
.is-rtl .mr-2 {
  margin-right: 0;
  margin-left: 2px;
}
.is-rtl .ml-2 {
  margin-left: 0;
  margin-right: 2px;
}
.is-rtl .pr-2 {
  padding-right: 0;
  padding-left: 2px;
}
.is-rtl .pl-2 {
  padding-left: 0;
  padding-right: 2px;
}
.is-rtl .mr-4 {
  margin-right: 0;
  margin-left: 4px;
}
.is-rtl .ml-4 {
  margin-left: 0;
  margin-right: 4px;
}
.is-rtl .pr-4 {
  padding-right: 0;
  padding-left: 4px;
}
.is-rtl .pl-4 {
  padding-left: 0;
  padding-right: 4px;
}
.is-rtl .mr-8 {
  margin-right: 0;
  margin-left: 8px;
}
.is-rtl .ml-8 {
  margin-left: 0;
  margin-right: 8px;
}
.is-rtl .pr-8 {
  padding-right: 0;
  padding-left: 8px;
}
.is-rtl .pl-8 {
  padding-left: 0;
  padding-right: 8px;
}
.is-rtl .mr-12 {
  margin-right: 0;
  margin-left: 12px;
}
.is-rtl .ml-12 {
  margin-left: 0;
  margin-right: 12px;
}
.is-rtl .pr-12 {
  padding-right: 0;
  padding-left: 12px;
}
.is-rtl .pl-12 {
  padding-left: 0;
  padding-right: 12px;
}
.is-rtl .mr-16 {
  margin-right: 0;
  margin-left: 16px;
}
.is-rtl .ml-16 {
  margin-left: 0;
  margin-right: 16px;
}
.is-rtl .pr-16 {
  padding-right: 0;
  padding-left: 16px;
}
.is-rtl .pl-16 {
  padding-left: 0;
  padding-right: 16px;
}
.is-rtl .mr-20 {
  margin-right: 0;
  margin-left: 20px;
}
.is-rtl .ml-20 {
  margin-left: 0;
  margin-right: 20px;
}
.is-rtl .pr-20 {
  padding-right: 0;
  padding-left: 20px;
}
.is-rtl .pl-20 {
  padding-left: 0;
  padding-right: 20px;
}
.is-rtl .mr-24 {
  margin-right: 0;
  margin-left: 24px;
}
.is-rtl .ml-24 {
  margin-left: 0;
  margin-right: 24px;
}
.is-rtl .pr-24 {
  padding-right: 0;
  padding-left: 24px;
}
.is-rtl .pl-24 {
  padding-left: 0;
  padding-right: 24px;
}
.is-rtl .mr-32 {
  margin-right: 0;
  margin-left: 32px;
}
.is-rtl .ml-32 {
  margin-left: 0;
  margin-right: 32px;
}
.is-rtl .pr-32 {
  padding-right: 0;
  padding-left: 32px;
}
.is-rtl .pl-32 {
  padding-left: 0;
  padding-right: 32px;
}
.is-rtl .mr-40 {
  margin-right: 0;
  margin-left: 40px;
}
.is-rtl .ml-40 {
  margin-left: 0;
  margin-right: 40px;
}
.is-rtl .pr-40 {
  padding-right: 0;
  padding-left: 40px;
}
.is-rtl .pl-40 {
  padding-left: 0;
  padding-right: 40px;
}
.is-rtl .mr-48 {
  margin-right: 0;
  margin-left: 48px;
}
.is-rtl .ml-48 {
  margin-left: 0;
  margin-right: 48px;
}
.is-rtl .pr-48 {
  padding-right: 0;
  padding-left: 48px;
}
.is-rtl .pl-48 {
  padding-left: 0;
  padding-right: 48px;
}
.is-rtl .mr-56 {
  margin-right: 0;
  margin-left: 56px;
}
.is-rtl .ml-56 {
  margin-left: 0;
  margin-right: 56px;
}
.is-rtl .pr-56 {
  padding-right: 0;
  padding-left: 56px;
}
.is-rtl .pl-56 {
  padding-left: 0;
  padding-right: 56px;
}
.is-rtl .mr-64 {
  margin-right: 0;
  margin-left: 64px;
}
.is-rtl .ml-64 {
  margin-left: 0;
  margin-right: 64px;
}
.is-rtl .pr-64 {
  padding-right: 0;
  padding-left: 64px;
}
.is-rtl .pl-64 {
  padding-left: 0;
  padding-right: 64px;
}
.is-rtl .mr-72 {
  margin-right: 0;
  margin-left: 72px;
}
.is-rtl .ml-72 {
  margin-left: 0;
  margin-right: 72px;
}
.is-rtl .pr-72 {
  padding-right: 0;
  padding-left: 72px;
}
.is-rtl .pl-72 {
  padding-left: 0;
  padding-right: 72px;
}
.is-rtl .mr-80 {
  margin-right: 0;
  margin-left: 80px;
}
.is-rtl .ml-80 {
  margin-left: 0;
  margin-right: 80px;
}
.is-rtl .pr-80 {
  padding-right: 0;
  padding-left: 80px;
}
.is-rtl .pl-80 {
  padding-left: 0;
  padding-right: 80px;
}
.is-rtl .mr-96 {
  margin-right: 0;
  margin-left: 96px;
}
.is-rtl .ml-96 {
  margin-left: 0;
  margin-right: 96px;
}
.is-rtl .pr-96 {
  padding-right: 0;
  padding-left: 96px;
}
.is-rtl .pl-96 {
  padding-left: 0;
  padding-right: 96px;
}
.is-rtl .mr-112 {
  margin-right: 0;
  margin-left: 112px;
}
.is-rtl .ml-112 {
  margin-left: 0;
  margin-right: 112px;
}
.is-rtl .pr-112 {
  padding-right: 0;
  padding-left: 112px;
}
.is-rtl .pl-112 {
  padding-left: 0;
  padding-right: 112px;
}
.is-rtl .mr-120 {
  margin-right: 0;
  margin-left: 120px;
}
.is-rtl .ml-120 {
  margin-left: 0;
  margin-right: 120px;
}
.is-rtl .pr-120 {
  padding-right: 0;
  padding-left: 120px;
}
.is-rtl .pl-120 {
  padding-left: 0;
  padding-right: 120px;
}
.is-rtl .mr-128 {
  margin-right: 0;
  margin-left: 128px;
}
.is-rtl .ml-128 {
  margin-left: 0;
  margin-right: 128px;
}
.is-rtl .pr-128 {
  padding-right: 0;
  padding-left: 128px;
}
.is-rtl .pl-128 {
  padding-left: 0;
  padding-right: 128px;
}
.is-rtl .mr-160 {
  margin-right: 0;
  margin-left: 160px;
}
.is-rtl .ml-160 {
  margin-left: 0;
  margin-right: 160px;
}
.is-rtl .pr-160 {
  padding-right: 0;
  padding-left: 160px;
}
.is-rtl .pl-160 {
  padding-left: 0;
  padding-right: 160px;
}
.is-rtl .check-center.check-bleed.checkbox-radio [type=radio]:checked + label::before,
.is-rtl .check-center.check-bleed.checkbox-radio [type=radio]:not(:checked) + label::before {
  left: initial;
  right: 0;
}
.is-rtl .check-center.check-bleed.checkbox-radio [type=radio]:checked + label .ico-radio,
.is-rtl .check-center.check-bleed.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
  left: initial;
  right: 5px;
}
.is-rtl .btn.btn-world .btn-world-center {
  text-align: right;
}
.is-rtl .btn.btn-world .btn-world-right {
  transform: rotateY(180deg);
}
.is-rtl .btn-group > :not(:first-child, :last-child) {
  border-radius: 0;
  margin-right: -1px;
  margin-left: 0;
}
.is-rtl .btn-group .btn:first-child {
  border-radius: 0 0 0 0;
}
.is-rtl .btn-group .btn:last-child {
  border-radius: 0 0 0 0;
}
.is-rtl .btn-group [class^=btn--]:last-child,
.is-rtl .btn-group [class*=" btn--"]:last-child {
  margin-right: -1px;
  margin-left: 0;
  outline: none;
}
.is-rtl .btn-social-login svg {
  margin-right: 0;
  margin-left: 8px;
}
.is-rtl .btn-social {
  padding-right: 32px;
  padding-left: 32px;
}
.is-rtl .btn-social svg-icon,
.is-rtl .btn-social svg-icon2 {
  right: 16px;
  left: auto;
}
.is-rtl .checkbox-item [type=checkbox]:not(:checked),
.is-rtl .checkbox-item [type=checkbox]:checked {
  left: 0;
  right: -9999px;
  position: absolute;
  width: 70px;
}
.is-rtl .checkbox-item [type=checkbox]:not(:checked) + label::before,
.is-rtl .checkbox-item [type=checkbox]:checked + label::before {
  left: auto;
  right: 0;
  margin: 0 0 0 10px;
}
.is-rtl .checkbox-item [type=checkbox]:not(:checked) + label,
.is-rtl .checkbox-item [type=checkbox]:checked + label {
  padding-left: 0;
  padding-right: 24px;
}
.is-rtl .checkbox-item [type=checkbox]:not(:checked) + label span.theta,
.is-rtl .checkbox-item [type=checkbox]:checked + label span.theta {
  padding-left: 0;
  padding-right: 24px;
}
.is-rtl .checkbox-item [type=checkbox]:not(:checked) + label .icon,
.is-rtl .checkbox-item [type=checkbox]:checked + label .icon {
  right: 2px;
  left: auto;
  top: 3px;
}
.is-rtl .checkbox-item .ma-wrapper-terms-inner span,
.is-rtl .checkbox-item .ma-wrapper-terms-inner span.legal-text {
  padding-right: 0;
  padding-left: 0;
}
.is-rtl .check-bleed.checkbox-radio [type=radio]:checked + label .ico-radio, .is-rtl .check-bleed.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
  left: 0;
  right: 17px;
}
.is-rtl .check-bleed.checkbox-radio [type=radio]:checked + label::before, .is-rtl .check-bleed.checkbox-radio [type=radio]:not(:checked) + label::before {
  left: auto;
  right: 0;
}
.is-rtl .check-center.checkbox-radio [type=radio]:checked + label::before, .is-rtl .check-center.checkbox-radio [type=radio]:not(:checked) + label::before {
  left: auto;
  right: 16px;
  margin: 0;
}
.is-rtl .check-center.checkbox-radio [type=radio]:checked + label .ico-radio, .is-rtl .check-center.checkbox-radio [type=radio]:not(:checked) + label .ico-radio {
  left: 0;
  right: 21px;
}
.is-rtl .check-center .box3-content {
  padding-left: 0;
  padding-right: 48px;
}
.is-rtl .checkbox-radio [type=radio]:not(:checked),
.is-rtl .checkbox-radio [type=radio]:checked {
  left: 0;
  right: -9999px;
  position: absolute;
  width: 70px;
}
.is-rtl .checkbox-item-text span {
  margin-left: 0;
  margin-right: 40px;
}
.is-rtl [type=radio]:not(:checked),
.is-rtl [type=radio]:checked,
.is-rtl .checkbox-card [type=radio] {
  left: 9999px;
}
.is-rtl .checkbox-item-2 [type=checkbox]:not(:checked),
.is-rtl .checkbox-item-2 [type=checkbox]:checked {
  left: 9999px;
}
.is-rtl .color-wrap button {
  margin-right: 0;
  margin-left: 8px;
}
.is-rtl .form-input-label.datalist svg,
.is-rtl .form-input-label-2.datalist svg {
  right: auto;
  left: 16px;
}
.is-rtl .form-input-label.datalist .validation-error-messages svg,
.is-rtl .form-input-label-2.datalist .validation-error-messages svg {
  left: auto;
}
.is-rtl .form-input-label.datalist::after,
.is-rtl .form-input-label-2.datalist::after {
  left: 4px;
}
.is-rtl .form-prefix input {
  text-align: right;
}
.is-rtl .select.select-box select {
  padding: 1px 8px 0 20px;
}
.is-rtl .select.select-box::after {
  left: 6px;
  right: inherit;
}
.is-rtl .select.select-flat label {
  left: auto;
}
.is-rtl .select.select-flat select {
  padding-right: 0;
}
.is-rtl .select.select-flat::after {
  left: 20px;
  right: auto;
}
.is-rtl .form-input-label .info-text {
  left: 0;
}
.is-rtl .form-input-label.icon-right .form-text {
  right: auto;
  left: 0;
}
.is-rtl .form-input-label.has-ico-post svg-icon,
.is-rtl .form-input-label.has-ico-post svg-icon2 {
  position: absolute;
  right: 0;
}
.is-rtl .form-input-label.has-ico-post .validation-error-messages svg-icon,
.is-rtl .form-input-label.has-ico-post .validation-error-messages svg-icon2 {
  position: relative;
}
.is-rtl .form-input-prefix .input-prefix {
  margin-right: 0;
  margin-left: 8px;
}
.is-rtl .form-input-label-2.icon-right .form-text {
  right: auto;
  left: 0;
}
.is-rtl .form-input-label-2.has-ico-post .ico-post {
  right: auto;
  left: 0;
}
.is-rtl .form-input-label-2.has-ico-post .validation-error-messages svg-icon,
.is-rtl .form-input-label-2.has-ico-post .validation-error-messages svg-icon2 {
  position: relative;
}
.is-rtl .form-input-label-2.has-ico-pre .ico-pre {
  position: absolute;
  right: 0;
  left: auto;
}
.is-rtl .form-input-label-2.has-ico-pre .validation-error-messages svg-icon,
.is-rtl .form-input-label-2.has-ico-pre .validation-error-messages svg-icon2 {
  position: relative;
}
.is-rtl .form-input-label-2 .info-text {
  left: 0;
  right: initial;
}
.is-rtl .has-ico-post.btn, .is-rtl .has-ico-post > input, .is-rtl .has-ico-post > label {
  padding-right: 0;
  padding-left: 24px;
}
.is-rtl .has-ico-pre.btn, .is-rtl .has-ico-pre > input, .is-rtl .has-ico-pre > label {
  padding-left: 0;
  padding-right: 28px;
}
.is-rtl .link-svg-pre,
.is-rtl button.link-line.link-svg-pre {
  padding-left: 0;
  padding-right: 20px;
}
.is-rtl .link-svg-pre::after,
.is-rtl button.link-line.link-svg-pre::after {
  left: 0;
}
.is-rtl .link-svg-pre svg-icon,
.is-rtl .link-svg-pre svg-icon2,
.is-rtl button.link-line.link-svg-pre svg-icon,
.is-rtl button.link-line.link-svg-pre svg-icon2 {
  left: auto;
  right: 0;
}
.is-rtl .link-svg-post,
.is-rtl button.link-line.link-svg-post {
  padding-left: 20px;
  padding-right: 0;
}
.is-rtl .link-svg-post::after,
.is-rtl button.link-line.link-svg-post::after {
  right: 0;
}
.is-rtl .link-svg-post svg-icon,
.is-rtl .link-svg-post svg-icon2,
.is-rtl button.link-line.link-svg-post svg-icon,
.is-rtl button.link-line.link-svg-post svg-icon2 {
  right: auto;
  left: 0;
}
.is-rtl ul.list-disc li::after {
  right: 0;
}
.is-rtl .list-button.list-secundary, .is-rtl .list-button.list-secondary {
  padding-left: 0;
  padding-right: 16px;
}
.is-rtl .list-button.list-tertiary {
  padding-left: 0;
  padding-right: 32px;
}
.is-rtl .tabs-mini {
  float: left;
}
.is-rtl .tabs-mini li:first-child a::after {
  left: 0;
  right: auto;
}
.is-rtl .header-account-back {
  left: auto;
  right: 0;
}
.is-rtl .header-account-back svg-icon svg,
.is-rtl .header-account-back svg-icon2 svg {
  transform: rotate(180deg);
}
.is-rtl .validation-error-messages svg-icon,
.is-rtl .validation-error-messages svg-icon2 {
  padding-right: 0;
  padding-left: 8px;
}
.is-rtl .tag-new {
  right: auto;
  left: -30px;
}
.is-rtl .box4 ul {
  margin-left: 0;
  margin-right: 16px;
}
.is-rtl .box4::before {
  left: initial;
  top: 47px;
  right: 20px;
}
.is-rtl .box3-top {
  padding-right: 16px;
  padding-left: 0;
}

.flex {
  display: flex;
}

/*# sourceMappingURL=style.css.map */
