:root {
  --black: #000000;
  --white: #ffffff;
  --blue-100: #ecf3f8;
  --blue-200: #ccecf8;
  --blue-300: #99d9f0;
  --blue-400: #66c5e9;
  --blue-500: #0099CC;
  --blue-600: #0077a4;
  --blue-700: #00506d;
  --blue-800: #002837;
  --blue-900: #001016;
  --green-100: #f2f9e7;
  --green-200: #e9f8cd;
  --green-300: #afd466;
  --green-400: #95c633;
  --green-500: #00cc99;
  --green-600: #6ba200;
  --green-700: #3d5c00;
  --green-800: #1f2e00;
  --green-900: #0c1200;
  --grey-100: #f2f2f2;
  --grey-200: #e0e0e0;
  --grey-300: #c2c2c2;
  --grey-400: #a3a3a3;
  --grey-500: #747678;
  --grey-600: #57595a;
  --grey-700: #474747;
  --grey-800: #272727;
  --grey-900: #0b0b0b;
  --red-500: #d52b1e;
  --dark-blue-100: #e5ebf4;
  --dark-blue-400: #0078c7;
  --dark-blue-500: #00338d;
  --purple-100: #eef1fb;
  --spirit-0: #00cc99;
  --spirit-01: #1b1466;
  --spirit-02: #00b0f0;
  --spirit-03: #f8df00;
  --spirit-04: #ec8b10;
  --spirit-05: #00b341;
  --spirit-06: #005fb8;
  --spirit-07: #e6002a;
  --price-up: #00cc99;
  --price-down: #f94848;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1640px;
  /*    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace*/
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/*
html{
    font-family: "Kanit", sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block
}
body{
    margin:0;
    font-family: "Kanit", sans-serif;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#474747;
    text-align:left;
    background-color:#fff
}
*/
[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: "Kanit", sans-serif;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(.focus-visible) {
  outline: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.125rem + 0.5vw);
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #474747;
}
h1,
.h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
h2,
.h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.25rem + 1vw);
  }
}
h3,
.h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
h4,
.h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.125rem + 0.5vw);
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  h5,
  .h5 {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .lead {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(2.25rem + 5vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(2.125rem + 4.5vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.875rem + 3.5vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.625rem + 2.5vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  .blockquote {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1640px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1560px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1640px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #474747;
}
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #0000000d;
}
.table-hover tbody tr:hover {
  color: #000;
  background-color: #e2e2e2;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: #00000013;
}
.table-hover .table-active:hover {
  background-color: #00000013;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #00000013;
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #0000000d;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff0d;
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: #ffffff13;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1639.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: none !important;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .col-form-label-lg {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .form-control-lg {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
select.form-control[size],
select.form-control[multiple],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #28a745e6;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 10px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem #28a74540;
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem #28a74540;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label:before,
.custom-control-input.is-valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before,
.custom-control-input.is-valid:checked ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before,
.custom-control-input.is-valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #28a74540;
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem #28a74540;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #dc3545e6;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 10px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem #dc354540;
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem #dc354540;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label:before,
.custom-control-input.is-invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before,
.custom-control-input.is-invalid:checked ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before,
.custom-control-input.is-invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #dc354540;
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem #dc354540;
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #474747;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #474747;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #007bff40;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem #268fff80;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #268fff80;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem #828a9180;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #828a9180;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem #48b46180;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #48b46180;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem #deaa0c80;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #deaa0c80;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem #007bff80;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #007bff80;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem #28a74580;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #28a74580;
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem #dc354580;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #dc354580;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1640px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle:after {
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .custom-select,
  .input-group-lg > .input-group-prepend > .input-group-text,
  .input-group-lg > .input-group-append > .input-group-text,
  .input-group-lg > .input-group-prepend > .btn,
  .input-group-lg > .input-group-append > .btn {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none !important;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #e2e2e2;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label:before,
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  color: #474747;
  vertical-align: top;
}
.custom-control-label:before {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #e2e2e2 solid 1px;
}
.custom-control-label:after {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23FFFFFF%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: #007bff80;
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: #007bff80;
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23FFFFFF%27/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: #007bff80;
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
  top: calc(0.125rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #e2e2e2;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.5rem);
  transform: translate(0.5rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: #007bff80;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e")
    right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  .custom-select-lg {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #000;
  box-shadow: none !important;
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input:lang(th) ~ .custom-file-label:after {
  content: "\e40\e25\e37\e2d\e01";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #000;
  border-left: inherit;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .navbar-brand {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
@media (max-width: 1200px) {
  .navbar-toggler {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1639.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1640px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: #000000e6;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #000000e6;
}
.navbar-light .navbar-nav .nav-link {
  color: #00000080;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #000000e6;
}
.navbar-light .navbar-toggler {
  color: #00000080;
  border-color: #0000001a;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #00000080;
}
.navbar-light .navbar-text a {
  color: #000000e6;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #000000e6;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff80;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffffbf;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #ffffff80;
  border-color: #ffffff1a;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #ffffff80;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /*border:1px solid rgba(0,0,0,.125)*/
  border: 0px !important;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #00000008;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #00000008;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  inset: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #007bff40;
}
.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .pagination-lg .page-link {
    font-size: calc(1.0625rem + 0.25vw);
  }
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #007bff80;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #6c757d80;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #28a74580;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #17a2b880;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #ffc10780;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #dc354580;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #343a4080;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1640px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.125rem + 0.5vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem #0000001a;
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
[dir="ltr"] .tooltip {
  text-align: left;
}
[dir="rtl"] .tooltip {
  text-align: right;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow:before,
.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow:before,
.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow:before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow:before,
.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}
[dir="ltr"] .popover {
  text-align: left;
}
[dir="rtl"] .popover {
  text-align: right;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:before,
.popover .arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow:before,
.bs-popover-auto[x-placement^="top"] > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #00000040;
}
.bs-popover-top > .arrow:after,
.bs-popover-auto[x-placement^="top"] > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow:before,
.bs-popover-auto[x-placement^="right"] > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #00000040;
}
.bs-popover-right > .arrow:after,
.bs-popover-auto[x-placement^="right"] > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow:before,
.bs-popover-auto[x-placement^="bottom"] > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #00000040;
}
.bs-popover-bottom > .arrow:after,
.bs-popover-auto[x-placement^="bottom"] > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header:before,
.bs-popover-auto[x-placement^="bottom"] .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow:before,
.bs-popover-auto[x-placement^="left"] > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #00000040;
}
.bs-popover-left > .arrow:after,
.bs-popover-auto[x-placement^="left"] > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translate(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translate(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1640px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1640px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1640px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem #00000013 !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem #00000026 !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}
.m-7 {
  margin: 3rem !important;
}
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}
.m-8 {
  margin: 4rem !important;
}
.mt-8,
.my-8 {
  margin-top: 4rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}
.m-9 {
  margin: 6rem !important;
}
.mt-9,
.my-9 {
  margin-top: 6rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 6rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 6rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 6rem !important;
}
.m-10 {
  margin: 7.5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 7.5rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 7.5rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 7.5rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 7.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2rem !important;
}
.pr-5,
.px-5 {
  padding-right: 2rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}
.p-7 {
  padding: 3rem !important;
}
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}
.pr-7,
.px-7 {
  padding-right: 3rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}
.pl-7,
.px-7 {
  padding-left: 3rem !important;
}
.p-8 {
  padding: 4rem !important;
}
.pt-8,
.py-8 {
  padding-top: 4rem !important;
}
.pr-8,
.px-8 {
  padding-right: 4rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}
.pl-8,
.px-8 {
  padding-left: 4rem !important;
}
.p-9 {
  padding: 6rem !important;
}
.pt-9,
.py-9 {
  padding-top: 6rem !important;
}
.pr-9,
.px-9 {
  padding-right: 6rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 6rem !important;
}
.pl-9,
.px-9 {
  padding-left: 6rem !important;
}
.p-10 {
  padding: 7.5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 7.5rem !important;
}
.pr-10,
.px-10 {
  padding-right: 7.5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 7.5rem !important;
}
.pl-10,
.px-10 {
  padding-left: 7.5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -2rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}
.m-n6 {
  margin: -2.5rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}
.m-n7 {
  margin: -3rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}
.m-n8 {
  margin: -4rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -4rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -4rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -4rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -4rem !important;
}
.m-n9 {
  margin: -6rem !important;
}
.mt-n9,
.my-n9 {
  margin-top: -6rem !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -6rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -6rem !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -6rem !important;
}
.m-n10 {
  margin: -7.5rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -7.5rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -7.5rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -7.5rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -7.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important;
  }
  .m-sm-9 {
    margin: 6rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 6rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 6rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 6rem !important;
  }
  .m-sm-10 {
    margin: 7.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 7.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important;
  }
  .p-sm-9 {
    padding: 6rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 6rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 6rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 6rem !important;
  }
  .p-sm-10 {
    padding: 7.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 7.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n7 {
    margin: -3rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important;
  }
  .m-sm-n8 {
    margin: -4rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -4rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -4rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -4rem !important;
  }
  .m-sm-n9 {
    margin: -6rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -6rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -6rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -6rem !important;
  }
  .m-sm-n10 {
    margin: -7.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important;
  }
  .m-md-9 {
    margin: 6rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 6rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 6rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 6rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 6rem !important;
  }
  .m-md-10 {
    margin: 7.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 7.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 7.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 7.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important;
  }
  .p-md-9 {
    padding: 6rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 6rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 6rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 6rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 6rem !important;
  }
  .p-md-10 {
    padding: 7.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 7.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 7.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 7.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  .m-md-n7 {
    margin: -3rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important;
  }
  .m-md-n8 {
    margin: -4rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -4rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -4rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -4rem !important;
  }
  .m-md-n9 {
    margin: -6rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -6rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -6rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -6rem !important;
  }
  .m-md-n10 {
    margin: -7.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important;
  }
  .m-lg-9 {
    margin: 6rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 6rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 6rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 6rem !important;
  }
  .m-lg-10 {
    margin: 7.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 7.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important;
  }
  .p-lg-9 {
    padding: 6rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 6rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 6rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 6rem !important;
  }
  .p-lg-10 {
    padding: 7.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 7.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important;
  }
  .m-lg-n8 {
    margin: -4rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -4rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -4rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -4rem !important;
  }
  .m-lg-n9 {
    margin: -6rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -6rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -6rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -6rem !important;
  }
  .m-lg-n10 {
    margin: -7.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important;
  }
  .m-xl-9 {
    margin: 6rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 6rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 6rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 6rem !important;
  }
  .m-xl-10 {
    margin: 7.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 7.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important;
  }
  .p-xl-9 {
    padding: 6rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 6rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 6rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 6rem !important;
  }
  .p-xl-10 {
    padding: 7.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 7.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
  }
  .m-xl-n8 {
    margin: -4rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4rem !important;
  }
  .m-xl-n9 {
    margin: -6rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -6rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -6rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -6rem !important;
  }
  .m-xl-n10 {
    margin: -7.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1640px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 2rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 2rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 2rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-7 {
    margin: 3rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 3rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 3rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 3rem !important;
  }
  .m-xxl-8 {
    margin: 4rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 4rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 4rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 4rem !important;
  }
  .m-xxl-9 {
    margin: 6rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 6rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 6rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 6rem !important;
  }
  .m-xxl-10 {
    margin: 7.5rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 7.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 2rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 2rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 2rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-7 {
    padding: 3rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 3rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 3rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 3rem !important;
  }
  .p-xxl-8 {
    padding: 4rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 4rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 4rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 4rem !important;
  }
  .p-xxl-9 {
    padding: 6rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 6rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 6rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 6rem !important;
  }
  .p-xxl-10 {
    padding: 7.5rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 7.5rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -2rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -2rem !important;
  }
  .m-xxl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-n7 {
    margin: -3rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -3rem !important;
  }
  .m-xxl-n8 {
    margin: -4rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -4rem !important;
  }
  .m-xxl-n9 {
    margin: -6rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -6rem !important;
  }
  .m-xxl-n10 {
    margin: -7.5rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -7.5rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -7.5rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -7.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: #0000;
}
.text-monospace {
  font-family: "Kanit", sans-serif;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1640px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #474747 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: #00000080 !important;
}
.text-white-50 {
  color: #ffffff80 !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body,
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #0000000d;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #0000000d;
  }
}
[v-cloak] {
  display: none;
}
.flipbook {
  display: flex;
  height: 100%;
}
.flipbook > div {
  flex: 1;
  height: 100%;
}
.flipbook__body {
  height: 100%;
}
.flipbook__copyright {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}
.flipbook__copyright img {
  width: 65px;
}
@media only screen and (max-width: 767px) {
  .flipbook__copyright {
    bottom: 55px;
    right: 10px;
    opacity: 0.7;
  }
}
html {
  overflow: visible;
}
.pdf {
  padding: 1.5rem 0;
}
.pdf__header {
  padding-bottom: 1.5rem;
}
.pdf__body img:not([class]) {
  max-width: 100% !important;
  height: auto !important;
}
.pdf__logo {
  width: 75px;
}
@media print {
  @page {
    size: auto;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    height: auto !important;
    overflow: visible !important;
  }
  .header,
  .footer {
    display: none !important;
  }
  a {
    text-decoration: none !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  .table-responsive {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: unset !important;
  }
  table {
    border-collapse: collapse !important;
    width: 100% !important;
    table-layout: auto !important;
    border: 1px solid #000 !important;
    background: none !important;
  }
  thead,
  tfoot {
    display: table-row-group !important;
  }
  th,
  td {
    border: 1px solid #000 !important;
    padding: 4px 6px !important;
    text-align: left !important;
    vertical-align: middle !important;
    background: none !important;
    color: #000 !important;
    min-width: 0 !important;
    min-width: initial !important;
    max-width: none !important;
    max-width: initial !important;
    width: auto !important;
    width: initial !important;
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  th {
    font-weight: 700 !important;
  }
  .accordion .collapse {
    display: block !important;
  }
  .aos-init {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .swiper {
    overflow: visible !important;
  }
  .swiper-slide {
    float: left !important;
  }
  .swiper-wrapper {
    display: block !important;
  }
  .cookie-consent,
  .cookie-dialog,
  .ch2-open-settings-btn,
  .cwc-sdk-container,
  .ch2-container,
  .back-to-top,
  .intro-dialog {
    display: none !important;
  }
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .container[class^="col-"] {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .slider .swiper-slide,
  .slider .swiper-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .slider .swiper-slide-duplicate {
    display: none !important;
  }
  .card,
  .btn--shortcut {
    page-break-inside: avoid !important;
  }
  .echarts {
    height: 350px !important;
  }
  .slider--highlight-content .slider__swiper .swiper-slide {
    opacity: 1 !important;
    margin-bottom: 1rem !important;
  }
  .slider--highlight-content .slider__pagination {
    display: none !important;
  }
  .home-wrapper {
    flex-direction: column !important;
  }
  .home-wrapper .home-wrapper__latest-news {
    width: 70% !important;
  }
  .home-wrapper .home-wrapper__publication {
    width: 50% !important;
  }
  .card--shortcut .card__body-wrapper,
  .card--shortcut-overview .card__body-wrapper {
    background: rgba(0, 0, 0, 0.3) !important;
  }
  .banner-vision__body-wrapper {
    top: 0 !important;
    align-items: center;
  }
  .corporate-value {
    z-index: 0 !important;
  }
  .corporate-value .corporate-value__title,
  .corporate-value .corporate-value__item {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .slider--primary .slider__slide,
  .slider--img-auto .slider__slide,
  .slider--image-internship .slider__slide,
  .slider--gallery .slider__slide {
    page-break-inside: avoid !important;
  }
  .slider--primary .slider__pagination,
  .slider--img-auto .slider__pagination,
  .slider--image-internship .slider__pagination,
  .slider--gallery .slider__pagination {
    display: none !important;
  }
  .chart--major-shareholders {
    flex-direction: column !important;
  }
  .chart--major-shareholders .chart__wrapper {
    width: 100% !important;
    height: 400px !important;
  }
  .chart--major-shareholders .chart__legend {
    width: 100% !important;
  }
  .modal--announce,
  .modal-backdrop {
    display: none !important;
  }
}
.echarts-tooltip .echarts-tooltip__header {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .echarts-tooltip .echarts-tooltip__header {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.echarts-tooltip .echarts-tooltip__last-done {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .echarts-tooltip .echarts-tooltip__last-done {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .echarts-tooltip .echarts-tooltip__last-done {
    font-size: 3rem;
  }
}
.echarts-tooltip .echarts-tooltip__volume,
.echarts-tooltip .echarts-tooltip__last-updated {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.echarts-tooltip .echarts-tooltip__header {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .echarts-tooltip .echarts-tooltip__header {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.echarts-tooltip .echarts-tooltip__last-done {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .echarts-tooltip .echarts-tooltip__last-done {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .echarts-tooltip .echarts-tooltip__last-done {
    font-size: 3rem;
  }
}
.echarts-tooltip .echarts-tooltip__volume,
.echarts-tooltip .echarts-tooltip__last-updated {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.stock-chart .echarts-tooltip,
.calculator-chart__echarts .echarts-tooltip {
  border-radius: 10px;
  box-shadow: 0 4px 10px #00000014;
}
.stock-chart .echarts-tooltip .echarts-tooltip__header,
.calculator-chart__echarts .echarts-tooltip .echarts-tooltip__header {
  color: #B6985A;
  margin-bottom: 0;
}
.stock-chart .echarts-tooltip .echarts-tooltip__last-done,
.calculator-chart__echarts .echarts-tooltip .echarts-tooltip__last-done {
  color: #00cc99;
  margin: 0;
}
.stock-chart .echarts-tooltip .echarts-tooltip__volume,
.calculator-chart__echarts .echarts-tooltip .echarts-tooltip__volume {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.picker-bg-color {
  background-color: #B6985A !important;
}
.calculator-chart__remark {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.calculator-chart__remark {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.calculator-chart {
  position: relative;
  overflow: hidden;
}
.echarts-tooltip {
  font-family: "Kanit", sans-serif;
}
.echarts-tooltip {
  font-family: "Kanit", sans-serif;
}
.calculator-chart .echarts-tooltip {
  background-color: #fff;
  text-align: center;
  width: 260px;
  border: none;
  padding: 1rem;
}
.calculator-chart .echarts-tooltip__header {
  font-weight: 700;
  margin-bottom: 1rem;
}
.calculator-chart .echarts-tooltip__volume {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25rem;
  margin: 0.5rem 0;
}
.echarts-tooltip__last-done {
  font-size: 2.0625rem;
}
@media (max-width: 1200px) {
  .echarts-tooltip__last-done {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.echarts-tooltip__last-done {
  font-size: 2.0625rem;
}
@media (max-width: 1200px) {
  .echarts-tooltip__last-done {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.calculator-chart .echarts-tooltip__last-done {
  margin: 0.25rem 0 1rem;
}
.calculator-chart .calculator-chart__echarts {
  width: 100%;
  height: 500px;
}
@media (max-width: 991.98px) {
  .calculator-chart .calculator-chart__echarts {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .calculator-chart .calculator-chart__echarts {
    height: 350px;
  }
}
.calculator-chart .calculator-chart__remark a {
  text-decoration: none;
}
.calculator-chart .calculator-chart__remark a:hover {
  text-decoration: underline;
}
.calculator .calculator-form__label {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .calculator .calculator-form__label {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.calculator .custom-control-label,
.calculator .v-text-field__slot,
.calculator .calculator-form__form-control {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.calculator .calculator-form__label {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .calculator .calculator-form__label {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.calculator .custom-control-label,
.calculator .v-text-field__slot,
.calculator .calculator-form__form-control {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.calculator-form {
  position: relative;
  background: radial-gradient(
      106.37% 56.78% at 95.37%,
      at 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  background: radial-gradient(
      106.37% 56.78% at 95.37% 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .calculator-form {
    padding: 1.5rem;
  }
}
.calculator-form:before {
  position: absolute;
  content: " ";
  background-image: url(/storage/element/element.svg);
  bottom: 0;
  right: 0;
  width: 650px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 991.98px) {
  .calculator-form:before {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .calculator-form:before {
    width: 300px;
  }
}
.calculator-form .calculator-form__aside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff3;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .calculator-form .calculator-form__aside {
    padding: 1.5rem;
  }
}
.calculator-form .calculator-form__wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 46%;
  max-width: 46%;
  width: 46%;
}
@media (max-width: 991.98px) {
  .calculator-form .calculator-form__wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.calculator-form .calculator-form__label {
  color: #fff;
  margin-bottom: 1.5rem;
}
.calculator-form .calculator-form__form-control {
  display: block;
  width: 100%;
  height: 44px;
  max-height: 44px;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}
.calculator-form .v-input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 40px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 0 1rem;
  margin: 0;
}
.calculator-form .v-icon {
  font-size: 1.25rem;
  color: #B6985A;
}
.calculator-form .v-input__slot {
  margin-bottom: 0;
}
.calculator-form .v-input__prepend-inner {
  margin-right: 1rem;
}
.calculator-form .v-text-field > .v-input__control > .v-input__slot:before,
.calculator-form .v-text-field > .v-input__control > .v-input__slot:after {
  display: none;
}
.calculator-form .v-text-field__details {
  min-height: unset;
}
.calculator-form .custom-control-label {
  color: #fff;
}
.calculator-form .custom-control-label:before {
  border-color: #fff;
  background-color: transparent;
}
.calculator-form .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #fff;
  background-color: #fff;
}
.calculator-form .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  width: 8px;
  height: 8px;
  background-color: #B6985A;
  border-radius: 10px;
  top: 8px;
  left: -22px;
}
.calculator-results {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
@media (max-width: 991.98px) {
  .calculator-results {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 1.5rem;
  }
}
.calculator-results .calculator-results__heading {
  color: #fff;
  margin-bottom: 1.5rem;
}
.calculator-results .calculator-results__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.75rem 0;
  color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767.98px) {
  .calculator-results .calculator-results__item {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
.calendar-picker__title,
.v-text-field__slot {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.calendar-picker__title,
.v-text-field__slot {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.calendar-picker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.calendar-picker__title {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .calendar-picker__title {
    min-width: 120px;
  }
}
.calendar-picker__form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .calendar-picker__form-group {
    margin-right: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  .calendar-picker__form-group {
    margin-right: 0 !important;
  }
}
.calendar-picker__form-group .v-input input {
  display: block;
  width: 100%;
  height: 40px;
  max-height: 40px;
  font-weight: 700;
  padding: 0.375rem 0;
  background-color: transparent;
  border-radius: 0;
  max-width: 135px;
}
.calendar-picker__form-group .v-input__slot {
  margin-bottom: 0;
}
.calendar-picker__form-group
  .v-text-field
  > .v-input__control
  > .v-input__slot:before,
.calendar-picker__form-group
  .v-text-field
  > .v-input__control
  > .v-input__slot:after {
  display: none;
}
.calendar-picker__form-group .v-input {
  padding: 0;
  margin: 0 0.5rem 0 0;
}
.calendar-picker__form-group .v-icon {
  font-size: 18px;
  color: #B6985A;
}
.calendar-picker__form-group .v-input__append-inner {
  position: absolute;
  right: 0;
  pointer-events: none;
}
.calendar-picker__form-group .v-input__icon {
  height: 32px;
  line-height: 10px;
}
.calendar-picker__form-group .v-text-field__details {
  min-height: unset;
}
.date-range__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.date-range__button {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.date-range__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.date-range__button {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.date-range {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.date-range__title {
  margin-right: 0.5rem;
}
.date-range__button {
  color: #0b0b0b;
  background-color: transparent;
  display: inline-block;
  padding: 0 0.875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 45px;
  border-radius: 0;
  cursor: pointer;
  touch-action: manipulation;
  height: 45px;
  margin-bottom: -1px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
@media (max-width: 1639.98px) {
  .date-range__button {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .date-range__button {
    font-size: small;
  }
}
.date-range__button:hover,
.date-range__button:focus,
.date-range__button:active {
  color: #B6985A;
  outline: none !important;
}
.date-range__button.active {
  border-bottom: 3px solid #B6985A;
  color: #B6985A;
}
.frequency-picker {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frequency-picker .v-input__control {
  font-weight: 700;
  flex-direction: row;
}
.frequency-picker .v-input {
  padding: 0;
  margin: 0;
}
.frequency-picker .v-icon {
  color: #B6985A;
}
.frequency-picker .v-input .v-label {
  margin: 0;
}
.frequency-picker .v-input__slot {
  box-shadow: none !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  max-width: 120px;
}
.frequency-picker .v-input__slot:before {
  display: none;
}
.frequency-picker .v-text-field__details {
  padding: 0 !important;
  margin: 0;
  min-height: auto;
  max-width: 120px !important;
}
.frequency-picker__title {
  margin-bottom: 0;
  margin-right: 1rem;
}
.stock-chart .stock-chart__type-title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.stock-chart .stock-chart__type-radio .custom-control-label,
.stock-chart .stock-chart__remark {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.stock-chart .stock-chart__type-title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.stock-chart .stock-chart__type-radio .custom-control-label,
.stock-chart .stock-chart__remark {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.stock-chart {
  background-color: #fff;
  padding: 0;
}
.stock-chart__filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .stock-chart__filter {
    flex-direction: column;
  }
}
.stock-chart__type {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  row-gap: 1rem;
}
.stock-chart__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.stock-chart__btn {
  min-width: 150px;
}
.stock-chart__type-title {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .stock-chart__type-title {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
  }
}
.stock-chart__type-option {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .stock-chart__type-option {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.stock-chart__type-radio {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.stock-chart__type-radio .custom-control-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 34px;
  padding: 0 10px;
  color: #474747;
  text-align: center;
  background-color: #fff;
  border: 1px solid #B6985A;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 20px;
}
.stock-chart__type-radio .custom-control-label:before,
.stock-chart__type-radio .custom-control-label:after {
  display: none;
}
.stock-chart__type-radio .custom-control-label:hover {
  color: #B6985A;
  background-color: #fff;
  border-color: #B6985A;
}
.stock-chart__type-radio .custom-control-input:checked ~ .custom-control-label {
  color: #fff;
  background-color: #B6985A;
  border-color: #B6985A;
}
.stock-chart__filter-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 0 1.5rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .stock-chart__filter-date {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .stock-chart__filter-date {
    padding: 0.5rem 1.5rem;
  }
}
.stock-chart__date-range {
  margin-right: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .stock-chart__date-range {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .stock-chart__date-range {
    margin-right: 0;
  }
}
.stock-chart__calendar-picker {
  margin-left: auto;
  border-left: 1px solid #fff;
  padding-left: 1rem;
}
@media (max-width: 991.98px) {
  .stock-chart__calendar-picker {
    border: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .stock-chart__calendar-picker {
    flex-direction: column;
    align-items: flex-start;
  }
}
.stock-chart__echarts {
  width: 100%;
  height: 650px;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .stock-chart__echarts {
    height: 450px;
  }
}
.echarts-tooltip {
  font-family: "Kanit", sans-serif;
}
.echarts-tooltip {
  font-family: "Kanit", sans-serif;
}
.stock-chart__echarts .echarts-tooltip {
  background-color: #fff;
  text-align: center;
  width: 260px;
  border: none;
  padding: 1rem;
}
.stock-chart__echarts .echarts-tooltip__header {
  font-weight: 700;
  margin-bottom: 1rem;
}
.stock-chart__echarts .echarts-tooltip__volume {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25rem;
  margin: 0.5rem 0;
}
.echarts-tooltip__last-done {
  font-size: 2.0625rem;
}
@media (max-width: 1200px) {
  .echarts-tooltip__last-done {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.echarts-tooltip__last-done {
  font-size: 2.0625rem;
}
@media (max-width: 1200px) {
  .echarts-tooltip__last-done {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.stock-chart__echarts .echarts-tooltip__last-done {
  margin: 0.25rem 0 1rem;
}
.stock-chart__remark a {
  text-decoration: none;
}
.stock-chart__remark a:hover {
  text-decoration: underline;
}
.accordion--resource-center .accordion__content {
  padding: 1rem !important;
  background-color: #f2f2f2 !important;
  border-radius: 10px;
}
.dropdown--resource-center .dropdown-toggle {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.dropdown--resource-center .dropdown-toggle {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.dropdown--resource-center {
  padding: 0;
  height: 44px;
}
.dropdown--resource-center .dropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  text-align: left;
  padding: 0.25rem 1rem;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}
.dropdown--resource-center .dropdown-toggle:after {
  display: none;
}
.dropdown--resource-center
  .dropdown-toggle[aria-expanded="true"]
  .dropdown__toggle-icon:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown--resource-center .dropdown__toggle-icon {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 44px;
  height: 44px;
  border-radius: 0 8px 8px 0;
  background-color: #B6985A;
  color: #fff;
  font-size: 1.125rem;
  border: none;
}
.dropdown--resource-center .dropdown__toggle-icon:before {
  content: "\f107";
}
.dropdown--resource-center .dropdown__toggle-icon:before {
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.dropdown--resource-center .dropdown-menu {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  min-width: auto;
  height: 200px;
  padding: 0.5rem 1rem;
  margin-top: 5px;
  border-radius: 8px;
  border: 0;
  box-shadow: 0 4px 8px #00000014;
}
.dropdown--resource-center .dropdown-menu .custom-checkbox {
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
}
@media (max-width: 1639.98px) {
  .dropdown--resource-center .dropdown-menu .custom-checkbox {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .dropdown--resource-center .dropdown-menu .custom-checkbox {
    margin-right: 10px;
  }
}
.list-group--resource-center .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--resource-center .list-group__headline {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--resource-center .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--resource-center .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--resource-center .list-group__headline {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--resource-center .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--resource-center .list-group__heading {
  margin-bottom: 0;
  padding: 1rem 0;
}
.list-group--resource-center .list-group__header {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  background-color: #e2e2e2;
  border-radius: 8px;
  margin-top: 0.5rem;
}
.list-group--resource-center .list-group__header:first-child {
  margin-top: 0;
}
.list-group--resource-center .list-group__headline {
  margin-bottom: 0;
  flex: 1;
  color: #474747;
}
.list-group--resource-center .list-group__body {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 0.25rem;
}
.list-group--resource-center .list-group__item {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.list-group--resource-center .list-group__item:first-child {
  padding-top: 0;
}
.list-group--resource-center .list-group__item:hover {
  border-bottom: 1px solid #e0e0e0;
}
.list-group--resource-center .list-group__title {
  margin-bottom: 0;
  flex: 1;
}
@media (max-width: 767.98px) {
  .list-group--resource-center .list-group__btn .btn__title {
    display: none;
  }
}
.list-group--resource-center
  .list-group__financial-wrapper
  .list-group__item:first-child {
  padding-top: 1rem;
}
.list-group--resource-center
  .list-group__financial-wrapper
  .list-group__item
  .list-group__body {
  padding: 0;
}
.resource-center .resource-center__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.resource-center .resource-center__custom-control-label {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.resource-center .resource-center__btn-title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.resource-center .resource-center__copyright {
  font-size: 0.6875rem;
}
@media only screen and (min-width: 350px) and (max-width: 450px) and (orientation: portrait) {
  .resource-center--widget
    .list-group--resource-center
    .list-group__financial-wrapper
    .list-group__item
    .list-group__title {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .resource-center--widget
    .list-group--resource-center
    .list-group__financial-wrapper
    .list-group__item
    .list-group__title {
    font-size: 0.75rem;
  }
}
.resource-center .resource-center__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.resource-center .resource-center__custom-control-label {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.resource-center .resource-center__btn-title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.resource-center .resource-center__copyright {
  font-size: 0.6875rem;
}
@media only screen and (min-width: 350px) and (max-width: 450px) and (orientation: portrait) {
  .resource-center--widget
    .list-group--resource-center
    .list-group__financial-wrapper
    .list-group__item
    .list-group__title {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .resource-center--widget
    .list-group--resource-center
    .list-group__financial-wrapper
    .list-group__item
    .list-group__title {
    font-size: 0.75rem;
  }
}
.resource-center {
  position: relative;
  height: 100%;
  overflow: visible;
}
@media (min-width: 1200px) {
  .resource-center__category-col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 35%;
    max-width: 35%;
    width: 35%;
  }
}
@media (min-width: 1640px) {
  .resource-center__category-col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28%;
    max-width: 28%;
    width: 28%;
  }
}
@media (max-width: 991.98px) {
  .resource-center__category-col {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .resource-center__body-col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 65%;
    max-width: 65%;
    width: 65%;
  }
}
@media (min-width: 1640px) {
  .resource-center__body-col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 72%;
    max-width: 72%;
    width: 72%;
  }
}
@media (max-width: 991.98px) {
  .resource-center__body-col {
    padding: 0 !important;
  }
}
.resource-center__category {
  padding: 1.5rem;
  background: #fff;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
}
@media (max-width: 991.98px) {
  .resource-center__category {
    margin-bottom: 2.5rem;
    padding: 3.75rem 6rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .resource-center__category {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .resource-center__body {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .resource-center__body {
    margin-bottom: 1rem;
  }
}
.resource-center__header-icon {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  width: 40px;
  margin: 0;
  padding: 0 0.5rem;
  color: #474747;
  font-size: 1rem;
  text-align: center;
}
.resource-center__header-icon:before {
  content: "\f078";
}
@media (max-width: 767.98px) {
  .resource-center__header-icon {
    line-height: 40px;
  }
}
.resource-center__header-icon:before {
  display: inline-block;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.resource-center__header {
  display: none;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .resource-center__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .resource-center__header {
    padding-top: 0;
  }
}
.resource-center__header[aria-expanded="true"]
  .resource-center__header-icon:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 991.98px) {
  .resource-center__header .resource-center__headline {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .resource-center__collapse {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .resource-center__collapse.collapse:not(.show) {
    display: block;
  }
}
.resource-center__collapse .resource-center__wrapper {
  padding: 0 0 0.5rem;
}
.resource-center__collapse .resource-center__headline {
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .resource-center__collapse .resource-center__headline {
    display: none;
  }
}
.resource-center__headline {
  color: #474747;
}
.resource-center__divider {
  border-color: #e0e0e0;
  margin: 2rem 0;
}
.resource-center__submit {
  margin-top: 0.25rem;
}
@media (max-width: 1639.98px) {
  .resource-center__submit {
    margin-top: 0.25rem;
  }
}
@media (max-width: 991.98px) {
  .resource-center__submit {
    margin-top: 1rem;
  }
}
.resource-center__submit .form-group {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .resource-center__submit .form-group {
    text-align: center;
  }
}
.resource-center__text-no-result-found {
  margin-top: 2.75rem;
  text-align: center !important;
}
@media (min-width: 992px) {
  .resource-center__text-no-result-found {
    text-align: left !important;
  }
}
@media (max-width: 991.98px) {
  .resource-center__text-no-result-found {
    margin-top: 0;
  }
}
.resource-center__form-group {
  margin-bottom: 0.75rem;
}
.resource-center__btn-group {
  width: 100%;
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}
.resource-center__btn {
  color: #474747 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
}
.resource-center__btn:not(:last-child) {
  position: relative;
}
.resource-center__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -32px;
  margin: auto;
  width: 2px;
  height: 15px;
  background-color: #0b0b0b;
}
.resource-center__btn:hover {
  color: #ffffffbf;
}
.resource-center__custom-control-label {
  color: #474747;
}
.resource-center__custom-control-input:checked
  ~ .resource-center__custom-control-label:before {
  border-color: #fff;
  background-color: #fff;
}
.resource-center__copyright {
  text-align: right;
  padding-top: 1rem;
}
.resource-center__copyright a,
.resource-center__copyright a:hover {
  text-decoration: none;
}
.resource-center__copyright-img {
  width: 60px;
}
.search-dialog__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .search-dialog__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.search-dialog__form .input-group__copyright {
  font-size: 0.625rem;
}
.search-dialog__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .search-dialog__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.search-dialog__form .input-group__copyright {
  font-size: 0.625rem;
}
.search-dialog__title {
  text-transform: uppercase;
}
.search-dialog__close {
  font-size: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.search-dialog__close i {
  color: #000;
}
.search-dialog__close:hover {
  opacity: 0.5;
}
.search-dialog__form-control {
  min-height: 50px;
  background-color: #fff;
  padding-left: 2.75rem !important;
}
@media (max-width: 767.98px) {
  .search-dialog__form-control {
    min-height: 45px;
    padding-left: 2.15rem !important;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .search-dialog__form-control {
    min-height: 35px;
  }
}
.search-dialog__form-control:focus {
  color: #000;
}
.search-dialog__btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 60px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  outline: 0 !important;
}
@media (max-width: 767.98px) {
  .search-dialog__btn {
    width: 43px;
  }
}
.search-dialog__btn i {
  color: #fff;
}
.search-dialog__btn:hover {
  color: #00000080;
}
.search-dialog__form {
  margin-top: 1rem;
}
.search-dialog__form .form-control:focus {
  border: 1px solid #000;
}
.search-dialog__form .input-group .input-group-prepend {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  color: #000;
  border: 0;
}
@media (max-width: 767.98px) {
  .search-dialog__form .input-group .input-group-prepend {
    width: 35px;
  }
}
.search-dialog__form .input-group .input-group-text {
  width: 100%;
  justify-content: center;
  border: 0;
  background-color: transparent;
}
.search-dialog__form .input-group .input-group-text i {
  color: #000;
}
.search-dialog__form .input-group .input-group__copyright {
  position: absolute;
  right: 15px;
  bottom: 4px;
  z-index: 4;
  text-decoration: none;
  color: #000;
}
.search-dialog__form .input-group .input-group__copyright:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .search-dialog__form .input-group .input-group__copyright {
    bottom: -20px;
    right: 0;
  }
}
.search-dialog__form .input-group .input-group__copyright-image {
  width: 50px;
}
.dropdown--search-dialog {
  position: relative;
}
.dropdown--search-dialog .dropdown-toggle {
  outline: 0 !important;
  box-shadow: none !important;
  color: #000;
}
.dropdown--search-dialog .dropdown-toggle:after {
  display: none;
}
.dropdown--search-dialog .dropdown-toggle.disable {
  opacity: 0.5;
  pointer-events: none;
}
.dropdown--search-dialog .dropdown-menu {
  position: fixed;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  opacity: 0;
  -webkit-transform: none;
  transform: none;
  pointer-events: none;
  top: 90px;
  min-height: 480px;
  z-index: 1000;
}
.dropdown--search-dialog .dropdown-menu.show {
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 15px 15px #00000026;
}
.twitter-typeahead {
  width: 100%;
}
.tt-input,
.tt-hint {
  height: 50px;
  padding: 0.75rem 1.25rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
}
@media (max-width: 767.98px) {
  .tt-input,
  .tt-hint {
    min-height: 50px;
  }
}
.tt-input::-webkit-input-placeholder,
.tt-hint::-webkit-input-placeholder {
  color: #00000080;
}
.tt-input::-moz-placeholder,
.tt-hint::-moz-placeholder {
  color: #00000080;
}
.tt-input:-ms-input-placeholder,
.tt-hint:-ms-input-placeholder {
  color: #00000080;
}
.tt-input::-ms-input-placeholder,
.tt-hint::-ms-input-placeholder {
  color: #00000080;
}
.tt-input::placeholder,
.tt-hint::placeholder {
  color: #00000080;
}
.tt-input:focus,
.tt-hint:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}
.tt-input:focus::-webkit-input-placeholder,
.tt-hint:focus::-webkit-input-placeholder {
  color: #00000080;
}
.tt-input:focus::-moz-placeholder,
.tt-hint:focus::-moz-placeholder {
  color: #00000080;
}
.tt-input:focus:-ms-input-placeholder,
.tt-hint:focus:-ms-input-placeholder {
  color: #00000080;
}
.tt-input:focus::-ms-input-placeholder,
.tt-hint:focus::-ms-input-placeholder {
  color: #00000080;
}
.tt-input:focus::placeholder,
.tt-hint:focus::placeholder {
  color: #00000080;
}
.tt-menu {
  top: 60px !important;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  height: 320px;
}
@media (max-width: 767.98px) {
  .tt-menu {
    top: 75px !important;
  }
}
.tt-cursor {
  background-color: #000;
}
.tt-highlight {
  color: #000;
  font-weight: 700;
}
.tt-suggestion {
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}
.tt-suggestion:hover,
.tt-suggestion:focus {
  background-color: #0000000d;
}
.ps__rail-y {
  width: 6px;
  opacity: 1 !important;
}
.ps__rail-y .ps__thumb-y {
  background-color: #000;
}
.ps__rail-y:hover .ps__thumb-y,
.ps__rail-y:focus .ps__thumb-y {
  width: 6px;
  background-color: #000;
}
.advanced-search__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .advanced-search__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.advanced-search__card-title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .advanced-search__card-title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.advanced-search__list-title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .advanced-search__list-title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.advanced-search__list-text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.advanced-search__card-subtitle,
.advanced-search__list-subtitle {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.advanced-search__type-btn,
.advanced-search__quick-link-btn,
.advanced-search__quick-link-text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.advanced-search__list-financial-link {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
.advanced-search__badge {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.advanced-search .card--news .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .advanced-search .card--news .card__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.advanced-search .card--news .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.advanced-search__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .advanced-search__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.advanced-search__card-title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .advanced-search__card-title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.advanced-search__list-title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .advanced-search__list-title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.advanced-search__list-text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.advanced-search__card-subtitle,
.advanced-search__list-subtitle {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.advanced-search__type-btn,
.advanced-search__quick-link-btn,
.advanced-search__quick-link-text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.advanced-search__list-financial-link {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.advanced-search__badge {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.advanced-search .card--news .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .advanced-search .card--news .card__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.advanced-search .card--news .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.advanced-search mark {
  background-color: transparent;
  font-weight: 700;
  color: #B6985A;
  padding: 0;
}
.advanced-search a {
  text-decoration: none !important;
}
.advanced-search .card--news {
  height: 100%;
}
.advanced-search .card--news .card__title {
  color: #474747;
  margin-bottom: 0.5rem;
}
.advanced-search .card--news .card__text {
  margin-bottom: 0;
  color: #474747;
}
.advanced-search__header {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .advanced-search__header {
    margin-bottom: 2rem;
  }
}
.advanced-search__type {
  margin-bottom: 1rem;
  row-gap: 0.5rem;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.advanced-search__type-btn {
  display: inline-block;
  color: #474747;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.advanced-search__type-btn:hover {
  color: #B6985A;
}
.advanced-search__type-btn.active {
  color: #B6985A;
  text-decoration: underline;
}
.advanced-search__type-btn:focus {
  outline: none;
}
.advanced-search__form {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .advanced-search__form {
    margin-bottom: 2rem;
  }
}
.advanced-search__quick-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 1rem;
}
@media (max-width: 991.98px) {
  .advanced-search__quick-link-text {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.advanced-search__quick-link-btn {
  color: #B6985A;
  text-align: center;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #B6985A;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}
.advanced-search__quick-link-btn:before {
  position: absolute;
  content: " ";
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: linear-gradient(90deg, #B6985A 0%, #00cc99 100%);
  border-radius: 8px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.advanced-search__quick-link-btn:hover {
  color: #fff;
}
.advanced-search__quick-link-btn:hover:before {
  opacity: 1;
}
.advanced-search__section {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .advanced-search__section {
    margin-bottom: 1.5rem;
  }
}
.advanced-search__list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .advanced-search__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.advanced-search__list-item {
  margin-bottom: 1.5rem;
  margin-left: 22px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}
.advanced-search__list-item::marker {
  color: #B6985A;
}
.advanced-search__list-link {
  text-decoration: none;
}
.advanced-search__list-link .advanced-search__list-text,
.advanced-search__list-link .advanced-search__list-title,
.advanced-search__list-link .advanced-search__list-subtitle {
  transition: all 0.3s ease-in-out;
}
.advanced-search__list-link:hover .advanced-search__list-title {
  color: #B6985A;
}
.advanced-search__list-link:hover .advanced-search__list-subtitle {
  color: #474747;
}
.advanced-search__list-link:hover .advanced-search__list-text {
  color: #747678;
}
.advanced-search__list-title {
  margin-bottom: 0.25rem;
  color: #474747;
  transition: all 0.3s ease-in-out;
}
.advanced-search__list-subtitle {
  color: #474747;
  overflow: hidden;
}
.advanced-search__list-text {
  color: #000;
}
.advanced-search__list-financial {
  color: #000;
  list-style: circle;
  margin-left: 0;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.advanced-search__list-financial .advanced-search__list-financial-item {
  margin-bottom: 0.25rem;
}
.advanced-search__list-financial .advanced-search__list-financial-item::marker {
  color: #000;
}
.advanced-search__list-financial .advanced-search__list-financial-link {
  color: #000;
  transition: all 0.3s ease-in-out;
}
.advanced-search__list-financial .advanced-search__list-financial-link:hover {
  color: #000;
}
.advanced-search__list-body {
  border-top: 1px solid #e0e0e0;
  color: #fff;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.advanced-search__badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: #fff;
  border-radius: 8px;
  margin-left: 0.25rem;
  background-color: #B6985A;
  transition: all 0.3s ease-in-out;
}
.advanced-search__card {
  display: block;
  margin-bottom: 2rem;
  color: #000;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.advanced-search__card .advanced-search__card-title,
.advanced-search__card .advanced-search__card-subtitle {
  transition: all 0.3s ease-in-out;
}
.advanced-search__card:hover .advanced-search__card-title {
  color: #B6985A;
}
.advanced-search__card:hover .advanced-search__card-subtitle {
  color: #747678;
}
.advanced-search__card:hover .advanced-search__card-image-subtitle {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.advanced-search__card-figure {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.advanced-search__card-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.advanced-search__card-image--opengraph {
  object-fit: scale-down !important;
}
.advanced-search__card-title {
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.advanced-search__card-subtitle {
  color: #747678;
}
.advanced-search__loading {
  font-size: 1.25rem;
  -webkit-animation: searchLoading 2s forwards infinite linear;
  animation: searchLoading 2s forwards infinite linear;
  color: #000;
}
@-webkit-keyframes searchLoading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes searchLoading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.input-group--advanced-search .form-control {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.input-group--advanced-search .form-control::-webkit-input-placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.input-group--advanced-search .form-control::-moz-placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.input-group--advanced-search .form-control:-ms-input-placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.input-group--advanced-search .form-control::-ms-input-placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.input-group--advanced-search .form-control::placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.input-group--advanced-search .form-control {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.input-group--advanced-search .form-control::-webkit-input-placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.input-group--advanced-search .form-control::-moz-placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.input-group--advanced-search .form-control:-ms-input-placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.input-group--advanced-search .form-control::-ms-input-placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.input-group--advanced-search .form-control::placeholder {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.input-group--advanced-search .form-control {
  height: 48px;
  border-color: #B6985A;
  padding-left: 60px;
  border-radius: 5px;
  box-shadow: none !important;
  color: #474747;
}
@media (max-width: 767.98px) {
  .input-group--advanced-search .form-control {
    padding-left: 44px;
  }
}
.input-group--advanced-search .form-control::-webkit-input-placeholder {
  color: #00000080;
}
.input-group--advanced-search .form-control::-moz-placeholder {
  color: #00000080;
}
.input-group--advanced-search .form-control:-ms-input-placeholder {
  color: #00000080;
}
.input-group--advanced-search .form-control::-ms-input-placeholder {
  color: #00000080;
}
.input-group--advanced-search .form-control::placeholder {
  color: #00000080;
}
.input-group--advanced-search .form-control:hover,
.input-group--advanced-search .form-control:focus {
  border-color: #B6985A;
}
.input-group--advanced-search .input-group-prepend {
  position: absolute;
  z-index: 4;
  left: 15px;
  top: 0;
  bottom: 0;
  color: #000;
}
@media (max-width: 767.98px) {
  .input-group--advanced-search .input-group-prepend {
    left: 5px;
  }
}
.input-group--advanced-search .input-group-text {
  border: 0;
  background-color: transparent;
}
.input-group--advanced-search .input-group-text i {
  color: #B6985A;
}
.input-group--advanced-search .input-group__copyright {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 4;
  text-decoration: none;
  color: #000;
}
.input-group--advanced-search .input-group__copyright a {
  font-size: 10px;
}
.input-group--advanced-search .input-group__copyright:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .input-group--advanced-search .input-group__copyright {
    bottom: -30px;
    right: 0;
  }
}
.input-group--advanced-search .input-group__copyright-image {
  width: 60px;
}
body {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
h1,
.h1 {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
h2,
.h2 {
  font-family: "Kanit", sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
h3,
.h3 {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
h4,
.h4 {
  font-family: "Kanit", sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
h5,
.h5 {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h5,
  .h5 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
h6,
.h6 {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h6,
  .h6 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.display-1 {
  font-family: "Kanit", sans-serif;
  font-size: 5.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(2.046875rem + 4.1875vw);
  }
}
.small,
small {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.small-2 {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 300;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-medium {
  font-weight: 400 !important;
}
.font-weight-normal {
  font-weight: 300 !important;
}
b,
strong {
  font-weight: 600 !important;
}
.headline {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .headline {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.headline-1 {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .headline-1 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.lead-1 {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
}
@media (max-width: 1200px) {
  .lead-1 {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.lead-2 {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
}
@media (max-width: 1200px) {
  .lead-2 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
body {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
h1,
.h1 {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
h2,
.h2 {
  font-family: "Kanit", sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
h3,
.h3 {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
h4,
.h4 {
  font-family: "Kanit", sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
h5,
.h5 {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h5,
  .h5 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
h6,
.h6 {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h6,
  .h6 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.display-1 {
  font-family: "Kanit", sans-serif;
  font-size: 5.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(2.046875rem + 4.1875vw);
  }
}
.small,
small {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.small-2 {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-medium,
.font-weight-normal {
  font-weight: 400 !important;
}
b,
strong {
  font-weight: 600 !important;
}
.headline {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .headline {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.headline-1 {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .headline-1 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.lead-1 {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
}
@media (max-width: 1200px) {
  .lead-1 {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.lead-2 {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
}
@media (max-width: 1200px) {
  .lead-2 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}

a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.border-t-black {
  border-top: 1px solid #000 !important;
}
.border-b-black {
  border-bottom: 1px solid #000 !important;
}
.border-l-black {
  border-left: 1px solid #000 !important;
}
.border-r-black {
  border-right: 1px solid #000 !important;
}
.border-t-white {
  border-top: 1px solid #fff !important;
}
.border-b-white {
  border-bottom: 1px solid #fff !important;
}
.border-l-white {
  border-left: 1px solid #fff !important;
}
.border-r-white {
  border-right: 1px solid #fff !important;
}
.border-t-blue-100 {
  border-top: 1px solid #ecf3f8 !important;
}
.border-b-blue-100 {
  border-bottom: 1px solid #ecf3f8 !important;
}
.border-l-blue-100 {
  border-left: 1px solid #ecf3f8 !important;
}
.border-r-blue-100 {
  border-right: 1px solid #ecf3f8 !important;
}
.border-t-blue-200 {
  border-top: 1px solid #e2e2e2 !important;
}
.border-b-blue-200 {
  border-bottom: 1px solid #e2e2e2 !important;
}
.border-l-blue-200 {
  border-left: 1px solid #e2e2e2 !important;
}
.border-r-blue-200 {
  border-right: 1px solid #e2e2e2 !important;
}
.border-t-blue-300 {
  border-top: 1px solid #99d9f0 !important;
}
.border-b-blue-300 {
  border-bottom: 1px solid #99d9f0 !important;
}
.border-l-blue-300 {
  border-left: 1px solid #99d9f0 !important;
}
.border-r-blue-300 {
  border-right: 1px solid #99d9f0 !important;
}
.border-t-blue-400 {
  border-top: 1px solid #66c5e9 !important;
}
.border-b-blue-400 {
  border-bottom: 1px solid #66c5e9 !important;
}
.border-l-blue-400 {
  border-left: 1px solid #66c5e9 !important;
}
.border-r-blue-400 {
  border-right: 1px solid #66c5e9 !important;
}
.border-t-blue-500 {
  border-top: 1px solid #B6985A !important;
}
.border-b-blue-500 {
  border-bottom: 1px solid #B6985A !important;
}
.border-l-blue-500 {
  border-left: 1px solid #B6985A !important;
}
.border-r-blue-500 {
  border-right: 1px solid #B6985A !important;
}
.border-t-blue-600 {
  border-top: 1px solid #0077a4 !important;
}
.border-b-blue-600 {
  border-bottom: 1px solid #0077a4 !important;
}
.border-l-blue-600 {
  border-left: 1px solid #0077a4 !important;
}
.border-r-blue-600 {
  border-right: 1px solid #0077a4 !important;
}
.border-t-blue-700 {
  border-top: 1px solid #00506d !important;
}
.border-b-blue-700 {
  border-bottom: 1px solid #00506d !important;
}
.border-l-blue-700 {
  border-left: 1px solid #00506d !important;
}
.border-r-blue-700 {
  border-right: 1px solid #00506d !important;
}
.border-t-blue-800 {
  border-top: 1px solid #002837 !important;
}
.border-b-blue-800 {
  border-bottom: 1px solid #002837 !important;
}
.border-l-blue-800 {
  border-left: 1px solid #002837 !important;
}
.border-r-blue-800 {
  border-right: 1px solid #002837 !important;
}
.border-t-blue-900 {
  border-top: 1px solid #001016 !important;
}
.border-b-blue-900 {
  border-bottom: 1px solid #001016 !important;
}
.border-l-blue-900 {
  border-left: 1px solid #001016 !important;
}
.border-r-blue-900 {
  border-right: 1px solid #001016 !important;
}
.border-t-green-100 {
  border-top: 1px solid #f2f9e7 !important;
}
.border-b-green-100 {
  border-bottom: 1px solid #f2f9e7 !important;
}
.border-l-green-100 {
  border-left: 1px solid #f2f9e7 !important;
}
.border-r-green-100 {
  border-right: 1px solid #f2f9e7 !important;
}
.border-t-green-200 {
  border-top: 1px solid #e9f8cd !important;
}
.border-b-green-200 {
  border-bottom: 1px solid #e9f8cd !important;
}
.border-l-green-200 {
  border-left: 1px solid #e9f8cd !important;
}
.border-r-green-200 {
  border-right: 1px solid #e9f8cd !important;
}
.border-t-green-300 {
  border-top: 1px solid #afd466 !important;
}
.border-b-green-300 {
  border-bottom: 1px solid #afd466 !important;
}
.border-l-green-300 {
  border-left: 1px solid #afd466 !important;
}
.border-r-green-300 {
  border-right: 1px solid #afd466 !important;
}
.border-t-green-400 {
  border-top: 1px solid #95c633 !important;
}
.border-b-green-400 {
  border-bottom: 1px solid #95c633 !important;
}
.border-l-green-400 {
  border-left: 1px solid #95c633 !important;
}
.border-r-green-400 {
  border-right: 1px solid #95c633 !important;
}
.border-t-green-500 {
  border-top: 1px solid #00cc99 !important;
}
.border-b-green-500 {
  border-bottom: 1px solid #00cc99 !important;
}
.border-l-green-500 {
  border-left: 1px solid #00cc99 !important;
}
.border-r-green-500 {
  border-right: 1px solid #00cc99 !important;
}
.border-t-green-600 {
  border-top: 1px solid #6ba200 !important;
}
.border-b-green-600 {
  border-bottom: 1px solid #6ba200 !important;
}
.border-l-green-600 {
  border-left: 1px solid #6ba200 !important;
}
.border-r-green-600 {
  border-right: 1px solid #6ba200 !important;
}
.border-t-green-700 {
  border-top: 1px solid #3d5c00 !important;
}
.border-b-green-700 {
  border-bottom: 1px solid #3d5c00 !important;
}
.border-l-green-700 {
  border-left: 1px solid #3d5c00 !important;
}
.border-r-green-700 {
  border-right: 1px solid #3d5c00 !important;
}
.border-t-green-800 {
  border-top: 1px solid #1f2e00 !important;
}
.border-b-green-800 {
  border-bottom: 1px solid #1f2e00 !important;
}
.border-l-green-800 {
  border-left: 1px solid #1f2e00 !important;
}
.border-r-green-800 {
  border-right: 1px solid #1f2e00 !important;
}
.border-t-green-900 {
  border-top: 1px solid #0c1200 !important;
}
.border-b-green-900 {
  border-bottom: 1px solid #0c1200 !important;
}
.border-l-green-900 {
  border-left: 1px solid #0c1200 !important;
}
.border-r-green-900 {
  border-right: 1px solid #0c1200 !important;
}
.border-t-grey-100 {
  border-top: 1px solid #f2f2f2 !important;
}
.border-b-grey-100 {
  border-bottom: 1px solid #f2f2f2 !important;
}
.border-l-grey-100 {
  border-left: 1px solid #f2f2f2 !important;
}
.border-r-grey-100 {
  border-right: 1px solid #f2f2f2 !important;
}
.border-t-grey-200 {
  border-top: 1px solid #e0e0e0 !important;
}
.border-b-grey-200 {
  border-bottom: 1px solid #e0e0e0 !important;
}
.border-l-grey-200 {
  border-left: 1px solid #e0e0e0 !important;
}
.border-r-grey-200 {
  border-right: 1px solid #e0e0e0 !important;
}
.border-t-grey-300 {
  border-top: 1px solid #c2c2c2 !important;
}
.border-b-grey-300 {
  border-bottom: 1px solid #c2c2c2 !important;
}
.border-l-grey-300 {
  border-left: 1px solid #c2c2c2 !important;
}
.border-r-grey-300 {
  border-right: 1px solid #c2c2c2 !important;
}
.border-t-grey-400 {
  border-top: 1px solid #a3a3a3 !important;
}
.border-b-grey-400 {
  border-bottom: 1px solid #a3a3a3 !important;
}
.border-l-grey-400 {
  border-left: 1px solid #a3a3a3 !important;
}
.border-r-grey-400 {
  border-right: 1px solid #a3a3a3 !important;
}
.border-t-grey-500 {
  border-top: 1px solid #747678 !important;
}
.border-b-grey-500 {
  border-bottom: 1px solid #747678 !important;
}
.border-l-grey-500 {
  border-left: 1px solid #747678 !important;
}
.border-r-grey-500 {
  border-right: 1px solid #747678 !important;
}
.border-t-grey-600 {
  border-top: 1px solid #57595a !important;
}
.border-b-grey-600 {
  border-bottom: 1px solid #57595a !important;
}
.border-l-grey-600 {
  border-left: 1px solid #57595a !important;
}
.border-r-grey-600 {
  border-right: 1px solid #57595a !important;
}
.border-t-grey-700 {
  border-top: 1px solid #474747 !important;
}
.border-b-grey-700 {
  border-bottom: 1px solid #474747 !important;
}
.border-l-grey-700 {
  border-left: 1px solid #474747 !important;
}
.border-r-grey-700 {
  border-right: 1px solid #474747 !important;
}
.border-t-grey-800 {
  border-top: 1px solid #272727 !important;
}
.border-b-grey-800 {
  border-bottom: 1px solid #272727 !important;
}
.border-l-grey-800 {
  border-left: 1px solid #272727 !important;
}
.border-r-grey-800 {
  border-right: 1px solid #272727 !important;
}
.border-t-grey-900 {
  border-top: 1px solid #0b0b0b !important;
}
.border-b-grey-900 {
  border-bottom: 1px solid #0b0b0b !important;
}
.border-l-grey-900 {
  border-left: 1px solid #0b0b0b !important;
}
.border-r-grey-900 {
  border-right: 1px solid #0b0b0b !important;
}
.border-t-red-500 {
  border-top: 1px solid #d52b1e !important;
}
.border-b-red-500 {
  border-bottom: 1px solid #d52b1e !important;
}
.border-l-red-500 {
  border-left: 1px solid #d52b1e !important;
}
.border-r-red-500 {
  border-right: 1px solid #d52b1e !important;
}
.border-t-dark-blue-100 {
  border-top: 1px solid #e5ebf4 !important;
}
.border-b-dark-blue-100 {
  border-bottom: 1px solid #e5ebf4 !important;
}
.border-l-dark-blue-100 {
  border-left: 1px solid #e5ebf4 !important;
}
.border-r-dark-blue-100 {
  border-right: 1px solid #e5ebf4 !important;
}
.border-t-dark-blue-400 {
  border-top: 1px solid #0078c7 !important;
}
.border-b-dark-blue-400 {
  border-bottom: 1px solid #0078c7 !important;
}
.border-l-dark-blue-400 {
  border-left: 1px solid #0078c7 !important;
}
.border-r-dark-blue-400 {
  border-right: 1px solid #0078c7 !important;
}
.border-t-dark-blue-500 {
  border-top: 1px solid #00338d !important;
}
.border-b-dark-blue-500 {
  border-bottom: 1px solid #00338d !important;
}
.border-l-dark-blue-500 {
  border-left: 1px solid #00338d !important;
}
.border-r-dark-blue-500 {
  border-right: 1px solid #00338d !important;
}
.border-t-purple-100 {
  border-top: 1px solid #eef1fb !important;
}
.border-b-purple-100 {
  border-bottom: 1px solid #eef1fb !important;
}
.border-l-purple-100 {
  border-left: 1px solid #eef1fb !important;
}
.border-r-purple-100 {
  border-right: 1px solid #eef1fb !important;
}
.border-t-spirit-0 {
  border-top: 1px solid #00cc99 !important;
}
.border-b-spirit-0 {
  border-bottom: 1px solid #00cc99 !important;
}
.border-l-spirit-0 {
  border-left: 1px solid #00cc99 !important;
}
.border-r-spirit-0 {
  border-right: 1px solid #00cc99 !important;
}
.border-t-spirit-01 {
  border-top: 1px solid #1b1466 !important;
}
.border-b-spirit-01 {
  border-bottom: 1px solid #1b1466 !important;
}
.border-l-spirit-01 {
  border-left: 1px solid #1b1466 !important;
}
.border-r-spirit-01 {
  border-right: 1px solid #1b1466 !important;
}
.border-t-spirit-02 {
  border-top: 1px solid #00b0f0 !important;
}
.border-b-spirit-02 {
  border-bottom: 1px solid #00b0f0 !important;
}
.border-l-spirit-02 {
  border-left: 1px solid #00b0f0 !important;
}
.border-r-spirit-02 {
  border-right: 1px solid #00b0f0 !important;
}
.border-t-spirit-03 {
  border-top: 1px solid #f8df00 !important;
}
.border-b-spirit-03 {
  border-bottom: 1px solid #f8df00 !important;
}
.border-l-spirit-03 {
  border-left: 1px solid #f8df00 !important;
}
.border-r-spirit-03 {
  border-right: 1px solid #f8df00 !important;
}
.border-t-spirit-04 {
  border-top: 1px solid #ec8b10 !important;
}
.border-b-spirit-04 {
  border-bottom: 1px solid #ec8b10 !important;
}
.border-l-spirit-04 {
  border-left: 1px solid #ec8b10 !important;
}
.border-r-spirit-04 {
  border-right: 1px solid #ec8b10 !important;
}
.border-t-spirit-05 {
  border-top: 1px solid #00b341 !important;
}
.border-b-spirit-05 {
  border-bottom: 1px solid #00b341 !important;
}
.border-l-spirit-05 {
  border-left: 1px solid #00b341 !important;
}
.border-r-spirit-05 {
  border-right: 1px solid #00b341 !important;
}
.border-t-spirit-06 {
  border-top: 1px solid #005fb8 !important;
}
.border-b-spirit-06 {
  border-bottom: 1px solid #005fb8 !important;
}
.border-l-spirit-06 {
  border-left: 1px solid #005fb8 !important;
}
.border-r-spirit-06 {
  border-right: 1px solid #005fb8 !important;
}
.border-t-spirit-07 {
  border-top: 1px solid #e6002a !important;
}
.border-b-spirit-07 {
  border-bottom: 1px solid #e6002a !important;
}
.border-l-spirit-07 {
  border-left: 1px solid #e6002a !important;
}
.border-r-spirit-07 {
  border-right: 1px solid #e6002a !important;
}
.border-t-price-up {
  border-top: 1px solid #00cc99 !important;
}
.border-b-price-up {
  border-bottom: 1px solid #00cc99 !important;
}
.border-l-price-up {
  border-left: 1px solid #00cc99 !important;
}
.border-r-price-up {
  border-right: 1px solid #00cc99 !important;
}
.border-t-price-down {
  border-top: 1px solid #f94848 !important;
}
.border-b-price-down {
  border-bottom: 1px solid #f94848 !important;
}
.border-l-price-down {
  border-left: 1px solid #f94848 !important;
}
.border-r-price-down {
  border-right: 1px solid #f94848 !important;
}
.border-t-0 {
  border-top: 0 !important;
}
.border-b-0 {
  border-bottom: 0 !important;
}
.border-l-0 {
  border-left: 0 !important;
}
.border-r-0 {
  border-right: 0 !important;
}
@media (min-width: 576px) {
  .border-t-sm-black {
    border-top: 1px solid #000 !important;
  }
  .border-b-sm-black {
    border-bottom: 1px solid #000 !important;
  }
  .border-l-sm-black {
    border-left: 1px solid #000 !important;
  }
  .border-r-sm-black {
    border-right: 1px solid #000 !important;
  }
  .border-t-sm-white {
    border-top: 1px solid #fff !important;
  }
  .border-b-sm-white {
    border-bottom: 1px solid #fff !important;
  }
  .border-l-sm-white {
    border-left: 1px solid #fff !important;
  }
  .border-r-sm-white {
    border-right: 1px solid #fff !important;
  }
  .border-t-sm-blue-100 {
    border-top: 1px solid #ecf3f8 !important;
  }
  .border-b-sm-blue-100 {
    border-bottom: 1px solid #ecf3f8 !important;
  }
  .border-l-sm-blue-100 {
    border-left: 1px solid #ecf3f8 !important;
  }
  .border-r-sm-blue-100 {
    border-right: 1px solid #ecf3f8 !important;
  }
  .border-t-sm-blue-200 {
    border-top: 1px solid #e2e2e2 !important;
  }
  .border-b-sm-blue-200 {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .border-l-sm-blue-200 {
    border-left: 1px solid #e2e2e2 !important;
  }
  .border-r-sm-blue-200 {
    border-right: 1px solid #e2e2e2 !important;
  }
  .border-t-sm-blue-300 {
    border-top: 1px solid #99d9f0 !important;
  }
  .border-b-sm-blue-300 {
    border-bottom: 1px solid #99d9f0 !important;
  }
  .border-l-sm-blue-300 {
    border-left: 1px solid #99d9f0 !important;
  }
  .border-r-sm-blue-300 {
    border-right: 1px solid #99d9f0 !important;
  }
  .border-t-sm-blue-400 {
    border-top: 1px solid #66c5e9 !important;
  }
  .border-b-sm-blue-400 {
    border-bottom: 1px solid #66c5e9 !important;
  }
  .border-l-sm-blue-400 {
    border-left: 1px solid #66c5e9 !important;
  }
  .border-r-sm-blue-400 {
    border-right: 1px solid #66c5e9 !important;
  }
  .border-t-sm-blue-500 {
    border-top: 1px solid #B6985A !important;
  }
  .border-b-sm-blue-500 {
    border-bottom: 1px solid #B6985A !important;
  }
  .border-l-sm-blue-500 {
    border-left: 1px solid #B6985A !important;
  }
  .border-r-sm-blue-500 {
    border-right: 1px solid #B6985A !important;
  }
  .border-t-sm-blue-600 {
    border-top: 1px solid #0077a4 !important;
  }
  .border-b-sm-blue-600 {
    border-bottom: 1px solid #0077a4 !important;
  }
  .border-l-sm-blue-600 {
    border-left: 1px solid #0077a4 !important;
  }
  .border-r-sm-blue-600 {
    border-right: 1px solid #0077a4 !important;
  }
  .border-t-sm-blue-700 {
    border-top: 1px solid #00506d !important;
  }
  .border-b-sm-blue-700 {
    border-bottom: 1px solid #00506d !important;
  }
  .border-l-sm-blue-700 {
    border-left: 1px solid #00506d !important;
  }
  .border-r-sm-blue-700 {
    border-right: 1px solid #00506d !important;
  }
  .border-t-sm-blue-800 {
    border-top: 1px solid #002837 !important;
  }
  .border-b-sm-blue-800 {
    border-bottom: 1px solid #002837 !important;
  }
  .border-l-sm-blue-800 {
    border-left: 1px solid #002837 !important;
  }
  .border-r-sm-blue-800 {
    border-right: 1px solid #002837 !important;
  }
  .border-t-sm-blue-900 {
    border-top: 1px solid #001016 !important;
  }
  .border-b-sm-blue-900 {
    border-bottom: 1px solid #001016 !important;
  }
  .border-l-sm-blue-900 {
    border-left: 1px solid #001016 !important;
  }
  .border-r-sm-blue-900 {
    border-right: 1px solid #001016 !important;
  }
  .border-t-sm-green-100 {
    border-top: 1px solid #f2f9e7 !important;
  }
  .border-b-sm-green-100 {
    border-bottom: 1px solid #f2f9e7 !important;
  }
  .border-l-sm-green-100 {
    border-left: 1px solid #f2f9e7 !important;
  }
  .border-r-sm-green-100 {
    border-right: 1px solid #f2f9e7 !important;
  }
  .border-t-sm-green-200 {
    border-top: 1px solid #e9f8cd !important;
  }
  .border-b-sm-green-200 {
    border-bottom: 1px solid #e9f8cd !important;
  }
  .border-l-sm-green-200 {
    border-left: 1px solid #e9f8cd !important;
  }
  .border-r-sm-green-200 {
    border-right: 1px solid #e9f8cd !important;
  }
  .border-t-sm-green-300 {
    border-top: 1px solid #afd466 !important;
  }
  .border-b-sm-green-300 {
    border-bottom: 1px solid #afd466 !important;
  }
  .border-l-sm-green-300 {
    border-left: 1px solid #afd466 !important;
  }
  .border-r-sm-green-300 {
    border-right: 1px solid #afd466 !important;
  }
  .border-t-sm-green-400 {
    border-top: 1px solid #95c633 !important;
  }
  .border-b-sm-green-400 {
    border-bottom: 1px solid #95c633 !important;
  }
  .border-l-sm-green-400 {
    border-left: 1px solid #95c633 !important;
  }
  .border-r-sm-green-400 {
    border-right: 1px solid #95c633 !important;
  }
  .border-t-sm-green-500 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-sm-green-500 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-sm-green-500 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-sm-green-500 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-sm-green-600 {
    border-top: 1px solid #6ba200 !important;
  }
  .border-b-sm-green-600 {
    border-bottom: 1px solid #6ba200 !important;
  }
  .border-l-sm-green-600 {
    border-left: 1px solid #6ba200 !important;
  }
  .border-r-sm-green-600 {
    border-right: 1px solid #6ba200 !important;
  }
  .border-t-sm-green-700 {
    border-top: 1px solid #3d5c00 !important;
  }
  .border-b-sm-green-700 {
    border-bottom: 1px solid #3d5c00 !important;
  }
  .border-l-sm-green-700 {
    border-left: 1px solid #3d5c00 !important;
  }
  .border-r-sm-green-700 {
    border-right: 1px solid #3d5c00 !important;
  }
  .border-t-sm-green-800 {
    border-top: 1px solid #1f2e00 !important;
  }
  .border-b-sm-green-800 {
    border-bottom: 1px solid #1f2e00 !important;
  }
  .border-l-sm-green-800 {
    border-left: 1px solid #1f2e00 !important;
  }
  .border-r-sm-green-800 {
    border-right: 1px solid #1f2e00 !important;
  }
  .border-t-sm-green-900 {
    border-top: 1px solid #0c1200 !important;
  }
  .border-b-sm-green-900 {
    border-bottom: 1px solid #0c1200 !important;
  }
  .border-l-sm-green-900 {
    border-left: 1px solid #0c1200 !important;
  }
  .border-r-sm-green-900 {
    border-right: 1px solid #0c1200 !important;
  }
  .border-t-sm-grey-100 {
    border-top: 1px solid #f2f2f2 !important;
  }
  .border-b-sm-grey-100 {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .border-l-sm-grey-100 {
    border-left: 1px solid #f2f2f2 !important;
  }
  .border-r-sm-grey-100 {
    border-right: 1px solid #f2f2f2 !important;
  }
  .border-t-sm-grey-200 {
    border-top: 1px solid #e0e0e0 !important;
  }
  .border-b-sm-grey-200 {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .border-l-sm-grey-200 {
    border-left: 1px solid #e0e0e0 !important;
  }
  .border-r-sm-grey-200 {
    border-right: 1px solid #e0e0e0 !important;
  }
  .border-t-sm-grey-300 {
    border-top: 1px solid #c2c2c2 !important;
  }
  .border-b-sm-grey-300 {
    border-bottom: 1px solid #c2c2c2 !important;
  }
  .border-l-sm-grey-300 {
    border-left: 1px solid #c2c2c2 !important;
  }
  .border-r-sm-grey-300 {
    border-right: 1px solid #c2c2c2 !important;
  }
  .border-t-sm-grey-400 {
    border-top: 1px solid #a3a3a3 !important;
  }
  .border-b-sm-grey-400 {
    border-bottom: 1px solid #a3a3a3 !important;
  }
  .border-l-sm-grey-400 {
    border-left: 1px solid #a3a3a3 !important;
  }
  .border-r-sm-grey-400 {
    border-right: 1px solid #a3a3a3 !important;
  }
  .border-t-sm-grey-500 {
    border-top: 1px solid #747678 !important;
  }
  .border-b-sm-grey-500 {
    border-bottom: 1px solid #747678 !important;
  }
  .border-l-sm-grey-500 {
    border-left: 1px solid #747678 !important;
  }
  .border-r-sm-grey-500 {
    border-right: 1px solid #747678 !important;
  }
  .border-t-sm-grey-600 {
    border-top: 1px solid #57595a !important;
  }
  .border-b-sm-grey-600 {
    border-bottom: 1px solid #57595a !important;
  }
  .border-l-sm-grey-600 {
    border-left: 1px solid #57595a !important;
  }
  .border-r-sm-grey-600 {
    border-right: 1px solid #57595a !important;
  }
  .border-t-sm-grey-700 {
    border-top: 1px solid #474747 !important;
  }
  .border-b-sm-grey-700 {
    border-bottom: 1px solid #474747 !important;
  }
  .border-l-sm-grey-700 {
    border-left: 1px solid #474747 !important;
  }
  .border-r-sm-grey-700 {
    border-right: 1px solid #474747 !important;
  }
  .border-t-sm-grey-800 {
    border-top: 1px solid #272727 !important;
  }
  .border-b-sm-grey-800 {
    border-bottom: 1px solid #272727 !important;
  }
  .border-l-sm-grey-800 {
    border-left: 1px solid #272727 !important;
  }
  .border-r-sm-grey-800 {
    border-right: 1px solid #272727 !important;
  }
  .border-t-sm-grey-900 {
    border-top: 1px solid #0b0b0b !important;
  }
  .border-b-sm-grey-900 {
    border-bottom: 1px solid #0b0b0b !important;
  }
  .border-l-sm-grey-900 {
    border-left: 1px solid #0b0b0b !important;
  }
  .border-r-sm-grey-900 {
    border-right: 1px solid #0b0b0b !important;
  }
  .border-t-sm-red-500 {
    border-top: 1px solid #d52b1e !important;
  }
  .border-b-sm-red-500 {
    border-bottom: 1px solid #d52b1e !important;
  }
  .border-l-sm-red-500 {
    border-left: 1px solid #d52b1e !important;
  }
  .border-r-sm-red-500 {
    border-right: 1px solid #d52b1e !important;
  }
  .border-t-sm-dark-blue-100 {
    border-top: 1px solid #e5ebf4 !important;
  }
  .border-b-sm-dark-blue-100 {
    border-bottom: 1px solid #e5ebf4 !important;
  }
  .border-l-sm-dark-blue-100 {
    border-left: 1px solid #e5ebf4 !important;
  }
  .border-r-sm-dark-blue-100 {
    border-right: 1px solid #e5ebf4 !important;
  }
  .border-t-sm-dark-blue-400 {
    border-top: 1px solid #0078c7 !important;
  }
  .border-b-sm-dark-blue-400 {
    border-bottom: 1px solid #0078c7 !important;
  }
  .border-l-sm-dark-blue-400 {
    border-left: 1px solid #0078c7 !important;
  }
  .border-r-sm-dark-blue-400 {
    border-right: 1px solid #0078c7 !important;
  }
  .border-t-sm-dark-blue-500 {
    border-top: 1px solid #00338d !important;
  }
  .border-b-sm-dark-blue-500 {
    border-bottom: 1px solid #00338d !important;
  }
  .border-l-sm-dark-blue-500 {
    border-left: 1px solid #00338d !important;
  }
  .border-r-sm-dark-blue-500 {
    border-right: 1px solid #00338d !important;
  }
  .border-t-sm-purple-100 {
    border-top: 1px solid #eef1fb !important;
  }
  .border-b-sm-purple-100 {
    border-bottom: 1px solid #eef1fb !important;
  }
  .border-l-sm-purple-100 {
    border-left: 1px solid #eef1fb !important;
  }
  .border-r-sm-purple-100 {
    border-right: 1px solid #eef1fb !important;
  }
  .border-t-sm-spirit-0 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-sm-spirit-0 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-sm-spirit-0 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-sm-spirit-0 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-sm-spirit-01 {
    border-top: 1px solid #1b1466 !important;
  }
  .border-b-sm-spirit-01 {
    border-bottom: 1px solid #1b1466 !important;
  }
  .border-l-sm-spirit-01 {
    border-left: 1px solid #1b1466 !important;
  }
  .border-r-sm-spirit-01 {
    border-right: 1px solid #1b1466 !important;
  }
  .border-t-sm-spirit-02 {
    border-top: 1px solid #00b0f0 !important;
  }
  .border-b-sm-spirit-02 {
    border-bottom: 1px solid #00b0f0 !important;
  }
  .border-l-sm-spirit-02 {
    border-left: 1px solid #00b0f0 !important;
  }
  .border-r-sm-spirit-02 {
    border-right: 1px solid #00b0f0 !important;
  }
  .border-t-sm-spirit-03 {
    border-top: 1px solid #f8df00 !important;
  }
  .border-b-sm-spirit-03 {
    border-bottom: 1px solid #f8df00 !important;
  }
  .border-l-sm-spirit-03 {
    border-left: 1px solid #f8df00 !important;
  }
  .border-r-sm-spirit-03 {
    border-right: 1px solid #f8df00 !important;
  }
  .border-t-sm-spirit-04 {
    border-top: 1px solid #ec8b10 !important;
  }
  .border-b-sm-spirit-04 {
    border-bottom: 1px solid #ec8b10 !important;
  }
  .border-l-sm-spirit-04 {
    border-left: 1px solid #ec8b10 !important;
  }
  .border-r-sm-spirit-04 {
    border-right: 1px solid #ec8b10 !important;
  }
  .border-t-sm-spirit-05 {
    border-top: 1px solid #00b341 !important;
  }
  .border-b-sm-spirit-05 {
    border-bottom: 1px solid #00b341 !important;
  }
  .border-l-sm-spirit-05 {
    border-left: 1px solid #00b341 !important;
  }
  .border-r-sm-spirit-05 {
    border-right: 1px solid #00b341 !important;
  }
  .border-t-sm-spirit-06 {
    border-top: 1px solid #005fb8 !important;
  }
  .border-b-sm-spirit-06 {
    border-bottom: 1px solid #005fb8 !important;
  }
  .border-l-sm-spirit-06 {
    border-left: 1px solid #005fb8 !important;
  }
  .border-r-sm-spirit-06 {
    border-right: 1px solid #005fb8 !important;
  }
  .border-t-sm-spirit-07 {
    border-top: 1px solid #e6002a !important;
  }
  .border-b-sm-spirit-07 {
    border-bottom: 1px solid #e6002a !important;
  }
  .border-l-sm-spirit-07 {
    border-left: 1px solid #e6002a !important;
  }
  .border-r-sm-spirit-07 {
    border-right: 1px solid #e6002a !important;
  }
  .border-t-sm-price-up {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-sm-price-up {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-sm-price-up {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-sm-price-up {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-sm-price-down {
    border-top: 1px solid #f94848 !important;
  }
  .border-b-sm-price-down {
    border-bottom: 1px solid #f94848 !important;
  }
  .border-l-sm-price-down {
    border-left: 1px solid #f94848 !important;
  }
  .border-r-sm-price-down {
    border-right: 1px solid #f94848 !important;
  }
  .border-t-sm-0 {
    border-top: 0 !important;
  }
  .border-b-sm-0 {
    border-bottom: 0 !important;
  }
  .border-l-sm-0 {
    border-left: 0 !important;
  }
  .border-r-sm-0 {
    border-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-t-md-black {
    border-top: 1px solid #000 !important;
  }
  .border-b-md-black {
    border-bottom: 1px solid #000 !important;
  }
  .border-l-md-black {
    border-left: 1px solid #000 !important;
  }
  .border-r-md-black {
    border-right: 1px solid #000 !important;
  }
  .border-t-md-white {
    border-top: 1px solid #fff !important;
  }
  .border-b-md-white {
    border-bottom: 1px solid #fff !important;
  }
  .border-l-md-white {
    border-left: 1px solid #fff !important;
  }
  .border-r-md-white {
    border-right: 1px solid #fff !important;
  }
  .border-t-md-blue-100 {
    border-top: 1px solid #ecf3f8 !important;
  }
  .border-b-md-blue-100 {
    border-bottom: 1px solid #ecf3f8 !important;
  }
  .border-l-md-blue-100 {
    border-left: 1px solid #ecf3f8 !important;
  }
  .border-r-md-blue-100 {
    border-right: 1px solid #ecf3f8 !important;
  }
  .border-t-md-blue-200 {
    border-top: 1px solid #e2e2e2 !important;
  }
  .border-b-md-blue-200 {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .border-l-md-blue-200 {
    border-left: 1px solid #e2e2e2 !important;
  }
  .border-r-md-blue-200 {
    border-right: 1px solid #e2e2e2 !important;
  }
  .border-t-md-blue-300 {
    border-top: 1px solid #99d9f0 !important;
  }
  .border-b-md-blue-300 {
    border-bottom: 1px solid #99d9f0 !important;
  }
  .border-l-md-blue-300 {
    border-left: 1px solid #99d9f0 !important;
  }
  .border-r-md-blue-300 {
    border-right: 1px solid #99d9f0 !important;
  }
  .border-t-md-blue-400 {
    border-top: 1px solid #66c5e9 !important;
  }
  .border-b-md-blue-400 {
    border-bottom: 1px solid #66c5e9 !important;
  }
  .border-l-md-blue-400 {
    border-left: 1px solid #66c5e9 !important;
  }
  .border-r-md-blue-400 {
    border-right: 1px solid #66c5e9 !important;
  }
  .border-t-md-blue-500 {
    border-top: 1px solid #B6985A !important;
  }
  .border-b-md-blue-500 {
    border-bottom: 1px solid #B6985A !important;
  }
  .border-l-md-blue-500 {
    border-left: 1px solid #B6985A !important;
  }
  .border-r-md-blue-500 {
    border-right: 1px solid #B6985A !important;
  }
  .border-t-md-blue-600 {
    border-top: 1px solid #0077a4 !important;
  }
  .border-b-md-blue-600 {
    border-bottom: 1px solid #0077a4 !important;
  }
  .border-l-md-blue-600 {
    border-left: 1px solid #0077a4 !important;
  }
  .border-r-md-blue-600 {
    border-right: 1px solid #0077a4 !important;
  }
  .border-t-md-blue-700 {
    border-top: 1px solid #00506d !important;
  }
  .border-b-md-blue-700 {
    border-bottom: 1px solid #00506d !important;
  }
  .border-l-md-blue-700 {
    border-left: 1px solid #00506d !important;
  }
  .border-r-md-blue-700 {
    border-right: 1px solid #00506d !important;
  }
  .border-t-md-blue-800 {
    border-top: 1px solid #002837 !important;
  }
  .border-b-md-blue-800 {
    border-bottom: 1px solid #002837 !important;
  }
  .border-l-md-blue-800 {
    border-left: 1px solid #002837 !important;
  }
  .border-r-md-blue-800 {
    border-right: 1px solid #002837 !important;
  }
  .border-t-md-blue-900 {
    border-top: 1px solid #001016 !important;
  }
  .border-b-md-blue-900 {
    border-bottom: 1px solid #001016 !important;
  }
  .border-l-md-blue-900 {
    border-left: 1px solid #001016 !important;
  }
  .border-r-md-blue-900 {
    border-right: 1px solid #001016 !important;
  }
  .border-t-md-green-100 {
    border-top: 1px solid #f2f9e7 !important;
  }
  .border-b-md-green-100 {
    border-bottom: 1px solid #f2f9e7 !important;
  }
  .border-l-md-green-100 {
    border-left: 1px solid #f2f9e7 !important;
  }
  .border-r-md-green-100 {
    border-right: 1px solid #f2f9e7 !important;
  }
  .border-t-md-green-200 {
    border-top: 1px solid #e9f8cd !important;
  }
  .border-b-md-green-200 {
    border-bottom: 1px solid #e9f8cd !important;
  }
  .border-l-md-green-200 {
    border-left: 1px solid #e9f8cd !important;
  }
  .border-r-md-green-200 {
    border-right: 1px solid #e9f8cd !important;
  }
  .border-t-md-green-300 {
    border-top: 1px solid #afd466 !important;
  }
  .border-b-md-green-300 {
    border-bottom: 1px solid #afd466 !important;
  }
  .border-l-md-green-300 {
    border-left: 1px solid #afd466 !important;
  }
  .border-r-md-green-300 {
    border-right: 1px solid #afd466 !important;
  }
  .border-t-md-green-400 {
    border-top: 1px solid #95c633 !important;
  }
  .border-b-md-green-400 {
    border-bottom: 1px solid #95c633 !important;
  }
  .border-l-md-green-400 {
    border-left: 1px solid #95c633 !important;
  }
  .border-r-md-green-400 {
    border-right: 1px solid #95c633 !important;
  }
  .border-t-md-green-500 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-md-green-500 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-md-green-500 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-md-green-500 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-md-green-600 {
    border-top: 1px solid #6ba200 !important;
  }
  .border-b-md-green-600 {
    border-bottom: 1px solid #6ba200 !important;
  }
  .border-l-md-green-600 {
    border-left: 1px solid #6ba200 !important;
  }
  .border-r-md-green-600 {
    border-right: 1px solid #6ba200 !important;
  }
  .border-t-md-green-700 {
    border-top: 1px solid #3d5c00 !important;
  }
  .border-b-md-green-700 {
    border-bottom: 1px solid #3d5c00 !important;
  }
  .border-l-md-green-700 {
    border-left: 1px solid #3d5c00 !important;
  }
  .border-r-md-green-700 {
    border-right: 1px solid #3d5c00 !important;
  }
  .border-t-md-green-800 {
    border-top: 1px solid #1f2e00 !important;
  }
  .border-b-md-green-800 {
    border-bottom: 1px solid #1f2e00 !important;
  }
  .border-l-md-green-800 {
    border-left: 1px solid #1f2e00 !important;
  }
  .border-r-md-green-800 {
    border-right: 1px solid #1f2e00 !important;
  }
  .border-t-md-green-900 {
    border-top: 1px solid #0c1200 !important;
  }
  .border-b-md-green-900 {
    border-bottom: 1px solid #0c1200 !important;
  }
  .border-l-md-green-900 {
    border-left: 1px solid #0c1200 !important;
  }
  .border-r-md-green-900 {
    border-right: 1px solid #0c1200 !important;
  }
  .border-t-md-grey-100 {
    border-top: 1px solid #f2f2f2 !important;
  }
  .border-b-md-grey-100 {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .border-l-md-grey-100 {
    border-left: 1px solid #f2f2f2 !important;
  }
  .border-r-md-grey-100 {
    border-right: 1px solid #f2f2f2 !important;
  }
  .border-t-md-grey-200 {
    border-top: 1px solid #e0e0e0 !important;
  }
  .border-b-md-grey-200 {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .border-l-md-grey-200 {
    border-left: 1px solid #e0e0e0 !important;
  }
  .border-r-md-grey-200 {
    border-right: 1px solid #e0e0e0 !important;
  }
  .border-t-md-grey-300 {
    border-top: 1px solid #c2c2c2 !important;
  }
  .border-b-md-grey-300 {
    border-bottom: 1px solid #c2c2c2 !important;
  }
  .border-l-md-grey-300 {
    border-left: 1px solid #c2c2c2 !important;
  }
  .border-r-md-grey-300 {
    border-right: 1px solid #c2c2c2 !important;
  }
  .border-t-md-grey-400 {
    border-top: 1px solid #a3a3a3 !important;
  }
  .border-b-md-grey-400 {
    border-bottom: 1px solid #a3a3a3 !important;
  }
  .border-l-md-grey-400 {
    border-left: 1px solid #a3a3a3 !important;
  }
  .border-r-md-grey-400 {
    border-right: 1px solid #a3a3a3 !important;
  }
  .border-t-md-grey-500 {
    border-top: 1px solid #747678 !important;
  }
  .border-b-md-grey-500 {
    border-bottom: 1px solid #747678 !important;
  }
  .border-l-md-grey-500 {
    border-left: 1px solid #747678 !important;
  }
  .border-r-md-grey-500 {
    border-right: 1px solid #747678 !important;
  }
  .border-t-md-grey-600 {
    border-top: 1px solid #57595a !important;
  }
  .border-b-md-grey-600 {
    border-bottom: 1px solid #57595a !important;
  }
  .border-l-md-grey-600 {
    border-left: 1px solid #57595a !important;
  }
  .border-r-md-grey-600 {
    border-right: 1px solid #57595a !important;
  }
  .border-t-md-grey-700 {
    border-top: 1px solid #474747 !important;
  }
  .border-b-md-grey-700 {
    border-bottom: 1px solid #474747 !important;
  }
  .border-l-md-grey-700 {
    border-left: 1px solid #474747 !important;
  }
  .border-r-md-grey-700 {
    border-right: 1px solid #474747 !important;
  }
  .border-t-md-grey-800 {
    border-top: 1px solid #272727 !important;
  }
  .border-b-md-grey-800 {
    border-bottom: 1px solid #272727 !important;
  }
  .border-l-md-grey-800 {
    border-left: 1px solid #272727 !important;
  }
  .border-r-md-grey-800 {
    border-right: 1px solid #272727 !important;
  }
  .border-t-md-grey-900 {
    border-top: 1px solid #0b0b0b !important;
  }
  .border-b-md-grey-900 {
    border-bottom: 1px solid #0b0b0b !important;
  }
  .border-l-md-grey-900 {
    border-left: 1px solid #0b0b0b !important;
  }
  .border-r-md-grey-900 {
    border-right: 1px solid #0b0b0b !important;
  }
  .border-t-md-red-500 {
    border-top: 1px solid #d52b1e !important;
  }
  .border-b-md-red-500 {
    border-bottom: 1px solid #d52b1e !important;
  }
  .border-l-md-red-500 {
    border-left: 1px solid #d52b1e !important;
  }
  .border-r-md-red-500 {
    border-right: 1px solid #d52b1e !important;
  }
  .border-t-md-dark-blue-100 {
    border-top: 1px solid #e5ebf4 !important;
  }
  .border-b-md-dark-blue-100 {
    border-bottom: 1px solid #e5ebf4 !important;
  }
  .border-l-md-dark-blue-100 {
    border-left: 1px solid #e5ebf4 !important;
  }
  .border-r-md-dark-blue-100 {
    border-right: 1px solid #e5ebf4 !important;
  }
  .border-t-md-dark-blue-400 {
    border-top: 1px solid #0078c7 !important;
  }
  .border-b-md-dark-blue-400 {
    border-bottom: 1px solid #0078c7 !important;
  }
  .border-l-md-dark-blue-400 {
    border-left: 1px solid #0078c7 !important;
  }
  .border-r-md-dark-blue-400 {
    border-right: 1px solid #0078c7 !important;
  }
  .border-t-md-dark-blue-500 {
    border-top: 1px solid #00338d !important;
  }
  .border-b-md-dark-blue-500 {
    border-bottom: 1px solid #00338d !important;
  }
  .border-l-md-dark-blue-500 {
    border-left: 1px solid #00338d !important;
  }
  .border-r-md-dark-blue-500 {
    border-right: 1px solid #00338d !important;
  }
  .border-t-md-purple-100 {
    border-top: 1px solid #eef1fb !important;
  }
  .border-b-md-purple-100 {
    border-bottom: 1px solid #eef1fb !important;
  }
  .border-l-md-purple-100 {
    border-left: 1px solid #eef1fb !important;
  }
  .border-r-md-purple-100 {
    border-right: 1px solid #eef1fb !important;
  }
  .border-t-md-spirit-0 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-md-spirit-0 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-md-spirit-0 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-md-spirit-0 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-md-spirit-01 {
    border-top: 1px solid #1b1466 !important;
  }
  .border-b-md-spirit-01 {
    border-bottom: 1px solid #1b1466 !important;
  }
  .border-l-md-spirit-01 {
    border-left: 1px solid #1b1466 !important;
  }
  .border-r-md-spirit-01 {
    border-right: 1px solid #1b1466 !important;
  }
  .border-t-md-spirit-02 {
    border-top: 1px solid #00b0f0 !important;
  }
  .border-b-md-spirit-02 {
    border-bottom: 1px solid #00b0f0 !important;
  }
  .border-l-md-spirit-02 {
    border-left: 1px solid #00b0f0 !important;
  }
  .border-r-md-spirit-02 {
    border-right: 1px solid #00b0f0 !important;
  }
  .border-t-md-spirit-03 {
    border-top: 1px solid #f8df00 !important;
  }
  .border-b-md-spirit-03 {
    border-bottom: 1px solid #f8df00 !important;
  }
  .border-l-md-spirit-03 {
    border-left: 1px solid #f8df00 !important;
  }
  .border-r-md-spirit-03 {
    border-right: 1px solid #f8df00 !important;
  }
  .border-t-md-spirit-04 {
    border-top: 1px solid #ec8b10 !important;
  }
  .border-b-md-spirit-04 {
    border-bottom: 1px solid #ec8b10 !important;
  }
  .border-l-md-spirit-04 {
    border-left: 1px solid #ec8b10 !important;
  }
  .border-r-md-spirit-04 {
    border-right: 1px solid #ec8b10 !important;
  }
  .border-t-md-spirit-05 {
    border-top: 1px solid #00b341 !important;
  }
  .border-b-md-spirit-05 {
    border-bottom: 1px solid #00b341 !important;
  }
  .border-l-md-spirit-05 {
    border-left: 1px solid #00b341 !important;
  }
  .border-r-md-spirit-05 {
    border-right: 1px solid #00b341 !important;
  }
  .border-t-md-spirit-06 {
    border-top: 1px solid #005fb8 !important;
  }
  .border-b-md-spirit-06 {
    border-bottom: 1px solid #005fb8 !important;
  }
  .border-l-md-spirit-06 {
    border-left: 1px solid #005fb8 !important;
  }
  .border-r-md-spirit-06 {
    border-right: 1px solid #005fb8 !important;
  }
  .border-t-md-spirit-07 {
    border-top: 1px solid #e6002a !important;
  }
  .border-b-md-spirit-07 {
    border-bottom: 1px solid #e6002a !important;
  }
  .border-l-md-spirit-07 {
    border-left: 1px solid #e6002a !important;
  }
  .border-r-md-spirit-07 {
    border-right: 1px solid #e6002a !important;
  }
  .border-t-md-price-up {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-md-price-up {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-md-price-up {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-md-price-up {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-md-price-down {
    border-top: 1px solid #f94848 !important;
  }
  .border-b-md-price-down {
    border-bottom: 1px solid #f94848 !important;
  }
  .border-l-md-price-down {
    border-left: 1px solid #f94848 !important;
  }
  .border-r-md-price-down {
    border-right: 1px solid #f94848 !important;
  }
  .border-t-md-0 {
    border-top: 0 !important;
  }
  .border-b-md-0 {
    border-bottom: 0 !important;
  }
  .border-l-md-0 {
    border-left: 0 !important;
  }
  .border-r-md-0 {
    border-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-t-lg-black {
    border-top: 1px solid #000 !important;
  }
  .border-b-lg-black {
    border-bottom: 1px solid #000 !important;
  }
  .border-l-lg-black {
    border-left: 1px solid #000 !important;
  }
  .border-r-lg-black {
    border-right: 1px solid #000 !important;
  }
  .border-t-lg-white {
    border-top: 1px solid #fff !important;
  }
  .border-b-lg-white {
    border-bottom: 1px solid #fff !important;
  }
  .border-l-lg-white {
    border-left: 1px solid #fff !important;
  }
  .border-r-lg-white {
    border-right: 1px solid #fff !important;
  }
  .border-t-lg-blue-100 {
    border-top: 1px solid #ecf3f8 !important;
  }
  .border-b-lg-blue-100 {
    border-bottom: 1px solid #ecf3f8 !important;
  }
  .border-l-lg-blue-100 {
    border-left: 1px solid #ecf3f8 !important;
  }
  .border-r-lg-blue-100 {
    border-right: 1px solid #ecf3f8 !important;
  }
  .border-t-lg-blue-200 {
    border-top: 1px solid #e2e2e2 !important;
  }
  .border-b-lg-blue-200 {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .border-l-lg-blue-200 {
    border-left: 1px solid #e2e2e2 !important;
  }
  .border-r-lg-blue-200 {
    border-right: 1px solid #e2e2e2 !important;
  }
  .border-t-lg-blue-300 {
    border-top: 1px solid #99d9f0 !important;
  }
  .border-b-lg-blue-300 {
    border-bottom: 1px solid #99d9f0 !important;
  }
  .border-l-lg-blue-300 {
    border-left: 1px solid #99d9f0 !important;
  }
  .border-r-lg-blue-300 {
    border-right: 1px solid #99d9f0 !important;
  }
  .border-t-lg-blue-400 {
    border-top: 1px solid #66c5e9 !important;
  }
  .border-b-lg-blue-400 {
    border-bottom: 1px solid #66c5e9 !important;
  }
  .border-l-lg-blue-400 {
    border-left: 1px solid #66c5e9 !important;
  }
  .border-r-lg-blue-400 {
    border-right: 1px solid #66c5e9 !important;
  }
  .border-t-lg-blue-500 {
    border-top: 1px solid #B6985A !important;
  }
  .border-b-lg-blue-500 {
    border-bottom: 1px solid #B6985A !important;
  }
  .border-l-lg-blue-500 {
    border-left: 1px solid #B6985A !important;
  }
  .border-r-lg-blue-500 {
    border-right: 1px solid #B6985A !important;
  }
  .border-t-lg-blue-600 {
    border-top: 1px solid #0077a4 !important;
  }
  .border-b-lg-blue-600 {
    border-bottom: 1px solid #0077a4 !important;
  }
  .border-l-lg-blue-600 {
    border-left: 1px solid #0077a4 !important;
  }
  .border-r-lg-blue-600 {
    border-right: 1px solid #0077a4 !important;
  }
  .border-t-lg-blue-700 {
    border-top: 1px solid #00506d !important;
  }
  .border-b-lg-blue-700 {
    border-bottom: 1px solid #00506d !important;
  }
  .border-l-lg-blue-700 {
    border-left: 1px solid #00506d !important;
  }
  .border-r-lg-blue-700 {
    border-right: 1px solid #00506d !important;
  }
  .border-t-lg-blue-800 {
    border-top: 1px solid #002837 !important;
  }
  .border-b-lg-blue-800 {
    border-bottom: 1px solid #002837 !important;
  }
  .border-l-lg-blue-800 {
    border-left: 1px solid #002837 !important;
  }
  .border-r-lg-blue-800 {
    border-right: 1px solid #002837 !important;
  }
  .border-t-lg-blue-900 {
    border-top: 1px solid #001016 !important;
  }
  .border-b-lg-blue-900 {
    border-bottom: 1px solid #001016 !important;
  }
  .border-l-lg-blue-900 {
    border-left: 1px solid #001016 !important;
  }
  .border-r-lg-blue-900 {
    border-right: 1px solid #001016 !important;
  }
  .border-t-lg-green-100 {
    border-top: 1px solid #f2f9e7 !important;
  }
  .border-b-lg-green-100 {
    border-bottom: 1px solid #f2f9e7 !important;
  }
  .border-l-lg-green-100 {
    border-left: 1px solid #f2f9e7 !important;
  }
  .border-r-lg-green-100 {
    border-right: 1px solid #f2f9e7 !important;
  }
  .border-t-lg-green-200 {
    border-top: 1px solid #e9f8cd !important;
  }
  .border-b-lg-green-200 {
    border-bottom: 1px solid #e9f8cd !important;
  }
  .border-l-lg-green-200 {
    border-left: 1px solid #e9f8cd !important;
  }
  .border-r-lg-green-200 {
    border-right: 1px solid #e9f8cd !important;
  }
  .border-t-lg-green-300 {
    border-top: 1px solid #afd466 !important;
  }
  .border-b-lg-green-300 {
    border-bottom: 1px solid #afd466 !important;
  }
  .border-l-lg-green-300 {
    border-left: 1px solid #afd466 !important;
  }
  .border-r-lg-green-300 {
    border-right: 1px solid #afd466 !important;
  }
  .border-t-lg-green-400 {
    border-top: 1px solid #95c633 !important;
  }
  .border-b-lg-green-400 {
    border-bottom: 1px solid #95c633 !important;
  }
  .border-l-lg-green-400 {
    border-left: 1px solid #95c633 !important;
  }
  .border-r-lg-green-400 {
    border-right: 1px solid #95c633 !important;
  }
  .border-t-lg-green-500 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-lg-green-500 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-lg-green-500 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-lg-green-500 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-lg-green-600 {
    border-top: 1px solid #6ba200 !important;
  }
  .border-b-lg-green-600 {
    border-bottom: 1px solid #6ba200 !important;
  }
  .border-l-lg-green-600 {
    border-left: 1px solid #6ba200 !important;
  }
  .border-r-lg-green-600 {
    border-right: 1px solid #6ba200 !important;
  }
  .border-t-lg-green-700 {
    border-top: 1px solid #3d5c00 !important;
  }
  .border-b-lg-green-700 {
    border-bottom: 1px solid #3d5c00 !important;
  }
  .border-l-lg-green-700 {
    border-left: 1px solid #3d5c00 !important;
  }
  .border-r-lg-green-700 {
    border-right: 1px solid #3d5c00 !important;
  }
  .border-t-lg-green-800 {
    border-top: 1px solid #1f2e00 !important;
  }
  .border-b-lg-green-800 {
    border-bottom: 1px solid #1f2e00 !important;
  }
  .border-l-lg-green-800 {
    border-left: 1px solid #1f2e00 !important;
  }
  .border-r-lg-green-800 {
    border-right: 1px solid #1f2e00 !important;
  }
  .border-t-lg-green-900 {
    border-top: 1px solid #0c1200 !important;
  }
  .border-b-lg-green-900 {
    border-bottom: 1px solid #0c1200 !important;
  }
  .border-l-lg-green-900 {
    border-left: 1px solid #0c1200 !important;
  }
  .border-r-lg-green-900 {
    border-right: 1px solid #0c1200 !important;
  }
  .border-t-lg-grey-100 {
    border-top: 1px solid #f2f2f2 !important;
  }
  .border-b-lg-grey-100 {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .border-l-lg-grey-100 {
    border-left: 1px solid #f2f2f2 !important;
  }
  .border-r-lg-grey-100 {
    border-right: 1px solid #f2f2f2 !important;
  }
  .border-t-lg-grey-200 {
    border-top: 1px solid #e0e0e0 !important;
  }
  .border-b-lg-grey-200 {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .border-l-lg-grey-200 {
    border-left: 1px solid #e0e0e0 !important;
  }
  .border-r-lg-grey-200 {
    border-right: 1px solid #e0e0e0 !important;
  }
  .border-t-lg-grey-300 {
    border-top: 1px solid #c2c2c2 !important;
  }
  .border-b-lg-grey-300 {
    border-bottom: 1px solid #c2c2c2 !important;
  }
  .border-l-lg-grey-300 {
    border-left: 1px solid #c2c2c2 !important;
  }
  .border-r-lg-grey-300 {
    border-right: 1px solid #c2c2c2 !important;
  }
  .border-t-lg-grey-400 {
    border-top: 1px solid #a3a3a3 !important;
  }
  .border-b-lg-grey-400 {
    border-bottom: 1px solid #a3a3a3 !important;
  }
  .border-l-lg-grey-400 {
    border-left: 1px solid #a3a3a3 !important;
  }
  .border-r-lg-grey-400 {
    border-right: 1px solid #a3a3a3 !important;
  }
  .border-t-lg-grey-500 {
    border-top: 1px solid #747678 !important;
  }
  .border-b-lg-grey-500 {
    border-bottom: 1px solid #747678 !important;
  }
  .border-l-lg-grey-500 {
    border-left: 1px solid #747678 !important;
  }
  .border-r-lg-grey-500 {
    border-right: 1px solid #747678 !important;
  }
  .border-t-lg-grey-600 {
    border-top: 1px solid #57595a !important;
  }
  .border-b-lg-grey-600 {
    border-bottom: 1px solid #57595a !important;
  }
  .border-l-lg-grey-600 {
    border-left: 1px solid #57595a !important;
  }
  .border-r-lg-grey-600 {
    border-right: 1px solid #57595a !important;
  }
  .border-t-lg-grey-700 {
    border-top: 1px solid #474747 !important;
  }
  .border-b-lg-grey-700 {
    border-bottom: 1px solid #474747 !important;
  }
  .border-l-lg-grey-700 {
    border-left: 1px solid #474747 !important;
  }
  .border-r-lg-grey-700 {
    border-right: 1px solid #474747 !important;
  }
  .border-t-lg-grey-800 {
    border-top: 1px solid #272727 !important;
  }
  .border-b-lg-grey-800 {
    border-bottom: 1px solid #272727 !important;
  }
  .border-l-lg-grey-800 {
    border-left: 1px solid #272727 !important;
  }
  .border-r-lg-grey-800 {
    border-right: 1px solid #272727 !important;
  }
  .border-t-lg-grey-900 {
    border-top: 1px solid #0b0b0b !important;
  }
  .border-b-lg-grey-900 {
    border-bottom: 1px solid #0b0b0b !important;
  }
  .border-l-lg-grey-900 {
    border-left: 1px solid #0b0b0b !important;
  }
  .border-r-lg-grey-900 {
    border-right: 1px solid #0b0b0b !important;
  }
  .border-t-lg-red-500 {
    border-top: 1px solid #d52b1e !important;
  }
  .border-b-lg-red-500 {
    border-bottom: 1px solid #d52b1e !important;
  }
  .border-l-lg-red-500 {
    border-left: 1px solid #d52b1e !important;
  }
  .border-r-lg-red-500 {
    border-right: 1px solid #d52b1e !important;
  }
  .border-t-lg-dark-blue-100 {
    border-top: 1px solid #e5ebf4 !important;
  }
  .border-b-lg-dark-blue-100 {
    border-bottom: 1px solid #e5ebf4 !important;
  }
  .border-l-lg-dark-blue-100 {
    border-left: 1px solid #e5ebf4 !important;
  }
  .border-r-lg-dark-blue-100 {
    border-right: 1px solid #e5ebf4 !important;
  }
  .border-t-lg-dark-blue-400 {
    border-top: 1px solid #0078c7 !important;
  }
  .border-b-lg-dark-blue-400 {
    border-bottom: 1px solid #0078c7 !important;
  }
  .border-l-lg-dark-blue-400 {
    border-left: 1px solid #0078c7 !important;
  }
  .border-r-lg-dark-blue-400 {
    border-right: 1px solid #0078c7 !important;
  }
  .border-t-lg-dark-blue-500 {
    border-top: 1px solid #00338d !important;
  }
  .border-b-lg-dark-blue-500 {
    border-bottom: 1px solid #00338d !important;
  }
  .border-l-lg-dark-blue-500 {
    border-left: 1px solid #00338d !important;
  }
  .border-r-lg-dark-blue-500 {
    border-right: 1px solid #00338d !important;
  }
  .border-t-lg-purple-100 {
    border-top: 1px solid #eef1fb !important;
  }
  .border-b-lg-purple-100 {
    border-bottom: 1px solid #eef1fb !important;
  }
  .border-l-lg-purple-100 {
    border-left: 1px solid #eef1fb !important;
  }
  .border-r-lg-purple-100 {
    border-right: 1px solid #eef1fb !important;
  }
  .border-t-lg-spirit-0 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-lg-spirit-0 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-lg-spirit-0 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-lg-spirit-0 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-lg-spirit-01 {
    border-top: 1px solid #1b1466 !important;
  }
  .border-b-lg-spirit-01 {
    border-bottom: 1px solid #1b1466 !important;
  }
  .border-l-lg-spirit-01 {
    border-left: 1px solid #1b1466 !important;
  }
  .border-r-lg-spirit-01 {
    border-right: 1px solid #1b1466 !important;
  }
  .border-t-lg-spirit-02 {
    border-top: 1px solid #00b0f0 !important;
  }
  .border-b-lg-spirit-02 {
    border-bottom: 1px solid #00b0f0 !important;
  }
  .border-l-lg-spirit-02 {
    border-left: 1px solid #00b0f0 !important;
  }
  .border-r-lg-spirit-02 {
    border-right: 1px solid #00b0f0 !important;
  }
  .border-t-lg-spirit-03 {
    border-top: 1px solid #f8df00 !important;
  }
  .border-b-lg-spirit-03 {
    border-bottom: 1px solid #f8df00 !important;
  }
  .border-l-lg-spirit-03 {
    border-left: 1px solid #f8df00 !important;
  }
  .border-r-lg-spirit-03 {
    border-right: 1px solid #f8df00 !important;
  }
  .border-t-lg-spirit-04 {
    border-top: 1px solid #ec8b10 !important;
  }
  .border-b-lg-spirit-04 {
    border-bottom: 1px solid #ec8b10 !important;
  }
  .border-l-lg-spirit-04 {
    border-left: 1px solid #ec8b10 !important;
  }
  .border-r-lg-spirit-04 {
    border-right: 1px solid #ec8b10 !important;
  }
  .border-t-lg-spirit-05 {
    border-top: 1px solid #00b341 !important;
  }
  .border-b-lg-spirit-05 {
    border-bottom: 1px solid #00b341 !important;
  }
  .border-l-lg-spirit-05 {
    border-left: 1px solid #00b341 !important;
  }
  .border-r-lg-spirit-05 {
    border-right: 1px solid #00b341 !important;
  }
  .border-t-lg-spirit-06 {
    border-top: 1px solid #005fb8 !important;
  }
  .border-b-lg-spirit-06 {
    border-bottom: 1px solid #005fb8 !important;
  }
  .border-l-lg-spirit-06 {
    border-left: 1px solid #005fb8 !important;
  }
  .border-r-lg-spirit-06 {
    border-right: 1px solid #005fb8 !important;
  }
  .border-t-lg-spirit-07 {
    border-top: 1px solid #e6002a !important;
  }
  .border-b-lg-spirit-07 {
    border-bottom: 1px solid #e6002a !important;
  }
  .border-l-lg-spirit-07 {
    border-left: 1px solid #e6002a !important;
  }
  .border-r-lg-spirit-07 {
    border-right: 1px solid #e6002a !important;
  }
  .border-t-lg-price-up {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-lg-price-up {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-lg-price-up {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-lg-price-up {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-lg-price-down {
    border-top: 1px solid #f94848 !important;
  }
  .border-b-lg-price-down {
    border-bottom: 1px solid #f94848 !important;
  }
  .border-l-lg-price-down {
    border-left: 1px solid #f94848 !important;
  }
  .border-r-lg-price-down {
    border-right: 1px solid #f94848 !important;
  }
  .border-t-lg-0 {
    border-top: 0 !important;
  }
  .border-b-lg-0 {
    border-bottom: 0 !important;
  }
  .border-l-lg-0 {
    border-left: 0 !important;
  }
  .border-r-lg-0 {
    border-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-t-xl-black {
    border-top: 1px solid #000 !important;
  }
  .border-b-xl-black {
    border-bottom: 1px solid #000 !important;
  }
  .border-l-xl-black {
    border-left: 1px solid #000 !important;
  }
  .border-r-xl-black {
    border-right: 1px solid #000 !important;
  }
  .border-t-xl-white {
    border-top: 1px solid #fff !important;
  }
  .border-b-xl-white {
    border-bottom: 1px solid #fff !important;
  }
  .border-l-xl-white {
    border-left: 1px solid #fff !important;
  }
  .border-r-xl-white {
    border-right: 1px solid #fff !important;
  }
  .border-t-xl-blue-100 {
    border-top: 1px solid #ecf3f8 !important;
  }
  .border-b-xl-blue-100 {
    border-bottom: 1px solid #ecf3f8 !important;
  }
  .border-l-xl-blue-100 {
    border-left: 1px solid #ecf3f8 !important;
  }
  .border-r-xl-blue-100 {
    border-right: 1px solid #ecf3f8 !important;
  }
  .border-t-xl-blue-200 {
    border-top: 1px solid #e2e2e2 !important;
  }
  .border-b-xl-blue-200 {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .border-l-xl-blue-200 {
    border-left: 1px solid #e2e2e2 !important;
  }
  .border-r-xl-blue-200 {
    border-right: 1px solid #e2e2e2 !important;
  }
  .border-t-xl-blue-300 {
    border-top: 1px solid #99d9f0 !important;
  }
  .border-b-xl-blue-300 {
    border-bottom: 1px solid #99d9f0 !important;
  }
  .border-l-xl-blue-300 {
    border-left: 1px solid #99d9f0 !important;
  }
  .border-r-xl-blue-300 {
    border-right: 1px solid #99d9f0 !important;
  }
  .border-t-xl-blue-400 {
    border-top: 1px solid #66c5e9 !important;
  }
  .border-b-xl-blue-400 {
    border-bottom: 1px solid #66c5e9 !important;
  }
  .border-l-xl-blue-400 {
    border-left: 1px solid #66c5e9 !important;
  }
  .border-r-xl-blue-400 {
    border-right: 1px solid #66c5e9 !important;
  }
  .border-t-xl-blue-500 {
    border-top: 1px solid #B6985A !important;
  }
  .border-b-xl-blue-500 {
    border-bottom: 1px solid #B6985A !important;
  }
  .border-l-xl-blue-500 {
    border-left: 1px solid #B6985A !important;
  }
  .border-r-xl-blue-500 {
    border-right: 1px solid #B6985A !important;
  }
  .border-t-xl-blue-600 {
    border-top: 1px solid #0077a4 !important;
  }
  .border-b-xl-blue-600 {
    border-bottom: 1px solid #0077a4 !important;
  }
  .border-l-xl-blue-600 {
    border-left: 1px solid #0077a4 !important;
  }
  .border-r-xl-blue-600 {
    border-right: 1px solid #0077a4 !important;
  }
  .border-t-xl-blue-700 {
    border-top: 1px solid #00506d !important;
  }
  .border-b-xl-blue-700 {
    border-bottom: 1px solid #00506d !important;
  }
  .border-l-xl-blue-700 {
    border-left: 1px solid #00506d !important;
  }
  .border-r-xl-blue-700 {
    border-right: 1px solid #00506d !important;
  }
  .border-t-xl-blue-800 {
    border-top: 1px solid #002837 !important;
  }
  .border-b-xl-blue-800 {
    border-bottom: 1px solid #002837 !important;
  }
  .border-l-xl-blue-800 {
    border-left: 1px solid #002837 !important;
  }
  .border-r-xl-blue-800 {
    border-right: 1px solid #002837 !important;
  }
  .border-t-xl-blue-900 {
    border-top: 1px solid #001016 !important;
  }
  .border-b-xl-blue-900 {
    border-bottom: 1px solid #001016 !important;
  }
  .border-l-xl-blue-900 {
    border-left: 1px solid #001016 !important;
  }
  .border-r-xl-blue-900 {
    border-right: 1px solid #001016 !important;
  }
  .border-t-xl-green-100 {
    border-top: 1px solid #f2f9e7 !important;
  }
  .border-b-xl-green-100 {
    border-bottom: 1px solid #f2f9e7 !important;
  }
  .border-l-xl-green-100 {
    border-left: 1px solid #f2f9e7 !important;
  }
  .border-r-xl-green-100 {
    border-right: 1px solid #f2f9e7 !important;
  }
  .border-t-xl-green-200 {
    border-top: 1px solid #e9f8cd !important;
  }
  .border-b-xl-green-200 {
    border-bottom: 1px solid #e9f8cd !important;
  }
  .border-l-xl-green-200 {
    border-left: 1px solid #e9f8cd !important;
  }
  .border-r-xl-green-200 {
    border-right: 1px solid #e9f8cd !important;
  }
  .border-t-xl-green-300 {
    border-top: 1px solid #afd466 !important;
  }
  .border-b-xl-green-300 {
    border-bottom: 1px solid #afd466 !important;
  }
  .border-l-xl-green-300 {
    border-left: 1px solid #afd466 !important;
  }
  .border-r-xl-green-300 {
    border-right: 1px solid #afd466 !important;
  }
  .border-t-xl-green-400 {
    border-top: 1px solid #95c633 !important;
  }
  .border-b-xl-green-400 {
    border-bottom: 1px solid #95c633 !important;
  }
  .border-l-xl-green-400 {
    border-left: 1px solid #95c633 !important;
  }
  .border-r-xl-green-400 {
    border-right: 1px solid #95c633 !important;
  }
  .border-t-xl-green-500 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-xl-green-500 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-xl-green-500 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-xl-green-500 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-xl-green-600 {
    border-top: 1px solid #6ba200 !important;
  }
  .border-b-xl-green-600 {
    border-bottom: 1px solid #6ba200 !important;
  }
  .border-l-xl-green-600 {
    border-left: 1px solid #6ba200 !important;
  }
  .border-r-xl-green-600 {
    border-right: 1px solid #6ba200 !important;
  }
  .border-t-xl-green-700 {
    border-top: 1px solid #3d5c00 !important;
  }
  .border-b-xl-green-700 {
    border-bottom: 1px solid #3d5c00 !important;
  }
  .border-l-xl-green-700 {
    border-left: 1px solid #3d5c00 !important;
  }
  .border-r-xl-green-700 {
    border-right: 1px solid #3d5c00 !important;
  }
  .border-t-xl-green-800 {
    border-top: 1px solid #1f2e00 !important;
  }
  .border-b-xl-green-800 {
    border-bottom: 1px solid #1f2e00 !important;
  }
  .border-l-xl-green-800 {
    border-left: 1px solid #1f2e00 !important;
  }
  .border-r-xl-green-800 {
    border-right: 1px solid #1f2e00 !important;
  }
  .border-t-xl-green-900 {
    border-top: 1px solid #0c1200 !important;
  }
  .border-b-xl-green-900 {
    border-bottom: 1px solid #0c1200 !important;
  }
  .border-l-xl-green-900 {
    border-left: 1px solid #0c1200 !important;
  }
  .border-r-xl-green-900 {
    border-right: 1px solid #0c1200 !important;
  }
  .border-t-xl-grey-100 {
    border-top: 1px solid #f2f2f2 !important;
  }
  .border-b-xl-grey-100 {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .border-l-xl-grey-100 {
    border-left: 1px solid #f2f2f2 !important;
  }
  .border-r-xl-grey-100 {
    border-right: 1px solid #f2f2f2 !important;
  }
  .border-t-xl-grey-200 {
    border-top: 1px solid #e0e0e0 !important;
  }
  .border-b-xl-grey-200 {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .border-l-xl-grey-200 {
    border-left: 1px solid #e0e0e0 !important;
  }
  .border-r-xl-grey-200 {
    border-right: 1px solid #e0e0e0 !important;
  }
  .border-t-xl-grey-300 {
    border-top: 1px solid #c2c2c2 !important;
  }
  .border-b-xl-grey-300 {
    border-bottom: 1px solid #c2c2c2 !important;
  }
  .border-l-xl-grey-300 {
    border-left: 1px solid #c2c2c2 !important;
  }
  .border-r-xl-grey-300 {
    border-right: 1px solid #c2c2c2 !important;
  }
  .border-t-xl-grey-400 {
    border-top: 1px solid #a3a3a3 !important;
  }
  .border-b-xl-grey-400 {
    border-bottom: 1px solid #a3a3a3 !important;
  }
  .border-l-xl-grey-400 {
    border-left: 1px solid #a3a3a3 !important;
  }
  .border-r-xl-grey-400 {
    border-right: 1px solid #a3a3a3 !important;
  }
  .border-t-xl-grey-500 {
    border-top: 1px solid #747678 !important;
  }
  .border-b-xl-grey-500 {
    border-bottom: 1px solid #747678 !important;
  }
  .border-l-xl-grey-500 {
    border-left: 1px solid #747678 !important;
  }
  .border-r-xl-grey-500 {
    border-right: 1px solid #747678 !important;
  }
  .border-t-xl-grey-600 {
    border-top: 1px solid #57595a !important;
  }
  .border-b-xl-grey-600 {
    border-bottom: 1px solid #57595a !important;
  }
  .border-l-xl-grey-600 {
    border-left: 1px solid #57595a !important;
  }
  .border-r-xl-grey-600 {
    border-right: 1px solid #57595a !important;
  }
  .border-t-xl-grey-700 {
    border-top: 1px solid #474747 !important;
  }
  .border-b-xl-grey-700 {
    border-bottom: 1px solid #474747 !important;
  }
  .border-l-xl-grey-700 {
    border-left: 1px solid #474747 !important;
  }
  .border-r-xl-grey-700 {
    border-right: 1px solid #474747 !important;
  }
  .border-t-xl-grey-800 {
    border-top: 1px solid #272727 !important;
  }
  .border-b-xl-grey-800 {
    border-bottom: 1px solid #272727 !important;
  }
  .border-l-xl-grey-800 {
    border-left: 1px solid #272727 !important;
  }
  .border-r-xl-grey-800 {
    border-right: 1px solid #272727 !important;
  }
  .border-t-xl-grey-900 {
    border-top: 1px solid #0b0b0b !important;
  }
  .border-b-xl-grey-900 {
    border-bottom: 1px solid #0b0b0b !important;
  }
  .border-l-xl-grey-900 {
    border-left: 1px solid #0b0b0b !important;
  }
  .border-r-xl-grey-900 {
    border-right: 1px solid #0b0b0b !important;
  }
  .border-t-xl-red-500 {
    border-top: 1px solid #d52b1e !important;
  }
  .border-b-xl-red-500 {
    border-bottom: 1px solid #d52b1e !important;
  }
  .border-l-xl-red-500 {
    border-left: 1px solid #d52b1e !important;
  }
  .border-r-xl-red-500 {
    border-right: 1px solid #d52b1e !important;
  }
  .border-t-xl-dark-blue-100 {
    border-top: 1px solid #e5ebf4 !important;
  }
  .border-b-xl-dark-blue-100 {
    border-bottom: 1px solid #e5ebf4 !important;
  }
  .border-l-xl-dark-blue-100 {
    border-left: 1px solid #e5ebf4 !important;
  }
  .border-r-xl-dark-blue-100 {
    border-right: 1px solid #e5ebf4 !important;
  }
  .border-t-xl-dark-blue-400 {
    border-top: 1px solid #0078c7 !important;
  }
  .border-b-xl-dark-blue-400 {
    border-bottom: 1px solid #0078c7 !important;
  }
  .border-l-xl-dark-blue-400 {
    border-left: 1px solid #0078c7 !important;
  }
  .border-r-xl-dark-blue-400 {
    border-right: 1px solid #0078c7 !important;
  }
  .border-t-xl-dark-blue-500 {
    border-top: 1px solid #00338d !important;
  }
  .border-b-xl-dark-blue-500 {
    border-bottom: 1px solid #00338d !important;
  }
  .border-l-xl-dark-blue-500 {
    border-left: 1px solid #00338d !important;
  }
  .border-r-xl-dark-blue-500 {
    border-right: 1px solid #00338d !important;
  }
  .border-t-xl-purple-100 {
    border-top: 1px solid #eef1fb !important;
  }
  .border-b-xl-purple-100 {
    border-bottom: 1px solid #eef1fb !important;
  }
  .border-l-xl-purple-100 {
    border-left: 1px solid #eef1fb !important;
  }
  .border-r-xl-purple-100 {
    border-right: 1px solid #eef1fb !important;
  }
  .border-t-xl-spirit-0 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-xl-spirit-0 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-xl-spirit-0 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-xl-spirit-0 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-xl-spirit-01 {
    border-top: 1px solid #1b1466 !important;
  }
  .border-b-xl-spirit-01 {
    border-bottom: 1px solid #1b1466 !important;
  }
  .border-l-xl-spirit-01 {
    border-left: 1px solid #1b1466 !important;
  }
  .border-r-xl-spirit-01 {
    border-right: 1px solid #1b1466 !important;
  }
  .border-t-xl-spirit-02 {
    border-top: 1px solid #00b0f0 !important;
  }
  .border-b-xl-spirit-02 {
    border-bottom: 1px solid #00b0f0 !important;
  }
  .border-l-xl-spirit-02 {
    border-left: 1px solid #00b0f0 !important;
  }
  .border-r-xl-spirit-02 {
    border-right: 1px solid #00b0f0 !important;
  }
  .border-t-xl-spirit-03 {
    border-top: 1px solid #f8df00 !important;
  }
  .border-b-xl-spirit-03 {
    border-bottom: 1px solid #f8df00 !important;
  }
  .border-l-xl-spirit-03 {
    border-left: 1px solid #f8df00 !important;
  }
  .border-r-xl-spirit-03 {
    border-right: 1px solid #f8df00 !important;
  }
  .border-t-xl-spirit-04 {
    border-top: 1px solid #ec8b10 !important;
  }
  .border-b-xl-spirit-04 {
    border-bottom: 1px solid #ec8b10 !important;
  }
  .border-l-xl-spirit-04 {
    border-left: 1px solid #ec8b10 !important;
  }
  .border-r-xl-spirit-04 {
    border-right: 1px solid #ec8b10 !important;
  }
  .border-t-xl-spirit-05 {
    border-top: 1px solid #00b341 !important;
  }
  .border-b-xl-spirit-05 {
    border-bottom: 1px solid #00b341 !important;
  }
  .border-l-xl-spirit-05 {
    border-left: 1px solid #00b341 !important;
  }
  .border-r-xl-spirit-05 {
    border-right: 1px solid #00b341 !important;
  }
  .border-t-xl-spirit-06 {
    border-top: 1px solid #005fb8 !important;
  }
  .border-b-xl-spirit-06 {
    border-bottom: 1px solid #005fb8 !important;
  }
  .border-l-xl-spirit-06 {
    border-left: 1px solid #005fb8 !important;
  }
  .border-r-xl-spirit-06 {
    border-right: 1px solid #005fb8 !important;
  }
  .border-t-xl-spirit-07 {
    border-top: 1px solid #e6002a !important;
  }
  .border-b-xl-spirit-07 {
    border-bottom: 1px solid #e6002a !important;
  }
  .border-l-xl-spirit-07 {
    border-left: 1px solid #e6002a !important;
  }
  .border-r-xl-spirit-07 {
    border-right: 1px solid #e6002a !important;
  }
  .border-t-xl-price-up {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-xl-price-up {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-xl-price-up {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-xl-price-up {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-xl-price-down {
    border-top: 1px solid #f94848 !important;
  }
  .border-b-xl-price-down {
    border-bottom: 1px solid #f94848 !important;
  }
  .border-l-xl-price-down {
    border-left: 1px solid #f94848 !important;
  }
  .border-r-xl-price-down {
    border-right: 1px solid #f94848 !important;
  }
  .border-t-xl-0 {
    border-top: 0 !important;
  }
  .border-b-xl-0 {
    border-bottom: 0 !important;
  }
  .border-l-xl-0 {
    border-left: 0 !important;
  }
  .border-r-xl-0 {
    border-right: 0 !important;
  }
}
@media (min-width: 1640px) {
  .border-t-xxl-black {
    border-top: 1px solid #000 !important;
  }
  .border-b-xxl-black {
    border-bottom: 1px solid #000 !important;
  }
  .border-l-xxl-black {
    border-left: 1px solid #000 !important;
  }
  .border-r-xxl-black {
    border-right: 1px solid #000 !important;
  }
  .border-t-xxl-white {
    border-top: 1px solid #fff !important;
  }
  .border-b-xxl-white {
    border-bottom: 1px solid #fff !important;
  }
  .border-l-xxl-white {
    border-left: 1px solid #fff !important;
  }
  .border-r-xxl-white {
    border-right: 1px solid #fff !important;
  }
  .border-t-xxl-blue-100 {
    border-top: 1px solid #ecf3f8 !important;
  }
  .border-b-xxl-blue-100 {
    border-bottom: 1px solid #ecf3f8 !important;
  }
  .border-l-xxl-blue-100 {
    border-left: 1px solid #ecf3f8 !important;
  }
  .border-r-xxl-blue-100 {
    border-right: 1px solid #ecf3f8 !important;
  }
  .border-t-xxl-blue-200 {
    border-top: 1px solid #e2e2e2 !important;
  }
  .border-b-xxl-blue-200 {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .border-l-xxl-blue-200 {
    border-left: 1px solid #e2e2e2 !important;
  }
  .border-r-xxl-blue-200 {
    border-right: 1px solid #e2e2e2 !important;
  }
  .border-t-xxl-blue-300 {
    border-top: 1px solid #99d9f0 !important;
  }
  .border-b-xxl-blue-300 {
    border-bottom: 1px solid #99d9f0 !important;
  }
  .border-l-xxl-blue-300 {
    border-left: 1px solid #99d9f0 !important;
  }
  .border-r-xxl-blue-300 {
    border-right: 1px solid #99d9f0 !important;
  }
  .border-t-xxl-blue-400 {
    border-top: 1px solid #66c5e9 !important;
  }
  .border-b-xxl-blue-400 {
    border-bottom: 1px solid #66c5e9 !important;
  }
  .border-l-xxl-blue-400 {
    border-left: 1px solid #66c5e9 !important;
  }
  .border-r-xxl-blue-400 {
    border-right: 1px solid #66c5e9 !important;
  }
  .border-t-xxl-blue-500 {
    border-top: 1px solid #B6985A !important;
  }
  .border-b-xxl-blue-500 {
    border-bottom: 1px solid #B6985A !important;
  }
  .border-l-xxl-blue-500 {
    border-left: 1px solid #B6985A !important;
  }
  .border-r-xxl-blue-500 {
    border-right: 1px solid #B6985A !important;
  }
  .border-t-xxl-blue-600 {
    border-top: 1px solid #0077a4 !important;
  }
  .border-b-xxl-blue-600 {
    border-bottom: 1px solid #0077a4 !important;
  }
  .border-l-xxl-blue-600 {
    border-left: 1px solid #0077a4 !important;
  }
  .border-r-xxl-blue-600 {
    border-right: 1px solid #0077a4 !important;
  }
  .border-t-xxl-blue-700 {
    border-top: 1px solid #00506d !important;
  }
  .border-b-xxl-blue-700 {
    border-bottom: 1px solid #00506d !important;
  }
  .border-l-xxl-blue-700 {
    border-left: 1px solid #00506d !important;
  }
  .border-r-xxl-blue-700 {
    border-right: 1px solid #00506d !important;
  }
  .border-t-xxl-blue-800 {
    border-top: 1px solid #002837 !important;
  }
  .border-b-xxl-blue-800 {
    border-bottom: 1px solid #002837 !important;
  }
  .border-l-xxl-blue-800 {
    border-left: 1px solid #002837 !important;
  }
  .border-r-xxl-blue-800 {
    border-right: 1px solid #002837 !important;
  }
  .border-t-xxl-blue-900 {
    border-top: 1px solid #001016 !important;
  }
  .border-b-xxl-blue-900 {
    border-bottom: 1px solid #001016 !important;
  }
  .border-l-xxl-blue-900 {
    border-left: 1px solid #001016 !important;
  }
  .border-r-xxl-blue-900 {
    border-right: 1px solid #001016 !important;
  }
  .border-t-xxl-green-100 {
    border-top: 1px solid #f2f9e7 !important;
  }
  .border-b-xxl-green-100 {
    border-bottom: 1px solid #f2f9e7 !important;
  }
  .border-l-xxl-green-100 {
    border-left: 1px solid #f2f9e7 !important;
  }
  .border-r-xxl-green-100 {
    border-right: 1px solid #f2f9e7 !important;
  }
  .border-t-xxl-green-200 {
    border-top: 1px solid #e9f8cd !important;
  }
  .border-b-xxl-green-200 {
    border-bottom: 1px solid #e9f8cd !important;
  }
  .border-l-xxl-green-200 {
    border-left: 1px solid #e9f8cd !important;
  }
  .border-r-xxl-green-200 {
    border-right: 1px solid #e9f8cd !important;
  }
  .border-t-xxl-green-300 {
    border-top: 1px solid #afd466 !important;
  }
  .border-b-xxl-green-300 {
    border-bottom: 1px solid #afd466 !important;
  }
  .border-l-xxl-green-300 {
    border-left: 1px solid #afd466 !important;
  }
  .border-r-xxl-green-300 {
    border-right: 1px solid #afd466 !important;
  }
  .border-t-xxl-green-400 {
    border-top: 1px solid #95c633 !important;
  }
  .border-b-xxl-green-400 {
    border-bottom: 1px solid #95c633 !important;
  }
  .border-l-xxl-green-400 {
    border-left: 1px solid #95c633 !important;
  }
  .border-r-xxl-green-400 {
    border-right: 1px solid #95c633 !important;
  }
  .border-t-xxl-green-500 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-xxl-green-500 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-xxl-green-500 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-xxl-green-500 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-xxl-green-600 {
    border-top: 1px solid #6ba200 !important;
  }
  .border-b-xxl-green-600 {
    border-bottom: 1px solid #6ba200 !important;
  }
  .border-l-xxl-green-600 {
    border-left: 1px solid #6ba200 !important;
  }
  .border-r-xxl-green-600 {
    border-right: 1px solid #6ba200 !important;
  }
  .border-t-xxl-green-700 {
    border-top: 1px solid #3d5c00 !important;
  }
  .border-b-xxl-green-700 {
    border-bottom: 1px solid #3d5c00 !important;
  }
  .border-l-xxl-green-700 {
    border-left: 1px solid #3d5c00 !important;
  }
  .border-r-xxl-green-700 {
    border-right: 1px solid #3d5c00 !important;
  }
  .border-t-xxl-green-800 {
    border-top: 1px solid #1f2e00 !important;
  }
  .border-b-xxl-green-800 {
    border-bottom: 1px solid #1f2e00 !important;
  }
  .border-l-xxl-green-800 {
    border-left: 1px solid #1f2e00 !important;
  }
  .border-r-xxl-green-800 {
    border-right: 1px solid #1f2e00 !important;
  }
  .border-t-xxl-green-900 {
    border-top: 1px solid #0c1200 !important;
  }
  .border-b-xxl-green-900 {
    border-bottom: 1px solid #0c1200 !important;
  }
  .border-l-xxl-green-900 {
    border-left: 1px solid #0c1200 !important;
  }
  .border-r-xxl-green-900 {
    border-right: 1px solid #0c1200 !important;
  }
  .border-t-xxl-grey-100 {
    border-top: 1px solid #f2f2f2 !important;
  }
  .border-b-xxl-grey-100 {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .border-l-xxl-grey-100 {
    border-left: 1px solid #f2f2f2 !important;
  }
  .border-r-xxl-grey-100 {
    border-right: 1px solid #f2f2f2 !important;
  }
  .border-t-xxl-grey-200 {
    border-top: 1px solid #e0e0e0 !important;
  }
  .border-b-xxl-grey-200 {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .border-l-xxl-grey-200 {
    border-left: 1px solid #e0e0e0 !important;
  }
  .border-r-xxl-grey-200 {
    border-right: 1px solid #e0e0e0 !important;
  }
  .border-t-xxl-grey-300 {
    border-top: 1px solid #c2c2c2 !important;
  }
  .border-b-xxl-grey-300 {
    border-bottom: 1px solid #c2c2c2 !important;
  }
  .border-l-xxl-grey-300 {
    border-left: 1px solid #c2c2c2 !important;
  }
  .border-r-xxl-grey-300 {
    border-right: 1px solid #c2c2c2 !important;
  }
  .border-t-xxl-grey-400 {
    border-top: 1px solid #a3a3a3 !important;
  }
  .border-b-xxl-grey-400 {
    border-bottom: 1px solid #a3a3a3 !important;
  }
  .border-l-xxl-grey-400 {
    border-left: 1px solid #a3a3a3 !important;
  }
  .border-r-xxl-grey-400 {
    border-right: 1px solid #a3a3a3 !important;
  }
  .border-t-xxl-grey-500 {
    border-top: 1px solid #747678 !important;
  }
  .border-b-xxl-grey-500 {
    border-bottom: 1px solid #747678 !important;
  }
  .border-l-xxl-grey-500 {
    border-left: 1px solid #747678 !important;
  }
  .border-r-xxl-grey-500 {
    border-right: 1px solid #747678 !important;
  }
  .border-t-xxl-grey-600 {
    border-top: 1px solid #57595a !important;
  }
  .border-b-xxl-grey-600 {
    border-bottom: 1px solid #57595a !important;
  }
  .border-l-xxl-grey-600 {
    border-left: 1px solid #57595a !important;
  }
  .border-r-xxl-grey-600 {
    border-right: 1px solid #57595a !important;
  }
  .border-t-xxl-grey-700 {
    border-top: 1px solid #474747 !important;
  }
  .border-b-xxl-grey-700 {
    border-bottom: 1px solid #474747 !important;
  }
  .border-l-xxl-grey-700 {
    border-left: 1px solid #474747 !important;
  }
  .border-r-xxl-grey-700 {
    border-right: 1px solid #474747 !important;
  }
  .border-t-xxl-grey-800 {
    border-top: 1px solid #272727 !important;
  }
  .border-b-xxl-grey-800 {
    border-bottom: 1px solid #272727 !important;
  }
  .border-l-xxl-grey-800 {
    border-left: 1px solid #272727 !important;
  }
  .border-r-xxl-grey-800 {
    border-right: 1px solid #272727 !important;
  }
  .border-t-xxl-grey-900 {
    border-top: 1px solid #0b0b0b !important;
  }
  .border-b-xxl-grey-900 {
    border-bottom: 1px solid #0b0b0b !important;
  }
  .border-l-xxl-grey-900 {
    border-left: 1px solid #0b0b0b !important;
  }
  .border-r-xxl-grey-900 {
    border-right: 1px solid #0b0b0b !important;
  }
  .border-t-xxl-red-500 {
    border-top: 1px solid #d52b1e !important;
  }
  .border-b-xxl-red-500 {
    border-bottom: 1px solid #d52b1e !important;
  }
  .border-l-xxl-red-500 {
    border-left: 1px solid #d52b1e !important;
  }
  .border-r-xxl-red-500 {
    border-right: 1px solid #d52b1e !important;
  }
  .border-t-xxl-dark-blue-100 {
    border-top: 1px solid #e5ebf4 !important;
  }
  .border-b-xxl-dark-blue-100 {
    border-bottom: 1px solid #e5ebf4 !important;
  }
  .border-l-xxl-dark-blue-100 {
    border-left: 1px solid #e5ebf4 !important;
  }
  .border-r-xxl-dark-blue-100 {
    border-right: 1px solid #e5ebf4 !important;
  }
  .border-t-xxl-dark-blue-400 {
    border-top: 1px solid #0078c7 !important;
  }
  .border-b-xxl-dark-blue-400 {
    border-bottom: 1px solid #0078c7 !important;
  }
  .border-l-xxl-dark-blue-400 {
    border-left: 1px solid #0078c7 !important;
  }
  .border-r-xxl-dark-blue-400 {
    border-right: 1px solid #0078c7 !important;
  }
  .border-t-xxl-dark-blue-500 {
    border-top: 1px solid #00338d !important;
  }
  .border-b-xxl-dark-blue-500 {
    border-bottom: 1px solid #00338d !important;
  }
  .border-l-xxl-dark-blue-500 {
    border-left: 1px solid #00338d !important;
  }
  .border-r-xxl-dark-blue-500 {
    border-right: 1px solid #00338d !important;
  }
  .border-t-xxl-purple-100 {
    border-top: 1px solid #eef1fb !important;
  }
  .border-b-xxl-purple-100 {
    border-bottom: 1px solid #eef1fb !important;
  }
  .border-l-xxl-purple-100 {
    border-left: 1px solid #eef1fb !important;
  }
  .border-r-xxl-purple-100 {
    border-right: 1px solid #eef1fb !important;
  }
  .border-t-xxl-spirit-0 {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-xxl-spirit-0 {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-xxl-spirit-0 {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-xxl-spirit-0 {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-xxl-spirit-01 {
    border-top: 1px solid #1b1466 !important;
  }
  .border-b-xxl-spirit-01 {
    border-bottom: 1px solid #1b1466 !important;
  }
  .border-l-xxl-spirit-01 {
    border-left: 1px solid #1b1466 !important;
  }
  .border-r-xxl-spirit-01 {
    border-right: 1px solid #1b1466 !important;
  }
  .border-t-xxl-spirit-02 {
    border-top: 1px solid #00b0f0 !important;
  }
  .border-b-xxl-spirit-02 {
    border-bottom: 1px solid #00b0f0 !important;
  }
  .border-l-xxl-spirit-02 {
    border-left: 1px solid #00b0f0 !important;
  }
  .border-r-xxl-spirit-02 {
    border-right: 1px solid #00b0f0 !important;
  }
  .border-t-xxl-spirit-03 {
    border-top: 1px solid #f8df00 !important;
  }
  .border-b-xxl-spirit-03 {
    border-bottom: 1px solid #f8df00 !important;
  }
  .border-l-xxl-spirit-03 {
    border-left: 1px solid #f8df00 !important;
  }
  .border-r-xxl-spirit-03 {
    border-right: 1px solid #f8df00 !important;
  }
  .border-t-xxl-spirit-04 {
    border-top: 1px solid #ec8b10 !important;
  }
  .border-b-xxl-spirit-04 {
    border-bottom: 1px solid #ec8b10 !important;
  }
  .border-l-xxl-spirit-04 {
    border-left: 1px solid #ec8b10 !important;
  }
  .border-r-xxl-spirit-04 {
    border-right: 1px solid #ec8b10 !important;
  }
  .border-t-xxl-spirit-05 {
    border-top: 1px solid #00b341 !important;
  }
  .border-b-xxl-spirit-05 {
    border-bottom: 1px solid #00b341 !important;
  }
  .border-l-xxl-spirit-05 {
    border-left: 1px solid #00b341 !important;
  }
  .border-r-xxl-spirit-05 {
    border-right: 1px solid #00b341 !important;
  }
  .border-t-xxl-spirit-06 {
    border-top: 1px solid #005fb8 !important;
  }
  .border-b-xxl-spirit-06 {
    border-bottom: 1px solid #005fb8 !important;
  }
  .border-l-xxl-spirit-06 {
    border-left: 1px solid #005fb8 !important;
  }
  .border-r-xxl-spirit-06 {
    border-right: 1px solid #005fb8 !important;
  }
  .border-t-xxl-spirit-07 {
    border-top: 1px solid #e6002a !important;
  }
  .border-b-xxl-spirit-07 {
    border-bottom: 1px solid #e6002a !important;
  }
  .border-l-xxl-spirit-07 {
    border-left: 1px solid #e6002a !important;
  }
  .border-r-xxl-spirit-07 {
    border-right: 1px solid #e6002a !important;
  }
  .border-t-xxl-price-up {
    border-top: 1px solid #00cc99 !important;
  }
  .border-b-xxl-price-up {
    border-bottom: 1px solid #00cc99 !important;
  }
  .border-l-xxl-price-up {
    border-left: 1px solid #00cc99 !important;
  }
  .border-r-xxl-price-up {
    border-right: 1px solid #00cc99 !important;
  }
  .border-t-xxl-price-down {
    border-top: 1px solid #f94848 !important;
  }
  .border-b-xxl-price-down {
    border-bottom: 1px solid #f94848 !important;
  }
  .border-l-xxl-price-down {
    border-left: 1px solid #f94848 !important;
  }
  .border-r-xxl-price-down {
    border-right: 1px solid #f94848 !important;
  }
  .border-t-xxl-0 {
    border-top: 0 !important;
  }
  .border-b-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-l-xxl-0 {
    border-left: 0 !important;
  }
  .border-r-xxl-0 {
    border-right: 0 !important;
  }
}
.rounded-xl {
  border-radius: 10px;
}
.border-rounded {
  border: 12px solid rgba(204, 236, 248, 0.5);
  border-radius: 8px;
}
.list-bullet {
  padding-left: 1.5rem;
}
.list-bullet li {
  margin-bottom: 0.25rem;
}
.list-bullet--color li::marker {
  color: #d52b1e;
}
.list-number {
  padding-left: 1.5rem;
}
.list-number li {
  margin-bottom: 0.25rem;
}
.list-bullet--number,
.list-bullet--policy {
  padding: 0;
}
.list-bullet--number li,
.list-bullet--policy li {
  display: flex;
  flex-direction: row;
  list-style: none;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.list-bullet--policy {
  margin-bottom: 1.5rem;
}
.list-bullet--contact {
  padding: 0;
  margin-bottom: 0;
}
.list-bullet--contact li {
  list-style: none;
}
.list-bullet--contact li:last-child {
  margin-bottom: 0;
}
.list-bullet--right-shareholder {
  margin-bottom: 0;
}
.list-bullet--right-shareholder li {
  margin-bottom: 1rem;
}
.list-bullet--right-shareholder li:last-child {
  margin-bottom: 0;
}
.list-bullet--whistleblowing {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .list-bullet--whistleblowing {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.font-icon-xs {
  font-size: 0.75rem !important;
}
.font-icon-sm {
  font-size: 0.875rem !important;
}
.font-icon-md {
  font-size: 1rem !important;
}
.font-icon-lg {
  font-size: 1.5rem !important;
}
.font-icon-xl {
  font-size: 1.75rem !important;
}
.font-icon-2x {
  font-size: 2rem !important;
}
.font-icon-3x {
  font-size: 3rem !important;
}
.font-icon-4x {
  font-size: 4rem !important;
}
.font-icon-5x {
  font-size: 5rem !important;
}
.font-icon-7x {
  font-size: 7rem !important;
}
.font-icon-10x {
  font-size: 10rem !important;
}
.w-1 {
  width: 1% !important;
}
.w-2 {
  width: 2% !important;
}
.w-3 {
  width: 3% !important;
}
.w-4 {
  width: 4% !important;
}
.w-5 {
  width: 5% !important;
}
.w-6 {
  width: 6% !important;
}
.w-7 {
  width: 7% !important;
}
.w-8 {
  width: 8% !important;
}
.w-9 {
  width: 9% !important;
}
.w-10 {
  width: 10% !important;
}
.w-11 {
  width: 11% !important;
}
.w-12 {
  width: 12% !important;
}
.w-13 {
  width: 13% !important;
}
.w-14 {
  width: 14% !important;
}
.w-15 {
  width: 15% !important;
}
.w-16 {
  width: 16% !important;
}
.w-17 {
  width: 17% !important;
}
.w-18 {
  width: 18% !important;
}
.w-19 {
  width: 19% !important;
}
.w-20 {
  width: 20% !important;
}
.w-21 {
  width: 21% !important;
}
.w-22 {
  width: 22% !important;
}
.w-23 {
  width: 23% !important;
}
.w-24 {
  width: 24% !important;
}
.w-25 {
  width: 25% !important;
}
.w-26 {
  width: 26% !important;
}
.w-27 {
  width: 27% !important;
}
.w-28 {
  width: 28% !important;
}
.w-29 {
  width: 29% !important;
}
.w-30 {
  width: 30% !important;
}
.w-31 {
  width: 31% !important;
}
.w-32 {
  width: 32% !important;
}
.w-33 {
  width: 33% !important;
}
.w-34 {
  width: 34% !important;
}
.w-35 {
  width: 35% !important;
}
.w-36 {
  width: 36% !important;
}
.w-37 {
  width: 37% !important;
}
.w-38 {
  width: 38% !important;
}
.w-39 {
  width: 39% !important;
}
.w-40 {
  width: 40% !important;
}
.w-41 {
  width: 41% !important;
}
.w-42 {
  width: 42% !important;
}
.w-43 {
  width: 43% !important;
}
.w-44 {
  width: 44% !important;
}
.w-45 {
  width: 45% !important;
}
.w-46 {
  width: 46% !important;
}
.w-47 {
  width: 47% !important;
}
.w-48 {
  width: 48% !important;
}
.w-49 {
  width: 49% !important;
}
.w-50 {
  width: 50% !important;
}
.w-51 {
  width: 51% !important;
}
.w-52 {
  width: 52% !important;
}
.w-53 {
  width: 53% !important;
}
.w-54 {
  width: 54% !important;
}
.w-55 {
  width: 55% !important;
}
.w-56 {
  width: 56% !important;
}
.w-57 {
  width: 57% !important;
}
.w-58 {
  width: 58% !important;
}
.w-59 {
  width: 59% !important;
}
.w-60 {
  width: 60% !important;
}
.w-61 {
  width: 61% !important;
}
.w-62 {
  width: 62% !important;
}
.w-63 {
  width: 63% !important;
}
.w-64 {
  width: 64% !important;
}
.w-65 {
  width: 65% !important;
}
.w-66 {
  width: 66% !important;
}
.w-67 {
  width: 67% !important;
}
.w-68 {
  width: 68% !important;
}
.w-69 {
  width: 69% !important;
}
.w-70 {
  width: 70% !important;
}
.w-71 {
  width: 71% !important;
}
.w-72 {
  width: 72% !important;
}
.w-73 {
  width: 73% !important;
}
.w-74 {
  width: 74% !important;
}
.w-75 {
  width: 75% !important;
}
.w-76 {
  width: 76% !important;
}
.w-77 {
  width: 77% !important;
}
.w-78 {
  width: 78% !important;
}
.w-79 {
  width: 79% !important;
}
.w-80 {
  width: 80% !important;
}
.w-81 {
  width: 81% !important;
}
.w-82 {
  width: 82% !important;
}
.w-83 {
  width: 83% !important;
}
.w-84 {
  width: 84% !important;
}
.w-85 {
  width: 85% !important;
}
.w-86 {
  width: 86% !important;
}
.w-87 {
  width: 87% !important;
}
.w-88 {
  width: 88% !important;
}
.w-89 {
  width: 89% !important;
}
.w-90 {
  width: 90% !important;
}
.w-91 {
  width: 91% !important;
}
.w-92 {
  width: 92% !important;
}
.w-93 {
  width: 93% !important;
}
.w-94 {
  width: 94% !important;
}
.w-95 {
  width: 95% !important;
}
.w-96 {
  width: 96% !important;
}
.w-97 {
  width: 97% !important;
}
.w-98 {
  width: 98% !important;
}
.w-99 {
  width: 99% !important;
}
@media (min-width: 576px) {
  .w-sm-1 {
    width: 1% !important;
  }
  .w-sm-2 {
    width: 2% !important;
  }
  .w-sm-3 {
    width: 3% !important;
  }
  .w-sm-4 {
    width: 4% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-6 {
    width: 6% !important;
  }
  .w-sm-7 {
    width: 7% !important;
  }
  .w-sm-8 {
    width: 8% !important;
  }
  .w-sm-9 {
    width: 9% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-11 {
    width: 11% !important;
  }
  .w-sm-12 {
    width: 12% !important;
  }
  .w-sm-13 {
    width: 13% !important;
  }
  .w-sm-14 {
    width: 14% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-16 {
    width: 16% !important;
  }
  .w-sm-17 {
    width: 17% !important;
  }
  .w-sm-18 {
    width: 18% !important;
  }
  .w-sm-19 {
    width: 19% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-21 {
    width: 21% !important;
  }
  .w-sm-22 {
    width: 22% !important;
  }
  .w-sm-23 {
    width: 23% !important;
  }
  .w-sm-24 {
    width: 24% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-26 {
    width: 26% !important;
  }
  .w-sm-27 {
    width: 27% !important;
  }
  .w-sm-28 {
    width: 28% !important;
  }
  .w-sm-29 {
    width: 29% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-31 {
    width: 31% !important;
  }
  .w-sm-32 {
    width: 32% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-34 {
    width: 34% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-36 {
    width: 36% !important;
  }
  .w-sm-37 {
    width: 37% !important;
  }
  .w-sm-38 {
    width: 38% !important;
  }
  .w-sm-39 {
    width: 39% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-41 {
    width: 41% !important;
  }
  .w-sm-42 {
    width: 42% !important;
  }
  .w-sm-43 {
    width: 43% !important;
  }
  .w-sm-44 {
    width: 44% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-46 {
    width: 46% !important;
  }
  .w-sm-47 {
    width: 47% !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .w-sm-49 {
    width: 49% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-51 {
    width: 51% !important;
  }
  .w-sm-52 {
    width: 52% !important;
  }
  .w-sm-53 {
    width: 53% !important;
  }
  .w-sm-54 {
    width: 54% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-56 {
    width: 56% !important;
  }
  .w-sm-57 {
    width: 57% !important;
  }
  .w-sm-58 {
    width: 58% !important;
  }
  .w-sm-59 {
    width: 59% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-61 {
    width: 61% !important;
  }
  .w-sm-62 {
    width: 62% !important;
  }
  .w-sm-63 {
    width: 63% !important;
  }
  .w-sm-64 {
    width: 64% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .w-sm-67 {
    width: 67% !important;
  }
  .w-sm-68 {
    width: 68% !important;
  }
  .w-sm-69 {
    width: 69% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-71 {
    width: 71% !important;
  }
  .w-sm-72 {
    width: 72% !important;
  }
  .w-sm-73 {
    width: 73% !important;
  }
  .w-sm-74 {
    width: 74% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-76 {
    width: 76% !important;
  }
  .w-sm-77 {
    width: 77% !important;
  }
  .w-sm-78 {
    width: 78% !important;
  }
  .w-sm-79 {
    width: 79% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-81 {
    width: 81% !important;
  }
  .w-sm-82 {
    width: 82% !important;
  }
  .w-sm-83 {
    width: 83% !important;
  }
  .w-sm-84 {
    width: 84% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-86 {
    width: 86% !important;
  }
  .w-sm-87 {
    width: 87% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-89 {
    width: 89% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-91 {
    width: 91% !important;
  }
  .w-sm-92 {
    width: 92% !important;
  }
  .w-sm-93 {
    width: 93% !important;
  }
  .w-sm-94 {
    width: 94% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-96 {
    width: 96% !important;
  }
  .w-sm-97 {
    width: 97% !important;
  }
  .w-sm-98 {
    width: 98% !important;
  }
  .w-sm-99 {
    width: 99% !important;
  }
}
@media (min-width: 768px) {
  .w-md-1 {
    width: 1% !important;
  }
  .w-md-2 {
    width: 2% !important;
  }
  .w-md-3 {
    width: 3% !important;
  }
  .w-md-4 {
    width: 4% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-6 {
    width: 6% !important;
  }
  .w-md-7 {
    width: 7% !important;
  }
  .w-md-8 {
    width: 8% !important;
  }
  .w-md-9 {
    width: 9% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-11 {
    width: 11% !important;
  }
  .w-md-12 {
    width: 12% !important;
  }
  .w-md-13 {
    width: 13% !important;
  }
  .w-md-14 {
    width: 14% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-16 {
    width: 16% !important;
  }
  .w-md-17 {
    width: 17% !important;
  }
  .w-md-18 {
    width: 18% !important;
  }
  .w-md-19 {
    width: 19% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-21 {
    width: 21% !important;
  }
  .w-md-22 {
    width: 22% !important;
  }
  .w-md-23 {
    width: 23% !important;
  }
  .w-md-24 {
    width: 24% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-26 {
    width: 26% !important;
  }
  .w-md-27 {
    width: 27% !important;
  }
  .w-md-28 {
    width: 28% !important;
  }
  .w-md-29 {
    width: 29% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-31 {
    width: 31% !important;
  }
  .w-md-32 {
    width: 32% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-34 {
    width: 34% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-36 {
    width: 36% !important;
  }
  .w-md-37 {
    width: 37% !important;
  }
  .w-md-38 {
    width: 38% !important;
  }
  .w-md-39 {
    width: 39% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-41 {
    width: 41% !important;
  }
  .w-md-42 {
    width: 42% !important;
  }
  .w-md-43 {
    width: 43% !important;
  }
  .w-md-44 {
    width: 44% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-46 {
    width: 46% !important;
  }
  .w-md-47 {
    width: 47% !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .w-md-49 {
    width: 49% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-51 {
    width: 51% !important;
  }
  .w-md-52 {
    width: 52% !important;
  }
  .w-md-53 {
    width: 53% !important;
  }
  .w-md-54 {
    width: 54% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-56 {
    width: 56% !important;
  }
  .w-md-57 {
    width: 57% !important;
  }
  .w-md-58 {
    width: 58% !important;
  }
  .w-md-59 {
    width: 59% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-61 {
    width: 61% !important;
  }
  .w-md-62 {
    width: 62% !important;
  }
  .w-md-63 {
    width: 63% !important;
  }
  .w-md-64 {
    width: 64% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .w-md-67 {
    width: 67% !important;
  }
  .w-md-68 {
    width: 68% !important;
  }
  .w-md-69 {
    width: 69% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-71 {
    width: 71% !important;
  }
  .w-md-72 {
    width: 72% !important;
  }
  .w-md-73 {
    width: 73% !important;
  }
  .w-md-74 {
    width: 74% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-76 {
    width: 76% !important;
  }
  .w-md-77 {
    width: 77% !important;
  }
  .w-md-78 {
    width: 78% !important;
  }
  .w-md-79 {
    width: 79% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-81 {
    width: 81% !important;
  }
  .w-md-82 {
    width: 82% !important;
  }
  .w-md-83 {
    width: 83% !important;
  }
  .w-md-84 {
    width: 84% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-86 {
    width: 86% !important;
  }
  .w-md-87 {
    width: 87% !important;
  }
  .w-md-88 {
    width: 88% !important;
  }
  .w-md-89 {
    width: 89% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-91 {
    width: 91% !important;
  }
  .w-md-92 {
    width: 92% !important;
  }
  .w-md-93 {
    width: 93% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-96 {
    width: 96% !important;
  }
  .w-md-97 {
    width: 97% !important;
  }
  .w-md-98 {
    width: 98% !important;
  }
  .w-md-99 {
    width: 99% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-1 {
    width: 1% !important;
  }
  .w-lg-2 {
    width: 2% !important;
  }
  .w-lg-3 {
    width: 3% !important;
  }
  .w-lg-4 {
    width: 4% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-6 {
    width: 6% !important;
  }
  .w-lg-7 {
    width: 7% !important;
  }
  .w-lg-8 {
    width: 8% !important;
  }
  .w-lg-9 {
    width: 9% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-11 {
    width: 11% !important;
  }
  .w-lg-12 {
    width: 12% !important;
  }
  .w-lg-13 {
    width: 13% !important;
  }
  .w-lg-14 {
    width: 14% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-16 {
    width: 16% !important;
  }
  .w-lg-17 {
    width: 17% !important;
  }
  .w-lg-18 {
    width: 18% !important;
  }
  .w-lg-19 {
    width: 19% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-21 {
    width: 21% !important;
  }
  .w-lg-22 {
    width: 22% !important;
  }
  .w-lg-23 {
    width: 23% !important;
  }
  .w-lg-24 {
    width: 24% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-26 {
    width: 26% !important;
  }
  .w-lg-27 {
    width: 27% !important;
  }
  .w-lg-28 {
    width: 28% !important;
  }
  .w-lg-29 {
    width: 29% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-31 {
    width: 31% !important;
  }
  .w-lg-32 {
    width: 32% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-34 {
    width: 34% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-36 {
    width: 36% !important;
  }
  .w-lg-37 {
    width: 37% !important;
  }
  .w-lg-38 {
    width: 38% !important;
  }
  .w-lg-39 {
    width: 39% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-41 {
    width: 41% !important;
  }
  .w-lg-42 {
    width: 42% !important;
  }
  .w-lg-43 {
    width: 43% !important;
  }
  .w-lg-44 {
    width: 44% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-46 {
    width: 46% !important;
  }
  .w-lg-47 {
    width: 47% !important;
  }
  .w-lg-48 {
    width: 48% !important;
  }
  .w-lg-49 {
    width: 49% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-51 {
    width: 51% !important;
  }
  .w-lg-52 {
    width: 52% !important;
  }
  .w-lg-53 {
    width: 53% !important;
  }
  .w-lg-54 {
    width: 54% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-56 {
    width: 56% !important;
  }
  .w-lg-57 {
    width: 57% !important;
  }
  .w-lg-58 {
    width: 58% !important;
  }
  .w-lg-59 {
    width: 59% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-61 {
    width: 61% !important;
  }
  .w-lg-62 {
    width: 62% !important;
  }
  .w-lg-63 {
    width: 63% !important;
  }
  .w-lg-64 {
    width: 64% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .w-lg-67 {
    width: 67% !important;
  }
  .w-lg-68 {
    width: 68% !important;
  }
  .w-lg-69 {
    width: 69% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-71 {
    width: 71% !important;
  }
  .w-lg-72 {
    width: 72% !important;
  }
  .w-lg-73 {
    width: 73% !important;
  }
  .w-lg-74 {
    width: 74% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-76 {
    width: 76% !important;
  }
  .w-lg-77 {
    width: 77% !important;
  }
  .w-lg-78 {
    width: 78% !important;
  }
  .w-lg-79 {
    width: 79% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-81 {
    width: 81% !important;
  }
  .w-lg-82 {
    width: 82% !important;
  }
  .w-lg-83 {
    width: 83% !important;
  }
  .w-lg-84 {
    width: 84% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-86 {
    width: 86% !important;
  }
  .w-lg-87 {
    width: 87% !important;
  }
  .w-lg-88 {
    width: 88% !important;
  }
  .w-lg-89 {
    width: 89% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-91 {
    width: 91% !important;
  }
  .w-lg-92 {
    width: 92% !important;
  }
  .w-lg-93 {
    width: 93% !important;
  }
  .w-lg-94 {
    width: 94% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-96 {
    width: 96% !important;
  }
  .w-lg-97 {
    width: 97% !important;
  }
  .w-lg-98 {
    width: 98% !important;
  }
  .w-lg-99 {
    width: 99% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-1 {
    width: 1% !important;
  }
  .w-xl-2 {
    width: 2% !important;
  }
  .w-xl-3 {
    width: 3% !important;
  }
  .w-xl-4 {
    width: 4% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-6 {
    width: 6% !important;
  }
  .w-xl-7 {
    width: 7% !important;
  }
  .w-xl-8 {
    width: 8% !important;
  }
  .w-xl-9 {
    width: 9% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-11 {
    width: 11% !important;
  }
  .w-xl-12 {
    width: 12% !important;
  }
  .w-xl-13 {
    width: 13% !important;
  }
  .w-xl-14 {
    width: 14% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-16 {
    width: 16% !important;
  }
  .w-xl-17 {
    width: 17% !important;
  }
  .w-xl-18 {
    width: 18% !important;
  }
  .w-xl-19 {
    width: 19% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-21 {
    width: 21% !important;
  }
  .w-xl-22 {
    width: 22% !important;
  }
  .w-xl-23 {
    width: 23% !important;
  }
  .w-xl-24 {
    width: 24% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-26 {
    width: 26% !important;
  }
  .w-xl-27 {
    width: 27% !important;
  }
  .w-xl-28 {
    width: 28% !important;
  }
  .w-xl-29 {
    width: 29% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-31 {
    width: 31% !important;
  }
  .w-xl-32 {
    width: 32% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-34 {
    width: 34% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-36 {
    width: 36% !important;
  }
  .w-xl-37 {
    width: 37% !important;
  }
  .w-xl-38 {
    width: 38% !important;
  }
  .w-xl-39 {
    width: 39% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-41 {
    width: 41% !important;
  }
  .w-xl-42 {
    width: 42% !important;
  }
  .w-xl-43 {
    width: 43% !important;
  }
  .w-xl-44 {
    width: 44% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-46 {
    width: 46% !important;
  }
  .w-xl-47 {
    width: 47% !important;
  }
  .w-xl-48 {
    width: 48% !important;
  }
  .w-xl-49 {
    width: 49% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-51 {
    width: 51% !important;
  }
  .w-xl-52 {
    width: 52% !important;
  }
  .w-xl-53 {
    width: 53% !important;
  }
  .w-xl-54 {
    width: 54% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-56 {
    width: 56% !important;
  }
  .w-xl-57 {
    width: 57% !important;
  }
  .w-xl-58 {
    width: 58% !important;
  }
  .w-xl-59 {
    width: 59% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-61 {
    width: 61% !important;
  }
  .w-xl-62 {
    width: 62% !important;
  }
  .w-xl-63 {
    width: 63% !important;
  }
  .w-xl-64 {
    width: 64% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .w-xl-67 {
    width: 67% !important;
  }
  .w-xl-68 {
    width: 68% !important;
  }
  .w-xl-69 {
    width: 69% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-71 {
    width: 71% !important;
  }
  .w-xl-72 {
    width: 72% !important;
  }
  .w-xl-73 {
    width: 73% !important;
  }
  .w-xl-74 {
    width: 74% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-76 {
    width: 76% !important;
  }
  .w-xl-77 {
    width: 77% !important;
  }
  .w-xl-78 {
    width: 78% !important;
  }
  .w-xl-79 {
    width: 79% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-81 {
    width: 81% !important;
  }
  .w-xl-82 {
    width: 82% !important;
  }
  .w-xl-83 {
    width: 83% !important;
  }
  .w-xl-84 {
    width: 84% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-86 {
    width: 86% !important;
  }
  .w-xl-87 {
    width: 87% !important;
  }
  .w-xl-88 {
    width: 88% !important;
  }
  .w-xl-89 {
    width: 89% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-91 {
    width: 91% !important;
  }
  .w-xl-92 {
    width: 92% !important;
  }
  .w-xl-93 {
    width: 93% !important;
  }
  .w-xl-94 {
    width: 94% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-96 {
    width: 96% !important;
  }
  .w-xl-97 {
    width: 97% !important;
  }
  .w-xl-98 {
    width: 98% !important;
  }
  .w-xl-99 {
    width: 99% !important;
  }
}
@media (min-width: 1640px) {
  .w-xxl-1 {
    width: 1% !important;
  }
  .w-xxl-2 {
    width: 2% !important;
  }
  .w-xxl-3 {
    width: 3% !important;
  }
  .w-xxl-4 {
    width: 4% !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-6 {
    width: 6% !important;
  }
  .w-xxl-7 {
    width: 7% !important;
  }
  .w-xxl-8 {
    width: 8% !important;
  }
  .w-xxl-9 {
    width: 9% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-11 {
    width: 11% !important;
  }
  .w-xxl-12 {
    width: 12% !important;
  }
  .w-xxl-13 {
    width: 13% !important;
  }
  .w-xxl-14 {
    width: 14% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-16 {
    width: 16% !important;
  }
  .w-xxl-17 {
    width: 17% !important;
  }
  .w-xxl-18 {
    width: 18% !important;
  }
  .w-xxl-19 {
    width: 19% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-21 {
    width: 21% !important;
  }
  .w-xxl-22 {
    width: 22% !important;
  }
  .w-xxl-23 {
    width: 23% !important;
  }
  .w-xxl-24 {
    width: 24% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-26 {
    width: 26% !important;
  }
  .w-xxl-27 {
    width: 27% !important;
  }
  .w-xxl-28 {
    width: 28% !important;
  }
  .w-xxl-29 {
    width: 29% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-31 {
    width: 31% !important;
  }
  .w-xxl-32 {
    width: 32% !important;
  }
  .w-xxl-33 {
    width: 33% !important;
  }
  .w-xxl-34 {
    width: 34% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-36 {
    width: 36% !important;
  }
  .w-xxl-37 {
    width: 37% !important;
  }
  .w-xxl-38 {
    width: 38% !important;
  }
  .w-xxl-39 {
    width: 39% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-41 {
    width: 41% !important;
  }
  .w-xxl-42 {
    width: 42% !important;
  }
  .w-xxl-43 {
    width: 43% !important;
  }
  .w-xxl-44 {
    width: 44% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-46 {
    width: 46% !important;
  }
  .w-xxl-47 {
    width: 47% !important;
  }
  .w-xxl-48 {
    width: 48% !important;
  }
  .w-xxl-49 {
    width: 49% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-51 {
    width: 51% !important;
  }
  .w-xxl-52 {
    width: 52% !important;
  }
  .w-xxl-53 {
    width: 53% !important;
  }
  .w-xxl-54 {
    width: 54% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .w-xxl-56 {
    width: 56% !important;
  }
  .w-xxl-57 {
    width: 57% !important;
  }
  .w-xxl-58 {
    width: 58% !important;
  }
  .w-xxl-59 {
    width: 59% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-61 {
    width: 61% !important;
  }
  .w-xxl-62 {
    width: 62% !important;
  }
  .w-xxl-63 {
    width: 63% !important;
  }
  .w-xxl-64 {
    width: 64% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-66 {
    width: 66% !important;
  }
  .w-xxl-67 {
    width: 67% !important;
  }
  .w-xxl-68 {
    width: 68% !important;
  }
  .w-xxl-69 {
    width: 69% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-71 {
    width: 71% !important;
  }
  .w-xxl-72 {
    width: 72% !important;
  }
  .w-xxl-73 {
    width: 73% !important;
  }
  .w-xxl-74 {
    width: 74% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-76 {
    width: 76% !important;
  }
  .w-xxl-77 {
    width: 77% !important;
  }
  .w-xxl-78 {
    width: 78% !important;
  }
  .w-xxl-79 {
    width: 79% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-81 {
    width: 81% !important;
  }
  .w-xxl-82 {
    width: 82% !important;
  }
  .w-xxl-83 {
    width: 83% !important;
  }
  .w-xxl-84 {
    width: 84% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-86 {
    width: 86% !important;
  }
  .w-xxl-87 {
    width: 87% !important;
  }
  .w-xxl-88 {
    width: 88% !important;
  }
  .w-xxl-89 {
    width: 89% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-91 {
    width: 91% !important;
  }
  .w-xxl-92 {
    width: 92% !important;
  }
  .w-xxl-93 {
    width: 93% !important;
  }
  .w-xxl-94 {
    width: 94% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-96 {
    width: 96% !important;
  }
  .w-xxl-97 {
    width: 97% !important;
  }
  .w-xxl-98 {
    width: 98% !important;
  }
  .w-xxl-99 {
    width: 99% !important;
  }
}
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.5s ease-in-out, padding-right 0s ease-in-out,
    box-shadow 0s ease-in-out, top 0.5s ease-in-out;
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  .header {
    height: 70px;
  }
}
.header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .header__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header__container {
    max-width: 1140px;
  }
}
@media (min-width: 1640px) {
  .header__container {
    max-width: 1560px;
  }
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .header__wrapper {
    align-items: center;
  }
}
.header__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.5rem;
}
.header__action {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .header__action {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.header__img {
  width: 90px;
  height: 80px;
}
@media (max-width: 1199.98px) {
  .header__img {
    width: 80px;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .header__img {
    width: 60px;
    height: 50px;
  }
}
.header__icon {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  color: #000;
}
.header__icon:before {
  content: "\f002";
}
.header__hamburger {
  display: flex;
  align-items: center;
}
.header__hamburger .header__hamburger-toggler {
  padding: 0;
}
.header__hamburger span {
  display: flex;
  width: 32px;
  height: 3px;
  border-radius: 25px;
  background-color: #474747;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .header__hamburger span {
    width: 22px;
    height: 2px;
  }
}
.header__hamburger span:not(:first-child) {
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .header__hamburger {
    display: none;
  }
}
.header--hide {
  opacity: 0;
  top: -150px;
  visibility: hidden;
  transition: 0.3s linear;
}
.header--theme-white,
.header--on-open {
  box-shadow: 0 4px 8px #00000014;
}
.header--on-open .header__hamburger span {
  position: relative;
  background-color: #B6985A;
}
.header--on-open .header__hamburger span:first-child {
  top: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header--on-open .header__hamburger span:nth-child(2) {
  visibility: hidden;
  display: none;
}
.header--on-open .header__hamburger span:last-child {
  bottom: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 767.98px) {
  .header--on-open .header__hamburger span:last-child {
    bottom: 3px;
  }
}
html {
  overflow: visible;
}
html.header-enabled body {
  overflow: hidden;
}
html.header-enabled body:before {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  inset: 0;
  width: 100%;
  height: 100vh;
  content: "";
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  html.header-enabled body:before {
    background-color: #000000a6;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  html.header-enabled body:before {
    background-color: #000000a6;
  }
}
.footer__btn {
  font-family: "Kanit", sans-serif;
}
.footer__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.footer__address,
.footer__copyright,
.footer__media .footer__title,
.footer__media .footer__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.footer__btn {
  font-family: "Kanit", sans-serif;
}
.footer__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.footer__address,
.footer__copyright,
.footer__media .footer__title,
.footer__media .footer__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer {
  position: relative;
  background-color: #fff;
  background-position: bottom right;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.footer:before {
  position: absolute;
  content: " ";
  background-image: url(/storage/footer/element.svg);
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 1639.98px) {
  .footer:before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1199.98px) {
  .footer:before {
    background-position: right;
  }
}
@media (max-width: 991.98px) {
  .footer:before {
    background-image: url(/storage/footer/element-tablet.svg);
    background-position: bottom;
  }
}
@media (max-width: 767.98px) {
  .footer:before {
    background-image: url(/storage/footer/element-mobile.svg);
    background-position: right;
  }
}
@media (max-width: 991.98px) {
  .footer {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.footer .footer__top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem 0;
}
@media (max-width: 767.98px) {
  .footer .footer__top {
    padding: 2rem 0 1.5rem;
  }
}
.footer .footer__left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 45%;
  max-width: 45%;
  width: 45%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .footer__left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .footer .footer__left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.footer .footer__center {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 23%;
  max-width: 23%;
  width: 23%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .footer__center {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 27%;
    max-width: 27%;
    width: 27%;
  }
}
@media (max-width: 991.98px) {
  .footer .footer__center {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 47%;
    max-width: 47%;
    width: 47%;
  }
}
@media (max-width: 767.98px) {
  .footer .footer__center {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.footer .footer__right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 23%;
  max-width: 23%;
  width: 23%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .footer__right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 27%;
    max-width: 27%;
    width: 27%;
  }
}
@media (max-width: 991.98px) {
  .footer .footer__right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 47%;
    max-width: 47%;
    width: 47%;
  }
}
@media (max-width: 767.98px) {
  .footer .footer__right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.footer .footer__subsidiaries {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .footer__subsidiaries {
    flex-direction: row;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .footer .footer__subsidiaries {
    margin-bottom: 1.5rem;
  }
}
.footer .footer__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.footer .footer__item .footer__icon {
  width: 32px;
  height: 32px;
}
.footer .footer__item .footer__btn {
  margin-bottom: 0;
}
.footer .footer__item:hover {
  margin-left: 5px;
}
.footer .footer__item:hover .footer__btn .btn__icon {
  margin-left: 0;
}
.footer .footer__address {
  margin-bottom: 1rem;
}
.footer .footer__btn {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .footer .footer__btn {
    margin-bottom: 1rem;
  }
}
.footer .footer__follow-us {
  display: flex;
  flex-direction: row;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  align-items: center;
}
.footer .footer__vendor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
  margin-bottom: 2rem;
}
.footer .footer__vendor .footer__btn {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.footer .footer__vendor .footer__btn:hover {
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .footer .footer__copyright {
    width: 80%;
  }
}
.footer .footer__title {
  margin-bottom: 0.5rem;
}
.footer .footer__media {
  display: flex;
  flex-direction: row;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.footer .footer__media .footer__title {
  margin-bottom: 0;
}
.footer .footer__media .footer__telephone,
.footer .footer__media .footer__fax {
  color: #474747;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.footer .footer__media .footer__telephone:hover,
.footer .footer__media .footer__fax:hover {
  color: #B6985A;
  text-decoration: underline;
}
.footer .footer__contact {
  margin: 2rem 0 3rem;
}
@media (max-width: 991.98px) {
  .footer .footer__contact {
    margin: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .footer .footer__contact {
    margin: 1.5rem 0;
  }
}
.footer .footer__contact .footer__btn {
  margin-bottom: 0;
}
.footer .footer__bottom {
  padding-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .footer .footer__bottom {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  [class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.section__body {
  padding: 6rem 0;
}
@media (max-width: 991.98px) {
  .section__body {
    padding: 4rem 0;
  }
}
.section__body--space-t-0 {
  padding-top: 0;
}
.section__body--space-b-0 {
  padding-bottom: 0;
}
.section__body--space-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.section--prestigious {
  position: relative;
  z-index: 2;
  background-color: #ecf3f8;
}
.section--text-highlight .section__wrapper-line {
  position: relative;
  margin-top: 72px;
}
.section--text-highlight .section__wrapper-line:before {
  position: absolute;
  content: " ";
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  background-color: #B6985A;
}
.section--text-highlight .section__wrapper-line:after {
  position: absolute;
  content: " ";
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  background-color: #B6985A;
}

html::-webkit-scrollbar,
.modal::-webkit-scrollbar {
  width: 9px;
}
html::-webkit-scrollbar-track,
.modal::-webkit-scrollbar-track {
  background-color: #78747440;
}
html::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb {
  background-color: #787474;
}
/*
html::-webkit-scrollbar,.modal::-webkit-scrollbar{
  width:9px
}
html::-webkit-scrollbar-track,.modal::-webkit-scrollbar-track{
  background-color:#B6985A40
}
html::-webkit-scrollbar-thumb,.modal::-webkit-scrollbar-thumb{
  background-color:#B6985A
}
*/
:root {
  --hybrid-column-space: 15px;
}
@media (min-width: 576px) {
  :root {
    --hybrid-column-space: calc((100vw - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  :root {
    --hybrid-column-space: calc((100vw - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  :root {
    --hybrid-column-space: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  :root {
    --hybrid-column-space: calc((100vw - 1140px) / 2 + 15px);
  }
}
@media (min-width: 1640px) {
  :root {
    --hybrid-column-space: calc((100vw - 1560px) / 2 + 15px);
  }
}
.container-hybrid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-hybrid .hybrid-col:first-child {
  padding-left: 15px;
  padding-left: var(--hybrid-column-space);
  padding-right: 15px;
}
.container-hybrid .hybrid-col:last-child:not(:only-child) {
  padding-left: 15px;
  padding-right: 15px;
  padding-right: var(--hybrid-column-space);
}
.section--navigated .section__link {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .section--navigated .section__link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.section--navigated .section__list-bullet .section__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.section--navigated .section__link {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .section--navigated .section__link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.section--navigated .section__list-bullet .section__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.section--navigated {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .section--navigated {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .section--navigated {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .section--navigated {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section--navigated {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .section--navigated {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1640px) {
  .section--navigated {
    max-width: 1560px;
  }
}
@media (max-width: 991.98px) {
  .section--navigated {
    overflow: hidden !important;
  }
}
.section--navigated .collapsing {
  transition: none !important;
}
@media (min-width: 992px) {
  .section--navigated .section__toggler-aside {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .section--navigated .section__toggler-aside {
    position: fixed;
    z-index: 1000;
    top: 5rem;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    margin: auto 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  .section--navigated .section__toggler-aside {
    top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .section--navigated .section__toggler-aside {
    top: 5rem;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .section--navigated .section__toggler-aside {
    top: 5.75rem;
  }
}
@media (max-width: 1199.98px) {
  .section--navigated .section__toggler-aside.fixed {
    opacity: 1;
  }
}
.section--navigated .section__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #B6985A;
  box-shadow: 0 3px 6px #0000001f;
}
@media (max-width: 767.98px) {
  .section--navigated .section__toggler {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
}
.section--navigated .section__toggler i {
  font-size: 1.375rem;
}
.section--navigated .section__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section--navigated .section__close {
    display: none !important;
  }
}
.section--navigated .section__close button {
  padding: 0;
  border: 0;
  box-shadow: none !important;
}
.section--navigated .section__close button i {
  color: #747678;
  font-size: 1.375rem;
}
.section--navigated .section__aside {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 32%;
  max-width: 32%;
  width: 32%;
}
@media (min-width: 992px) {
  .section--navigated .section__aside {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .section--navigated .section__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    height: 105vh;
    max-height: 105vh;
    background-color: #ecf3f8;
    padding: 7rem 2rem 2rem;
    -webkit-transform: translateX(calc(-100% - 1rem));
    transform: translate(calc(-100% - 1rem));
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .section--navigated .section__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 85%;
    max-width: 85%;
    width: 85%;
    height: 100vh;
    max-height: 100vh;
  }
}
@media (max-width: 991.98px) {
  .section--navigated .section__aside.show {
    -webkit-transform: translate(0, 0);
    transform: translate(0);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (min-width: 992px) {
  .section--navigated .section__sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 9rem;
    color: #fff;
  }
}
.section--navigated .section__headline {
  margin-bottom: 1.75rem;
  color: #fff;
}
@media (max-width: 1639.98px) {
  .section--navigated .section__headline {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .section--navigated .section__headline {
    margin-bottom: 1.15rem;
  }
}
.section--navigated .section__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section--navigated .section__list {
    row-gap: 0.5rem;
    padding-bottom: 7.5rem;
  }
}
.section--navigated .section__link {
  position: relative;
  display: block;
  color: #474747;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .section--navigated .section__link {
    display: flex;
  }
}
.section--navigated .section__item {
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .section--navigated .section__item {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .section--navigated .section__item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e2e2e2;
    transition: all 0.3s ease-in-out;
  }
}
.section--navigated .section__item:hover .section__link {
  color: #B6985A;
}
@media (min-width: 992px) {
  .section--navigated .section__item:hover {
    border: 1px solid #B6985A;
  }
}
@media (max-width: 991.98px) {
  .section--navigated .section__item:hover {
    margin-left: 0.5rem;
  }
  .section--navigated .section__item:hover .section__link {
    color: #B6985A;
  }
  .section--navigated .section__item:hover .section__link-title:before {
    color: #B6985A;
  }
}
.section--navigated .section__item.active {
  background-color: #B6985A;
}
.section--navigated .section__item.active .section__link {
  color: #fff;
}
@media (min-width: 992px) {
  .section--navigated .section__item.active {
    border: 1px solid #B6985A;
  }
}
@media (max-width: 991.98px) {
  .section--navigated .section__item.active {
    background-color: transparent;
    border-bottom: 1px solid #e2e2e2;
  }
  .section--navigated .section__item.active .section__link {
    color: #B6985A;
  }
  .section--navigated .section__item.active .section__link-title:before {
    color: #B6985A;
  }
}
.section--navigated .section__body {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 65%;
  max-width: 65%;
  width: 65%;
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 991.98px) {
  .section--navigated .section__body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.section--navigated .section__wrapper {
  padding-bottom: 10rem;
}
@media (max-width: 991.98px) {
  .section--navigated .section__wrapper {
    padding: 0 3.5rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .section--navigated .section__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .section--navigated .section__link-title {
    padding-right: 1rem;
  }
  .section--navigated .section__link-title:before {
    position: absolute;
    font-family: icomoon !important;
    content: "\e908";
    top: 4px;
    right: 0;
    font-size: 0.75rem;
    color: #474747;
  }
}
.section--navigated .list-bullet--disc {
  list-style: disc;
  padding-left: 1rem !important;
}
.section--navigated .list-bullet {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.section--navigated .list-bullet:last-child {
  margin-bottom: 0;
}
.section--navigated .list-bullet li {
  margin-bottom: 0.25rem;
}
.section--navigated .list-bullet--number,
.section--navigated .list-bullet--policy {
  padding-left: 0.5rem;
}
.section-navigated-enabled {
  position: relative;
  overflow: hidden !important;
}
.section-navigated-enabled:before {
  position: fixed;
  content: "";
  overflow: hidden;
  z-index: 100;
  inset: 0;
  width: 100%;
  height: 105vh;
  background-color: #001016cc;
}
@media (max-width: 767.98px) {
  .section-navigated-enabled:before {
    height: 100vh;
  }
}
.section-navigated-enabled .header--hide {
  visibility: visible;
  top: 0;
  opacity: 1;
}
.hero-banner .hero-banner__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.hero-banner .hero-banner__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.hero-banner {
  position: relative;
  height: calc(100svh - 6.25rem);
}
@media (max-width: 1199.98px) {
  .hero-banner {
    height: calc(100svh - 5.625rem);
  }
}
@media (max-width: 767.98px) {
  .hero-banner {
    height: calc(100svh - 5rem);
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .hero-banner {
    height: calc(130svh - 6.25rem);
  }
}
.hero-banner__title,
.hero-banner__text {
  color: #fff;
  text-align: center;
}
.hero-banner__video-wrapper {
  position: relative;
  height: 100%;
}
.hero-banner__img,
.hero-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .hero-banner__img,
  .hero-banner__video {
    object-position: left bottom;
  }
}
@media only screen and (min-height: 1100px) and (max-height: 1500px) and (min-width: 1024px) and (max-width: 1199px) {
  .hero-banner__img--desktop,
  .hero-banner__video--desktop {
    display: none;
  }
  .hero-banner__img--tablet,
  .hero-banner__video--tablet {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .hero-banner__img--desktop,
  .hero-banner__video--desktop {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner__img--desktop,
  .hero-banner__video--desktop {
    object-position: left;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner__img--desktop {
    object-position: center;
  }
}
.hero-banner__img--tablet,
.hero-banner__video--tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner__img--tablet,
  .hero-banner__video--tablet {
    display: block;
  }
}
.hero-banner__img--mobile,
.hero-banner__video--mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .hero-banner__img--mobile,
  .hero-banner__video--mobile {
    display: block;
  }
}
.hero-banner__pagination {
  position: absolute;
  z-index: 2;
  text-align: center;
}
.hero-banner__pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.hero-banner__body {
  display: flex;
  flex-direction: row;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -1px;
  z-index: 2;
  background-color: #e0e0e0;
  padding: 0.25rem 0;
  overflow: hidden;
}
.hero-banner__body .hero-banner__report-incident {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  word-break: unset;
}
.hero-banner__body .hero-banner__icon {
  padding-right: 1rem;
}
.hero-banner__body .hero-banner__text {
  color: #474747;
  padding-right: 2rem;
}
.hero-banner__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.hero-banner__slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
@media (max-width: 991.98px) {
  .hero-banner__slider .swiper-slide {
    -webkit-transform: translateX(-60%);
    transform: translate(-60%);
  }
}
@media (max-width: 767.98px) {
  .hero-banner__slider .swiper-slide {
    -webkit-transform: translateX(-75%);
    transform: translate(-75%);
  }
}
.page-header .page-header__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .page-header .page-header__title {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.page-header .page-header__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .page-header .page-header__title {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.banner-vision,
.banner-overview,
.page-header,
.hero-banner {
  margin-top: 6.25rem;
}
@media (max-width: 1199.98px) {
  .banner-vision,
  .banner-overview,
  .page-header,
  .hero-banner {
    margin-top: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .banner-vision,
  .banner-overview,
  .page-header,
  .hero-banner {
    margin-top: 5rem;
  }
}
.page-header {
  height: 465px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 1639.98px) {
  .page-header {
    height: 300px;
  }
}
@media (max-width: 1199.98px) {
  .page-header {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    height: 240px;
  }
}
.page-header__body {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (min-width: 576px) {
  .page-header__body {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .page-header__body {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-header__body {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .page-header__body {
    max-width: 1140px;
  }
}
@media (min-width: 1640px) {
  .page-header__body {
    max-width: 1560px;
  }
}
.page-header__title {
  color: #fff;
  margin-bottom: 0;
  background-color: #ffffff1a;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 20px 20px 0 0;
  padding: 1.5rem 0.5rem;
}
.page-header__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .page-header__banner--desktop {
    display: none;
  }
}
.page-header__banner--mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  .page-header__banner--mobile {
    display: block;
  }
}
.breadcrumb .breadcrumb__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.breadcrumb .breadcrumb__dropdown-item {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.breadcrumb .breadcrumb__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.breadcrumb .breadcrumb__dropdown-item {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.breadcrumb {
  position: fixed;
  display: flex;
  top: 0;
  padding: 0.75rem 2rem;
  width: 100%;
  height: 90px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 8px #00000014;
  margin: 0;
}
.breadcrumb .breadcrumb__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 6rem;
}
.breadcrumb .breadcrumb__dropdown {
  position: relative;
}
.breadcrumb .breadcrumb__dropdown:before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #747678;
  opacity: 0;
  margin: auto;
}
.breadcrumb .breadcrumb__dropdown:not(:last-child) {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.breadcrumb .breadcrumb__dropdown:not(:last-child):before {
  opacity: 1;
}
.breadcrumb .breadcrumb__dropdown:last-child .breadcrumb__title,
.breadcrumb .breadcrumb__dropdown:last-child .breadcrumb__icon {
  color: #B6985A;
}
.breadcrumb .breadcrumb__dropdown-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumb .breadcrumb__dropdown-toggle:after {
  display: none;
}
.breadcrumb .breadcrumb__img {
  width: 60px;
  height: auto;
}
.breadcrumb .breadcrumb__icon {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  font-size: 1rem;
  color: #474747;
  padding-left: 1rem;
}
.breadcrumb .breadcrumb__icon:before {
  content: "\f078";
}
.breadcrumb .breadcrumb__dropdown-menu {
  border: 0;
  border-radius: 0 0 10px 10px;
  padding: 1.5rem;
  min-width: 350px;
}
.breadcrumb .breadcrumb__dropdown-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.breadcrumb .breadcrumb__dropdown-item:hover {
  background-color: transparent;
  border-bottom: 1px solid #B6985A;
  color: #B6985A;
}
.breadcrumb--position-fixed {
  opacity: 1;
  position: fixed;
  top: 0;
  visibility: visible;
  transition: all 0.15s linear;
}
@media (max-width: 1199.98px) {
  .breadcrumb--position-fixed {
    display: none;
  }
}
.dropdown-backdrop {
  position: fixed;
  background-color: #000000a6;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9;
}
.no-result-found {
  text-align: center;
  margin: 3rem 0;
}
.social-share .social-share__headline {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.social-share .social-share__headline {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.social-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.social-share__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 49px;
  max-width: 49px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.social-share__item:before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 1;
  opacity: 0;
  background: linear-gradient(90deg, #B6985A 0%, #00cc99 100%);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.social-share__item:hover:before {
  opacity: 1;
}
.social-share__item:hover .social-share__icon {
  position: relative;
  font-size: 1rem;
  color: #fff;
  z-index: 2;
}
.social-share__body {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.social-share__icon {
  color: #B6985A;
  transition: all 0.3s ease-in-out;
}
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.parallax__bg-wrapper .simpleParallax {
  width: 100%;
  height: 100%;
}
.parallax__bg-wrapper .parallax__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inline-gallery {
  width: 100%;
  height: 100vh;
}
.text-slider {
  font-size: 2.75rem;
}
@media (max-width: 1200px) {
  .text-slider {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.text-slider {
  font-size: 2.75rem;
}
@media (max-width: 1200px) {
  .text-slider {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.text-slider {
  text-align: center;
}
.back-to-top__text,
.back-to-top__text {
  font-size: 0.875rem;
}
.back-to-top {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 24px;
  right: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #e2e2e2;
  color: #fff;
  z-index: 20;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .back-to-top {
    right: 40px;
  }
}
@media (max-width: 991.98px) {
  .back-to-top {
    top: auto;
    top: initial;
    bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .back-to-top {
    right: 24px;
    bottom: 32px;
  }
}
.back-to-top .back-to-top__icon {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.375rem;
}
.back-to-top .back-to-top__icon:before {
  transition: all 0.3s ease-in-out;
  text-shadow: rgba(0, 0, 0, 0) 0px 10px 0px;
}
.back-to-top:hover {
  background-color: #fff;
}
.back-to-top:hover .back-to-top__icon:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: transparent;
  text-shadow: #000 0px 10px 0px;
}
.pagination .page-link,
.pagination .page-link {
  font-size: 0.875rem;
  font-weight: 600;
}
.pagination {
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-top: 3rem;
  margin-bottom: 0;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  position: relative;
  color: #fff;
  background: #66c5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 0.625rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.pagination .page-item:first-child .page-link i,
.pagination .page-item:last-child .page-link i {
  position: relative;
}
.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, #B6985A 0%, #00cc99 100%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  background: transparent;
}
.pagination .page-item:first-child .page-link:hover:before,
.pagination .page-item:last-child .page-link:hover:before {
  opacity: 1;
}
.pagination .page-item:first-child .page-link {
  margin-right: 0.5rem;
}
.pagination .page-item:last-child .page-link {
  margin-left: 0.5rem;
}
.pagination .page-item.active .page-link {
  background: transparent;
  color: #B6985A;
}
.pagination .page-item.disabled .page-link {
  border-color: transparent;
}
.pagination .page-item.disabled:first-child .page-link,
.pagination .page-item.disabled:last-child .page-link {
  background: #c2c2c2;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pagination
    .page-item:not(:nth-child(-n + 10)):not(:last-child):not(.active) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .pagination .page-item:not(:first-child):not(:last-child):not(.active) {
    display: none;
  }
}
.pagination .page-link {
  border-radius: 50%;
  background: transparent;
  text-align: center;
  border: none;
  padding: 0;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
  color: #B6985A;
  box-shadow: none;
}
.tab-accordion .tab-accordion__accordion,
.tab-accordion.collapsed .tab-accordion__tab {
  display: none;
}
.tab-accordion.collapsed .tab-accordion__accordion {
  display: block;
}
.follow-us .follow-us__headline {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.follow-us .follow-us__headline {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.follow-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .follow-us {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.follow-us__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 49px;
  max-width: 49px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.follow-us__item:before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 1;
  opacity: 0;
  background: linear-gradient(90deg, #B6985A 0%, #00cc99 100%);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.follow-us__item:hover:before {
  opacity: 1;
}
.follow-us__item:hover .follow-us__icon {
  position: relative;
  font-size: 1rem;
  color: #fff;
  z-index: 2;
}
.follow-us__body {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.follow-us__icon {
  color: #B6985A;
  transition: all 0.3s ease-in-out;
}
.rive__canvas {
  max-width: 100%;
}
.rive--fluid {
  position: relative;
  width: 100%;
}
.rive--fluid .rive__canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.fixed-bg {
  height: 75vh;
}
.fixed-bg__image {
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cookie-consent {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  bottom: 1rem;
  width: 300px;
  max-width: 100%;
  padding: 2rem;
  margin: 0 auto;
  border-radius: 4px;
  background: #000;
  -webkit-transform: translateX(-120%);
  transform: translate(-120%);
  -webkit-animation: cookieConsent forwards 1s ease-in-out;
  animation: cookieConsent forwards 1s ease-in-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  box-shadow: 0 3px 15px #0000004d;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cookie-consent {
    width: calc(100% - 30px);
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}
.cookie-consent__img {
  margin-bottom: 1rem;
}
.cookie-consent__message {
  color: #fff;
}
.cookie-consent__message a,
.cookie-consent__message a:hover {
  text-decoration: underline;
}
.cookie-consent__agree {
  background-color: #fff;
  color: #000;
  padding: 0.5rem;
}
@-webkit-keyframes cookieConsent {
  0% {
    -webkit-transform: translateX(-120%);
    transform: translate(-120%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
}
@keyframes cookieConsent {
  0% {
    -webkit-transform: translateX(-120%);
    transform: translate(-120%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
}
.mapplic-dir-item a h4 {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.mapplic-margin {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .mapplic-margin {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.mapplic-tooltip-title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .mapplic-tooltip-title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.mapplic-hovertip .mapplic-tooltip-title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.mapplic-dir-item a h4 {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.mapplic-margin {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .mapplic-margin {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.mapplic-tooltip-title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .mapplic-tooltip-title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.mapplic-hovertip .mapplic-tooltip-title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.mapplic-list-container h4 {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.mapplic-dir-item {
  overflow: unset;
  border-color: #B6985A;
  padding-left: 0.5rem;
}
.mapplic-dir-item h4 {
  text-transform: uppercase;
}
.mapplic-dir-item.mapplic-active a {
  border-bottom: 1px solid #B6985A;
  background-color: #B6985A !important;
  padding-left: 2rem !important;
}
.mapplic-dir-item.mapplic-active a h4 {
  color: #fff !important;
}
.mapplic-dir-item.mapplic-active:hover a {
  border-bottom: 1px solid #B6985A;
  background-color: #B6985A !important;
  padding-left: 2rem !important;
}
.mapplic-dir-item.mapplic-active:hover a h4 {
  color: #fff !important;
}
.mapplic-dir-item a {
  border-bottom: 1px solid #e0e0e0;
}
.mapplic-list-category a {
  display: flex;
  align-items: center;
}
.mapplic-list-category a .mapplic-margin {
  margin-top: 0;
}
.mapplic-list-category .mapplic-thumbnail {
  width: 50px;
  height: 50px;
  padding: 5px;
  background-color: #e0e0e0;
}
.mapplic-thumbnail {
  object-fit: contain;
  height: auto;
}
.mapplic-tooltip-wrap {
  text-align: center;
}
.mapplic-tooltip-title {
  margin-right: 0 !important;
  text-transform: uppercase;
}
.mapplic-tooltip-body {
  padding-top: 8px;
}
.mapplic-pin {
  width: 24px !important;
  height: 24px !important;
}
.google-map {
  width: 100%;
  height: 400px;
  border: none;
}
.interactive-map__map {
  width: 100%;
  height: 600px;
}
.language .language__item {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.language .language__item {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.language {
  display: inline-flex;
  overflow: hidden;
}
.language .language__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 28px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #474747;
}
.language .language__item:first-child {
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.language .language__item:last-child {
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.language .language__item.active {
  background-color: #B6985A;
  border-color: #B6985A;
  color: #fff !important;
}
.language .language__item:hover {
  color: #B6985A;
}
@media (min-width: 1200px) {
  .menu-wrapper {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .menu-wrapper {
    position: fixed;
    overflow-y: auto;
    top: 86px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    padding-bottom: 6rem;
  }
  .menu-wrapper.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
  .menu-wrapper {
    top: 66px;
  }
}
@media (min-width: 1200px) {
  .menu-wrapper .menu-wrapper__menu {
    position: relative;
  }
}
@media (max-width: 1199.98px) {
  .menu-wrapper .menu-wrapper__menu {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .menu-wrapper .menu-wrapper__menu {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .menu-wrapper .menu-wrapper__menu {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .menu-wrapper .menu-wrapper__menu {
    max-width: 960px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .menu-wrapper .menu-wrapper__menu {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1640px) {
  .menu-wrapper .menu-wrapper__menu {
    max-width: 1560px;
  }
}
.menu--main .menu__title--lv-1 {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .menu--main .menu__title--lv-1 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
@media (max-width: 1199.98px) {
  .menu--main .menu__title--lv-1 {
    font-size: 1.4375rem;
    line-height: 1.25;
  }
}
@media (max-width: 1199.98px) and (max-width: 1200px) {
  .menu--main .menu__title--lv-1 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
@media (max-width: 767.98px) {
  .menu--main .menu__title--lv-1 {
    font-size: 1.1875rem;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) and (max-width: 1200px) {
  .menu--main .menu__title--lv-1 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.menu--main .menu__title--lv-2 {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .menu--main .menu__title--lv-2 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .menu--main .menu__title--lv-2 {
    font-family: "Kanit", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.menu--main .menu__title--lv-3 {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.menu--main .menu__title--lv-1 {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .menu--main .menu__title--lv-1 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
@media (max-width: 1199.98px) {
  .menu--main .menu__title--lv-1 {
    font-size: 1.4375rem;
    line-height: 1.25;
  }
}
@media (max-width: 1199.98px) and (max-width: 1200px) {
  .menu--main .menu__title--lv-1 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
@media (max-width: 767.98px) {
  .menu--main .menu__title--lv-1 {
    font-size: 1.1875rem;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) and (max-width: 1200px) {
  .menu--main .menu__title--lv-1 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.menu--main .menu__title--lv-2 {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .menu--main .menu__title--lv-2 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .menu--main .menu__title--lv-2 {
    font-family: "Kanit", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.menu--main .menu__title--lv-3 {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.menu--main .menu__item {
  list-style: none;
}
.menu--main .menu__item:last-child .menu__dropdown-menu--lv2 {
  left: auto;
  left: initial;
  right: 0;
}
.menu--main .menu__link {
  padding: 0;
}
.menu--main .menu__icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 0.6875rem;
  color: #B6985A;
  background-color: #fff;
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
}
.menu--main .menu__icon:before {
  content: "\f054";
}
@media (max-width: 1199.98px) {
  .menu--main .menu__icon {
    font-family: "Font Awesome 6 Pro" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    font-size: 1rem;
    background-color: #B6985A;
    color: #fff;
  }
  .menu--main .menu__icon:before {
    content: "\f078";
  }
}
.menu--main .menu__nav--lv-1 {
  display: flex;
  flex-direction: row;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .menu--main .menu__nav--lv-1 {
    flex-direction: column;
  }
}
.menu--main .menu__nav-item--lv1,
.menu--main .menu__link--lv-1 {
  position: relative;
}
@media (max-width: 1199.98px) {
  .menu--main .menu__link--lv-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f2f2f2;
  }
}
.menu--main .menu__link--lv-1:hover .menu__title--lv-1,
.menu--main .menu__link--lv-1:focus .menu__title--lv-1,
.menu--main .menu__link--lv-1:active .menu__title--lv-1 {
  color: #B6985A;
}
@media (max-width: 1199.98px) {
  .menu--main .menu__link--lv-1:hover,
  .menu--main .menu__link--lv-1:focus,
  .menu--main .menu__link--lv-1:active {
    border-bottom: 1px solid #B6985A;
  }
}
.menu--main .menu__link--lv-1.show .menu__icon--lv-1 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menu--main .menu__icon--lv-1 {
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0);
  background-color: #fff;
  color: #B6985A;
}
@media (min-width: 1200px) {
  .menu--main .menu__icon--lv-1 {
    display: none !important;
  }
}
.menu--main .menu__title--lv-1 {
  transition: all 0.3s ease-in-out;
}
.menu--main .menu__dropdown-menu--lv2 {
  position: absolute;
  top: 38px;
  left: 0;
  right: auto;
  z-index: 999;
  width: 415px;
  border: 0;
  margin: 0;
  padding: 2.5rem;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 8px #00000014;
  background-color: #B6985A;
}
@media (max-width: 1199.98px) {
  .menu--main .menu__dropdown-menu--lv2 {
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 2rem 2rem 1rem;
    background-color: #fff;
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .menu--main .menu__dropdown-menu--lv2 {
    width: 370px;
  }
}
@media (max-width: 767.98px) {
  .menu--main .menu__dropdown-menu--lv2 {
    padding: 1.5rem;
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .menu--main .menu__dropdown-menu--lv2 {
    padding: 1.5rem 2rem;
  }
}
.menu--main .menu__item--lv-2:first-child .menu__link--lv-2 {
  padding-top: 0;
}
.menu--main .menu__link--lv-2 {
  padding: 0.75rem 0;
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .menu--main .menu__link--lv-2 {
    padding: 0.65rem 0;
  }
}
.menu--main .menu__link--lv-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menu--main .menu__title--lv-2 {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .menu--main .menu__title--lv-2 {
    color: #474747;
  }
}
@media (max-width: 1199.98px) {
  .menu--main .menu__icon--lv-2 {
    display: none !important;
  }
}
.menu--main .menu__lv3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 10px;
  background-color: #0077a4;
  transition: all 0.3s ease-in-out;
}
.menu--main .menu__lv3.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199.98px) {
  .menu--main .menu__lv3 {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0.75rem 0 0;
  }
}
.menu--main .menu__item--lv-3:first-child .menu__link--lv-3 {
  padding-top: 0;
}
.menu--main .menu__link--lv-3 {
  padding: 0.75rem 0 1rem;
}
@media (max-width: 1199.98px) {
  .menu--main .menu__link--lv-3 {
    padding-left: 1rem;
  }
}
.menu--main .menu__title--lv-3 {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .menu--main .menu__title--lv-3 {
    color: #474747;
  }
}
.menu--main .menu__link--lv-2,
.menu--main .menu__link--lv-3 {
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.menu--main .menu__link--lv-2:hover,
.menu--main .menu__link--lv-2:focus,
.menu--main .menu__link--lv-2:active,
.menu--main .menu__link--lv-3:hover,
.menu--main .menu__link--lv-3:focus,
.menu--main .menu__link--lv-3:active {
  border-bottom: 1px solid #fff;
  -webkit-transform: translateX(5px);
  transform: translate(5px);
}
.menu--footer .menu__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.menu--footer .menu__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.menu--footer {
  flex-direction: column;
  row-gap: 0.5rem;
}
.menu--footer .manu__nav-link {
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.menu--footer .manu__nav-link:hover {
  margin-left: 5px;
}
.menu--footer .manu__nav-link:hover .menu__title {
  color: #B6985A;
}
.menu--footer .menu__title {
  color: #474747;
  transition: all 0.3s ease-in-out;
}
.menu--sitemap .menu__title--lv-1 {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .menu--sitemap .menu__title--lv-1 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.menu--sitemap .menu__title--lv-2 {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .menu--sitemap .menu__title--lv-2 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.menu--sitemap .menu__title--lv-3 {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.menu--sitemap .menu__title--lv-1 {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .menu--sitemap .menu__title--lv-1 {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.menu--sitemap .menu__title--lv-2 {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .menu--sitemap .menu__title--lv-2 {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.menu--sitemap .menu__title--lv-3 {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.menu--sitemap {
  display: block;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 991.98px) {
  .menu--sitemap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .menu--sitemap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.menu--sitemap .nav-item {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.menu--sitemap .menu__nav {
  list-style: none;
}
.menu--sitemap .menu__link {
  padding: 0.25rem 0;
}
.menu--sitemap .menu__item--lv-1 {
  margin-bottom: 1rem;
}
.menu--sitemap .menu__title--lv-1 {
  color: #B6985A;
}
.menu--sitemap .menu__nav--lv-2 {
  padding-left: 1rem;
}
.menu--sitemap .menu__link--lv-2 {
  transition: all 0.3s ease-in-out;
}
.menu--sitemap .menu__link--lv-2:hover {
  padding-left: 1rem;
  color: #B6985A;
}
.menu--sitemap .menu__lv3 {
  list-style: disc;
  padding-left: 1.5rem;
}
.menu--sitemap .menu__item--lv-3 {
  transition: all 0.3s ease-in-out;
}
.menu--sitemap .menu__item--lv-3:hover {
  margin-left: 1rem;
}
.menu--sitemap .menu__link--has-children {
  pointer-events: none;
}
.blockquote q {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .blockquote q {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.blockquote q {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .blockquote q {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.blockquote {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 1.5rem 3rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 767.98px) {
  .blockquote {
    padding: 2rem 1.5rem 2.5rem;
  }
}
.blockquote:before,
.blockquote:after {
  position: absolute;
  display: block;
  text-align: left;
  font-family: "Font Awesome 6 Pro";
  color: #B6985A;
  font-size: 1.875rem;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .blockquote:before,
  .blockquote:after {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .blockquote:before,
  .blockquote:after {
    font-size: 1.5rem;
  }
}
.blockquote:before {
  top: -0.25rem;
  left: 0;
  content: "\f10d";
}
.blockquote:after {
  bottom: 0.75rem;
  right: 0;
  content: "\f10e";
}
@media (max-width: 767.98px) {
  .blockquote:after {
    bottom: 0.5rem;
  }
}
.blockquote q:before,
.blockquote q:after {
  display: none;
}
a.card:hover {
  text-decoration: none;
}
.card__body {
  padding: 1rem;
}
.card__img {
  width: 100%;
}
.card__text {
  margin-bottom: 2rem;
}
.card__img-wrapper--4by3 {
  position: relative;
  padding-top: 75%;
}
.card__img-wrapper--4by3 .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__img-wrapper--7by9 {
  position: relative;
  padding-top: 128.5714285714%;
}
.card__img-wrapper--7by9 .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__img-wrapper--16by9 {
  position: relative;
  padding-top: 56.25%;
}
.card__img-wrapper--16by9 .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__img-wrapper--1by1 {
  position: relative;
  padding-top: 100%;
}
.card__img-wrapper--1by1 .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__img-wrapper--facebook-ratio {
  position: relative;
  padding-top: 52.3560209424%;
}
.card__img-wrapper--facebook-ratio .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-deck {
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck .card {
  margin-right: 15px;
  margin-left: 15px;
}
.card-deck.card-deck--1 {
  margin-right: 0;
  margin-left: 0;
}
.card-deck.card-deck--1 .card {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.card-deck.card-deck--2 {
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck.card-deck--2 .card {
  flex: 0 0 calc(50% - 30px);
  flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}
.card-deck.card-deck--3 {
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck.card-deck--3 .card {
  flex: 0 0 calc(100% / 3 - 30px);
  flex-basis: calc(100% / 3 - 30px);
  max-width: calc(100% / 3 - 30px);
  margin-right: 15px;
  margin-left: 15px;
}
.card-deck.card-deck--4 {
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck.card-deck--4 .card {
  flex: 0 0 calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}
.card-deck.card-deck--5 {
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck.card-deck--5 .card {
  flex: 0 0 calc(20% - 30px);
  flex-basis: calc(20% - 30px);
  max-width: calc(20% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}
.card-deck.card-deck--6 {
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck.card-deck--6 .card {
  flex: 0 0 calc(100% / 6 - 30px);
  flex-basis: calc(100% / 6 - 30px);
  max-width: calc(100% / 6 - 30px);
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 576px) {
  .card-deck.card-deck--sm-1 {
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--sm-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--sm-2 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--sm-2 .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--sm-3 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--sm-3 .card {
    flex: 0 0 calc(100% / 3 - 30px);
    flex-basis: calc(100% / 3 - 30px);
    max-width: calc(100% / 3 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--sm-4 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--sm-4 .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--sm-5 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--sm-5 .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--sm-6 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--sm-6 .card {
    flex: 0 0 calc(100% / 6 - 30px);
    flex-basis: calc(100% / 6 - 30px);
    max-width: calc(100% / 6 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .card-deck.card-deck--md-1 {
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--md-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--md-2 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--md-2 .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--md-3 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--md-3 .card {
    flex: 0 0 calc(100% / 3 - 30px);
    flex-basis: calc(100% / 3 - 30px);
    max-width: calc(100% / 3 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--md-4 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--md-4 .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--md-5 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--md-5 .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--md-6 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--md-6 .card {
    flex: 0 0 calc(100% / 6 - 30px);
    flex-basis: calc(100% / 6 - 30px);
    max-width: calc(100% / 6 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .card-deck.card-deck--lg-1 {
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--lg-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--lg-2 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--lg-2 .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--lg-3 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--lg-3 .card {
    flex: 0 0 calc(100% / 3 - 30px);
    flex-basis: calc(100% / 3 - 30px);
    max-width: calc(100% / 3 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--lg-4 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--lg-4 .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--lg-5 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--lg-5 .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--lg-6 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--lg-6 .card {
    flex: 0 0 calc(100% / 6 - 30px);
    flex-basis: calc(100% / 6 - 30px);
    max-width: calc(100% / 6 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .card-deck.card-deck--xl-1 {
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--xl-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--xl-2 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xl-2 .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--xl-3 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xl-3 .card {
    flex: 0 0 calc(100% / 3 - 30px);
    flex-basis: calc(100% / 3 - 30px);
    max-width: calc(100% / 3 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--xl-4 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xl-4 .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--xl-5 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xl-5 .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--xl-6 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xl-6 .card {
    flex: 0 0 calc(100% / 6 - 30px);
    flex-basis: calc(100% / 6 - 30px);
    max-width: calc(100% / 6 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1640px) {
  .card-deck.card-deck--xxl-1 {
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--xxl-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck.card-deck--xxl-2 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xxl-2 .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--xxl-3 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xxl-3 .card {
    flex: 0 0 calc(100% / 3 - 30px);
    flex-basis: calc(100% / 3 - 30px);
    max-width: calc(100% / 3 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--xxl-4 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xxl-4 .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--xxl-5 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xxl-5 .card {
    flex: 0 0 calc(20% - 30px);
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-deck.card-deck--xxl-6 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck.card-deck--xxl-6 .card {
    flex: 0 0 calc(100% / 6 - 30px);
    flex-basis: calc(100% / 6 - 30px);
    max-width: calc(100% / 6 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
.card-deck .card {
  margin-bottom: 0;
}
.card-deck--latest-news,
.card-deck--row-sm {
  row-gap: 8px;
}
.card-deck--row-md {
  row-gap: 1rem;
}
.card-deck--shortcut .card:nth-child(4n + 1) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(58.3333333333% - 30px);
  max-width: calc(58.3333333333% - 30px);
  width: calc(58.3333333333% - 30px);
}
@media (max-width: 1199.98px) {
  .card-deck--shortcut .card:nth-child(4n + 1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 991.98px) {
  .card-deck--shortcut .card:nth-child(4n + 1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.card-deck--shortcut .card:nth-child(4n + 2) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(41.6666666667% - 30px);
  max-width: calc(41.6666666667% - 30px);
  width: calc(41.6666666667% - 30px);
}
@media (max-width: 1199.98px) {
  .card-deck--shortcut .card:nth-child(4n + 2) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 991.98px) {
  .card-deck--shortcut .card:nth-child(4n + 2) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.card-deck--shortcut .card:nth-child(4n + 3) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(41.6666666667% - 30px);
  max-width: calc(41.6666666667% - 30px);
  width: calc(41.6666666667% - 30px);
}
@media (max-width: 1199.98px) {
  .card-deck--shortcut .card:nth-child(4n + 3) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 991.98px) {
  .card-deck--shortcut .card:nth-child(4n + 3) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.card-deck--shortcut .card:nth-child(4n + 4) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(58.3333333333% - 30px);
  max-width: calc(58.3333333333% - 30px);
  width: calc(58.3333333333% - 30px);
}
@media (max-width: 1199.98px) {
  .card-deck--shortcut .card:nth-child(4n + 4) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 991.98px) {
  .card-deck--shortcut .card:nth-child(4n + 4) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.card-deck--shortcut-reverse .card:nth-child(4n + 1) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(41.6666666667% - 30px);
  max-width: calc(41.6666666667% - 30px);
  width: calc(41.6666666667% - 30px);
}
@media (max-width: 1199.98px) {
  .card-deck--shortcut-reverse .card:nth-child(4n + 1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 991.98px) {
  .card-deck--shortcut-reverse .card:nth-child(4n + 1) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.card-deck--shortcut-reverse .card:nth-child(4n + 2) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(58.3333333333% - 30px);
  max-width: calc(58.3333333333% - 30px);
  width: calc(58.3333333333% - 30px);
}
@media (max-width: 1199.98px) {
  .card-deck--shortcut-reverse .card:nth-child(4n + 2) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 991.98px) {
  .card-deck--shortcut-reverse .card:nth-child(4n + 2) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.card-deck--shortcut-reverse .card:nth-child(4n + 3) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(58.3333333333% - 30px);
  max-width: calc(58.3333333333% - 30px);
  width: calc(58.3333333333% - 30px);
}
@media (max-width: 1199.98px) {
  .card-deck--shortcut-reverse .card:nth-child(4n + 3) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 991.98px) {
  .card-deck--shortcut-reverse .card:nth-child(4n + 3) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.card-deck--shortcut-reverse .card:nth-child(4n + 4) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(41.6666666667% - 30px);
  max-width: calc(41.6666666667% - 30px);
  width: calc(41.6666666667% - 30px);
}
@media (max-width: 1199.98px) {
  .card-deck--shortcut-reverse .card:nth-child(4n + 4) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 991.98px) {
  .card-deck--shortcut-reverse .card:nth-child(4n + 4) {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.card-group.card-group--1 .card {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.card-group.card-group--2 .card {
  flex: 0 0 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.card-group.card-group--3 .card {
  flex: 0 0 calc(100% / 3);
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
}
.card-group.card-group--4 .card {
  flex: 0 0 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.card-group.card-group--5 .card {
  flex: 0 0 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.card-group.card-group--6 .card {
  flex: 0 0 calc(100% / 6);
  flex-basis: calc(100% / 6);
  max-width: calc(100% / 6);
}
@media (min-width: 576px) {
  .card-group.card-group--sm-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group.card-group--sm-2 .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group.card-group--sm-3 .card {
    flex: 0 0 calc(100% / 3);
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .card-group.card-group--sm-4 .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group.card-group--sm-5 .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group.card-group--sm-6 .card {
    flex: 0 0 calc(100% / 6);
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
  }
}
@media (min-width: 768px) {
  .card-group.card-group--md-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group.card-group--md-2 .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group.card-group--md-3 .card {
    flex: 0 0 calc(100% / 3);
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .card-group.card-group--md-4 .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group.card-group--md-5 .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group.card-group--md-6 .card {
    flex: 0 0 calc(100% / 6);
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
  }
}
@media (min-width: 992px) {
  .card-group.card-group--lg-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group.card-group--lg-2 .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group.card-group--lg-3 .card {
    flex: 0 0 calc(100% / 3);
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .card-group.card-group--lg-4 .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group.card-group--lg-5 .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group.card-group--lg-6 .card {
    flex: 0 0 calc(100% / 6);
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
  }
}
@media (min-width: 1200px) {
  .card-group.card-group--xl-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group.card-group--xl-2 .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group.card-group--xl-3 .card {
    flex: 0 0 calc(100% / 3);
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .card-group.card-group--xl-4 .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group.card-group--xl-5 .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group.card-group--xl-6 .card {
    flex: 0 0 calc(100% / 6);
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
  }
}
@media (min-width: 1640px) {
  .card-group.card-group--xxl-1 .card {
    flex: 0 0 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .card-group.card-group--xxl-2 .card {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .card-group.card-group--xxl-3 .card {
    flex: 0 0 calc(100% / 3);
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .card-group.card-group--xxl-4 .card {
    flex: 0 0 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .card-group.card-group--xxl-5 .card {
    flex: 0 0 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .card-group.card-group--xxl-6 .card {
    flex: 0 0 calc(100% / 6);
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
  }
}
.card--news .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.card--news .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--news .card__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.card--news .card__time {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.card--news .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.card--news .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--news .card__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.card--news .card__time {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card--news {
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #e0e0e0;
}
.card--news .card__body-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 auto;
  padding: 1.5rem;
}
.card--news .card__img-wrapper {
  overflow: hidden;
}
.card--news .card__img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.6s ease-out;
}
.card--news .card__body {
  padding: 0;
}
.card--news .card__title {
  margin-bottom: 0;
}
.card--news .card__date {
  color: #B6985A;
  margin-bottom: 0.5rem;
}
.card--news .card__time {
  margin-top: 0.5rem;
}
.card--news .card__btn-group {
  margin-top: 2rem;
}
.card--news:hover .card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card--latest-news .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.card--latest-news .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.card--latest-news .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.card--latest-news .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card--latest-news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  min-height: 220px;
}
.card--latest-news .card__img-wrapper {
  position: relative;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
@media (min-width: 1640px) {
  .card--latest-news .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .card--latest-news .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.card--latest-news .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767.98px) {
  .card--latest-news .card__img {
    position: static;
  }
}
.card--latest-news .card__body-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 auto;
  padding: 1.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
@media (min-width: 1640px) {
  .card--latest-news .card__body-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .card--latest-news .card__body-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.card--latest-news .card__body {
  padding: 0;
}
.card--latest-news .card__date {
  color: #B6985A;
  margin-bottom: 0.5rem;
}
.card--latest-news .card__title {
  margin-bottom: 0;
}
.card--latest-news .card__btn-group {
  margin-top: 1.5rem;
}
.card--latest-news:hover .card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card--leadership .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--leadership .card__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.card--leadership .list--leadership-position {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.card--leadership .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--leadership .card__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.card--leadership .list--leadership-position {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card--leadership {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background-color: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .card--leadership {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .card--leadership .card__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
  }
}
.card--leadership .card__img-wrapper {
  height: 100%;
  background-color: #e0e0e0;
}
@media (max-width: 1199.98px) {
  .card--leadership .card__img-wrapper {
    padding-top: 125%;
  }
}
.card--leadership .card__body-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 auto;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .card--leadership .card__body-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 55%;
    max-width: 55%;
    width: 55%;
  }
}
.card--leadership .card__body {
  padding: 0;
}
.card--leadership .card__title {
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.card--leadership .list-bullet--leadership {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.card--leadership .card__btn-group {
  justify-content: flex-end;
  margin-top: 1rem;
}
.card--leadership:hover .card__title,
.card--leadership:hover .list-bullet--leadership {
  color: #B6985A;
}
.card--leadership-detail {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}
.card--leadership-detail .card__img-wrapper {
  background-color: #e0e0e0;
}
.card--event .card__btn:not(:last-child),
.card--upcoming-event .card__btn:not(:last-child) {
  position: relative;
}
.card--event .card__btn:not(:last-child):before,
.card--upcoming-event .card__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #747678;
}
@media only screen and (min-width: 320px) and (max-width: 398px) {
  .card--event .card__btn:not(:last-child):before,
  .card--upcoming-event .card__btn:not(:last-child):before {
    display: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .card--event .card__btn:not(:last-child):before,
  .card--upcoming-event .card__btn:not(:last-child):before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .card--event .card__btn:nth-child(2):before,
  .card--upcoming-event .card__btn:nth-child(2):before {
    display: none;
  }
}
.card--upcoming-event {
  align-items: flex-start;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.card--upcoming-event .card__date,
.card--upcoming-event .card__title,
.card--upcoming-event .card__time,
.card--upcoming-event .card__location {
  color: #fff;
}
.card--upcoming-event .card__time {
  margin-bottom: 0.5rem;
}
.card--google-map {
  border: 0;
  padding: 0;
}
.card--google-map .card__body {
  padding: 0;
}
.card--google-map .card__title {
  margin-bottom: 1rem;
}
.card--google-map .card__text {
  margin-bottom: 0.25rem;
}
.card--google-map .card__btn-group {
  margin-top: 0.5rem;
}

/* ------------------------------------------------- */

.card--upcoming-event .card__time,
.card--upcoming-event .card__location {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.card--event .card__badge,
.card--upcoming-event .card__badge {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
}
.card--event .card__date,
.card--upcoming-event .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.card--event .card__title,
.card--upcoming-event .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--event .card__time,
.card--upcoming-event .card__time,
.card--event .card__location,
.card--upcoming-event .card__location {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.card--upcoming-event .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 200 !important;
}
@media (max-width: 1200px) {
  .card--upcoming-event .card__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.card--upcoming-event .card__time,
.card--upcoming-event .card__location {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card--event,
.card--upcoming-event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .card--event,
  .card--upcoming-event {
    flex-wrap: wrap;
  }
}
.card--event .card__body,
.card--upcoming-event .card__body {
  padding: 0;
}
.card--event .card__badge,
.card--upcoming-event .card__badge {
  color: #fff;
  background-color: #c5161d;
  border-radius: 4px;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.card--event .card__date,
.card--upcoming-event .card__date {
  color: #ffcc00;
  /*margin-bottom: 0rem;*/
}
.card--event .card__title,
.card--upcoming-event .card__title {
  margin-bottom: 1rem;
}
.card--event .card__time,
.card--upcoming-event .card__time,
.card--event .card__location,
.card--upcoming-event .card__location {
  margin-bottom: 0;
}
.card--event .card__btn-group,
.card--upcoming-event .card__btn-group {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card--event .card__btn-group,
  .card--upcoming-event .card__btn-group {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .card--event .card__btn-group,
  .card--upcoming-event .card__btn-group {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .card--event .card__btn-group,
  .card--upcoming-event .card__btn-group {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}

/* ---------------------------------------- */

.card--shortcut .card__title,
.card--shortcut-overview .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--shortcut .card__title,
  .card--shortcut-overview .card__title {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
.card--shortcut .card__text,
.card--shortcut-overview .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.card--shortcut-overview .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--shortcut-overview .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--shortcut .card__title,
.card--shortcut-overview .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--shortcut .card__title,
  .card--shortcut-overview .card__title {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
.card--shortcut .card__text,
.card--shortcut-overview .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.card--shortcut-overview .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--shortcut-overview .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--shortcut,
.card--shortcut-overview {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 1639.98px) {
  .card--shortcut,
  .card--shortcut-overview {
    min-height: 355px;
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .card--shortcut,
  .card--shortcut-overview {
    min-height: 300px;
  }
}
.card--shortcut .card__img-wrapper,
.card--shortcut-overview .card__img-wrapper {
  position: relative;
  height: 100%;
}
.card--shortcut .card__img,
.card--shortcut-overview .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.6s ease-out;
}
.card--shortcut .card__body-wrapper,
.card--shortcut-overview .card__body-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  background-color: #ffffff1a;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 1.25rem;
  bottom: 0;
  border-radius: 10px 10px 0 0;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.card--shortcut .card__body,
.card--shortcut-overview .card__body {
  padding: 0;
}
.card--shortcut .card__title,
.card--shortcut-overview .card__title {
  color: #fff;
  margin-bottom: 0;
}
.card--shortcut .card__text,
.card--shortcut-overview .card__text {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #fff;
}
.card--shortcut:hover .card__img,
.card--shortcut-overview:hover .card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card--shortcut-overview .card__body-wrapper {
  padding: 1rem 2rem;
}
.card--shortcut-overview .card__title {
  margin-bottom: 0;
}
.card--highlight .card__title,
.card--highlight-life-at-pttep .card__title,
.card--highlight-upcoming .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--highlight .card__title,
  .card--highlight-life-at-pttep .card__title,
  .card--highlight-upcoming .card__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.card--highlight .card__text,
.card--highlight-life-at-pttep .card__text,
.card--highlight-upcoming .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.card--highlight-upcoming .card__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--highlight-upcoming .card__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--highlight-upcoming .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--highlight-upcoming .card__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.card--highlight-upcoming .card__date,
.card--highlight-upcoming .card__time,
.card--highlight-upcoming .card__location {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.card--highlight-life-at-pttep .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--highlight-life-at-pttep .card__text {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
@media (max-width: 767.98px) {
  .card--highlight-life-at-pttep .card__text {
    font-size: 2.0625rem;
    line-height: 1.25;
  }
}
@media (max-width: 767.98px) and (max-width: 1200px) {
  .card--highlight-life-at-pttep .card__text {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.card--highlight .card__title,
.card--highlight-life-at-pttep .card__title,
.card--highlight-upcoming .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--highlight .card__title,
  .card--highlight-life-at-pttep .card__title,
  .card--highlight-upcoming .card__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.card--highlight .card__text,
.card--highlight-life-at-pttep .card__text,
.card--highlight-upcoming .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card--highlight-upcoming .card__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--highlight-upcoming .card__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--highlight-upcoming .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--highlight-upcoming .card__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.card--highlight-upcoming .card__date,
.card--highlight-upcoming .card__time,
.card--highlight-upcoming .card__location {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card--highlight-life-at-pttep .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--highlight-life-at-pttep .card__text {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
@media (max-width: 767.98px) {
  .card--highlight-life-at-pttep .card__text {
    font-size: 2.0625rem;
    line-height: 1.25;
  }
}
@media (max-width: 767.98px) and (max-width: 1200px) {
  .card--highlight-life-at-pttep .card__text {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.card--highlight,
.card--highlight-life-at-pttep,
.card--highlight-upcoming {
  justify-content: center;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.5rem;
}
.card--highlight .card__body-wrapper,
.card--highlight-life-at-pttep .card__body-wrapper,
.card--highlight-upcoming .card__body-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 auto;
  padding: 2.5rem 2rem 1.5rem;
  background-color: #ffffff1a;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 10px;
  width: 520px;
  min-height: 375px;
}
@media (max-width: 991.98px) {
  .card--highlight .card__body-wrapper,
  .card--highlight-life-at-pttep .card__body-wrapper,
  .card--highlight-upcoming .card__body-wrapper {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .card--highlight .card__body-wrapper,
  .card--highlight-life-at-pttep .card__body-wrapper,
  .card--highlight-upcoming .card__body-wrapper {
    padding: 1.5rem;
  }
}
.card--highlight .card__body,
.card--highlight-life-at-pttep .card__body,
.card--highlight-upcoming .card__body {
  padding: 0;
}
@media (max-width: 767.98px) {
  .card--highlight .card__body,
  .card--highlight-life-at-pttep .card__body,
  .card--highlight-upcoming .card__body {
    text-align: center;
  }
}
.card--highlight .card__heading,
.card--highlight-life-at-pttep .card__heading,
.card--highlight-upcoming .card__heading {
  color: #fff;
}
.card--highlight .card__title,
.card--highlight-life-at-pttep .card__title,
.card--highlight-upcoming .card__title {
  margin-bottom: 1rem;
  color: #fff;
}
.card--highlight .card__text,
.card--highlight-life-at-pttep .card__text,
.card--highlight-upcoming .card__text {
  margin-bottom: 0;
  color: #fff;
}
.card--highlight .card__date,
.card--highlight-life-at-pttep .card__date,
.card--highlight-upcoming .card__date,
.card--highlight .card__time,
.card--highlight-life-at-pttep .card__time,
.card--highlight-upcoming .card__time,
.card--highlight .card__location,
.card--highlight-life-at-pttep .card__location,
.card--highlight-upcoming .card__location {
  color: #fff;
}
.card--highlight .card__btn-group,
.card--highlight-life-at-pttep .card__btn-group,
.card--highlight-upcoming .card__btn-group {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .card--highlight .card__btn-group,
  .card--highlight-life-at-pttep .card__btn-group,
  .card--highlight-upcoming .card__btn-group {
    justify-content: flex-start;
  }
}
.card--highlight-upcoming .card__body-wrapper {
  padding: 3rem;
  min-height: auto;
}
@media (max-width: 991.98px) {
  .card--highlight-upcoming .card__body-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .card--highlight-upcoming .card__body-wrapper {
    padding: 1.5rem;
  }
}
.card--highlight-upcoming .card__body {
  text-align: left;
}
@media (max-width: 767.98px) {
  .card--highlight-life-at-pttep {
    height: 500px;
    background-image: url(/storage/career/life-at-pttep/bg-2.webp) !important;
  }
}
@media (max-width: 767.98px) {
  .card--highlight-life-at-pttep .card__body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
    margin: 0 auto;
    width: calc(100% - 30px);
    flex: 0;
    min-height: auto;
    padding: 1rem;
    align-items: center;
  }
}
.card--our-pride .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.card--our-pride .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card--our-pride {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  row-gap: 1.5rem;
}
.card--our-pride .card__title {
  margin-bottom: 0;
}
.card--our-pride .card__body {
  padding: 0;
  text-align: center;
}
.card--logo .card__title,
.card--logo-grey .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--logo .card__text,
.card--logo-grey .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.card--logo .card__title,
.card--logo-grey .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--logo .card__text,
.card--logo-grey .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card--logo,
.card--logo-grey {
  border: none;
  overflow: hidden;
  row-gap: 30px;
}
.card--logo .card__img-wrapper,
.card--logo-grey .card__img-wrapper {
  border: 1px solid #B6985A;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .card--logo .card__img-wrapper,
  .card--logo-grey .card__img-wrapper {
    text-align: center;
  }
}
.card--logo .card__body,
.card--logo-grey .card__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 991.98px) {
  .card--logo .card__body,
  .card--logo-grey .card__body {
    flex-direction: column;
  }
}
.card--logo .card__title,
.card--logo-grey .card__title {
  margin-bottom: 0;
}
.card--logo-grey {
  row-gap: 16px;
}
.card--logo-grey .card__img-wrapper {
  border-color: #e0e0e0;
}
.card--logo-grey .card__body {
  border: 0;
  padding: 0;
  justify-content: center;
  text-align: center;
}
.card--logo-grey .card__text {
  margin-bottom: 0;
}
.card--video .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--video .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--video .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--video .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--video {
  position: relative;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .card--video .card__img-wrapper {
    padding-top: 70%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .card--video .card__img-wrapper {
    padding-top: 90%;
  }
}
.card--video .card__img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.card--video .card__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.card--video .card__title {
  color: #fff;
  margin-bottom: 0;
}
.card--video:hover .card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card--ep-net-zero,
.card--video-internship,
.card--video-news,
.card--video-home {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}
.card--ep-net-zero .card__img-wrapper,
.card--video-internship .card__img-wrapper,
.card--video-news .card__img-wrapper,
.card--video-home .card__img-wrapper,
.card--ep-net-zero .card__video-wrapper,
.card--video-internship .card__video-wrapper,
.card--video-news .card__video-wrapper,
.card--video-home .card__video-wrapper {
  position: relative;
}
.card--ep-net-zero .card__video,
.card--video-internship .card__video,
.card--video-news .card__video,
.card--video-home .card__video,
.card--ep-net-zero .card__img,
.card--video-internship .card__img,
.card--video-news .card__img,
.card--video-home .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--ep-net-zero .card__body,
.card--video-internship .card__body,
.card--video-news .card__body,
.card--video-home .card__body {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
}
.card--video-home {
  border-radius: 15px;
}
.card--video-home .card__img-wrapper,
.card--video-home .card__video-wrapper {
  padding-top: 40.5405405405%;
}
@media (max-width: 991.98px) {
  .card--video-home .card__img-wrapper,
  .card--video-home .card__video-wrapper {
    padding-top: 60%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .card--video-home .card__img-wrapper,
  .card--video-home .card__video-wrapper {
    padding-top: 110%;
  }
}
.card--video-news {
  border-radius: 0;
}
.card--video-news .card__img-wrapper,
.card--video-news .card__video-wrapper {
  padding-top: 56.1643835616%;
}
.card--video-internship .card__img-wrapper,
.card--video-internship .card__video-wrapper,
.card--ep-net-zero .card__img-wrapper,
.card--ep-net-zero .card__video-wrapper {
  padding-top: 56.3063063063%;
}
.card--video-net-zero .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--video-net-zero .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--video-net-zero .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--video-net-zero .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--video-net-zero {
  position: relative;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  height: 624px;
}
.card--video-net-zero:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 120, 199, 0.5) 0%,
    rgba(0, 120, 199, 0.41) 28.64%,
    rgba(0, 120, 199, 0) 49.1%
  );
  z-index: 1;
}
.card--video-net-zero .card__video-wrapper {
  position: relative;
  height: 100%;
}
.card--video-net-zero .card__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--video-net-zero .card__body {
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
  margin: auto;
  padding: 1.5rem;
  width: 413px;
  height: 559px;
  border-radius: 10px;
  background-color: #ffffff1a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 2;
}
@media (max-width: 991.98px) {
  .card--video-net-zero .card__body {
    top: 2rem;
    bottom: auto;
    bottom: initial;
    height: 470px;
    width: calc(100% - 48px);
  }
}
.card--video-net-zero .card__title {
  position: relative;
  color: #fff;
}
.card--video-net-zero .card__title:before {
  position: absolute;
  content: " ";
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 64px;
  height: 1px;
  background-color: #fff;
}
.card--video-net-zero .card__title:after {
  position: absolute;
  content: " ";
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 64px;
  height: 1px;
  background-color: #fff;
}
.card--video-net-zero .card__btn-group {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media (max-width: 767.98px) {
  .card--video-net-zero .card__btn-group {
    width: 100%;
    justify-content: center;
    right: 0;
    left: auto;
    left: initial;
  }
}
.card--report .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--report .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--report {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}
.card--report .card__img-wrapper {
  padding: 2rem 0;
  text-align: center;
}
.card--report .card__img {
  width: auto;
  height: 270px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
@media (min-width: 1640px) {
  .card--report .card__img {
    height: 370px;
  }
}
.card--report .card__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex: 1 auto;
  padding: 0 1rem 2rem;
}
.card--report .card__item:not(:last-child) {
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.card--report .card__item:not(:last-child):before {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 286px;
  height: 1px;
  background-color: #e0e0e0;
}
@media (max-width: 991.98px) {
  .card--report .card__item:not(:last-child):before {
    width: 260px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .card--report .card__item:not(:last-child):before {
    width: 220px;
  }
}
.card--report .card__body {
  padding: 0;
}
.card--report .card__title {
  margin-bottom: 1rem;
}
.card--report .card__btn-group {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 991.98px) {
  .card--report .card__btn-group {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.card--report .card__btn:not(:last-child) {
  position: relative;
}
.card--report .card__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -1rem;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #747678;
}
@media (max-width: 991.98px) {
  .card--report .card__btn:not(:last-child):before {
    display: none;
  }
}
.card--report-full .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--report-full .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--report-full {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.card--report-full .card__img-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding-top: 142.5714285714%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card--report-full .card__img-wrapper {
    padding: 2rem 0 0;
    border: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card--report-full .card__img-wrapper {
    padding: 2rem 0 0;
    border: 0;
    text-align: center;
  }
}
.card--report-full .card__img-wrapper .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card--report-full .card__img-wrapper .card__img {
    position: static;
    width: 35%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card--report-full .card__img-wrapper .card__img {
    position: static;
    width: 45%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
  }
}
.card--report-full .card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem;
}
.card--report-full .card__title {
  margin-bottom: 1.5rem;
}
.card--report-full .card__btn-group {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 767.98px) {
  .card--report-full .card__btn-group {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.card--report-full .card__btn:not(:last-child) {
  position: relative;
}
.card--report-full .card__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -1rem;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #747678;
}
@media (max-width: 767.98px) {
  .card--report-full .card__btn:not(:last-child):before {
    display: none;
  }
}
.card--latest-report .card__date,
.card--latest-presentations .card__date,
.card--latest-report .card__name,
.card--latest-presentations .card__name {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--latest-report .card__date,
  .card--latest-presentations .card__date,
  .card--latest-report .card__name,
  .card--latest-presentations .card__name {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--latest-report .card__badge,
.card--latest-presentations .card__badge {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 300;
}
.card--latest-report .card__title,
.card--latest-presentations .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--latest-report .card__title,
  .card--latest-presentations .card__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card--latest-report .card__title,
  .card--latest-presentations .card__title {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 1200px) {
  .card--latest-report .card__title,
  .card--latest-presentations .card__title {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
.card--latest-report .card__date,
.card--latest-presentations .card__date,
.card--latest-report .card__name,
.card--latest-presentations .card__name {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--latest-report .card__date,
  .card--latest-presentations .card__date,
  .card--latest-report .card__name,
  .card--latest-presentations .card__name {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--latest-report .card__badge,
.card--latest-presentations .card__badge {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
}
.card--latest-report .card__title,
.card--latest-presentations .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--latest-report .card__title,
  .card--latest-presentations .card__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card--latest-report .card__title,
  .card--latest-presentations .card__title {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 1200px) {
  .card--latest-report .card__title,
  .card--latest-presentations .card__title {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
.card--latest-report,
.card--latest-presentations {
  position: relative;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;
  background: radial-gradient(
      106.37% 56.78% at 95.37%,
      at 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  background: radial-gradient(
      106.37% 56.78% at 95.37% 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
}
@media (max-width: 767.98px) {
  .card--latest-report,
  .card--latest-presentations {
    padding: 1.5rem;
  }
}
.card--latest-report:before,
.card--latest-presentations:before {
  position: absolute;
  content: " ";
  background-image: url(/storage/element/element.svg);
  bottom: 0;
  right: 0;
  width: 650px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 991.98px) {
  .card--latest-report:before,
  .card--latest-presentations:before {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .card--latest-report:before,
  .card--latest-presentations:before {
    width: 300px;
  }
}
.card--latest-report .card__body,
.card--latest-presentations .card__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 1.5rem;
}
.card--latest-report .card__img-wrapper,
.card--latest-presentations .card__img-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 35%;
  max-width: 35%;
  width: 35%;
  text-align: center;
}
@media (max-width: 1639.98px) {
  .card--latest-report .card__img-wrapper,
  .card--latest-presentations .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
}
@media (max-width: 1199.98px) {
  .card--latest-report .card__img-wrapper,
  .card--latest-presentations .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .card--latest-report .card__img-wrapper,
  .card--latest-presentations .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.card--latest-report .card__img-wrapper .card__img,
.card--latest-presentations .card__img-wrapper .card__img {
  width: auto;
  border-radius: 10px;
  height: 500px;
}
@media (max-width: 1639.98px) {
  .card--latest-report .card__img-wrapper .card__img,
  .card--latest-presentations .card__img-wrapper .card__img {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .card--latest-report .card__img-wrapper .card__img,
  .card--latest-presentations .card__img-wrapper .card__img {
    height: 270px;
  }
}
.card--latest-report .card__aside,
.card--latest-presentations .card__aside {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1639.98px) {
  .card--latest-report .card__aside,
  .card--latest-presentations .card__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
}
@media (max-width: 1199.98px) {
  .card--latest-report .card__aside,
  .card--latest-presentations .card__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .card--latest-report .card__aside,
  .card--latest-presentations .card__aside {
    align-items: center;
    text-align: center;
    padding-top: 2rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.card--latest-report .card__date,
.card--latest-presentations .card__date,
.card--latest-report .card__name,
.card--latest-presentations .card__name {
  color: #fff;
  margin-bottom: 0.5rem;
}
.card--latest-report .card__badge,
.card--latest-presentations .card__badge {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background-color: #0077a4;
  border-radius: 4px;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
.card--latest-report .card__title,
.card--latest-presentations .card__title {
  color: #fff;
  margin-bottom: 2rem;
}
.card--latest-report .card__btn-group,
.card--latest-presentations .card__btn-group {
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
@media (max-width: 767.98px) {
  .card--latest-report .card__btn-group,
  .card--latest-presentations .card__btn-group {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.card--latest-report .card__btn:not(:last-child),
.card--latest-presentations .card__btn:not(:last-child) {
  position: relative;
}
.card--latest-report .card__btn:not(:last-child):before,
.card--latest-presentations .card__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -3rem;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .card--latest-report .card__btn:not(:last-child):before,
  .card--latest-presentations .card__btn:not(:last-child):before {
    display: none;
  }
}
.card--latest-presentations .card__body {
  min-height: 332px;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
@media (max-width: 1639.98px) {
  .card--latest-presentations .card__body {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .card--latest-presentations .card__body {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.card--latest-presentations .card__img-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
@media (max-width: 1199.98px) {
  .card--latest-presentations .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
  }
}
@media (max-width: 991.98px) {
  .card--latest-presentations .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.card--latest-presentations .card__img {
  width: 100% !important;
  height: auto !important;
}
.card--latest-presentations .card__aside {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
@media (max-width: 1639.98px) {
  .card--latest-presentations .card__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 55%;
    max-width: 55%;
    width: 55%;
  }
}
@media (max-width: 1199.98px) {
  .card--latest-presentations .card__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .card--latest-presentations .card__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
}
.card--latest-presentations .card__btn-group {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .card--latest-presentations .card__btn-group {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.card--latest-presentations .card__btn:not(:last-child) {
  position: relative;
}
.card--latest-presentations .card__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -1rem;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .card--latest-presentations .card__btn:not(:last-child):before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card--latest-presentations .card__btn:nth-child(2):before {
    display: none;
  }
}
.card--presentations-horizontal .card__badge {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 300;
}
.card--presentations-horizontal .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.card--presentations-horizontal .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--presentations-horizontal .card__badge {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
}
.card--presentations-horizontal .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.card--presentations-horizontal .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--presentations-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
  padding: 1.5rem;
}
.card--presentations-horizontal .card__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
@media (max-width: 1639.98px) {
  .card--presentations-horizontal .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card--presentations-horizontal .card__img-wrapper {
    padding: 0 2rem 0 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
  }
}
@media (max-width: 991.98px) {
  .card--presentations-horizontal .card__img-wrapper {
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.card--presentations-horizontal .card__img {
  border-radius: 10px;
}
.card--presentations-horizontal .card__body-wrapper {
  padding-left: 1.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60%;
  max-width: 60%;
  width: 60%;
}
@media (max-width: 1639.98px) {
  .card--presentations-horizontal .card__body-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card--presentations-horizontal .card__body-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 55%;
    max-width: 55%;
    width: 55%;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .card--presentations-horizontal .card__body-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 2rem;
    width: 100%;
    max-width: 100%;
  }
}
.card--presentations-horizontal .card__body {
  padding: 0;
}
.card--presentations-horizontal .card__badge {
  color: #fff;
  background-color: #0077a4;
  border-radius: 4px;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.card--presentations-horizontal .card__date {
  color: #B6985A;
  margin-bottom: 1rem;
}
.card--presentations-horizontal .card__title {
  margin-bottom: 1.5rem;
}
.card--presentations-horizontal .card__btn-group {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 991.98px) {
  .card--presentations-horizontal .card__btn-group {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.card--presentations-horizontal .card__btn:not(:last-child) {
  position: relative;
}
.card--presentations-horizontal .card__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -1rem;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #747678;
}
@media (max-width: 991.98px) {
  .card--presentations-horizontal .card__btn:not(:last-child):before {
    display: none;
  }
}
.card--presentations-vertical .card__badge {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 300;
}
.card--presentations-vertical .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.card--presentations-vertical .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--presentations-vertical .card__badge {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
}
.card--presentations-vertical .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.card--presentations-vertical .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--presentations-vertical {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.5rem;
}
.card--presentations-vertical .card__img {
  border-radius: 10px;
}
.card--presentations-vertical .card__body {
  padding: 2rem 0 0;
}
@media (max-width: 991.98px) {
  .card--presentations-vertical .card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.card--presentations-vertical .card__badge {
  color: #fff;
  background-color: #0077a4;
  border-radius: 4px;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.card--presentations-vertical .card__date {
  color: #B6985A;
  margin-bottom: 0;
}
.card--presentations-vertical .card__title {
  margin-bottom: 1.5rem;
}
.card--presentations-vertical .card__btn-group {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  .card--presentations-vertical .card__btn-group {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  .card--presentations-vertical .card__btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card--presentations-vertical .card__btn:not(:last-child) {
  position: relative;
}
.card--presentations-vertical .card__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #747678;
}
@media (max-width: 991.98px) {
  .card--presentations-vertical .card__btn:not(:last-child):before {
    display: none;
  }
}
.card--presentations-vertical .card__btn:nth-child(2):before {
  display: none;
}
.card--quarterly-result .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--quarterly-result .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--quarterly-result {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  min-height: 184px;
}
.card--quarterly-result .card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  height: 100%;
}
.card--quarterly-result .card__title {
  color: #0b0b0b;
}
.card--quarterly-result .card__btn-group {
  flex-direction: column;
  align-items: flex-start;
  height: 64px;
  row-gap: 1rem;
}
.card--fact-sheet .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--fact-sheet .card__text {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--fact-sheet .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--fact-sheet .card__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.card--fact-sheet .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--fact-sheet .card__text {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--fact-sheet .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--fact-sheet .card__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.card--fact-sheet {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 3rem 2rem;
  min-height: 506px;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .card--fact-sheet {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .card--fact-sheet {
    padding: 1.5rem;
  }
}
.card--fact-sheet .card__body-wrapper {
  display: flex;
  flex-direction: row;
  background-color: #ffffff1a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 1.5rem;
  min-height: 356px;
}
@media (max-width: 991.98px) {
  .card--fact-sheet .card__body-wrapper {
    min-height: 300px;
  }
}
@media (max-width: 767.98px) {
  .card--fact-sheet .card__body-wrapper {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.card--fact-sheet .card__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
@media (max-width: 991.98px) {
  .card--fact-sheet .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 35%;
    max-width: 35%;
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .card--fact-sheet .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.card--fact-sheet .card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60%;
  max-width: 60%;
  width: 60%;
  padding: 0;
}
@media (max-width: 991.98px) {
  .card--fact-sheet .card__body {
    padding-left: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 65%;
    max-width: 65%;
    width: 65%;
  }
}
@media (max-width: 767.98px) {
  .card--fact-sheet .card__body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
}
.card--fact-sheet .card__img {
  width: auto;
  height: 300px;
  border-radius: 10px;
}
@media (min-width: 1640px) {
  .card--fact-sheet .card__img {
    height: 390px;
  }
}
@media (max-width: 991.98px) {
  .card--fact-sheet .card__img {
    height: 250px;
  }
}
.card--fact-sheet .card__text {
  color: #fff;
  margin-bottom: 1rem;
}
.card--fact-sheet .card__title {
  color: #fff;
  margin-bottom: 0;
}
.card--fact-sheet .card__btn-group {
  margin-top: 2rem;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
@media (max-width: 991.98px) {
  .card--fact-sheet .card__btn-group {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (max-width: 767.98px) {
  .card--fact-sheet .card__btn-group {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.card--fact-sheet .card__btn:not(:last-child) {
  position: relative;
}
.card--fact-sheet .card__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -3rem;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .card--fact-sheet .card__btn:not(:last-child):before {
    right: -1.5rem;
  }
}
@media (max-width: 767.98px) {
  .card--fact-sheet .card__btn:not(:last-child):before {
    display: none;
  }
}
.card--special .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--special .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--special .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--special .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--special {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  min-height: 220px;
}
@media (min-width: 1640px) {
  .card--special {
    min-height: 300px;
  }
}
.card--special .card__img-wrapper {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  height: 330px;
}
@media (min-width: 1640px) {
  .card--special .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
    height: 380px;
  }
}
@media (max-width: 1199.98px) {
  .card--special .card__img-wrapper {
    height: 305px;
  }
}
@media (max-width: 991.98px) {
  .card--special .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
  }
}
.card--special .card__img-wrapper .card__img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .card--special .card__img-wrapper .card__img {
    top: 0;
  }
}
.card--special .card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2rem 2.5rem 4rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
@media (min-width: 1640px) {
  .card--special .card__body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
    max-width: 60%;
    width: 60%;
  }
}
@media (max-width: 1199.98px) {
  .card--special .card__body {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .card--special .card__body {
    padding: 1.5rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.card--special .card__title {
  margin-bottom: 0;
}
.card--special .card__btn-group {
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .card--special .card__btn-group {
    margin-top: 2rem;
  }
}
.card--rating .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--rating .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--rating .card__item .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--rating .card__item .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.card--rating .card__item .card__text-highlight {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--rating .card__item .card__text-highlight {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.card--rating .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--rating .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--rating .card__item .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--rating .card__item .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card--rating .card__item .card__text-highlight {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--rating .card__item .card__text-highlight {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.card--rating {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ecf3f8;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .card--rating {
    padding: 1.5rem;
  }
}
.card--rating .card__img-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1639.98px) {
  .card--rating .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  .card--rating .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.card--rating .card__img {
  width: auto;
  height: 135px;
}
.card--rating .card__body {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 80%;
  max-width: 80%;
  width: 80%;
  padding: 0 0 0 4rem;
}
@media (max-width: 1639.98px) {
  .card--rating .card__body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .card--rating .card__body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 2rem 0 0;
  }
}
.card--rating .card__title {
  margin-bottom: 1rem;
}
.card--rating .card__item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .card--rating .card__item-wrapper {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.card--rating .card__item:nth-child(1) {
  width: 30%;
}
.card--rating .card__item:nth-child(2) {
  width: 40%;
}
.card--rating .card__item:nth-child(3) {
  width: 20%;
}
@media (max-width: 767.98px) {
  .card--rating .card__item {
    width: 100% !important;
  }
}
.card--rating .card__item .card__title {
  margin-bottom: 0.5rem;
}
.card--rating .card__item .card__text-highlight {
  color: #00cc99;
  margin-bottom: 0;
}
.card--rating .card__item .card__text {
  margin-bottom: 0;
}
.card--prestigious .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--prestigious .card__date {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--prestigious .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--prestigious .card__text {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.card--prestigious .card__date {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--prestigious .card__date {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--prestigious .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--prestigious .card__text {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.card--prestigious {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-radius: 10px;
  padding: 0.5rem;
}
@media (max-width: 991.98px) {
  .card--prestigious {
    flex-direction: column;
    padding: 2rem;
    row-gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .card--prestigious {
    padding: 1.5rem;
  }
}
.card--prestigious .card__img-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
}
@media (max-width: 1639.98px) {
  .card--prestigious .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .card--prestigious .card__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.card--prestigious .card__body {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 67%;
  max-width: 67%;
  width: 67%;
  padding: 0;
}
@media (max-width: 1639.98px) {
  .card--prestigious .card__body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 57%;
    max-width: 57%;
    width: 57%;
  }
}
@media (max-width: 991.98px) {
  .card--prestigious .card__body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.card--prestigious .card__date {
  color: #B6985A;
  margin-bottom: 0.5rem;
}
.card--prestigious .card__text {
  margin-bottom: 0;
}
.card--chart .card__header .card__title,
.card--chart-reserves .card__header .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--chart .card__header .card__title,
  .card--chart-reserves .card__header .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--chart .card__header .card__text,
.card--chart-reserves .card__header .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.card--chart .card__header .card__title,
.card--chart-reserves .card__header .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--chart .card__header .card__title,
  .card--chart-reserves .card__header .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--chart .card__header .card__text,
.card--chart-reserves .card__header .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.card--chart,
.card--chart-reserves {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .card--chart,
  .card--chart-reserves {
    padding: 1rem;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .card--chart,
  .card--chart-reserves {
    padding: 1rem 0.5rem;
  }
}
.card--chart .card__header .card__title,
.card--chart-reserves .card__header .card__title,
.card--chart .card__header .card__text,
.card--chart-reserves .card__header .card__text {
  margin-bottom: 0;
}
.card--chart .card__body,
.card--chart-reserves .card__body {
  padding: 0;
}
.card--chart-reserves .card__header .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--chart-reserves .card__header .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--chart-reserves .card__header .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.card--chart-reserves .card__body .card__year,
.card--chart-reserves .card__body .card__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--chart-reserves .card__body .card__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .card--chart-reserves .card__body .card__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.card--chart-reserves .card__header .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--chart-reserves .card__header .card__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.card--chart-reserves .card__header .card__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.card--chart-reserves .card__body .card__year,
.card--chart-reserves .card__body .card__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.card--chart-reserves .card__body .card__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .card--chart-reserves .card__body .card__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.card--chart-reserves .card__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.card--chart-reserves .card__body {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
  margin-bottom: 0;
  background-color: #f2f9e7;
  padding: 1.5rem;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .card--chart-reserves .card__body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.card--chart-reserves .card__body .card__value {
  color: #00cc99;
}
.card--chart-reserves .card__chart {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 65%;
  max-width: 65%;
  width: 65%;
}
@media (max-width: 767.98px) {
  .card--chart-reserves .card__chart {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.card--cg-reporting .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--cg-reporting .card__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.card--cg-reporting .card__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .card--cg-reporting .card__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.card--cg-reporting {
  background-color: #ecf3f8;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .card--cg-reporting {
    padding: 1.5rem;
  }
}
.card--cg-reporting .card__img-wrapper {
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.card--cg-reporting .card__body {
  padding: 0;
  margin: 2rem auto 0;
}
.card--cg-reporting .card__title {
  color: #B6985A;
  text-align: center;
  margin-bottom: 1rem;
}
.card--cg-reporting .media--cg-reporting {
  max-width: 200px;
  margin: 0 auto;
}
.card--highlight-home {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}
.echarts-tooltip .echarts-tooltip__year,
.echarts-tooltip .echarts-tooltip__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.echarts-tooltip .echarts-tooltip__value {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.echarts-tooltip .echarts-tooltip__unit {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.echarts-tooltip .echarts-tooltip__year,
.echarts-tooltip .echarts-tooltip__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.chart .echarts {
  position: relative;
  margin: auto;
  width: 100% !important;
  height: 350px;
}
@media (max-width: 1639.98px) {
  .chart .echarts {
    height: 320px;
  }
}
@media (max-width: 1199.98px) {
  .chart .echarts {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .chart .echarts {
    height: 240px;
  }
}
.chart .echarts-tooltip .echarts-tooltip__wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.chart .echarts-tooltip .echarts-tooltip__value {
  padding-left: 1rem;
}
.chart .echarts-tooltip .echarts-tooltip__unit {
  color: #474747;
}
.chart .echarts-tooltip .echarts-tooltip__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.chart--major-shareholders .echarts-tooltip__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.chart--major-shareholders .chart__legend-value {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.chart--major-shareholders {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .chart--major-shareholders {
    justify-content: center;
  }
}
.chart--major-shareholders .echarts {
  height: 500px;
}
@media (max-width: 1639.98px) {
  .chart--major-shareholders .echarts {
    height: 440px;
  }
}
@media (max-width: 1199.98px) {
  .chart--major-shareholders .echarts {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .chart--major-shareholders .echarts {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .chart--major-shareholders .echarts {
    height: 320px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 450px) and (orientation: portrait) {
  .chart--major-shareholders .echarts {
    height: 300px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .chart--major-shareholders .echarts {
    height: 250px;
  }
}
.chart--major-shareholders .chart__wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
@media (max-width: 991.98px) {
  .chart--major-shareholders .chart__wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .chart--major-shareholders .chart__legend {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 47%;
    max-width: 47%;
    width: 47%;
  }
}
@media (max-width: 991.98px) {
  .chart--major-shareholders .chart__legend {
    margin-top: 2rem;
  }
}
.chart--major-shareholders .chart__legend .chart__legend-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.chart--major-shareholders .chart__legend .chart__legend-item:last-child {
  margin-bottom: 0;
}
.chart--major-shareholders .chart__legend .chart-legend__detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 2rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .chart--major-shareholders .chart__legend .chart-legend__detail {
    width: 100%;
  }
}
.chart--major-shareholders .chart__legend .chart__legend-badge {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 6px;
}
.chart--major-shareholders .chart__legend .chart__legend-value {
  width: 55px;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .chart--major-shareholders .chart__legend .chart__legend-value {
    width: 25%;
    margin-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .chart--major-shareholders .chart__legend .chart__legend-title {
    width: 75%;
  }
}

.chart--major-shareholders .chart__body {
  position: absolute;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 0;
}
@media (min-width: 1640px) {
  .chart--major-shareholders .chart__body {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .chart--major-shareholders .chart__body {
    width: 190px;
    height: 190px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .chart--major-shareholders .chart__body {
    width: 170px;
    height: 170px;
  }
}
.chart--major-shareholders .echarts-tooltip .echarts-tooltip__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.chart--major-shareholders .echarts-tooltip .echarts-tooltip__title {
  display: inline-flex;
  white-space: normal !important;
  word-break: break-word !important;
}
.chart--major-shareholders .echarts-tooltip .echarts-tooltip__title {
  margin-bottom: 0;
  padding-left: 0.25rem;
}
.chart--major-shareholders .echarts-tooltip .echarts-tooltip__main {
  margin-bottom: 0;
}
.chart--major-shareholders .echarts-tooltip .echarts-tooltip__value {
  padding-left: 1.2rem;
}
.chart--dividend-policy .echarts-tooltip__item .echarts-tooltip__unit {
  padding-left: 0.25rem;
}
.list-group__item {
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.list-group__item:hover {
  border-bottom: 1px solid #B6985A;
}
.list-group__title {
  margin-bottom: 0;
}
.list-group--document .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--document .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--document .list-group__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.list-group--document .list-group__title {
  margin-bottom: 0;
  flex: 1;
}
@media (max-width: 767.98px) {
  .list-group--document .list-group__btn .btn__title {
    display: none;
  }
}
.list-group--news .list-group__item {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #747678;
}
.list-group--news .list-group__body {
  flex: 1;
}
.list-group--news .list-group__title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .list-group--news .list-group__btn-group {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.list-group--quarterly-result .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--quarterly-result .list-group__headline {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--quarterly-result .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--quarterly-result .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--quarterly-result .list-group__headline {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--quarterly-result .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--quarterly-result .list-group__header {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  background-color: #e2e2e2;
  border-radius: 8px;
}
.list-group--quarterly-result .list-group__headline {
  margin-bottom: 0;
}
.list-group--quarterly-result .list-group__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}
.list-group--quarterly-result .list-group__item:last-child {
  border-bottom: 0;
}
.list-group--quarterly-result .list-group__item .list-group__title {
  flex: 1;
}
.list-group--quarterly-result .list-group__btn-group {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 767.98px) {
  .list-group--quarterly-result .list-group__btn-group .btn__title {
    display: none;
  }
}
.list-group--glance {
  overflow: hidden;
}
.list-group--glance .list-group__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.list-group--glance .list-group__header:not(:first-child) {
  padding-top: 1.5rem;
}
.list-group--glance .list-group__header .list-group__headline {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
  color: #B6985A;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .list-group--glance .list-group__header .list-group__headline {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.list-group--glance .list-group__header .list-group__wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 55%;
  max-width: 55%;
  width: 55%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .list-group--glance .list-group__header .list-group__wrapper {
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.list-group--glance .list-group__header .list-group__heading {
  width: 150px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background-color: #ecf3f8;
  text-align: center;
  padding: 0.25rem 0.5rem;
}
.list-group--glance .list-group__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}
@media (max-width: 767.98px) {
  .list-group--glance .list-group__item {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.list-group--glance .list-group__item .list-group__title {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
@media (max-width: 991.98px) {
  .list-group--glance .list-group__item .list-group__title {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.list-group--glance .list-group__document {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 55%;
  max-width: 55%;
  width: 55%;
}
@media (max-width: 991.98px) {
  .list-group--glance .list-group__document {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .list-group--glance .list-group__document {
    flex-direction: column;
  }
}
.list-group--glance .list-group__sub-item {
  width: 150px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .list-group--glance .list-group__sub-item {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .list-group--glance .list-group__sub-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .list-group--glance .list-group__sub-item:first-child {
    padding-top: 0;
  }
}
.list-group--glance .list-group__sub-item .list-group__heading {
  display: none;
}
@media (max-width: 991.98px) {
  .list-group--glance .list-group__sub-item .list-group__heading {
    display: block;
    width: 150px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background-color: #ecf3f8;
    text-align: center;
    padding: 0.25rem 0.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .list-group--glance .list-group__sub-item .list-group__heading {
    margin-bottom: 0;
  }
}
.list-group--glance .list-group__btn-group {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 767.98px) {
  .list-group--glance .list-group__btn-group .btn__title {
    display: none;
  }
}
.list-group--glance .list-group__btn-group .list-group__btn:not(:last-child) {
  position: relative;
}
.list-group--glance
  .list-group__btn-group
  .list-group__btn:not(:last-child):before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -1rem;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #747678;
}
.list-group--quarterly-update .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--quarterly-update .list-group__headline {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.list-group--quarterly-update .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .list-group--quarterly-update .list-group__title {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
.list-group--quarterly-update .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--quarterly-update .list-group__headline {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.list-group--quarterly-update .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .list-group--quarterly-update .list-group__title {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
.list-group--quarterly-update {
  position: relative;
  border-radius: 10px;
  padding: 2rem;
  background: radial-gradient(
      106.37% 56.78% at 95.37%,
      at 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  background: radial-gradient(
      106.37% 56.78% at 95.37% 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
}
@media (max-width: 767.98px) {
  .list-group--quarterly-update {
    padding: 1.5rem;
  }
}
.list-group--quarterly-update:before {
  position: absolute;
  content: " ";
  background-image: url(/storage/element/element.svg);
  bottom: 0;
  right: 0;
  width: 650px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 991.98px) {
  .list-group--quarterly-update:before {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .list-group--quarterly-update:before {
    width: 300px;
  }
}
.list-group--quarterly-update .list-group__document {
  padding: 2rem;
  background-color: #fff3;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .list-group--quarterly-update .list-group__document {
    padding: 1.5rem;
  }
}
.list-group--quarterly-update .list-group__headline {
  color: #fff;
  margin-bottom: 0;
}
.list-group--quarterly-update .list-group__body {
  padding-top: 2rem;
}
.list-group--quarterly-update .list-group__item {
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0;
}
.list-group--quarterly-update .list-group__item:first-child {
  padding-top: 0;
}
.list-group--quarterly-update .list-group__item .list-group__title {
  color: #fff;
  margin-bottom: 1.5rem;
}
.list-group--set-announcement .list-group__date,
.list-group--set-announcement-widget .list-group__date,
.list-group--set-announcement-investor .list-group__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.list-group--set-announcement .list-group__title,
.list-group--set-announcement-widget .list-group__title,
.list-group--set-announcement-investor .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .list-group--set-announcement .list-group__title,
  .list-group--set-announcement-widget .list-group__title,
  .list-group--set-announcement-investor .list-group__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--home-set-announcement-widget .list-group__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
}
.list-group--home-set-announcement-widget .list-group__title,
.list-group--home-set-announcement-widget .list-group__btn-group .btn__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.5625rem;
  font-weight: 300;
}
.list-group--set-announcement .list-group__date,
.list-group--set-announcement-widget .list-group__date,
.list-group--set-announcement-investor .list-group__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.list-group--set-announcement .list-group__title,
.list-group--set-announcement-widget .list-group__title,
.list-group--set-announcement-investor .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .list-group--set-announcement .list-group__title,
  .list-group--set-announcement-widget .list-group__title,
  .list-group--set-announcement-investor .list-group__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--home-set-announcement-widget .list-group__date {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
}
.list-group--home-set-announcement-widget .list-group__title,
.list-group--home-set-announcement-widget .list-group__btn-group .btn__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.5625rem;
  font-weight: 400;
}
.list-group--set-announcement-investor .list-group__item,
.list-group--set-announcement .list-group__item {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
}
.list-group--set-announcement-investor .list-group__item:first-child,
.list-group--set-announcement .list-group__item:first-child {
  padding-top: 0;
}
.list-group--set-announcement-investor .list-group__body,
.list-group--set-announcement .list-group__body {
  flex: 1;
}
.list-group--set-announcement-investor .list-group__date,
.list-group--set-announcement .list-group__date {
  color: #B6985A;
  margin-bottom: 0.5rem;
}
.list-group--set-announcement-investor .list-group__title,
.list-group--set-announcement .list-group__title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .list-group--set-announcement-investor .list-group__btn-group,
  .list-group--set-announcement .list-group__btn-group {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.list-group--set-announcement .list-group__item {
  transition: all 0.3s ease-in-out;
}
.list-group--set-announcement-investor {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
}
.list-group--set-announcement-investor .list-group__item:hover {
  border-bottom: 1px solid #e0e0e0;
}
.list-group--set-announcement-investor .list-group__btn-group {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.list-group--set-announcement-widget .list-group__date {
  color: #B6985A;
  margin-bottom: 0.5rem;
}
.list-group--set-announcement-widget .list-group__item {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
}
.list-group--set-announcement-widget .list-group__item:first-child {
  padding-top: 0;
}
.list-group--set-announcement-widget
  .list-group__financial-wrapper
  .list-group__item:first-child {
  padding-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .list-group--set-announcement-widget
    .list-group__financial-wrapper
    .list-group__btn-group {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: unset;
    max-width: unset;
    width: unset;
  }
  .list-group--set-announcement-widget
    .list-group__financial-wrapper
    .list-group__btn-group
    .btn__title {
    display: none;
  }
}
.list-group--set-announcement-widget .list-group__body {
  flex: 1;
}
.list-group--set-announcement-widget .list-group__title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .list-group--set-announcement-widget .list-group__btn-group {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.list-group--home-set-announcement-widget {
  padding: 0.25rem;
}
.list-group--home-set-announcement-widget .list-group__date {
  color: #B6985A;
  margin-bottom: 0.375rem;
}
.list-group--home-set-announcement-widget .list-group__item {
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 0.625rem;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  box-shadow: 0 0 4px #B6985Acc;
  margin-bottom: 0.25rem;
  background-color: #eaf6ff;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  border: none;
}
.list-group--home-set-announcement-widget .list-group__item:last-child {
  margin-bottom: 0;
}
.list-group--home-set-announcement-widget .list-group__title {
  color: #000;
}
.list-group--home-set-announcement-widget .list-group__body {
  flex: 1;
}
@media (max-width: 767.98px) {
  .list-group--home-set-announcement-widget .list-group__btn-group {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .list-group--home-set-announcement-widget .list-group__btn-group .btn__title {
    display: none;
  }
}
.list-group--home-set-announcement-widget
  .list-group__financial-wrapper
  .list-group__item {
  background-color: #fff;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
}
.list-group--home-set-announcement-widget
  .list-group__financial-wrapper
  .list-group__item:last-child {
  border-bottom: 0;
}
.list-group--faq .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--faq .list-group__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--faq .list-group__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--faq .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--faq .list-group__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--faq .list-group__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--faq .list-group__item {
  border-bottom: 1px solid #e0e0e0;
  padding: 3rem 0;
}
.list-group--faq .list-group__item:first-child {
  padding-top: 0;
}
.list-group--faq .list-group__item p:last-child {
  margin-bottom: 0;
}
.list-group--faq .list-group__item a {
  text-decoration: underline;
}
.list-group--faq .list-group__item a:hover {
  color: #B6985A;
}
.list-group--faq .list-group__title {
  color: #B6985A;
  margin-bottom: 1rem;
}
.list-group--shareholder-meeting .list-group__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--shareholder-meeting .list-group__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--shareholder-meeting .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--shareholder-meeting .list-group__headline {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--shareholder-meeting .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--shareholder-meeting .list-group__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--shareholder-meeting .list-group__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--shareholder-meeting .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--shareholder-meeting .list-group__headline {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--shareholder-meeting .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--shareholder-meeting .list-group__heading {
  padding: 1rem;
  background-color: #B6985A;
  color: #fff;
  margin-bottom: 0;
}
.list-group--shareholder-meeting .list-group__header {
  padding: 1rem 0;
  border-bottom: 2px solid #B6985A;
}
.list-group--shareholder-meeting .list-group__headline {
  margin-bottom: 0;
  color: #B6985A;
}
.list-group--shareholder-meeting .list-group__title {
  margin-bottom: 0;
  flex: 1;
}
@media (max-width: 767.98px) {
  .list-group--shareholder-meeting .list-group__btn .btn__title {
    display: none;
  }
}
.list-group--shareholder-meeting .list-group__item {
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.list-group--shareholder-meeting
  .list-group__item--attachment
  .list-group__subtitle {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 140px;
  max-width: 140px;
  width: 140px;
}
@media (max-width: 767.98px) {
  .list-group--shareholder-meeting
    .list-group__item--attachment
    .list-group__subtitle {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.list-group--shareholder-meeting
  .list-group__item--attachment
  .list-group__sub-body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.list-group--shareholder-meeting .list-group__btn-group {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.list-group--shareholder-detail .list-group__title,
.list-group--shareholder-detail .list-group__value {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.list-group--shareholder-detail .list-group__title,
.list-group--shareholder-detail .list-group__value {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.list-group--shareholder-detail .list-group__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e0e0e0;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.list-group--our-pride .list-group__title {
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--our-pride .list-group__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--our-pride .list-group__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.list-group--our-pride .list-group__title {
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--our-pride .list-group__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--our-pride .list-group__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.list-group--our-pride .list-group__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  padding: 4rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.list-group--our-pride .list-group__item:first-child {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .list-group--our-pride .list-group__item {
    padding: 2rem 0;
  }
}
.list-group--our-pride .list-group__img-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}
@media (max-width: 991.98px) {
  .list-group--our-pride .list-group__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .list-group--our-pride .list-group__img-wrapper {
    text-align: center;
  }
}
.list-group--our-pride .list-group__img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .list-group--our-pride .list-group__img {
    width: 35%;
  }
}
.list-group--our-pride .list-group__body {
  flex: 1;
}
.list-group--our-pride .list-group__title,
.list-group--our-pride .list-group__text p {
  margin-bottom: 1rem;
}
.list-group--our-pride .list-group__text p:last-child {
  margin-bottom: 0;
}
.list-group--our-pride .list-group__btn-group {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .list-group--our-pride .list-group__btn-group {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.list--leadership-position {
  padding-left: 1.5rem;
}
.list-group--project .list-group__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--project .list-group__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--project .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--project .list-group__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--project .list-group__item--project .list-group__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.list-group--project .list-group__item--category .list-group__subtitle {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--project .list-group__item--category .list-group__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.list-group--project .list-group__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--project .list-group__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--project .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--project .list-group__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.list-group--project .list-group__item--project .list-group__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.list-group--project .list-group__item--category .list-group__subtitle {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--project .list-group__item--category .list-group__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.list-group--project .list-group__heading {
  margin-bottom: 0;
}
.list-group--project .list-group__item {
  padding: 0;
  border: 0;
  margin-top: 1.5rem;
}
.list-group--project .list-group__title {
  margin-bottom: 0.5rem;
}
.list-group--project .list-group__aside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .list-group--project .list-group__aside {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .list-group--project .list-group__aside {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.list-group--project .list-group__unit-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.list-group--project .list-group__img {
  width: 32px;
  height: auto;
}
.list-group--project .list-group__item--project .list-group__aside {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.list-group--project .list-group__item--project .list-group__unit-item {
  width: 45%;
}
@media (max-width: 767.98px) {
  .list-group--project .list-group__item--project .list-group__unit-item {
    width: 100%;
  }
}
.list-group--project .list-group__item--project .list-group__text {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}
.list-group--project .list-group__item--category {
  border-radius: 8px;
  border: 1px dashed #e0e0e0;
  padding: 1rem 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .list-group--project .list-group__item--category {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .list-group--project .list-group__item--category .list-group__unit-item {
    width: 100%;
  }
}
.list-group--project .list-group__item--category .list-group__text {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
  width: 100%;
}
.list-group--project .list-group__wrapper:not(:first-child) {
  margin-top: 1.5rem;
}
.list-group--project .list-group__subtitle {
  margin-bottom: 0.5rem;
}
.list-group--project .list-group__wrapper--phase .list-group__color {
  height: 14px;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 14px;
  max-width: 14px;
  width: 14px;
}
.list-group--project .list-group__wrapper--phase .list-group__color--black {
  background-color: #000 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--white {
  background-color: #fff !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--blue-100 {
  background-color: #ecf3f8 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--blue-200 {
  background-color: #e2e2e2 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--blue-300 {
  background-color: #99d9f0 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--blue-400 {
  background-color: #66c5e9 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--blue-500 {
  background-color: #B6985A !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--blue-600 {
  background-color: #0077a4 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--blue-700 {
  background-color: #00506d !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--blue-800 {
  background-color: #002837 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--blue-900 {
  background-color: #001016 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--green-100 {
  background-color: #f2f9e7 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--green-200 {
  background-color: #e9f8cd !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--green-300 {
  background-color: #afd466 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--green-400 {
  background-color: #95c633 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--green-500 {
  background-color: #00cc99 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--green-600 {
  background-color: #6ba200 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--green-700 {
  background-color: #3d5c00 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--green-800 {
  background-color: #1f2e00 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--green-900 {
  background-color: #0c1200 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--grey-100 {
  background-color: #f2f2f2 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--grey-200 {
  background-color: #e0e0e0 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--grey-300 {
  background-color: #c2c2c2 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--grey-400 {
  background-color: #a3a3a3 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--grey-500 {
  background-color: #747678 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--grey-600 {
  background-color: #57595a !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--grey-700 {
  background-color: #474747 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--grey-800 {
  background-color: #272727 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--grey-900 {
  background-color: #0b0b0b !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--red-500 {
  background-color: #d52b1e !important;
}
.list-group--project
  .list-group__wrapper--phase
  .list-group__color--dark-blue-100 {
  background-color: #e5ebf4 !important;
}
.list-group--project
  .list-group__wrapper--phase
  .list-group__color--dark-blue-400 {
  background-color: #0078c7 !important;
}
.list-group--project
  .list-group__wrapper--phase
  .list-group__color--dark-blue-500 {
  background-color: #00338d !important;
}
.list-group--project
  .list-group__wrapper--phase
  .list-group__color--purple-100 {
  background-color: #eef1fb !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--spirit-0 {
  background-color: #00cc99 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--spirit-01 {
  background-color: #1b1466 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--spirit-02 {
  background-color: #00b0f0 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--spirit-03 {
  background-color: #f8df00 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--spirit-04 {
  background-color: #ec8b10 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--spirit-05 {
  background-color: #00b341 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--spirit-06 {
  background-color: #005fb8 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--spirit-07 {
  background-color: #e6002a !important;
}
.list-group--project .list-group__wrapper--phase .list-group__color--price-up {
  background-color: #00cc99 !important;
}
.list-group--project
  .list-group__wrapper--phase
  .list-group__color--price-down {
  background-color: #f94848 !important;
}
.list-group--project .list-group__wrapper--phase .list-group__text {
  border-bottom: 0;
  padding-bottom: 0;
}
.btn {
  background-color: #000;
  color: #fff;
  padding: 0;
}
.btn:hover {
  color: #fff;
}
.btn:hover,
.btn:focus {
  box-shadow: none;
}
.btn.disabled {
  background-color: #c2c2c2;
  border-radius: 50%;
}
.btn.disabled .btn__icon {
  background-color: transparent;
}
.btn__icon--view-document {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--view-document:before {
  content: "\e902";
}
.btn__icon--view-documents {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--view-documents:before {
  content: "\e910";
}
.btn__icon--view-video {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--view-video:before {
  content: "\e90e";
}
.btn__icon--play {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--play:before {
  content: "\e90a";
}
.btn__icon--e-book {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--e-book:before {
  content: "\e90b";
}
.btn__icon--download {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
}
.btn__icon--download:before {
  content: "\f019";
}
.btn__icon--arrow-left {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--arrow-left:before {
  content: "\e900";
}
.btn__icon--arrow-right {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--arrow-right:before {
  content: "\e908";
}
.btn__icon--arrow-up {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--arrow-up:before {
  content: "\e90d";
}
.btn__icon--arrow-down {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--arrow-down:before {
  content: "\e904";
}
.btn__icon--link-out {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--link-out:before {
  content: "\e906";
}
.btn__icon--pdf {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn__icon--pdf:before {
  content: "\e911";
}
.btn__icon--zoom {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
}
.btn__icon--zoom:before {
  content: "\f00e";
}
.btn__icon--loading {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  -webkit-animation: loading 2s forwards infinite linear;
  animation: loading 2s forwards infinite linear;
}
.btn__icon--loading:before {
  content: "\f3f4";
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  flex: unset;
}
.btn-group {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.btn--primary .btn__title,
.btn--primary-white .btn__title,
.btn--primary-sm .btn__title,
.btn--primary-white-sm .btn__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.btn--primary .btn__title,
.btn--primary-white .btn__title,
.btn--primary-sm .btn__title,
.btn--primary-white-sm .btn__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.btn--collapse,
.btn--primary-white-sm,
.btn--primary-sm,
.btn--primary-white,
.btn--primary {
  position: relative;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  display: inline-flex;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid;
  overflow: hidden;
}
.btn--collapse:before,
.btn--primary-white-sm:before,
.btn--primary-sm:before,
.btn--primary-white:before,
.btn--primary:before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  border: 1px solid;
  opacity: 0;
  background: linear-gradient(90deg, #B6985A 0%, #00cc99 100%);
  transition: all 0.3s ease-in-out;
}
.btn--collapse .btn__icon,
.btn--primary-white-sm .btn__icon,
.btn--primary-sm .btn__icon,
.btn--primary-white .btn__icon,
.btn--primary .btn__icon {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out;
}
.btn--collapse .btn__title,
.btn--primary-white-sm .btn__title,
.btn--primary-sm .btn__title,
.btn--primary-white .btn__title,
.btn--primary .btn__title {
  transition: all 0.3s ease-in-out;
}
.btn--collapse:hover,
.btn--primary-white-sm:hover,
.btn--primary-sm:hover,
.btn--primary-white:hover,
.btn--primary:hover,
.card--news:hover .card__btn,
.card--latest-news:hover .card__btn,
.list-group--set-announcement .list-group__item:hover .list-group__btn {
  border-color: transparent;
}
.btn--collapse:hover:before,
.btn--primary-white-sm:hover:before,
.btn--primary-sm:hover:before,
.btn--primary-white:hover:before,
.btn--primary:hover:before,
.card--news:hover .card__btn:before,
.card--latest-news:hover .card__btn:before,
.list-group--set-announcement .list-group__item:hover .list-group__btn:before {
  border: 0;
  opacity: 1;
}
.btn--collapse:hover .btn__icon,
.btn--primary-white-sm:hover .btn__icon,
.btn--primary-sm:hover .btn__icon,
.btn--primary-white:hover .btn__icon,
.btn--primary:hover .btn__icon,
.card--news:hover .card__btn .btn__icon,
.card--latest-news:hover .card__btn .btn__icon,
.list-group--set-announcement
  .list-group__item:hover
  .list-group__btn
  .btn__icon {
  background: #fff;
  color: #B6985A;
}
.btn--collapse:hover .btn__title,
.btn--primary-white-sm:hover .btn__title,
.btn--primary-sm:hover .btn__title,
.btn--primary-white:hover .btn__title,
.btn--primary:hover .btn__title,
.card--news:hover .card__btn .btn__title,
.card--latest-news:hover .card__btn .btn__title,
.list-group--set-announcement
  .list-group__item:hover
  .list-group__btn
  .btn__title {
  color: #fff;
}
.btn--primary {
  border: 1px solid #B6985A;
}
.btn--primary .btn__icon {
  background: #B6985A;
  color: #fff;
}
.btn--primary .btn__title {
  color: #474747;
}
.btn--primary-white {
  border: 1px solid #e0e0e0;
}
.btn--primary-white .btn__icon {
  background: #fff;
  color: #000;
}
.btn--primary-white .btn__title {
  color: #fff;
}
.btn--primary-sm {
  border: 1px solid #B6985A;
  padding: 1rem;
  height: 44px;
}
.btn--primary-sm .btn__icon {
  background: #B6985A;
  color: #fff;
}
.btn--primary-sm .btn__title {
  color: #474747;
}
.btn--primary-white-sm {
  border: 1px solid #e0e0e0;
  padding: 1rem;
  height: 44px;
}
.btn--primary-white-sm .btn__icon {
  background: #fff;
  color: #000;
}
.btn--primary-white-sm .btn__title {
  color: #fff;
}
.btn--collapse {
  border: 1px solid #B6985A;
  display: flex;
  margin: 0 auto 3rem;
}
.btn--collapse .btn__icon--arrow-down {
  background: #B6985A;
  color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0);
}
.btn--collapse .btn__title {
  color: #474747;
}
.btn--collapse[aria-expanded="true"] .btn__icon--arrow-down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.btn--primary-blue {
  background: #B6985A;
}
.btn--primary-blue .btn__title {
  color: #fff;
}
.btn--primary-blue .btn__icon {
  background-color: #fff;
  color: #B6985A;
}
.btn--primary-blue:hover {
  border: 1px solid transparent;
}
.btn--secondary,
.btn--secondary-white {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.btn--secondary,
.btn--secondary-white {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.btn--secondary-white,
.btn--secondary {
  position: relative;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  background: transparent;
  padding: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.btn--secondary-white .btn__title,
.btn--secondary .btn__title {
  transition: all 0.3s ease-in-out;
}
.btn--secondary-white .btn__icon--view-documents,
.btn--secondary .btn__icon--view-documents {
  font-size: 1rem !important;
}
.btn--secondary-white .btn__icon,
.btn--secondary .btn__icon {
  position: relative;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.btn--secondary-white .btn__icon:after,
.btn--secondary .btn__icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #B6985A 0%, #00cc99 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.btn--secondary-white .btn__icon--e-book,
.btn--secondary .btn__icon--e-book {
  font-size: 1.125rem;
}
.btn--secondary-white:hover .btn__title,
.btn--secondary:hover .btn__title {
  color: #B6985A;
}
.btn--secondary-white:hover .btn__icon,
.btn--secondary:hover .btn__icon {
  background: transparent;
  color: #fff;
}
.btn--secondary-white:hover .btn__icon:after,
.btn--secondary:hover .btn__icon:after {
  opacity: 1;
}
.btn--secondary .btn__title {
  color: #474747;
}
.btn--secondary .btn__icon {
  background: #B6985A;
}
.btn--secondary-white .btn__title {
  color: #fff;
}
.btn--secondary-white .btn__icon {
  background: #fff;
  color: #B6985A;
}
.btn--secondary-white:hover .btn__title {
  color: #fff;
}
.btn--icon-white-lg,
.btn--icon-white-md,
.btn--icon-white-sm,
.btn--icon-lg,
.btn--icon-md,
.btn--icon-sm {
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  overflow: hidden;
  z-index: 1;
}
.btn--icon-white-lg:before,
.btn--icon-white-md:before,
.btn--icon-white-sm:before,
.btn--icon-lg:before,
.btn--icon-md:before,
.btn--icon-sm:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #B6985A 0%, #00cc99 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.btn--icon-white-lg .btn__icon,
.btn--icon-white-md .btn__icon,
.btn--icon-white-sm .btn__icon,
.btn--icon-lg .btn__icon,
.btn--icon-md .btn__icon,
.btn--icon-sm .btn__icon {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--icon-white-lg .btn__icon:before,
.btn--icon-white-md .btn__icon:before,
.btn--icon-white-sm .btn__icon:before,
.btn--icon-lg .btn__icon:before,
.btn--icon-md .btn__icon:before,
.btn--icon-sm .btn__icon:before {
  text-shadow: rgba(255, 255, 255, 0) -10px 0px 0px;
  font-size: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.btn--icon-white-lg:hover:before,
.btn--icon-white-md:hover:before,
.btn--icon-white-sm:hover:before,
.btn--icon-lg:hover:before,
.btn--icon-md:hover:before,
.btn--icon-sm:hover:before,
.card--leadership:hover .card__btn:before,
.card--shortcut:hover .card__btn:before,
.card--shortcut-overview:hover .card__btn:before,
.card--video:hover .card__btn:before {
  opacity: 1;
}
.btn--icon-white-lg:hover .btn__icon,
.btn--icon-white-md:hover .btn__icon,
.btn--icon-white-sm:hover .btn__icon,
.btn--icon-lg:hover .btn__icon,
.btn--icon-md:hover .btn__icon,
.btn--icon-sm:hover .btn__icon,
.card--leadership:hover .card__btn .btn__icon,
.card--shortcut:hover .card__btn .btn__icon,
.card--shortcut-overview:hover .card__btn .btn__icon,
.card--video:hover .card__btn .btn__icon {
  color: #fff;
}
.btn--icon-white-lg:hover .btn__icon:before,
.btn--icon-white-md:hover .btn__icon:before,
.btn--icon-white-sm:hover .btn__icon:before,
.btn--icon-lg:hover .btn__icon:before,
.btn--icon-md:hover .btn__icon:before,
.btn--icon-sm:hover .btn__icon:before,
.card--leadership:hover .card__btn .btn__icon:before,
.card--shortcut:hover .card__btn .btn__icon:before,
.card--shortcut-overview:hover .card__btn .btn__icon:before,
.card--video:hover .card__btn .btn__icon:before {
  -webkit-transform: translate(10px);
  transform: translate(10px);
  color: transparent;
  text-shadow: #fff -10px 0px 0px;
}
.btn--icon-sm {
  width: 24px;
  height: 24px;
  background: #66c5e9;
}
.btn--icon-sm .btn__icon:before {
  font-size: 0.5rem;
}
.btn--icon-md {
  background: #66c5e9;
  width: 32px;
  height: 32px;
}
.btn--icon-md .btn__icon:before {
  font-size: 0.75rem;
}
.btn--icon-lg {
  background: #B6985A;
  width: 48px;
  height: 48px;
}
.btn--icon-lg .btn__icon:before {
  font-size: 1.125rem;
}
.btn--icon-white-sm {
  background: #fff;
  color: #B6985A;
  width: 24px;
  height: 24px;
}
.btn--icon-white-sm .btn__icon:before {
  font-size: 0.5rem;
}
.btn--icon-white-md {
  background: #fff;
  color: #B6985A;
  width: 32px;
  height: 32px;
}
.btn--icon-white-md .btn__icon:before {
  font-size: 0.75rem;
}
.btn--icon-white-lg {
  background: #fff;
  color: #B6985A;
  width: 48px;
  height: 48px;
}
.btn--icon-white-lg .btn__icon:before {
  font-size: 1.125rem;
}
.btn--document .btn__title,
.btn--document-white .btn__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6;
}
.btn--document .btn__title,
.btn--document-white .btn__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
}
.btn--document-white,
.btn--document {
  position: relative;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  background: transparent;
}
.btn--document-white .btn__icon--e-book,
.btn--document .btn__icon--e-book {
  font-size: 1rem !important;
}
.btn--document-white .btn__icon,
.btn--document .btn__icon {
  font-size: 0.75rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--document-white .btn__title,
.btn--document .btn__title {
  position: absolute;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  top: -32px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #474747;
  padding: 0.25rem 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.btn--document-white:hover .btn__title,
.btn--document:hover .btn__title,
.list-group--document a.list-group__item:hover .list-group__btn .btn__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn--document .btn__icon {
  background: #B6985A;
}
.btn--document-white .btn__icon {
  background: #fff;
  color: #B6985A;
}
.btn--link .btn__title,
.btn--link-white .btn__title {
  font-size: 0.875rem;
  font-weight: 300;
}
.btn--link-sm {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.btn--link .btn__title,
.btn--link-white .btn__title {
  font-size: 0.875rem;
  font-weight: 400;
}
.btn--link-sm {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.btn--link-sm,
.btn--link-white,
.btn--link {
  background: transparent;
  display: contents;
  text-align: left;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.btn--link-sm .btn__title,
.btn--link-white .btn__title,
.btn--link .btn__title {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
  transition: all 0.3s ease-in-out;
}
.btn--link-sm .btn__title--none-decoration,
.btn--link-white .btn__title--none-decoration,
.btn--link .btn__title--none-decoration {
  text-decoration: none;
}
.btn--link-sm .btn__icon,
.btn--link-white .btn__icon,
.btn--link .btn__icon {
  font-size: 1rem;
  margin-bottom: 2px;
  transition: all 0.3s ease-in-out;
}
.btn--link-sm:hover .btn__title,
.btn--link-white:hover .btn__title,
.btn--link:hover .btn__title {
  color: #B6985A;
}
.btn--link-sm:hover .btn__icon,
.btn--link-white:hover .btn__icon,
.btn--link:hover .btn__icon {
  margin-left: 5px;
  color: #B6985A;
}
.btn--link,
.btn--link-sm .btn__title {
  color: #474747;
}
.btn--shortcut,
.btn--shortcut-white {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .btn--shortcut,
  .btn--shortcut-white {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.btn--shortcut,
.btn--shortcut-white {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .btn--shortcut,
  .btn--shortcut-white {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.btn--shortcut-white,
.btn--shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease-in-out;
}
.btn--shortcut-white .btn__title,
.btn--shortcut .btn__title {
  text-align: left;
  width: 85%;
}
.btn--shortcut-white .btn__icon,
.btn--shortcut .btn__icon {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.btn--shortcut-white .btn__icon:before,
.btn--shortcut .btn__icon:before {
  font-size: 0.75rem;
  text-shadow: rgba(255, 255, 255, 0) -10px 0px 0px;
  transition: all 0.3s ease-in-out;
}
.btn--shortcut-white:hover,
.btn--shortcut:hover {
  color: #B6985A;
}
.btn--shortcut-white:hover .btn__icon,
.btn--shortcut:hover .btn__icon {
  background: linear-gradient(90deg, #B6985A 0%, #00cc99 100%);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn--shortcut-white:hover .btn__icon:before,
.btn--shortcut:hover .btn__icon:before {
  color: transparent;
  -webkit-transform: translate(10px);
  transform: translate(10px);
  text-shadow: #fff -10px 0px 0px;
}
.btn--shortcut {
  color: #474747;
  border-color: #99d9f0;
  background: #fff;
}
.btn--shortcut .btn__icon {
  background: #B6985A;
  color: #fff;
}
.btn--shortcut:hover {
  border-color: #B6985A;
}
.btn--shortcut-white {
  border-color: #ffffff4d;
}
.btn--shortcut-white .btn__icon {
  background: #fff;
  color: #B6985A;
}
.btn--shortcut-white:hover {
  background: #fff;
  border-color: #fff;
}
.btn--scroll-down .btn__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.btn--scroll-down .btn__title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.btn--scroll-down {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  background-color: transparent;
}
.btn--scroll-down .btn__icon-wrapper {
  position: relative;
}
.btn--scroll-down .btn__icon-wrapper:after,
.btn--scroll-down .btn__icon-wrapper:before {
  position: absolute;
  content: " ";
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  margin: auto;
}
.btn--scroll-down .btn__icon-wrapper:after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff3;
  -webkit-animation: animation-scale 1s ease-out infinite;
  animation: animation-scale 1s ease-out infinite;
}
.btn--scroll-down .btn__icon-wrapper:before {
  width: 34px;
  height: 34px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  background-color: #fff;
}
.btn--scroll-down .btn__icon {
  position: relative;
  z-index: 1;
  color: #000;
  -webkit-animation: animation-icon-down 1s ease-out infinite;
  animation: animation-icon-down 1s ease-out infinite;
  font-size: 0.8125rem;
}
@-webkit-keyframes animation-scale {
  0%,
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animation-scale {
  0%,
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes animation-icon-down {
  0%,
  to {
    top: 3px;
  }
  50% {
    top: -2px;
  }
}
@keyframes animation-icon-down {
  0%,
  to {
    top: 3px;
  }
  50% {
    top: -2px;
  }
}

.nav--tabs-financial .nav-link {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.nav--tabs-financial {
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.nav--tabs-financial .nav-link {
  min-width: 117px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.nav--tabs-financial .nav-link.active {
  background-color: #B6985A;
  border-color: #B6985A !important;
  color: #fff !important;
}
.nav--tabs-financial .nav-link:hover {
  border-color: #B6985A;
  color: #B6985A;
}
.nav-dropdown--primary .nav-dropdown__nav-title,
.nav-dropdown--category .nav-dropdown__nav-title {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
}
.nav-dropdown__dropdown-toggle .nav-dropdown__dropdown-toggle-title,
.nav-container--privacy .nav-dropdown--primary .nav-dropdown__nav-title,
.nav-container--privacy .nav-dropdown--category .nav-dropdown__nav-title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.nav-dropdown--primary .nav-dropdown__nav-title,
.nav-dropdown--category .nav-dropdown__nav-title {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
}
.nav-dropdown__dropdown-toggle .nav-dropdown__dropdown-toggle-title,
.nav-container--privacy .nav-dropdown--primary .nav-dropdown__nav-title,
.nav-container--privacy .nav-dropdown--category .nav-dropdown__nav-title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.nav-container {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .nav-container {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .nav-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    z-index: 100;
    top: 1.5rem;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .nav-container {
    max-width: 540px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .nav-container {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .nav-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .nav-container {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) and (min-width: 1640px) {
  .nav-container {
    max-width: 1560px;
  }
}
@media (max-width: 991.98px) {
  .nav-container:before {
    position: absolute;
    content: " ";
    top: -1.5rem;
    left: 0;
    width: 100%;
    height: 95px;
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .nav-container:before {
    height: 110px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .nav-container:before {
    height: 126px;
  }
}
.nav-container--privacy {
  margin-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .nav-container--privacy {
    margin-bottom: 4rem;
  }
}
.nav-dropdown--primary,
.nav-dropdown--category {
  width: 100%;
  position: relative;
}
.nav-dropdown--primary:before,
.nav-dropdown--category:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
}
@media (max-width: 991.98px) {
  .nav-dropdown--primary:before,
  .nav-dropdown--category:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .nav-dropdown--primary .nav-dropdown__dropdown-toggle-title,
  .nav-dropdown--category .nav-dropdown__dropdown-toggle-title {
    display: block;
    width: 88%;
  }
}
.nav-dropdown--primary .nav-dropdown__dropdown-toggle,
.nav-dropdown--category .nav-dropdown__dropdown-toggle {
  display: none;
  width: 100%;
  padding: 0.5rem 1rem !important;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  position: relative;
  height: 44px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .nav-dropdown--primary .nav-dropdown__dropdown-toggle,
  .nav-dropdown--category .nav-dropdown__dropdown-toggle {
    height: 60px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .nav-dropdown--primary .nav-dropdown__dropdown-toggle,
  .nav-dropdown--category .nav-dropdown__dropdown-toggle {
    height: 80px;
  }
}
.nav-dropdown--primary
  .nav-dropdown__dropdown-toggle[aria-expanded="true"]
  .nav-dropdown__dropdown-toggle-icon:before,
.nav-dropdown--category
  .nav-dropdown__dropdown-toggle[aria-expanded="true"]
  .nav-dropdown__dropdown-toggle-icon:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nav-dropdown--primary .nav-dropdown__dropdown-toggle-icon,
.nav-dropdown--category .nav-dropdown__dropdown-toggle-icon {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: #B6985A;
  font-size: 1rem;
}
.nav-dropdown--primary .nav-dropdown__dropdown-toggle-icon:before,
.nav-dropdown--category .nav-dropdown__dropdown-toggle-icon:before {
  content: "\f078";
}
@media (max-width: 767.98px) {
  .nav-dropdown--primary .nav-dropdown__dropdown-toggle-icon,
  .nav-dropdown--category .nav-dropdown__dropdown-toggle-icon {
    height: 60px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .nav-dropdown--primary .nav-dropdown__dropdown-toggle-icon,
  .nav-dropdown--category .nav-dropdown__dropdown-toggle-icon {
    height: 80px;
  }
}
.nav-dropdown--primary .nav-dropdown__dropdown-toggle-icon:before,
.nav-dropdown--category .nav-dropdown__dropdown-toggle-icon:before {
  transition: all 0.3s ease-in-out;
}
.nav-dropdown--primary .nav-dropdown__dropdown-menu,
.nav-dropdown--category .nav-dropdown__dropdown-menu {
  display: block;
  position: static;
  min-width: auto;
  padding: 0;
  margin: 0;
  float: none;
  border: 0;
  background-color: transparent;
}
@media (min-width: 992px) {
  .nav-dropdown--primary .nav-dropdown__dropdown-menu,
  .nav-dropdown--category .nav-dropdown__dropdown-menu {
    padding: 2rem 0 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .nav-dropdown--primary .nav-dropdown__dropdown-menu,
  .nav-dropdown--category .nav-dropdown__dropdown-menu {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .nav-dropdown--primary .nav-dropdown__dropdown-menu,
  .nav-dropdown--category .nav-dropdown__dropdown-menu {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .nav-dropdown--primary .nav-dropdown__dropdown-menu,
  .nav-dropdown--category .nav-dropdown__dropdown-menu {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .nav-dropdown--primary .nav-dropdown__dropdown-menu,
  .nav-dropdown--category .nav-dropdown__dropdown-menu {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1640px) {
  .nav-dropdown--primary .nav-dropdown__dropdown-menu,
  .nav-dropdown--category .nav-dropdown__dropdown-menu {
    max-width: 1560px;
  }
}
.nav-dropdown--primary .nav-dropdown__nav,
.nav-dropdown--category .nav-dropdown__nav {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 0;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.nav-dropdown--primary .nav-dropdown__nav-item,
.nav-dropdown--category .nav-dropdown__nav-item {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  flex: 1;
}
@media (max-width: 991.98px) {
  .nav-dropdown--primary .nav-dropdown__nav-item,
  .nav-dropdown--category .nav-dropdown__nav-item {
    border-radius: 0;
  }
}
.nav-dropdown--primary .nav-dropdown__nav-link,
.nav-dropdown--category .nav-dropdown__nav-link {
  position: relative;
  height: 100%;
  padding: 1rem 0.5rem !important;
  color: #474747;
  border-radius: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
  text-align: center;
  border-bottom: 5px solid #fff;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .nav-dropdown--primary .nav-dropdown__nav-link,
  .nav-dropdown--category .nav-dropdown__nav-link {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .nav-dropdown--primary .nav-dropdown__nav-link,
  .nav-dropdown--category .nav-dropdown__nav-link {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--primary .nav-dropdown__nav-link,
  .nav-dropdown--category .nav-dropdown__nav-link {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .nav-dropdown--primary .nav-dropdown__nav-link,
  .nav-dropdown--category .nav-dropdown__nav-link {
    max-width: 1140px;
  }
}
@media (min-width: 1640px) {
  .nav-dropdown--primary .nav-dropdown__nav-link,
  .nav-dropdown--category .nav-dropdown__nav-link {
    max-width: 1560px;
  }
}
@media (max-width: 991.98px) {
  .nav-dropdown--primary .nav-dropdown__nav-link,
  .nav-dropdown--category .nav-dropdown__nav-link {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0.5rem 1rem !important;
  }
}
.nav-dropdown--primary .nav-dropdown__nav-link:hover,
.nav-dropdown--category .nav-dropdown__nav-link:hover,
.nav-dropdown--primary .nav-dropdown__nav-link:focus,
.nav-dropdown--category .nav-dropdown__nav-link:focus,
.nav-dropdown--primary .nav-dropdown__nav-link:active,
.nav-dropdown--category .nav-dropdown__nav-link:active {
  color: #B6985A;
  border-color: #B6985A;
}
@media (max-width: 991.98px) {
  .nav-dropdown--primary .nav-dropdown__nav-link:hover,
  .nav-dropdown--category .nav-dropdown__nav-link:hover,
  .nav-dropdown--primary .nav-dropdown__nav-link:focus,
  .nav-dropdown--category .nav-dropdown__nav-link:focus,
  .nav-dropdown--primary .nav-dropdown__nav-link:active,
  .nav-dropdown--category .nav-dropdown__nav-link:active {
    background-color: #e2e2e2;
    color: #474747;
  }
}
.nav-dropdown--primary .nav-dropdown__nav-link.active,
.nav-dropdown--category .nav-dropdown__nav-link.active {
  color: #B6985A;
  border-color: #B6985A;
}
.nav-dropdown--primary.collapsed .nav-dropdown__dropdown-toggle,
.collapsed.nav-dropdown--category .nav-dropdown__dropdown-toggle {
  display: block;
}
.nav-dropdown--primary.collapsed .nav-dropdown__dropdown-menu,
.collapsed.nav-dropdown--category .nav-dropdown__dropdown-menu {
  position: absolute;
  min-width: 100%;
  display: none;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 0.25rem;
  box-shadow: 0 4px 8px #00000014;
  background-color: #fff;
}
.nav-dropdown--primary.collapsed .nav-dropdown__dropdown-menu.show,
.collapsed.nav-dropdown--category .nav-dropdown__dropdown-menu.show {
  display: block;
}
.nav-dropdown--primary.collapsed .nav-dropdown__nav,
.collapsed.nav-dropdown--category .nav-dropdown__nav {
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .nav-dropdown--primary.collapsed .nav-dropdown__nav,
  .collapsed.nav-dropdown--category .nav-dropdown__nav {
    padding: 1rem 0;
  }
}
.nav-dropdown--primary.collapsed
  .nav-dropdown__nav-item:last-child
  .nav-dropdown__nav-link,
.collapsed.nav-dropdown--category
  .nav-dropdown__nav-item:last-child
  .nav-dropdown__nav-link {
  border-bottom: 0;
}
.nav-dropdown--primary.collapsed .nav-dropdown__nav-link,
.collapsed.nav-dropdown--category .nav-dropdown__nav-link {
  border: 0;
  padding: 0.5rem 1rem;
}
.nav-dropdown--interactive-map {
  width: 100%;
  position: relative;
}
.nav-dropdown--interactive-map .nav-dropdown__dropdown-toggle {
  display: none;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #000;
  position: relative;
}
.nav-dropdown--interactive-map .nav-dropdown__dropdown-toggle-icon {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  right: 10px;
  color: #747678;
  font-size: 1rem;
}
.nav-dropdown--interactive-map .nav-dropdown__dropdown-toggle-icon:before {
  content: "\f078";
}
.nav-dropdown--interactive-map .nav-dropdown__dropdown-menu {
  display: block;
  position: static;
  min-width: auto;
  padding: 0;
  margin: 0;
  float: none;
  border: 0;
}
.nav-dropdown--interactive-map .nav-dropdown__nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 0;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.nav-dropdown--interactive-map .nav-dropdown__nav-item {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.nav-dropdown--interactive-map .nav-dropdown__nav-link {
  padding: 0.25rem 0.5rem;
  color: #000;
  border-radius: 0 !important;
  margin-bottom: 0;
  text-align: left;
}
.nav-dropdown--interactive-map .nav-dropdown__nav-link:hover,
.nav-dropdown--interactive-map .nav-dropdown__nav-link:focus,
.nav-dropdown--interactive-map .nav-dropdown__nav-link:active {
  color: #fff;
  background-color: #000;
}
.nav-dropdown--interactive-map .nav-dropdown__nav-link.active {
  color: #fff;
  background-color: #000;
}
.nav-dropdown--interactive-map.collapsed .nav-dropdown__dropdown-toggle {
  display: block;
}
.nav-dropdown--interactive-map.collapsed .nav-dropdown__dropdown-menu {
  position: absolute;
  min-width: 100%;
  display: none;
  border-radius: 4px;
  border: 1px solid #000;
  overflow: hidden;
  margin-top: 0.25rem;
}
.nav-dropdown--interactive-map.collapsed .nav-dropdown__dropdown-menu.show {
  display: block;
}
.nav-dropdown--interactive-map.collapsed .nav-dropdown__nav {
  flex-direction: column;
}
.nav-dropdown--interactive-map.collapsed
  .nav-dropdown__nav-item:last-child
  .nav-dropdown__nav-link {
  border-bottom: 0;
}
.nav-dropdown--interactive-map.collapsed .nav-dropdown__nav-link {
  border: 0;
  padding: 0.25rem 1rem;
  border-bottom: 1px solid #000;
}
.nav-dropdown--category:before {
  display: none;
}
.nav-dropdown--category .nav-dropdown__nav {
  padding: 0 !important;
}
.nav-dropdown--category .nav-dropdown__dropdown-menu {
  padding: 0;
}
.nav-dropdown--category .nav-dropdown__nav-link {
  text-align: left;
}
.nav-dropdown--category .nav-dropdown__dropdown-toggle {
  border: 1px solid #e2e2e2;
}
.nav-dropdown--category .nav-dropdown__nav-item {
  border-radius: 0;
}
.nav-dropdown--category .nav-dropdown__nav-link:hover {
  background-color: #e2e2e2;
  color: #474747;
}
.nav-dropdown--category .nav-dropdown__nav-link.active:hover {
  background-color: transparent;
  color: #B6985A;
}
.nav-slider--primary {
  position: relative;
}
.nav-slider--primary .nav-slider__nav-wrapper {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .nav-slider--primary .nav-slider__nav-wrapper {
    overflow-x: auto;
  }
}
.nav-slider--primary .nav-slider__nav {
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.nav-slider--primary .nav-slider__nav-link {
  padding: 0;
}
.nav-slider--primary .nav-slider__nav-link.active {
  text-decoration: underline;
}
.nav-slider--primary .nav-slider__btn {
  position: absolute;
  top: 0;
  width: 1.5rem;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.15s ease-in-out;
}
.nav-slider--primary .nav-slider__btn.disabled {
  opacity: 0;
  pointer-events: none;
}
.nav-slider--primary .nav-slider__btn--prev {
  left: 0;
  border-right: 1px solid #000;
}
.nav-slider--primary .nav-slider__btn--next {
  right: 0;
  border-left: 1px solid #000;
}
.modal__img-wrapper {
  margin-bottom: 1.5rem;
}
.modal__img {
  width: 100%;
}
.modal--contact-us {
  background-color: #ffffff4d;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.modal--contact-us .modal-dialog {
  height: 100%;
  min-height: 100% !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.modal--contact-us .modal-content {
  height: 100%;
  border: 0;
  background-color: transparent;
}
.modal--contact-us .modal-header {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  padding: 0;
  border-bottom: 0;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .modal--contact-us .modal-header {
    right: 39px;
  }
}
@media (max-width: 767.98px) {
  .modal--contact-us .modal-header {
    right: 15px;
  }
}
.modal--contact-us .modal-header i {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
}
.modal--contact-us .close {
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.modal--contact-us .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 15px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .modal--contact-us .modal-body {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .modal--contact-us .modal-body {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .modal--contact-us .modal-body {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .modal--contact-us .modal-body {
    max-width: 1140px;
  }
}
@media (min-width: 1640px) {
  .modal--contact-us .modal-body {
    max-width: 1560px;
  }
}
.intro-dialog .modal .modal-header {
  border-bottom: 0;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 99;
  padding: 0;
}
.intro-dialog .modal .close {
  padding: 0;
  color: #000;
  text-shadow: none;
  opacity: 1;
  margin: 0;
  font-size: 36px;
  font-weight: 100;
}
.intro-dialog .modal .modal-content {
  background-color: transparent;
  border: 0;
}
.intro-dialog .modal .modal-body {
  padding: 0;
}
.intro-dialog .modal .modal-dialog {
  max-width: 800px;
}
@media (max-width: 1639.98px) {
  .intro-dialog .modal .modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 1199.98px) {
  .intro-dialog .modal .modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 991.98px) {
  .intro-dialog .modal .modal-dialog {
    max-width: 600px;
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .intro-dialog .modal .modal-dialog {
    max-width: 550px;
  }
}
.intro-dialog__pagination {
  text-align: center;
}
.intro-dialog__pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.intro-dialog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.intro-dialog__btn.swiper-button-disabled {
  opacity: 0.5;
}
.intro-dialog__btn.swiper-button-lock {
  display: none;
}
@media (max-width: 767.98px) {
  .intro-dialog__btn {
    display: none;
  }
}
.intro-dialog__btn--prev {
  left: -55px;
}
.intro-dialog__btn--next {
  right: -55px;
}
.list-group--quarterly-result-modal .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--quarterly-result-modal .list-group__headline {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--quarterly-result-modal .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-group--quarterly-result-modal .list-group__headline {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .list-group--quarterly-result-modal .list-group__headline {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.list-group--quarterly-result-modal .list-group__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 768px) {
  .modal--financial-statement .modal-dialog {
    max-width: 650px;
  }
}
.modal--financial-statement .modal-content {
  border-radius: 10px;
  padding: 3rem;
}
@media (max-width: 767.98px) {
  .modal--financial-statement .modal-content {
    padding: 2rem;
  }
}
.modal--financial-statement .modal-header {
  padding: 0;
  border: 0;
}
.modal--financial-statement .modal-button {
  width: 100%;
}
.modal--financial-statement .close {
  padding: 0;
  opacity: 1;
  font-size: 1.25rem;
  color: #474747;
}
.modal--financial-statement .modal-body {
  padding: 2rem 0 0;
}
.modal--financial-statement
  .list-group--quarterly-result-modal
  .list-group__headline {
  margin-bottom: 0;
}
.modal--financial-statement
  .list-group--quarterly-result-modal
  .list-group__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}
@media (max-width: 767.98px) {
  .modal--financial-statement
    .list-group--quarterly-result-modal
    .list-group__btn
    .btn__title {
    display: none;
  }
}
.modal--project-map {
  -webkit-transform: translateX(100%);
  transform: translate(100%);
  display: block !important;
  transition: all 0.5s ease-in-out;
  padding: 0 !important;
  z-index: 99990;
}
.modal--project-map.show {
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.modal--project-map .modal-dialog-centered {
  max-width: 100%;
  min-height: 100lvh;
  margin: 0;
}
.modal--project-map .modal-content {
  min-height: 100lvh;
  border: 0;
}
.modal--project-map .modal-header {
  padding: 0;
  border: 0;
  align-items: flex-end;
}
.modal--project-map .close {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1.5rem;
  right: 3rem;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .modal--project-map .close {
    right: 1.5rem;
  }
}
.modal--project-map .close i {
  color: #747678;
}
.modal--project-map .modal-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  background-color: #ecf3f8;
}
@media (max-width: 991.98px) {
  .modal--project-map .modal-body {
    flex: none;
  }
}
.modal--project-map .modal-body__aside {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  background-color: #ecf3f8;
  height: 100svh;
}
@media (max-width: 991.98px) {
  .modal--project-map .modal-body__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    height: 450px;
  }
}
.modal--project-map .modal-body__click {
  position: absolute;
  right: 3rem;
  top: 3rem;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .modal--project-map .modal-body__click {
    top: auto;
    top: initial;
    right: 3rem;
    bottom: 3rem;
  }
}
.modal--project-map .modal-body__click .btn__icon--zoom {
  width: 32px;
  height: 32px;
  font-size: 1rem;
}
.modal--project-map .modal-body__img-wrapper {
  position: relative;
  height: 100%;
}
.modal--project-map .modal-body__img-wrapper .modal-body__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal--project-map .modal-body__content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  background-color: #fff;
  padding: 3rem;
}
@media (max-width: 1199.98px) {
  .modal--project-map .modal-body__content {
    padding: 3rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .modal--project-map .modal-body__content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .modal--announce .modal-dialog-centered {
    max-width: 500px;
  }
}
.modal--announce .modal-header {
  justify-content: flex-end;
  border: 0;
  padding: 1rem 1rem 0 0;
}
.modal--announce .modal-header i {
  color: #747678;
}
.modal--announce .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  border: 0;
}
.modal--announce .modal-body {
  padding: 1rem 1.5rem;
}
.media--financial .media__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .media--financial .media__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.media--financial .media__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}
.media--financial .media__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .media--financial .media__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.media--financial .media__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.media--financial .media__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .media--financial .media__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.media--financial .media__text {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.media--financial .media__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .media--financial .media__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.media--financial .media__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.media--financial .media__title {
  margin-bottom: 0;
}
.media--financial .media__text {
  color: #474747;
  margin-bottom: 0.5rem;
}
.media--financial .media__value {
  color: #B6985A;
  margin-bottom: 0.5rem;
}
.media--financial .media__unit {
  margin-bottom: 0;
}
.media--contact .media__title,
.media--contact-register .media__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.media--contact .media__text,
.media--contact-register .media__text {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .media--contact .media__text,
  .media--contact-register .media__text {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.media--contact .media__title,
.media--contact-register .media__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.media--contact .media__text,
.media--contact-register .media__text {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .media--contact .media__text,
  .media--contact-register .media__text {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.media--contact,
.media--contact-register {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.media--contact .media__title,
.media--contact-register .media__title {
  margin-bottom: 0.5rem;
}
.media--contact .media__text,
.media--contact-register .media__text,
.media--contact .list-bullet--contact li,
.media--contact-register .list-bullet--contact li {
  transition: all 0.3s ease-in-out;
}
.media--contact .list-bullet--contact li:hover,
.media--contact-register .list-bullet--contact li:hover {
  margin-left: 1rem;
}
.media--contact .list-bullet--contact li:hover .media__text,
.media--contact-register .list-bullet--contact li:hover .media__text {
  text-decoration: underline;
  color: #B6985A;
}
.media--contact-register .media__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.media--contact-register .media__text {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .media--contact-register .media__text {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.media--contact-register .media__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.media--contact-register .media__text {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .media--contact-register .media__text {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.media--contact-register .media__item {
  display: flex;
  flex-direction: row;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.media--contact-register .list-bullet--contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.media--contact-register .list-bullet--contact li:hover {
  margin-left: 0;
}
.media--contact-policy .media__title,
.media--contact-policy .media__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.media--contact-policy .media__title,
.media--contact-policy .media__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.media--contact-policy {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  margin-bottom: 1rem;
}
.media--contact-policy .media__item {
  display: flex;
  flex-direction: row;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.media--contact-policy .media__text {
  transition: all 0.3s ease-in-out;
}
.media--contact-policy .media__text:hover {
  color: #B6985A;
}
.media--contact-policy .media__text--email {
  text-decoration: underline;
}
.media--dividend .media__title,
.media--dividend .media__date {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.media--dividend .media__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .media--dividend .media__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .media--dividend .media__value {
    font-size: 3rem;
  }
}
.media--dividend .media__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .media--dividend .media__unit {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.media--dividend .media__title,
.media--dividend .media__date {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.media--dividend .media__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .media--dividend .media__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .media--dividend .media__value {
    font-size: 3rem;
  }
}
.media--dividend .media__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .media--dividend .media__unit {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.media--dividend {
  display: flex;
  flex-direction: row;
  align-items: normal;
}
@media (max-width: 767.98px) {
  .media--dividend {
    flex-direction: column;
  }
}
.media--dividend .media__item {
  width: 344px;
  height: auto;
}
.media--dividend .media__item:first-child {
  border-right: 1px solid #e0e0e0;
  margin-right: 2rem;
}
@media (max-width: 767.98px) {
  .media--dividend .media__item:first-child {
    border-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .media--dividend .media__item {
    width: 100%;
  }
}
.media--dividend .media__body {
  padding-bottom: 1rem;
}
.media--dividend .media__value {
  color: #00cc99;
}
.media--dividend .media__unit {
  color: #474747;
  padding-left: 1rem;
}
.media--cg-reporting .media__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .media--cg-reporting .media__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.media--cg-reporting .media__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .media--cg-reporting .media__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .media--cg-reporting .media__value {
    font-size: 3rem;
  }
}
.media--cg-reporting .media__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .media--cg-reporting .media__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.media--cg-reporting .media__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .media--cg-reporting .media__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .media--cg-reporting .media__value {
    font-size: 3rem;
  }
}
.media--cg-reporting {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: normal;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .media--cg-reporting {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .media--cg-reporting {
    row-gap: 0;
  }
}
.media--cg-reporting .media__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  width: 100%;
  border-top: 1px solid #B6985A;
  border-bottom: 1px solid #B6985A;
  padding: 1.5rem 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .media--cg-reporting .media__item {
    width: 214px;
    max-width: 214px;
  }
}
@media (max-width: 767.98px) {
  .media--cg-reporting .media__item:not(:first-child) {
    border-top: 0;
  }
}
.media--cg-reporting .media__title {
  margin-bottom: 0.5rem;
}
.media--cg-reporting .media__value {
  color: #00cc99;
}
.accordion .accordion__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .accordion .accordion__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.accordion .accordion__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .accordion .accordion__title {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.accordion .accordion__item {
  padding: 0;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.accordion .accordion__item:last-child {
  margin-bottom: 0;
}
.accordion .accordion__title {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 97%;
  max-width: 97%;
  width: 97%;
  margin-bottom: 0;
  color: #474747;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1639.98px) {
  .accordion .accordion__title {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 95%;
    max-width: 95%;
    width: 95%;
  }
}
@media (max-width: 991.98px) {
  .accordion .accordion__title {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 93%;
    max-width: 93%;
    width: 93%;
  }
}
@media (max-width: 767.98px) {
  .accordion .accordion__title {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 85%;
    max-width: 85%;
    width: 85%;
  }
}
.accordion .accordion__icon {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 400;
  position: relative;
  top: 0;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin-left: 0;
  line-height: 1;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
.accordion .accordion__icon:before {
  content: "\f078";
}
@media (max-width: 1639.98px) {
  .accordion .accordion__icon {
    width: 33px;
    min-width: 33px;
    height: 33px;
  }
}
@media (max-width: 767.98px) {
  .accordion .accordion__icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-left: 1rem;
  }
}
.accordion .accordion__icon:before {
  position: relative;
  z-index: 3;
  color: #B6985A;
  font-size: 1.25rem;
  line-height: 0.7;
  -webkit-transform: rotate(0deg);
  transform: rotate(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .accordion .accordion__icon:before {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .accordion .accordion__icon:before {
    font-size: 0.875rem;
  }
}
.accordion .accordion__content {
  cursor: auto;
  padding: 2rem 1.5rem;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.accordion .accordion__content a:not([class]) {
  color: #000;
}
.accordion .accordion__content a:not([class]):hover,
.accordion .accordion__content a:not([class]):focus {
  color: #000;
  text-decoration: underline !important;
  text-underline-offset: 1px !important;
}
.accordion .accordion__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 1rem 1.5rem;
  background: #ecf3f8;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-color: #ecf3f8;
  cursor: pointer;
  border-radius: 8px;
}
.accordion .accordion__header:hover,
.accordion .accordion__header:focus {
  background: #ecf3f8;
  border-color: #B6985A;
}
.accordion .accordion__header:hover .accordion__title,
.accordion .accordion__header:focus .accordion__title {
  color: #B6985A;
}
.accordion .accordion__header[aria-expanded="true"] {
  background: #66c5e9;
  border-color: transparent;
}
.accordion .accordion__header[aria-expanded="true"] .accordion__title {
  color: #fff;
}
.accordion .accordion__header[aria-expanded="true"] .accordion__icon {
  background-color: transparent;
  border-color: transparent;
}
.accordion .accordion__header[aria-expanded="true"] .accordion__icon:before {
  color: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/** section - financial-highlights */

.table thead tr th {
  font-family: "Kanit", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .table thead tr th {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.table tbody tr th {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.table tbody tr td {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

/* ----------- THEAD COLOR ----------- */
.table {
  border-bottom: 2px solid #B6985A;
}
.table thead tr th {
  border: 0;
  background-color: #B6985A;
  color: #fff;
}
.table thead tr th:first-child {
  border-top-left-radius: 15px;
}
.table thead tr th:last-child {
  border-top-right-radius: 15px;
}
.table thead tr th:not(:first-child) {
  border-left: 1px solid #fff;
}
/* ----------- THEAD COLOR ----------- */
/*
.table .table__sub-header{
    background-color:#00000013;
}
*/
.table__sub-header {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .table__sub-header {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.table .table__sub-header {
  /*background-color:#00000010;*/
  color: #474747;
}
.table .table__sub-header th,
.table .table__sub-header td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
/*
.table .table__sub-header:hover{
    background-color:transparent
}
*/
.table tbody tr {
  transition: all 0.3s ease-in-out;
}
/*.table tbody tr:last-child td{border-bottom:0}*/
.table .table__border-bottom th,
.table .table__border-bottom td {
  border-color: #000;
}
.table tbody + tbody {
  border-top: 1px solid #dedede;
}

.table tbody tr {
  transition: all 0.3s ease-in-out;
}
.table tbody tr:first-child {
  border-top: 0;
}
.table tbody tr td {
  border-top: 1px solid #e0e0e0;
}
.table tbody tr:hover {
  background-color: #e2e2e2;
}
.table tbody tr:hover th,
.table tbody tr:hover td {
  background-color: transparent !important;
}
.table--financial-highlight thead tr th:not(:first-child) {
  width: 160px;
}
.table--financial-highlight tbody tr td:last-child {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
/*.table--financial-highlight {
  border-bottom:2px solid #B6985A
}*/
.table--financial-highlight thead tr th:first-child {
  padding-left: 1.5rem;
  min-width: 380px;
}
@media (max-width: 991.98px) {
  .table--financial-highlight thead tr th:first-child {
    min-width: 295px;
  }
}
.table--financial-highlight thead tr th:not(:first-child) {
  text-align: right;
  padding: 1rem 2.5rem;
}
.table--financial-highlight tbody tr td:first-child {
  padding-left: 1.5rem;
}
.table--financial-highlight tbody tr td:last-child {
  background-color: #e2e2e280;
  transition: all 0.3s ease-in-out;
}
.table--financial-highlight tbody tr td:not(:first-child) {
  text-align: right;
  width: 120px;
  padding: 1rem 2.5rem;
}
.table--dividend thead tr th {
  text-align: center;
}
@media (max-width: 767.98px) {
  .table--dividend thead tr th:nth-child(1) {
    min-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .table--dividend thead tr th:nth-child(2) {
    min-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .table--dividend thead tr th:nth-child(3) {
    min-width: 200px;
  }
}
.table--dividend tbody tr th,
.table--dividend tbody tr td {
  text-align: center;
}
.table--historical thead tr th:first-child {
  min-width: 290px;
}
.table--historical thead tr th:not(:first-child) {
  text-align: right;
  width: 100px;
  padding: 1rem 1.5rem;
}
.table--historical tbody tr th:not(:first-child),
.table--historical tbody tr td:not(:first-child) {
  text-align: right;
  padding: 1rem 1.5rem;
}
.table--domestic {
  margin-bottom: 0;
}
.table--domestic thead tr th {
  text-align: center;
  vertical-align: top;
  padding: 1rem !important;
}
.table--domestic thead tr th:last-child {
  min-width: 175px;
}
@media (max-width: 1199.98px) {
  .table--domestic thead tr th {
    min-width: 160px;
  }
}
.table--domestic tbody tr th,
.table--domestic tbody tr td {
  text-align: center;
  padding: 1rem !important;
}
.table--domestic tbody tr th:last-child,
.table--domestic tbody tr td:last-child {
  background-color: #ecf3f8;
  transition: all 0.3s ease-in-out;
}
.table--domestic .btn--link {
  transition: all 0.3s ease-in-out;
}
.table--bond {
  margin-bottom: 0;
}
.table--bond thead tr th {
  width: 440px;
}
@media (max-width: 767.98px) {
  .table--bond thead tr th:first-child {
    min-width: 280px;
  }
}
@media (max-width: 767.98px) {
  .table--bond thead tr th:last-child {
    min-width: 260px;
  }
}
.table--international {
  margin-bottom: 0;
}
.table--international thead tr th {
  text-align: center;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .table--international thead tr th {
    min-width: 130px;
  }
}
@media (max-width: 1199.98px) {
  .table--international thead tr th:last-child {
    min-width: 150px;
  }
}
.table--international tbody tr th,
.table--international tbody tr td {
  text-align: center;
}

/** form **/

.form .form__label {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.form .form-control {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.form .form-control::-webkit-input-placeholder {
  font-weight: 300;
}
.form .form-control::-moz-placeholder {
  font-weight: 300;
}
.form .form-control:-ms-input-placeholder {
  font-weight: 300;
}
.form .form-control::-ms-input-placeholder {
  font-weight: 300;
}
.form .form-control::placeholder {
  font-weight: 300;
}
.form--select-year .custom-control-label {
  font-family: "Kanit", sans-serif;
  font-size: 1em;
  line-height: 2;
  font-weight: 300;
}
.form .form__label {
  font-family: "Kanit", sans-serif;
  font-size: 1em;
  line-height: 2;
  font-weight: 600;
}
.form .form-control {
  font-family: "Kanit", sans-serif;
  font-size: 1em;
  line-height: 2;
  font-weight: 400;
}
.form .form-control::-webkit-input-placeholder {
  font-weight: 400;
}
.form .form-control::-moz-placeholder {
  font-weight: 400;
}
.form .form-control:-ms-input-placeholder {
  font-weight: 400;
}
.form .form-control::-ms-input-placeholder {
  font-weight: 400;
}
.form .form-control::placeholder {
  font-weight: 400;
}
.form--select-year .custom-control-label {
  font-family: "Kanit", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form__label {
  color: #474747;
}
.form__divider {
  margin: 2rem 0;
  border-top: 1px solid #e0e0e0;
}
.form-control {
  min-height: 44px;
  color: #474747;
  border-radius: 8px;
}
.form-control::-webkit-input-placeholder {
  color: #a3a3a3;
}
.form-control::-moz-placeholder {
  color: #a3a3a3;
}
.form-control:-ms-input-placeholder {
  color: #a3a3a3;
}
.form-control::-ms-input-placeholder {
  color: #a3a3a3;
}
.form-control::placeholder {
  color: #a3a3a3;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::placeholder {
  opacity: 0;
}
.custom-control-label:before {
  border-radius: 0;
}
.form-group--inline {
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.form-group--inline .form__label {
  margin-bottom: 0;
}
.form-group--custom-control {
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
.form-group--custom-control .form__label {
  margin-bottom: 0;
}
.form-group--custom-control .custom-control-inline {
  margin-right: 0;
}
.form--filter .form-row {
  row-gap: 1rem;
}
.form--filter .input-group {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}
.form--filter .form-control {
  border: 0;
}
.form--filter .form-group--inline {
  margin-bottom: 0;
}
.form--filter .form-group--inline:first-child .select2-container {
  width: 76% !important;
}
@media (max-width: 767.98px) {
  .form--filter .form-group--inline:first-child .select2-container {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .form--filter .form-group--inline {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form--filter .input-group-append {
  justify-content: flex-end;
  width: 44px;
  height: 44px;
}
.form--filter .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  background-color: #B6985A;
  width: 44px;
}
.form--filter-year .form-group--inline {
  margin-bottom: 0;
}

.custom-control-label a {
  color: #474747;
  transition: all 0.3s ease-in-out;
  text-decoration: underline !important;
}
.custom-control-label a:hover {
  color: #B6985A;
}
.form-control:focus {
  border-color: #e2e2e2;
}

.form--select-year {
  margin-bottom: 1rem;
}
.form--select-year .form-row {
  flex-wrap: nowrap;
  align-items: flex-start;
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 1.5rem 1.5rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .form--select-year .form-row {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
}
.form--select-year .form__label {
  color: #474747;
}
.form--select-year .form-group--inline {
  flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  margin-bottom: 0;
}

.custom-control-label:before {
  border-radius: 3px;
  border: 1px solid #B6985A;
  background-color: #fff;
  overflow: hidden;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #B6985A;
  border-color: #B6985A;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #B6985A;
  border-color: #B6985A;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #B6985A;
}

.select2-container .select2-selection__rendered {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.select2-container .select2-results__option {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.select2-container .select2-selection__rendered {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.select2-container .select2-results__option {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.select2 {
  width: 100% !important;
}
.select2-container {
  border-radius: 0 !important;
}
.select2-container .select2-selection--single {
  height: 44px;
  display: contents;
  border-radius: 0 !important;
  box-sizing: border-box;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 44px;
  padding-left: 1rem;
  padding-right: 1.5rem;
  color: #474747;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.select2-container
  .select2-selection--single
  .select2-selection__rendered:hover {
  color: #B6985A;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 44px;
  top: 0;
  height: 100%;
  color: #000;
  background-color: #B6985A;
  border: none;
  border-left: 1px solid transparent;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 400 !important;
  margin: 0 !important;
  -webkit-transform: rotate(0deg);
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.select2-container
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\e904";
}
.select2-container .select2-selection--single[aria-expanded="true"] b {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select2-container .select2-results .select2-results__options {
  color: #474747;
  background-color: #fff;
}
.select2-container .select2-results .select2-results__option {
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}
.select2-container
  .select2-results
  .select2-results__option:not(:last-child):before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 1.75rem);
  height: 1px;
  margin: 0 auto;
  content: "";
}
.select2-container .select2-results .select2-results__option--highlighted {
  color: #474747;
  background-color: #e2e2e2;
}
.select2-container .select2-results .select2-results__option--selected {
  color: #B6985A;
  background-color: transparent;
}
.select2-container .select2-results .select2-results__option--selected:before {
  opacity: 0;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 2px;
}
.select2-dropdown {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px #00000014;
  overflow: hidden;
}

.slider__swiper {
  border-radius: 10px;
}
.slider__img {
  width: 100%;
}
.slider__pagination {
  text-align: left;
  margin-top: 2rem;
}
.slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #B6985A;
  background-color: transparent;
}
.slider__pagination .swiper-pagination-bullet-active {
  background-color: #B6985A;
}
.slider--primary,
.slider--img-auto,
.slider--image-internship,
.slider--gallery {
  position: relative;
}
.slider--primary .slider__pagination,
.slider--img-auto .slider__pagination,
.slider--image-internship .slider__pagination,
.slider--gallery .slider__pagination {
  z-index: 9;
}
.slider--primary .slider__slide,
.slider--img-auto .slider__slide,
.slider--image-internship .slider__slide,
.slider--gallery .slider__slide {
  background-color: #fff;
  height: auto;
}
.slider--primary .slider__active,
.slider--img-auto .slider__active,
.slider--image-internship .slider__active,
.slider--gallery .slider__active {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.slider--primary .slider__navigation,
.slider--img-auto .slider__navigation,
.slider--image-internship .slider__navigation,
.slider--gallery .slider__navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  margin-top: 1.5rem;
}
.slider--primary .slider__btn,
.slider--img-auto .slider__btn,
.slider--image-internship .slider__btn,
.slider--gallery .slider__btn {
  position: relative;
  margin-top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #66c5e9;
}
.slider--primary .slider__btn:after,
.slider--img-auto .slider__btn:after,
.slider--image-internship .slider__btn:after,
.slider--gallery .slider__btn:after {
  display: none;
}
.slider--primary .slider__btn:before,
.slider--img-auto .slider__btn:before,
.slider--image-internship .slider__btn:before,
.slider--gallery .slider__btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #B6985A 0%, #00cc99 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.slider--primary .slider__btn .slider__btn-icon,
.slider--img-auto .slider__btn .slider__btn-icon,
.slider--image-internship .slider__btn .slider__btn-icon,
.slider--gallery .slider__btn .slider__btn-icon {
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.slider--primary .slider__btn .slider__btn-icon:before,
.slider--img-auto .slider__btn .slider__btn-icon:before,
.slider--image-internship .slider__btn .slider__btn-icon:before,
.slider--gallery .slider__btn .slider__btn-icon:before {
  transition: all 0.3s ease-in-out;
}
.slider--primary .slider__btn--prev,
.slider--img-auto .slider__btn--prev,
.slider--image-internship .slider__btn--prev,
.slider--gallery .slider__btn--prev {
  left: 0;
}
.slider--primary .slider__btn--prev .slider__btn-icon,
.slider--img-auto .slider__btn--prev .slider__btn-icon,
.slider--image-internship .slider__btn--prev .slider__btn-icon,
.slider--gallery .slider__btn--prev .slider__btn-icon {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(255, 255, 255, 0) 10px 0px 0px;
}
.slider--primary .slider__btn--prev .slider__btn-icon:before,
.slider--img-auto .slider__btn--prev .slider__btn-icon:before,
.slider--image-internship .slider__btn--prev .slider__btn-icon:before,
.slider--gallery .slider__btn--prev .slider__btn-icon:before {
  content: "\e900";
}
.slider--primary .slider__btn--prev:hover:before,
.slider--img-auto .slider__btn--prev:hover:before,
.slider--image-internship .slider__btn--prev:hover:before,
.slider--gallery .slider__btn--prev:hover:before {
  opacity: 1;
}
.slider--primary .slider__btn--prev:hover .slider__btn-icon:before,
.slider--img-auto .slider__btn--prev:hover .slider__btn-icon:before,
.slider--image-internship .slider__btn--prev:hover .slider__btn-icon:before,
.slider--gallery .slider__btn--prev:hover .slider__btn-icon:before {
  -webkit-transform: translate(-10px);
  transform: translate(-10px);
  color: transparent;
  text-shadow: #fff 10px 0px 0px;
}
.slider--primary .slider__btn--next,
.slider--img-auto .slider__btn--next,
.slider--image-internship .slider__btn--next,
.slider--gallery .slider__btn--next {
  right: 0;
}
.slider--primary .slider__btn--next .slider__btn-icon,
.slider--img-auto .slider__btn--next .slider__btn-icon,
.slider--image-internship .slider__btn--next .slider__btn-icon,
.slider--gallery .slider__btn--next .slider__btn-icon {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(255, 255, 255, 0) -10px 0px 0px;
}
.slider--primary .slider__btn--next .slider__btn-icon:before,
.slider--img-auto .slider__btn--next .slider__btn-icon:before,
.slider--image-internship .slider__btn--next .slider__btn-icon:before,
.slider--gallery .slider__btn--next .slider__btn-icon:before {
  content: "\e908";
}
.slider--primary .slider__btn--next:hover:before,
.slider--img-auto .slider__btn--next:hover:before,
.slider--image-internship .slider__btn--next:hover:before,
.slider--gallery .slider__btn--next:hover:before {
  opacity: 1;
}
.slider--primary .slider__btn--next:hover .slider__btn-icon:before,
.slider--img-auto .slider__btn--next:hover .slider__btn-icon:before,
.slider--image-internship .slider__btn--next:hover .slider__btn-icon:before,
.slider--gallery .slider__btn--next:hover .slider__btn-icon:before {
  -webkit-transform: translate(10px);
  transform: translate(10px);
  color: transparent;
  text-shadow: #fff -10px 0px 0px;
}
.slider--primary .swiper-button-disabled,
.slider--img-auto .swiper-button-disabled,
.slider--image-internship .swiper-button-disabled,
.slider--gallery .swiper-button-disabled {
  opacity: 1;
  background-color: #c2c2c2;
}
.slider--primary .slider__pagination,
.slider--img-auto .slider__pagination,
.slider--image-internship .slider__pagination,
.slider--gallery .slider__pagination {
  text-align: left;
  margin-top: 1.5rem;
}
.slider--gallery .slider__img-wrapper {
  padding-top: 65%;
}
.slider--gallery .slider__swiper {
  border-radius: 0;
}
.slider--gallery .slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider--gallery .slider-gallery__thumbs-gallery {
  margin-top: 1rem;
}
.slider--gallery .slider-gallery__thumbs-gallery .swiper-slide .slider__img {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.slider--gallery
  .slider-gallery__thumbs-gallery
  .swiper-slide-thumb-active
  .slider__img {
  opacity: 1;
}
.slider--highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.slider--highlight:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #0078c7 0%, rgba(0, 120, 199, 0) 100%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .slider--highlight:after {
    width: 100%;
    background: linear-gradient(0deg, #0078c7 0%, rgba(0, 120, 199, 0) 100%);
  }
}
.slider--highlight .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.slider--highlight .slider__swiper {
  border-radius: 10px;
  height: 100% !important;
}
.slider--highlight .slider__img-wrapper {
  position: relative;
  height: 100%;
}
.slider--highlight .slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider--highlight-content .slider__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .slider--highlight-content .slider__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.slider--highlight-content .slider__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.slider--highlight-content .slider__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .slider--highlight-content .slider__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.slider--highlight-content .slider__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.slider--highlight-content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff1a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 520px;
  min-height: 376px;
  border-radius: 10px;
  padding: 2.5rem 2rem 1.5rem;
  margin: 1.25rem;
}
@media (max-width: 991.98px) {
  .slider--highlight-content {
    left: 0;
    right: 0;
    margin: 190px auto 1.5rem;
    width: calc(100% - 48px);
    bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .slider--highlight-content {
    padding: 2.5rem 1.5rem 3.5rem;
    width: calc(100% - 30px);
    margin: 150px auto 30px;
  }
}
.slider--highlight-content .swiper-slide {
  height: auto;
  opacity: 0 !important;
}
.slider--highlight-content .swiper-slide-active {
  opacity: 1 !important;
}
.slider--highlight-content .slider__body-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: -1px;
  left: 1px;
}
.slider--highlight-content .slider__title {
  color: #fff;
  margin-bottom: 1rem;
}
.slider--highlight-content .slider__text {
  color: #fff;
  margin-bottom: 0;
}
.slider--highlight-content .slider__btn {
  margin-top: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slider--highlight-content .slider__pagination {
  position: absolute;
  padding-right: 2rem;
  text-align: right;
  bottom: 20px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .slider--highlight-content .slider__pagination {
    position: relative;
    text-align: left;
    padding-right: 0;
    bottom: -1.5rem;
  }
}
.slider--highlight-content .slider__pagination {
  margin-top: 0;
}
.slider--highlight-content .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.slider--highlight-content .swiper-pagination-bullet-active {
  background-color: #fff;
}
.slider--upcoming .slider__headline,
.slider--upcoming-home .slider__headline {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .slider--upcoming .slider__headline,
  .slider--upcoming-home .slider__headline {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}

.slider-upcoming-bg {
  position: relative;
  /*    background-image:url(/storage/investor/investor-calendar/bg-1.webp);*/
  border-radius: 20px;
  padding: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider--upcoming,
.slider--upcoming-home {
  width: 520px;
  height: 100%;
  border-radius: 20px;
  background-color: #ffffff1a;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .slider--upcoming,
  .slider--upcoming-home {
    width: 100%;
  }
}
.slider--upcoming .swiper-slide,
.slider--upcoming-home .swiper-slide {
  height: auto;
}
.slider--upcoming .card--upcoming-event,
.slider--upcoming-home .card--upcoming-event {
  height: 100%;
}
.slider--upcoming .slider__headline,
.slider--upcoming-home .slider__headline {
  color: #fff;
}
.slider--upcoming .slider__pagination,
.slider--upcoming-home .slider__pagination {
  margin-top: 2rem;
  text-align: left;
}
.slider--upcoming .swiper-pagination-bullet,
.slider--upcoming-home .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.slider--upcoming .swiper-pagination-bullet-active,
.slider--upcoming-home .swiper-pagination-bullet-active {
  background-color: #fff;
}
.slider--upcoming-home .slider__pagination {
  text-align: right;
  margin-top: 0.5rem;
}
.slider--upcoming-home .slider__btn {
  margin-top: 2rem;
}
.slider--image-internship .slider__swiper,
.slider--image-internship .slider__img {
  border-radius: 10px;
}
.slider--our-pride {
  height: 100%;
}
.slider--our-pride .swiper-wrapper {
  transition-timing-function: linear !important;
}
.slider--our-pride .slider__img {
  height: 100%;
}
.slider--our-pride .slider__swiper {
  height: 100%;
  padding: 0;
}
.slider--our-pride .card--our-pride {
  height: 100%;
}
.slider--img-auto .slider__pagination {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.slider--img-auto .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.slider--img-auto .swiper-pagination-bullet-active {
  background-color: #fff;
}
.slider--img-auto .slider__img {
  width: 100%;
  height: 100%;
}
.share-price--full .share-price__set,
.share-price--full .share-price__name-company {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--full .share-price__set,
  .share-price--full .share-price__name-company {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.share-price--full .share-price__title,
.share-price--full .share-price__updated {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.share-price--full .share-price__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .share-price--full .share-price__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .share-price--full .share-price__value {
    font-size: 3rem;
  }
}
.share-price--full .share-price__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--full .share-price__unit {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.share-price--full .share-price__main .share-price__title,
.share-price--full .share-price__main .share-price__value {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .share-price--full .share-price__main .share-price__title,
  .share-price--full .share-price__main .share-price__value {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
@media (max-width: 767.98px) {
  .share-price--full .share-price__main .share-price__title,
  .share-price--full .share-price__main .share-price__value {
    font-family: "Kanit", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
  }
}
.share-price--full .share-price__set,
.share-price--full .share-price__name-company {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--full .share-price__set,
  .share-price--full .share-price__name-company {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.share-price--full .share-price__title,
.share-price--full .share-price__updated {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.share-price--full .share-price__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .share-price--full .share-price__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .share-price--full .share-price__value {
    font-size: 3rem;
  }
}
.share-price--full .share-price__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--full .share-price__unit {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.share-price--full .share-price__main .share-price__title,
.share-price--full .share-price__main .share-price__value {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .share-price--full .share-price__main .share-price__title,
  .share-price--full .share-price__main .share-price__value {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
@media (max-width: 767.98px) {
  .share-price--full .share-price__main .share-price__title,
  .share-price--full .share-price__main .share-price__value {
    font-family: "Kanit", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.share-price--full {
  position: relative;
  background: radial-gradient(
      106.37% 56.78% at 95.37%,
      at 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  background: radial-gradient(
      106.37% 56.78% at 95.37% 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  border-radius: 10px;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .share-price--full {
    padding: 1.5rem;
  }
}
.share-price--full:before {
  position: absolute;
  content: " ";
  background-image: url(/storage/element/element.svg);
  bottom: 0;
  right: 0;
  width: 650px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 991.98px) {
  .share-price--full:before {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .share-price--full:before {
    width: 300px;
  }
}
.share-price--full .share-price__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff3;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .share-price--full .share-price__wrapper {
    padding: 1.5rem;
  }
}
.share-price--full .share-price__symbol {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  width: 198px;
  height: 59px;
}
@media (max-width: 767.98px) {
  .share-price--full .share-price__symbol {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.5rem 1.5rem;
  }
}
.share-price--full .share-price__name-company {
  padding-left: 0.5rem;
  color: #B6985A;
  text-transform: uppercase;
}
.share-price--full .share-price__aside {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 46%;
  max-width: 46%;
  width: 46%;
}
@media (max-width: 991.98px) {
  .share-price--full .share-price__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.share-price--full .share-price__aside .share-price__item {
  color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0 0.75rem;
}
.share-price--full .share-price__aside .share-price__item:first-child {
  padding-top: 0;
}
.share-price--full .share-price__main {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
@media (max-width: 991.98px) {
  .share-price--full .share-price__main {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.share-price--full .share-price__main .share-price__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.75rem 0;
}
@media (max-width: 767.98px) {
  .share-price--full .share-price__main .share-price__item {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
@media (min-width: 992px) {
  .share-price--full .share-price__main .share-price__item:first-child {
    padding-top: 0;
  }
}
.share-price--full .share-price__updated {
  color: #fff;
  margin-top: 1rem;
}
.share-price--home .share-price__symbol,
.share-price--investor .share-price__symbol {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--home .share-price__symbol,
  .share-price--investor .share-price__symbol {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.share-price--home .share-price__title,
.share-price--investor .share-price__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.share-price--home .share-price__value,
.share-price--investor .share-price__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .share-price--home .share-price__value,
  .share-price--investor .share-price__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .share-price--home .share-price__value,
  .share-price--investor .share-price__value {
    font-size: 3rem;
  }
}
.share-price--home .share-price__unit,
.share-price--investor .share-price__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--home .share-price__unit,
  .share-price--investor .share-price__unit {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.share-price--home .share-price__updated,
.share-price--investor .share-price__updated {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.share-price--home .share-price__symbol,
.share-price--investor .share-price__symbol {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--home .share-price__symbol,
  .share-price--investor .share-price__symbol {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.share-price--home .share-price__title,
.share-price--investor .share-price__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.share-price--home .share-price__value,
.share-price--investor .share-price__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .share-price--home .share-price__value,
  .share-price--investor .share-price__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media (min-width: 1200px) {
  .share-price--home .share-price__value,
  .share-price--investor .share-price__value {
    font-size: 3rem;
  }
}
.share-price--home .share-price__unit,
.share-price--investor .share-price__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--home .share-price__unit,
  .share-price--investor .share-price__unit {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.share-price--home .share-price__updated,
.share-price--investor .share-price__updated {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.share-price--home .share-price__symbol,
.share-price--investor .share-price__symbol {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 193px;
  height: 59px;
  border: 1px solid #B6985A;
  border-radius: 8px;
  background-color: #ecf3f8;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}
.share-price--home .share-price__symbol .share-price__set,
.share-price--investor .share-price__symbol .share-price__set,
.share-price--home .share-price__symbol .share-price__name-company,
.share-price--investor .share-price__symbol .share-price__name-company {
  margin-bottom: 0;
}
.share-price--home .share-price__symbol .share-price__name-company,
.share-price--investor .share-price__symbol .share-price__name-company {
  color: #B6985A;
  padding-left: 0.5rem;
}
.share-price--home .share-price__item,
.share-price--investor .share-price__item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.share-price--home .share-price__value,
.share-price--investor .share-price__value {
  color: #00cc99;
}
.share-price--home .share-price__unit,
.share-price--investor .share-price__unit {
  color: #474747;
}
.share-price--investor .share-price__symbol {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--investor .share-price__symbol {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.share-price--investor .share-price__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.share-price--investor .share-price__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .share-price--investor .share-price__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .share-price--investor .share-price__value {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1200px) {
  .share-price--investor .share-price__value {
    font-size: 3rem;
  }
}
.share-price--investor .share-price__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--investor .share-price__unit {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.share-price--investor .share-price__updated {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.share-price--investor .share-price__symbol {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--investor .share-price__symbol {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.share-price--investor .share-price__title {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.share-price--investor .share-price__value {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .share-price--investor .share-price__value {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .share-price--investor .share-price__value {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1200px) {
  .share-price--investor .share-price__value {
    font-size: 3rem;
  }
}
.share-price--investor .share-price__unit {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .share-price--investor .share-price__unit {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.share-price--investor .share-price__updated {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.share-price--investor .share-price__title,
.share-price--investor .share-price__value,
.share-price--investor .share-price__unit,
.share-price--investor .share-price__updated {
  color: #fff;
}
.tab--primary .tab__nav-title,
.tab--vertical .tab__nav-title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.tab--primary .tab__nav-title,
.tab--vertical .tab__nav-title {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.tab--primary {
  width: 100%;
}
.tab--primary .tab__dropdown {
  margin-bottom: 1.5rem;
}
.tab--primary .tab__dropdown-toggle {
  display: none;
  width: 100%;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #000;
  position: relative;
}
.tab--primary .tab__dropdown-toggle-icon {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  right: 10px;
  color: #747678;
  font-size: 1rem;
}
.tab--primary .tab__dropdown-toggle-icon:before {
  content: "\f078";
}
.tab--primary .tab__dropdown-menu {
  display: block;
  position: static;
  min-width: auto;
  padding: 0;
  margin: 0;
  float: none;
  border: 0;
}
.tab--primary .tab__nav {
  display: flex;
  -webkit-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  width: 100%;
  border-bottom: 0;
}
.tab--primary .tab__nav-item {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
}
.tab--primary .tab__nav-link {
  border: 1px solid #e2e2e2;
  color: #474747;
  padding: 0.75rem 1.25rem;
  border-radius: 5px !important;
  margin-bottom: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.tab--primary .tab__nav-link:hover {
  color: #B6985A;
  border-color: #B6985A;
  background-color: #fff;
}
.tab--primary .tab__nav-link.active {
  color: #fff;
  background-color: #B6985A;
  border-color: #B6985A;
}
.tab--primary .tab__sidebar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: 80px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.tab--primary .tab__sidebar-item {
  display: flex;
  width: 100%;
}
.tab--primary .tab__sidebar-item:not(:first-child) .tab__sidebar-link {
  border-top: 0;
}
.tab--primary .tab__sidebar-link {
  border-width: 1px;
  border-color: #747678;
  border-style: solid;
  padding: 0.5rem;
  color: #000;
  border-radius: 0 !important;
  margin-bottom: 0;
  text-align: center;
}
.tab--primary .tab__sidebar-link:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.tab--primary .tab__sidebar-link.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.tab--primary.is-fixed .tab__sidebar {
  opacity: 1;
  pointer-events: visible;
}
.tab--primary.collapsed .tab__sidebar {
  display: none;
}
.tab--primary.collapsed .tab__dropdown-toggle {
  display: block;
}
.tab--primary.collapsed .tab__dropdown-menu {
  position: absolute;
  min-width: 100%;
  display: none;
  border-radius: 4px;
  border: 1px solid #000;
  overflow: hidden;
  margin-top: 0.25rem;
}
.tab--primary.collapsed .tab__dropdown-menu.show {
  display: block;
}
.tab--primary.collapsed .tab__nav {
  flex-direction: column;
}
.tab--primary.collapsed .tab__nav-item:last-child .tab__nav-link {
  border-bottom: 0;
}
.tab--primary.collapsed .tab__nav-link {
  border: 0;
  border-bottom: 1px solid #000;
}
.tab--vertical {
  display: flex;
  width: 100%;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.tab--vertical .tab__dropdown {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.tab--vertical .tab__dropdown-toggle {
  display: none;
}
.tab--vertical .tab__dropdown-menu {
  display: block;
  position: static;
  min-width: auto;
  padding: 0;
  margin: 0;
  float: none;
  border: 0;
}
.tab--vertical .tab__nav {
  display: flex;
  width: 100%;
  border-bottom: 0;
  flex-direction: column;
  row-gap: 0.5rem;
}
.tab--vertical .tab__nav-item {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
}
.tab--vertical .tab__nav-link {
  border-width: 1px;
  border-color: #e2e2e2;
  border-style: solid;
  padding: 0.75rem 1.25rem;
  color: #474747;
  border-radius: 5px !important;
  margin-bottom: 0;
  text-align: center;
}
.tab--vertical .tab__nav-link:hover {
  color: #B6985A;
  border-color: #B6985A;
  background-color: #fff;
}
.tab--vertical .tab__nav-link.active {
  color: #fff;
  background-color: #B6985A;
  border-color: #B6985A;
}
.tab--vertical .tab__tab-content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
.tab--slider {
  width: 100%;
}
.tab--slider .tab__dropdown {
  margin-bottom: 1.5rem;
}
.tab--slider .tab__dropdown-toggle {
  display: none;
  width: 100%;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #000;
  position: relative;
}
.tab--slider .tab__dropdown-toggle-icon {
  font-family: "Font Awesome 6 Pro" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  right: 10px;
  color: #747678;
  font-size: 1rem;
}
.tab--slider .tab__dropdown-toggle-icon:before {
  content: "\f078";
}
.tab--slider .tab__dropdown-menu {
  overflow: hidden;
  display: block;
  position: static;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
  border: 0;
}
@media (max-width: 1199.98px) {
  .tab--slider .tab__dropdown-menu {
    overflow-x: auto;
  }
}
.tab--slider .tab__nav {
  display: flex;
  width: 100%;
  border-bottom: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.tab--slider .tab__nav-item {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
}
.tab--slider .tab__nav-item:not(:first-child) .tab__nav-link {
  border-left: 0;
}
.tab--slider .tab__nav-link {
  border-width: 1px;
  border-color: #747678;
  border-style: solid;
  padding: 0.75rem 1.25rem;
  color: #000;
  border-radius: 0 !important;
  margin-bottom: 0;
  text-align: center;
}
.tab--slider .tab__nav-link:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.tab--slider .tab__nav-link.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.tab--slider .tab__sidebar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: 80px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.tab--slider .tab__sidebar-item {
  display: flex;
  width: 100%;
}
.tab--slider .tab__sidebar-item:not(:first-child) .tab__sidebar-link {
  border-top: 0;
}
.tab--slider .tab__sidebar-link {
  border-width: 1px;
  border-color: #747678;
  border-style: solid;
  padding: 0.5rem;
  color: #000;
  border-radius: 0 !important;
  margin-bottom: 0;
  text-align: center;
}
.tab--slider .tab__sidebar-link:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.tab--slider .tab__sidebar-link.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.tab--slider.is-fixed .tab__sidebar {
  opacity: 1;
  pointer-events: visible;
}
.tab--slider .tab__btn {
  position: absolute;
  top: 0;
  width: 1.5rem;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.15s ease-in-out;
  border: 1px solid #000;
}
.tab--slider .tab__btn.disabled {
  opacity: 0;
  pointer-events: none;
}
.tab--slider .tab__btn--prev {
  left: 0;
}
.tab--slider .tab__btn--next {
  right: 0;
}
.tab--slider.collapsed .tab__sidebar {
  display: none;
}
.tab--slider.collapsed .tab__dropdown-toggle {
  display: block;
}
.tab--slider.collapsed .tab__dropdown-menu {
  position: absolute;
  min-width: 100%;
  display: none;
  border-radius: 4px;
  border: 1px solid #000;
  overflow: hidden;
  margin-top: 0.25rem;
}
.tab--slider.collapsed .tab__dropdown-menu.show {
  display: block;
}
.tab--slider.collapsed .tab__nav {
  flex-direction: column;
}
.tab--slider.collapsed .tab__nav-item:last-child .tab__nav-link {
  border-bottom: 0;
}
.tab--slider.collapsed .tab__nav-link {
  border: 0;
  border-bottom: 1px solid #000;
}
.subscribed {
  min-height: calc(100svh - 100px);
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
}
.subscribed .subscribed__body {
  flex: 1;
}
.home-investor .home-investor__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .home-investor .home-investor__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.home-investor .home-investor__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .home-investor .home-investor__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.home-investor .home-investor__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .home-investor .home-investor__heading {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.home-investor .home-investor__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .home-investor .home-investor__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.home-investor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 991.98px) {
  .home-investor {
    flex-direction: column;
  }
}
.home-investor .home-investor__share-price {
  padding: 2rem;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 767.98px) {
  .home-investor .home-investor__share-price {
    padding: 1.5rem;
  }
}
.home-investor .home-investor__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.home-investor .home-investor__document {
  position: relative;
  padding: 2rem;
  border-radius: 8px;
  background: radial-gradient(
      106.37% 56.78% at 95.37%,
      at 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  background: radial-gradient(
      106.37% 56.78% at 95.37% 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
}
@media (max-width: 767.98px) {
  .home-investor .home-investor__document {
    padding: 1.5rem;
  }
}
.home-investor .home-investor__document:before {
  position: absolute;
  content: " ";
  background-image: url(/storage/element/element.svg);
  bottom: 0;
  right: 0;
  width: 100%;
  height: 225px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 767.98px) {
  .home-investor .home-investor__document:before {
    height: 170px;
  }
}
.home-investor .home-investor__document .home-investor__title,
.home-investor .home-investor__document .home-investor__btn {
  position: relative;
  z-index: 1;
}
.home-investor .home-investor__document .home-investor__heading,
.home-investor .home-investor__document .home-investor__title {
  color: #fff;
}
.home-investor .home-investor__document .home-investor__btn {
  margin-top: 1.5rem;
}
.home-investor .home-investor__btn-group {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 1rem;
}
.home-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 30px;
}
@media (max-width: 1199.98px) {
  .home-wrapper {
    flex-direction: column;
  }
}
.home-wrapper .home-wrapper__latest-news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 73%;
  max-width: 73%;
  width: 73%;
}
@media (max-width: 1639.98px) {
  .home-wrapper .home-wrapper__latest-news {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 65%;
    max-width: 65%;
    width: 65%;
  }
}
@media (max-width: 1199.98px) {
  .home-wrapper .home-wrapper__latest-news {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.home-wrapper .home-wrapper__latest-news .home-wrapper__aside {
  display: flex;
  height: 100%;
}
.home-wrapper .home-wrapper__publication {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
@media (max-width: 1639.98px) {
  .home-wrapper .home-wrapper__publication {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32%;
    max-width: 32%;
    width: 32%;
  }
}
@media (max-width: 1199.98px) {
  .home-wrapper .home-wrapper__publication {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.home-wrapper .home-wrapper__publication .home-wrapper__aside {
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.home-wrapper .home-wrapper__btn {
  margin-top: 1.5rem;
}
.home-wrapper .card--report-full {
  height: 100%;
}
.home-wrapper .card--report-full .card__body {
  height: 100%;
  justify-content: center;
}
.contact-us .contact-us__company {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .contact-us .contact-us__company {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.contact-us .contact-us__address {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .contact-us .contact-us__address {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.contact-us .contact-us__company {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .contact-us .contact-us__company {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.contact-us .contact-us__address {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .contact-us .contact-us__address {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.contact-us {
  margin-top: 2rem;
}
.contact-us .contact-us__company {
  margin-bottom: 0.5rem;
}
.contact-us .contact-us__address {
  margin-bottom: 0;
}
.contact-us .contact-us__btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.contact-us .contact-us__btn .btn--link {
  display: inline-flex;
  align-items: flex-end;
  min-width: 115px;
}
.contact-us .contact-us__btn .btn--link .btn__icon {
  margin-bottom: 3px;
}
.leadership-detail .leadership-detail__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .leadership-detail .leadership-detail__heading {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.leadership-detail .leadership-detail__text,
.leadership-detail .list-bullet--leadership {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.leadership-detail .leadership-detail__heading {
  font-family: "Kanit", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .leadership-detail .leadership-detail__heading {
    font-size: calc(1.046875rem + 0.1875vw);
  }
}
.leadership-detail .leadership-detail__text,
.leadership-detail .list-bullet--leadership {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.leadership-detail .leadership-detail__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .leadership-detail .leadership-detail__sticky {
    top: 8rem;
  }
}
@media (max-width: 991.98px) {
  .leadership-detail .leadership-detail__sticky {
    overflow: hidden;
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .leadership-detail .card__img-wrapper {
    padding-top: 118.571429%;
  }
}
@media (max-width: 991.98px) {
  .leadership-detail .leadership-detail__body {
    margin-top: 2rem;
  }
}
.leadership-detail .leadership-detail__header {
  padding-bottom: 1.5rem;
}
.leadership-detail .leadership-detail__item {
  border-top: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}
.leadership-detail .leadership-detail__heading {
  margin-bottom: 0.5rem;
}
.leadership-detail .leadership-detail__btn {
  border-top: 1px solid #e0e0e0;
  padding-top: 3rem;
}
.leadership-detail .list-bullet--leadership {
  margin-bottom: 0;
}
.news-detail .news-detail__headline {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .news-detail .news-detail__headline {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.news-detail .news-detail__date {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.news-detail .news-detail__disclaimer {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.news-detail .news-detail__headline {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .news-detail .news-detail__headline {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.news-detail .news-detail__date {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.news-detail .news-detail__disclaimer {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.news-detail .news-detail__header {
  margin-bottom: 3rem;
}
.news-detail .news-detail__headline {
  margin-bottom: 0.5rem;
}
.news-detail .news-detail__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .news-detail .news-detail__item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.news-detail .news-detail__body img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 3rem;
}
.news-detail .news-detail__body img:not([class]) {
  width: 100%;
  height: auto;
  display: block;
}
.news-detail .news-detail__body p:last-child {
  margin-bottom: 0;
}
.news-detail .news-detail__body video {
  width: 100% !important;
}
.news-detail .news-detail__gallery {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.news-detail .news-detail__bg-grey {
  background-color: #f2f2f2;
  padding: 1.5rem;
  margin-top: 2rem;
}
.news-detail .news-detail__btn {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 2rem;
  margin-top: 4rem;
}
.banner-overview .banner-overview__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .banner-overview .banner-overview__title {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.banner-overview .banner-overview__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.banner-overview .banner-overview__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .banner-overview .banner-overview__title {
    font-size: calc(1.4375rem + 1.75vw);
  }
}
.banner-overview .banner-overview__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.banner-overview {
  position: relative;
  background-color: #000;
  height: calc(100svh - 6.25rem);
}
@media (max-width: 991.98px) {
  .banner-overview {
    height: calc(80svh - 5.625rem);
  }
}
@media (max-width: 767.98px) {
  .banner-overview {
    height: calc(100svh - 5rem);
  }
}
.banner-overview .banner-overview__wrapper {
  height: 100%;
}
.banner-overview:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 801px;
  height: 100%;
  background: linear-gradient(90deg, #0078c7 0%, rgba(0, 120, 199, 0) 100%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-overview:before {
    width: 100%;
    background: linear-gradient(0deg, #0078c7 0%, rgba(0, 120, 199, 0) 100%);
  }
}
.banner-overview .banner-overview__wrapper {
  position: relative;
}
.banner-overview .banner-overview__video,
.banner-overview .banner-overview__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.banner-overview .banner-overview__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2rem;
  width: 450px;
  height: auto;
  padding: 2rem;
  background-color: #ffffff1a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .banner-overview .banner-overview__body {
    top: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 1rem;
    left: 0;
    right: 0;
    width: calc(100% - 78px);
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .banner-overview .banner-overview__body {
    width: calc(100% - 48px);
    padding: 1.5rem 1.5rem 2rem;
  }
}
.banner-overview .banner-overview__body .banner-overview__title {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}
.banner-overview
  .banner-overview__body
  .banner-overview__aside
  .banner-overview__text {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.banner-overview .banner-overview__body .banner-overview__scroll {
  text-align: center;
  margin-top: 1.5rem;
}
.banner-overview
  .banner-overview__body
  .banner-overview__scroll
  .banner-overview__text {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}
.banner-overview--pttep .banner-overview__img {
  object-position: center;
}
.banner-overview--investor .banner-overview__body {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media (max-width: 767.98px) {
  .banner-overview--investor .banner-overview__body {
    padding: 2rem;
  }
}
.major-shareholder .major-shareholder__bg {
  position: relative;
  background-color: #ecf3f8;
  border-radius: 8px;
  padding: 2rem;
}
.major-shareholder .major-shareholder__bg:before {
  position: absolute;
  content: " ";
  background-image: url(/storage/element/element.svg);
  bottom: 0;
  right: 0;
  width: 490px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 991.98px) {
  .major-shareholder .major-shareholder__bg:before {
    width: 350px;
  }
}
@media (max-width: 767.98px) {
  .major-shareholder .major-shareholder__bg:before {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .major-shareholder .major-shareholder__bg {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .major-shareholder .major-shareholder__bg {
    padding: 2rem 1rem;
  }
}

.financial-performance .financial-performance__label {
  font-family: "Kanit", sans-serif;
  font-size: 1em;
  line-height: 2;
  font-weight: 600;
}
.financial-performance .financial-performance__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.financial-performance .financial-performance__label {
  padding-top: 0.25rem;
}
/*
.financial-performance .tab-content #ytd .form--select-year{
    display:none
}
*/
.investor-overview .investor-overview__heading {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .investor-overview .investor-overview__heading {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.investor-overview .investor-overview__heading {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .investor-overview .investor-overview__heading {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.investor-overview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.investor-overview .investor-overview__heading {
  margin-bottom: 1rem;
}
.investor-overview .investor-overview__btn {
  margin-top: 2rem;
}
.investor-overview .investor-overview__share-price {
  position: relative;
  border-radius: 10px;
  background: radial-gradient(
      106.37% 56.78% at 95.37%,
      at 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  background: radial-gradient(
      106.37% 56.78% at 95.37% 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  padding: 2rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 49%;
  max-width: 49%;
  width: 49%;
}
@media (max-width: 991.98px) {
  .investor-overview .investor-overview__share-price {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .investor-overview .investor-overview__share-price {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .investor-overview .investor-overview__share-price {
    padding: 1rem;
  }
}
.investor-overview .investor-overview__share-price:before {
  position: absolute;
  content: " ";
  background-image: url(/storage/element/element-3.svg);
  bottom: 0;
  right: 0;
  width: 490px;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 1199.98px) {
  .investor-overview .investor-overview__share-price:before {
    width: 450px;
    height: 310px;
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .investor-overview .investor-overview__share-price:before {
    width: 380px;
    height: 280px;
  }
}
@media (max-width: 991.98px) {
  .investor-overview .investor-overview__share-price:before {
    width: 350px;
    height: 260px;
  }
}
.investor-overview .investor-overview__share-price .investor-overview__heading {
  color: #fff;
}
.investor-overview .investor-overview__financial {
  border-radius: 10px;
  border: 1px solid #B6985A;
  padding: 1.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 49%;
  max-width: 49%;
  width: 49%;
}
@media (max-width: 991.98px) {
  .investor-overview .investor-overview__financial {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .investor-overview .investor-overview__financial {
    padding: 1rem;
  }
}
@media only screen and (min-height: 530px) and (max-height: 710px) and (min-width: 1200px) and (max-width: 1400px) {
  .investor-overview .investor-overview__financial .chart .echarts {
    height: 250px;
  }
}
.investor-news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 30px;
}
@media (max-width: 1199.98px) {
  .investor-news {
    flex-wrap: wrap;
  }
}
.investor-news .investor-news__set-announcement {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 73%;
  max-width: 73%;
  width: 73%;
}
@media (max-width: 1639.98px) {
  .investor-news .investor-news__set-announcement {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 65%;
    max-width: 65%;
    width: 65%;
  }
}
@media (max-width: 1199.98px) {
  .investor-news .investor-news__set-announcement {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.investor-news .investor-news__set-announcement .investor-news__aside {
  display: flex;
  align-items: center;
}
.investor-news .investor-news__report {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
@media (max-width: 1639.98px) {
  .investor-news .investor-news__report {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32%;
    max-width: 32%;
    width: 32%;
  }
}
@media (max-width: 1199.98px) {
  .investor-news .investor-news__report {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.investor-news .investor-news__aside {
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.investor-news .investor-news__btn {
  margin-top: 1.5rem;
}
.banner-vision .banner-vision__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .banner-vision .banner-vision__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.banner-vision .banner-vision__text {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .banner-vision .banner-vision__text {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
@media only screen and (min-height: 530px) and (max-height: 580px) and (min-width: 1200px) and (max-width: 1400px) {
  .banner-vision .banner-vision__text {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
@media only screen and (min-height: 530px) and (max-height: 580px) and (min-width: 1200px) and (max-width: 1400px) and (max-width: 1200px) {
  .banner-vision .banner-vision__text {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
.banner-vision .banner-vision__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .banner-vision .banner-vision__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.banner-vision .banner-vision__text {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .banner-vision .banner-vision__text {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
@media only screen and (min-height: 530px) and (max-height: 580px) and (min-width: 1200px) and (max-width: 1400px) {
  .banner-vision .banner-vision__text {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
@media only screen and (min-height: 530px) and (max-height: 580px) and (min-width: 1200px) and (max-width: 1400px) and (max-width: 1200px) {
  .banner-vision .banner-vision__text {
    font-size: calc(1.1875rem + 0.75vw);
  }
}
.banner-vision {
  position: relative;
  height: calc(100vh - 6.299rem);
}
@media (max-width: 1199.98px) {
  .banner-vision {
    height: calc(100vh - 5.674rem);
  }
}
@media (max-width: 767.98px) {
  .banner-vision {
    height: calc(100vh - 4.424rem);
  }
}
.banner-vision .banner-vision__bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-vision .banner-vision__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/storage/our-overview/vision-mission-and-values/bg-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: zoomIn 5s ease-out;
  animation: zoomIn 5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.banner-vision .banner-vision__body-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: flex-end;
  height: 100%;
  top: 15rem;
}
@media (min-width: 576px) {
  .banner-vision .banner-vision__body-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .banner-vision .banner-vision__body-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .banner-vision .banner-vision__body-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .banner-vision .banner-vision__body-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1640px) {
  .banner-vision .banner-vision__body-wrapper {
    max-width: 1560px;
  }
}
@media only screen and (min-height: 530px) and (max-height: 580px) and (min-width: 1200px) and (max-width: 1400px) {
  .banner-vision .banner-vision__body-wrapper {
    top: 12rem;
  }
}
@media (max-width: 991.98px) {
  .banner-vision .banner-vision__body-wrapper {
    top: 33rem;
  }
}
@media (max-width: 767.98px) {
  .banner-vision .banner-vision__body-wrapper {
    top: 24rem;
  }
}
.banner-vision .banner-vision__body {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 991.98px) {
  .banner-vision .banner-vision__body {
    flex-direction: column;
    justify-content: center;
  }
}
.banner-vision .banner-vision__item {
  position: relative;
  border-radius: 10px;
  color: #fff;
  background: radial-gradient(
      106.37% 56.78% at 95.37%,
      at 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  background: radial-gradient(
      106.37% 56.78% at 95.37% 86.84%,
      rgba(122, 184, 0, 0.2) 0%,
      rgba(122, 184, 0, 0) 100%
    ),
    #0077a4;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  min-width: 540px;
  min-height: 344px;
  padding: 2rem;
}
@media (max-width: 1199.98px) {
  .banner-vision .banner-vision__item {
    min-width: 400px;
  }
}
@media only screen and (min-height: 530px) and (max-height: 580px) and (min-width: 1200px) and (max-width: 1400px) {
  .banner-vision .banner-vision__item {
    min-height: 260px;
  }
}
@media (max-width: 991.98px) {
  .banner-vision .banner-vision__item {
    min-width: 100%;
    min-height: 300px;
  }
}
@media (max-width: 767.98px) {
  .banner-vision .banner-vision__item {
    padding: 1.5rem;
    min-height: 250px;
  }
}
.banner-vision .banner-vision__item:before {
  position: absolute;
  content: " ";
  background-image: url(/storage/element/element.svg);
  right: 0;
  bottom: 0;
  width: 450px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.banner-vision .banner-vision__title {
  color: #fff;
  margin-bottom: 0.5rem;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.mapplic-list-container h4 {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.mapplic-tooltip-body .mapplic-tooltip-title,
.mapplic-tooltip-body .mapplic-tooltip__excerpt {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.mapplic-tooltip-body .mapplic-tooltip__excerpt span {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .mapplic-tooltip-body .mapplic-tooltip__excerpt span {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.mapplic-list-container h4 {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.mapplic-tooltip-body .mapplic-tooltip-title,
.mapplic-tooltip-body .mapplic-tooltip__excerpt {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.mapplic-tooltip-body .mapplic-tooltip__excerpt span {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .mapplic-tooltip-body .mapplic-tooltip__excerpt span {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.mapplic-list-container {
  background-color: #ecf3f8;
  box-shadow: none;
  padding: 4rem 2rem;
}
@media (max-width: 991.98px) {
  .mapplic-list-container {
    padding: 2rem;
  }
}
.mapplic-list-container h4 {
  text-transform: none;
  color: #474747;
  transition: all 0.3s ease-in-out;
}
.mapplic-dir-item a {
  padding: 0.75rem 0 !important;
  border-bottom: 1px solid #e2e2e2;
  border-left: 0;
  transition: all 0.3s ease-in-out;
}
.mapplic-dir-item:hover a {
  padding-left: 2rem !important;
  background-color: #fff !important;
  border-bottom: 1px solid #B6985A;
}
.mapplic-dir-item:hover h4 {
  color: #B6985A;
}
.mapplic-dir-item .mapplic-active a {
  background-color: #fff;
  padding: 0;
  border-bottom: 1px solid #B6985A;
}
.mapplic-pin {
  pointer-events: none !important;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
}
.mapplic-pin:before {
  content: url(/storage/projects/icon/pin.svg);
}
.mapplic-sidebar-toggle {
  width: 32px;
  height: 32px;
  background-color: #c2c2c2;
}
.mapplic-icon {
  width: 20px;
  height: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mapplic-tooltip-close {
  display: none;
}
.mapplic-tooltip-wrap {
  border-radius: 3px;
  padding: 1rem;
  box-shadow: 0 4px 8px #00000014;
}
.mapplic-tooltip-body {
  padding: 0;
}
.mapplic-tooltip-title {
  text-transform: none;
  color: #474747;
  margin-bottom: 1rem;
}
.mapplic-tooltip__excerpt {
  color: #474747;
  margin-bottom: 1rem;
}
.mapplic-tooltip__excerpt span {
  color: #00cc99;
}
.corporate-value .corporate-value__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .corporate-value .corporate-value__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.corporate-value .corporate-value__subtitle {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .corporate-value .corporate-value__subtitle {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.corporate-value .corporate-value__item .corporate-value__text-highlight {
  font-family: "Kanit", sans-serif;
  font-size: 5.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: calc(2.046875rem + 4.1875vw);
  }
}
@media (min-width: 1640px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: 8rem;
  }
}
@media (max-width: 1199.98px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: 4.375rem;
  }
}
@media (max-width: 991.98px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: 5.1875rem;
  }
}
@media (max-width: 767.98px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: 3.75rem;
  }
}
.corporate-value .corporate-value__item .corporate-value__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .corporate-value .corporate-value__item .corporate-value__text {
    font-size: 0.875rem;
  }
}
.corporate-value .corporate-value__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .corporate-value .corporate-value__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.corporate-value .corporate-value__subtitle {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .corporate-value .corporate-value__subtitle {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.corporate-value .corporate-value__item .corporate-value__text-highlight {
  font-family: "Kanit", sans-serif;
  font-size: 5.1875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: calc(2.046875rem + 4.1875vw);
  }
}
@media (min-width: 1640px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: 8rem;
  }
}
@media (max-width: 1199.98px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: 4.375rem;
  }
}
@media (max-width: 991.98px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: 5.1875rem;
  }
}
@media (max-width: 767.98px) {
  .corporate-value .corporate-value__item .corporate-value__text-highlight {
    font-size: 3.75rem;
  }
}
.corporate-value .corporate-value__item .corporate-value__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .corporate-value .corporate-value__item .corporate-value__text {
    font-size: 0.875rem;
  }
}
.corporate-value {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2e2e2;
  z-index: -1;
  padding-top: 20rem;
  padding-bottom: 6rem;
}
@media only screen and (min-height: 530px) and (max-height: 580px) and (min-width: 1200px) and (max-width: 1400px) {
  .corporate-value {
    padding-top: 16rem;
  }
}
@media (max-width: 991.98px) {
  .corporate-value {
    padding-top: 37rem;
  }
}
@media (max-width: 767.98px) {
  .corporate-value {
    height: auto;
    padding-top: 28rem;
    padding-bottom: 4rem;
  }
}
.corporate-value .corporate-value__title {
  margin-bottom: 2rem;
}
.corporate-value .corporate-value__body-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
@media (min-width: 576px) {
  .corporate-value .corporate-value__body-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .corporate-value .corporate-value__body-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .corporate-value .corporate-value__body-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .corporate-value .corporate-value__body-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1640px) {
  .corporate-value .corporate-value__body-wrapper {
    max-width: 1560px;
  }
}
.corporate-value .corporate-value__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.corporate-value .corporate-value__item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .corporate-value .corporate-value__item-wrapper {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .corporate-value .corporate-value__item-wrapper {
    margin: 1rem 0;
    row-gap: 0.5rem;
  }
}
.corporate-value .corporate-value__unit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .corporate-value .corporate-value__unit {
    flex-direction: column;
    width: 100%;
  }
}
.corporate-value .corporate-value__item {
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #fff;
  width: 182px;
  min-height: 282px;
  height: 100%;
  text-align: center;
  padding: 0.25rem;
}
@media (max-width: 1639.98px) {
  .corporate-value .corporate-value__item {
    padding: 0.5rem 0.5rem 1.5rem;
    width: 132px;
    min-height: 178px;
  }
}
@media (max-width: 1199.98px) {
  .corporate-value .corporate-value__item {
    width: 110px;
    min-height: 165px;
  }
}
@media (max-width: 991.98px) {
  .corporate-value .corporate-value__item {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .corporate-value .corporate-value__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding: 1.5rem;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .corporate-value .corporate-value__text-highlight {
    min-width: 38px;
  }
}
.corporate-value .corporate-value__text span {
  padding-top: 0.25rem;
}
@media (max-width: 767.98px) {
  .corporate-value .corporate-value__text {
    text-align: left;
  }
}
.corporate-value
  .corporate-value__unit:nth-child(1)
  .corporate-value__item:nth-child(1)
  .corporate-value__text-highlight {
  color: #00cc99;
  font-style: italic;
}
.corporate-value
  .corporate-value__unit:nth-child(1)
  .corporate-value__item:nth-child(1)
  .corporate-value__text {
  color: #00cc99;
}
.corporate-value
  .corporate-value__unit:nth-child(1)
  .corporate-value__item:nth-child(2)
  .corporate-value__text-highlight {
  color: #1b1466;
  font-style: italic;
}
.corporate-value
  .corporate-value__unit:nth-child(1)
  .corporate-value__item:nth-child(2)
  .corporate-value__text {
  color: #1b1466;
}
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(1)
  .corporate-value__text-highlight,
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(1)
  .corporate-value__text {
  color: #00b0f0;
}
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(2)
  .corporate-value__text-highlight,
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(2)
  .corporate-value__text {
  color: #f8df00;
}
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(3)
  .corporate-value__text-highlight,
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(3)
  .corporate-value__text {
  color: #ec8b10;
}
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(4)
  .corporate-value__text-highlight,
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(4)
  .corporate-value__text {
  color: #00b341;
}
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(5)
  .corporate-value__text-highlight,
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(5)
  .corporate-value__text {
  color: #005fb8;
}
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(6)
  .corporate-value__text-highlight,
.corporate-value
  .corporate-value__unit:nth-child(2)
  .corporate-value__item:nth-child(6)
  .corporate-value__text {
  color: #e6002a;
}
.our-journey .our-journey__date {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .our-journey .our-journey__date {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.our-journey .our-journey__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .our-journey .our-journey__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.our-journey .our-journey__date {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .our-journey .our-journey__date {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.our-journey .our-journey__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .our-journey .our-journey__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.our-journey {
  position: relative;
}
.our-journey .our-journey__img-element {
  position: absolute;
  display: block;
  top: 10rem;
  left: 0;
  width: 633px;
  height: 1000px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1639.98px) {
  .our-journey .our-journey__img-element {
    width: 625px;
    height: 785px;
  }
}
@media (max-width: 1199.98px) {
  .our-journey .our-journey__img-element {
    top: 11rem;
  }
}
@media (max-width: 991.98px) {
  .our-journey .our-journey__img-element {
    display: none;
  }
}
@media only screen and (min-height: 850px) and (max-height: 1200px) and (min-width: 1900px) and (max-width: 2800px) {
  .our-journey .our-journey__img-element {
    width: 910px;
    height: 1100px;
  }
}
@media only screen and (min-height: 1000px) and (max-height: 1500px) and (min-width: 1024px) and (max-width: 1199px) {
  .our-journey .our-journey__img-element {
    top: 24rem;
  }
}
.our-journey .our-journey__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  z-index: 1;
}
.our-journey .our-journey__date {
  color: #B6985A;
  margin-bottom: 0.5rem;
}
.our-journey .our-journey__title {
  margin-bottom: 0;
}
.our-journey .our-journey__item {
  margin-bottom: 3rem;
}
.our-journey .our-journey__item:last-child {
  margin-bottom: 0;
}
.our-journey .our-journey__img {
  width: 100%;
  border-radius: 10px;
}
.spotlight .spotlight__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .spotlight .spotlight__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.spotlight .spotlight__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.spotlight .spotlight__title {
  font-family: "Kanit", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .spotlight .spotlight__title {
    font-size: calc(1.109375rem + 0.4375vw);
  }
}
.spotlight .spotlight__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.spotlight .spotlight__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 3rem;
}
.spotlight .spotlight__item:last-child {
  margin-bottom: 0;
}
.spotlight .spotlight__img-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .spotlight .spotlight__img-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.spotlight .spotlight__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spotlight .spotlight__body {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
}
@media (max-width: 991.98px) {
  .spotlight .spotlight__body {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.spotlight .spotlight__title {
  margin-bottom: 0.5rem;
}
.spotlight .spotlight__btn {
  margin-top: 1.5rem;
}
.following-plan .following-plan__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .following-plan .following-plan__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.following-plan .following-plan__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.following-plan .following-plan__title {
  font-family: "Kanit", sans-serif;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .following-plan .following-plan__title {
    font-size: calc(1.265625rem + 1.0625vw);
  }
}
.following-plan .following-plan__text {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.following-plan {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.following-plan:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 130.95%
  );
}
.following-plan .following-plan__body {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.following-plan .following-plan__item {
  border-radius: 10px;
  background-color: #ffffff1a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .following-plan .following-plan__item {
    padding: 1.5rem;
    text-align: center;
  }
}
.following-plan .following-plan__title,
.following-plan .following-plan__text {
  color: #fff;
  margin-bottom: 1rem;
}
.following-plan .following-plan__text:last-child {
  margin-bottom: 0;
}
.net-zero {
  background-color: #ecf3f8;
  padding: 3rem 1rem 0.5rem;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .net-zero {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .net-zero .net-zero__img--desktop {
    display: none;
  }
}
@media (min-width: 576px) {
  .net-zero .net-zero__img--mobile {
    display: none;
  }
}
.net-zero .net-zero__img {
  width: 100%;
  height: 450px;
}
@media (max-width: 1639.98px) {
  .net-zero .net-zero__img {
    height: 310px;
  }
}
@media (max-width: 767.98px) {
  .net-zero .net-zero__img {
    height: 600px;
  }
}
a[data-v-1cd96dd9]:hover {
  cursor: pointer;
}

.ks-cboxtags {
  display: inline-block;
}
.ks-cboxtags label {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(139, 139, 139, 0.3);
  color: #adadad;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 400;
}

.ks-cboxtags label {
  padding: 8px 22px;
  cursor: pointer;
}
.ks-cboxtags label::before {
  display: none;
}

.ks-cboxtags input[type="checkbox"]:checked + label::before {
  display: none;
}

.ks-cboxtags input[type="checkbox"]:checked + label {
  border: 1px solid #717171;
  background-color: #717171;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.ks-cboxtags input[type="checkbox"] {
  display: none;
}
.ks-cboxtags input[type="checkbox"] {
  visibility: hidden;
}
.ks-cboxtags input[type="checkbox"] {
  -webkit-appearance: none; /* For older WebKit browsers */
  appearance: none;
}

.table--financial-highlight thead th {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .table--financial-highlight thead th {
    font-size: calc(1.09375rem + 0.375vw);
  }
}
.table--financial-highlight thead th:last-child {
  font-weight: 500;
}
.table--financial-highlight tbody td {
  font-family: "Kanit", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1200px) {
  .table--financial-highlight tbody td {
    font-size: calc(1.09375rem + 0.375vw);
  }
}
.table--financial-highlight tbody td:last-child {
  font-weight: 500;
}
.table--financial-highlight thead tr:not(:first-child),
.table--financial-highlight thead th:not(:first-child) {
  text-align: right;
  padding-right: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .table--financial-highlight thead tr:not(:first-child),
  .table--financial-highlight thead th:not(:first-child) {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .table--financial-highlight thead tr:first-child,
  .table--financial-highlight thead th:first-child {
    padding: 1rem 1.5rem;
  }
}
.table--financial-highlight tbody tr td:not(:first-child) {
  text-align: right;
  white-space: nowrap;
  padding-right: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .table--financial-highlight tbody tr td:not(:first-child) {
    padding-right: 1rem;
  }
}
.table--financial-highlight tbody tr td:last-child {
  background-color: #e2e2e280;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .table--financial-highlight tbody tr td:first-child {
    min-width: 315px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .table--financial-highlight tbody tr td:first-child {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .table--financial-highlight .table__sub-header th:first-child {
    padding: 1rem 1.5rem;
  }
}
.table--major-shareholder thead th:nth-child(2) {
  text-align: center;
}
.table--major-shareholder thead tr,
.table--major-shareholder thead th {
  text-align: left;
}
.table--major-shareholder thead tr:first-child,
.table--major-shareholder thead th:first-child {
  text-align: center;
}
@media (max-width: 767.98px) {
  .table--major-shareholder thead tr:first-child,
  .table--major-shareholder thead th:first-child {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .table--major-shareholder thead tr:nth-child(2),
  .table--major-shareholder thead th:nth-child(2) {
    min-width: 210px;
  }
}
.table--major-shareholder thead tr:nth-last-child(-n + 2),
.table--major-shareholder thead th:nth-last-child(-n + 2) {
  text-align: right;
  padding-right: 3rem;
}
@media (max-width: 991.98px) {
  .table--major-shareholder thead tr:nth-last-child(-n + 2),
  .table--major-shareholder thead th:nth-last-child(-n + 2) {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .table--major-shareholder thead tr:last-child,
  .table--major-shareholder thead th:last-child {
    min-width: 90px;
  }
}
@media (max-width: 767.98px) {
  .table--major-shareholder thead tr:nth-child(3),
  .table--major-shareholder thead th:nth-child(3) {
    min-width: 150px;
  }
}
.table--major-shareholder tbody tr td:first-child,
.table--major-shareholder tbody tr th:first-child {
  text-align: center;
}
.table--major-shareholder tbody tr td:nth-last-child(-n + 2),
.table--major-shareholder tbody tr th:nth-last-child(-n + 2) {
  text-align: right;
  white-space: nowrap;
  padding-right: 3rem;
}
@media (max-width: 991.98px) {
  .table--major-shareholder tbody tr td:nth-last-child(-n + 2),
  .table--major-shareholder tbody tr th:nth-last-child(-n + 2) {
    padding-right: 1rem;
  }
}
/*
.table--shareholders{
    counter-reset:rowNumber
}
.table--shareholders thead tr th{
    text-align:right
}
.table--shareholders thead tr th:nth-child(1),
.table--shareholders thead tr th:nth-child(2){
    text-align:left
}
@media (max-width: 767.98px){
    .table--shareholders thead tr th:nth-child(2){
        min-width:250px
    }
}
.table--shareholders tbody tr td:first-child{
    counter-increment:rowNumber;
    text-align:left
}
.table--shareholders tbody tr td:first-child:before{
    content:counter(rowNumber) ". ";
    min-width:1em
}
.table--shareholders tbody tr td:nth-last-child(-n+2){
    text-align:right
}
.table--shareholders .table__sub-header th{
    text-align:left
}
.table--shareholders .table__sub-header th:nth-last-child(-n+2){
    text-align:right
}
*/
.table--calendar thead tr th {
  text-align: center;
}
@media (max-width: 767.98px) {
  .table--calendar thead tr th:nth-child(2),
  .table--calendar thead tr th:nth-child(3),
  .table--calendar thead tr th:nth-child(4) {
    min-width: 250px;
  }
}
.table--calendar tbody tr td {
  text-align: center;
}
.table--calendar tbody tr td:nth-child(2),
.table--calendar tbody tr td:nth-child(3) {
  text-align: left;
}

/* chart add-on*/

.chart--major-shareholders .echarts-legend__value {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .chart--major-shareholders .echarts-legend__value {
    font-size: calc(1.09375rem + 0.375vw);
  }
}
.chart--major-shareholders .chart__title {
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .chart--major-shareholders .chart__title {
    font-size: calc(1.34375rem + 1.375vw);
  }
}
.chart--major-shareholders .chart__total-title {
  font-size: 2.875rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .chart--major-shareholders .chart__total-title {
    font-size: calc(1.46875rem + 1.875vw);
  }
}
.chart--major-shareholders .chart__total-value {
  font-size: 5rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .chart--major-shareholders .chart__total-value {
    font-size: calc(2rem + 4vw);
  }
}
.chart--major-shareholders .chart__total-unit {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .chart--major-shareholders .chart__total-unit {
    font-size: calc(1.15625rem + 0.625vw);
  }
}
.chart--major-shareholders .chart__legend-value {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .chart--major-shareholders .chart__legend-value {
    font-size: calc(1.09375rem + 0.375vw);
  }
}
.chart--major-shareholders .chart__legend-title {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .chart--major-shareholders .chart__legend-title {
    font-size: calc(1.09375rem + 0.375vw);
  }
}
.chart--major-shareholders .echarts-tooltip__value {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .chart--major-shareholders .echarts-tooltip__value {
    font-size: calc(1.15625rem + 0.625vw);
  }
}
@media (max-width: 1200px) {
  .chart--major-shareholders .echarts-tooltip__title {
    font-size: calc(1.09375rem + 0.375vw);
  }
}
.chart--major-shareholders .chart__aside-legend .chart__legend-value {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .chart--major-shareholders .chart__aside-legend .chart__legend-value {
    font-size: calc(1.15625rem + 0.625vw);
  }
}
.chart--major-shareholders {
  flex-wrap: wrap;
  display: flex;
}
.chart--major-shareholders .chart__legend {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.chart--major-shareholders .chart__body {
  position: absolute;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 0;
}
@media (min-width: 1640px) {
  .chart--major-shareholders .chart__body {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .chart--major-shareholders .chart__body {
    width: 190px;
    height: 190px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 349px) and (orientation: portrait) {
  .chart--major-shareholders .chart__body {
    width: 170px;
    height: 170px;
  }
}
.chart--major-shareholders .echarts {
  z-index: 1;
}
@media (min-width: 1640px) {
  .chart--major-shareholders .echarts {
    height: 550px;
  }
}
@media (min-width: 1200px) and (max-width: 1639.98px) {
  .chart--major-shareholders .echarts {
    height: 450px;
  }
}
@media (max-width: 1199.98px) {
  .chart--major-shareholders .echarts {
    height: 430px;
  }
}
.chart--major-shareholders .chart__title {
  margin-bottom: 0.5rem;
}
.chart--major-shareholders .chart__wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .chart--major-shareholders .chart__wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .chart--major-shareholders .chart__wrapper {
    margin-bottom: 0;
  }
}
.chart--major-shareholders .chart__legend {
  width: 50%;
}
@media (max-width: 991.98px) {
  .chart--major-shareholders .chart__legend {
    width: 100%;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.chart--major-shareholders .chart-legend__detail {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 0.25rem;
}
.chart--major-shareholders .chart__legend-value {
  margin-right: 0.75rem;
  min-width: 55px;
}
.chart--major-shareholders .chart__legend-item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .chart--major-shareholders .chart__legend-item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .chart--major-shareholders .chart__legend-item {
    margin-bottom: 1rem;
  }
}
/*
.chart__legend {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .chart__legend {
    justify-content: space-between;
  }
}
*/