/* Global style */
:root {
  --font-primary: "Trirong", serif;
  --font-secondary: "Trirong", "DIN", "Anuphan", serif;
  --font-content: "Trirong", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --color-transparent: transparent;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray01: #7b7b7b;
  --color-gray02: #babcb4;
  --color-gray03: #333333;
  --color-gray04: #f2f3f1;
  --color-gray05: #151515;
  --color-gray06: #80837a;
  --color-green01: #537455;
  --color-green02: #0d2e1e;
  --color-green03: #3a6254;
  --color-green04: #8ea071;
  --color-green05: #547556;
  --color-green06: #527358;
  --color-gold01: #ccbfa2;
  --color-gold02: #93816a;
  --color-gold03: #cbb991;
  --color-gold04: #fefaec;
  --color-gold05: #f4e0c2;
  --color-gold06: #bc967f;
  --color-gold07: #e8ceb6;
  --color-gold08: #fcfaef;
  --color-gold09: #f3f1e9;
  --color-gold10: #e1cdb2;
  --color-gold11: #e7ceb5;
  --color-gold12: #ffebc7;
  --color-brown01: #695c3e;
  --color-brown02: #93816a;
  --color-brown03: #7b6c4a;
  --gradient-green01: linear-gradient(
    to bottom right,
    var(--color-green04),
    var(--color-green05)
  );
  --gradient-gold01: linear-gradient(
    to bottom,
    var(--color-gold01),
    var(--color-gold02)
  );
  --gradient-gold02: linear-gradient(
    135deg,
    var(--color-gold04),
    var(--color-gold05)
  );
  --bs-btn-focus-box-shadow: 0 0 0 0rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

:lang(th) {
  font-family: "Trirong", serif;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
html,
body {
  scroll-margin-top: 72px;
  scroll-padding-top: 72px;
}

body *::-webkit-scrollbar {
  width: 5px;
}
body *::-webkit-scrollbar-track {
  background: var(--color-white);
  border-radius: 10px;
}
body *::-webkit-scrollbar-thumb {
  background: var(--color-gold01);
  border-radius: 10px;
}
body *::-webkit-scrollbar-thumb:hover {
  background: var(--color-green01);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.thesierra-fill-available {
  max-height: fill-available;
  max-height: -moz-fill-available;
  max-height: -webkit-fill-available;
  min-height: 100vh;
}

.thesierra-hidden-switch.thesierra-hidden-switch-off {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: invisible !important;
}

.btn {
  --bs-btn-focus-box-shadow: 0 0 0 0rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

ol li {
  line-height: 1.5;
}

ul li {
  line-height: 1.5;
}
ul.tsr-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tsr-bullet li {
  position: relative;
  padding-left: 1em;
}
ul.tsr-bullet li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.25em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #333;
}

.text-light a {
  color: var(--color-gold05);
}

.text-white {
  color: var(--color-white) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.text-gray01 {
  color: var(--color-gray01) !important;
}

.text-gray02 {
  color: var(--color-gray02) !important;
}

.text-gray03 {
  color: var(--color-gray03) !important;
}

.text-gray04 {
  color: var(--color-gray04) !important;
}

.text-gray05 {
  color: var(--color-gray05) !important;
}

.text-gray06 {
  color: var(--color-gray06) !important;
}

.text-green01 {
  color: var(--color-green01) !important;
}

.text-green02 {
  color: var(--color-green02) !important;
}

.text-green03 {
  color: var(--color-green03) !important;
}

.text-green04 {
  color: var(--color-green04) !important;
}

.text-green05 {
  color: var(--color-green05) !important;
}

.text-green06 {
  color: var(--color-green06) !important;
}

.text-gold01 {
  color: var(--color-gold01) !important;
}

.text-gold02 {
  color: var(--color-gold02) !important;
}

.text-gold03 {
  color: var(--color-gold03) !important;
}

.text-gold04 {
  color: var(--color-gold04) !important;
}

.text-gold05 {
  color: var(--color-gold05) !important;
}

.text-gold06 {
  color: var(--color-gold06) !important;
}

.text-gold07 {
  color: var(--color-gold07) !important;
}

.text-gold08 {
  color: var(--color-gold08) !important;
}

.text-gold09 {
  color: var(--color-gold09) !important;
}

.text-gold10 {
  color: var(--color-gold10) !important;
}

.text-gold11 {
  color: var(--color-gold11) !important;
}

.text-gold12 {
  color: var(--color-gold12) !important;
}

.text-green01 {
  color: var(--gradient-green01) !important;
}

.text-gradient-gold01 {
  color: var(--gradient-gold01) !important;
}

.text-gradient-gold02 {
  color: var(--gradient-gold02) !important;
}

.text-brown01 {
  color: var(--color-brown01) !important;
}

.text-brown02 {
  color: var(--color-brown02) !important;
}

.text-brown03 {
  color: var(--color-brown03) !important;
}

.bg-white {
  background: var(--color-white) !important;
}

.bg-black {
  background: var(--color-black) !important;
}

.bg-gray01 {
  background: var(--color-gray01) !important;
}

.bg-gray02 {
  background: var(--color-gray02) !important;
}

.bg-gray03 {
  background: var(--color-gray03) !important;
}

.bg-gray04 {
  background: var(--color-gray04) !important;
}

.bg-gray05 {
  background: var(--color-gray05) !important;
}

.bg-gray06 {
  background: var(--color-gray06) !important;
}

.bg-green01 {
  background: var(--color-green01) !important;
}

.bg-green02 {
  background: var(--color-green02) !important;
}

.bg-green03 {
  background: var(--color-green03) !important;
}

.bg-green04 {
  background: var(--color-green04) !important;
}

.bg-green05 {
  background: var(--color-green05) !important;
}

.bg-gold01 {
  background: var(--color-gold01) !important;
}

.bg-gold02 {
  background: var(--color-gold02) !important;
}

.bg-gold03 {
  background: var(--color-gold03) !important;
}

.bg-gold04 {
  background: var(--color-gold04) !important;
}

.bg-gold05 {
  background: var(--color-gold05) !important;
}

.bg-gold06 {
  background: var(--color-gold06) !important;
}

.bg-gold07 {
  background: var(--color-gold07) !important;
}

.bg-gold08 {
  background: var(--color-gold08) !important;
}

.bg-gold09 {
  background: var(--color-gold09) !important;
}

.bg-gradient-green01 {
  background: var(--gradient-green01) !important;
}

.bg-gradient-gold01 {
  background: var(--gradient-gold01) !important;
}

.bg-gradient-gold02 {
  background: var(--gradient-gold02) !important;
}

.bg-pattern-01 {
  background: url(../img/ui/thesierra-background.jpg), rgb(136, 167, 132);
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.bg-pattern-01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: cover !important;
  background-position: center center !important;
  z-index: -1;
}

.bg-pattern-02 {
  background: url(../img/ui/thesierra-background.jpg), var(--gradient-gold01) !important;
  background-size: cover !important;
}

.bg-pattern-03 {
  background: url(../img/ui/thesierra-background-fade.png), var(--color-gold08) !important;
  background-size: cover !important;
}

.bg-pattern-04 {
  background: url(../img/ui/thesierra-background.jpg), var(--color-gold09) !important;
  background-size: cover !important;
}

.bg-pattern-05 {
  background: url(../img/ui/thesierra-background-01.jpg), #5f694a !important;
  background-size: cover !important;
}

.bg-pattern-06 {
  background: url(../img/ui/thesierra-background-02.jpg);
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .bg-pattern-06 {
    background: url(../img/ui/thesierra-background-02-mb.jpg);
  }
}

.bg-pattern-07 {
  background: url(../img/ui/digital-card-bg-dt.jpg);
  background-size: cover !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg-pattern-07 {
    background: url(../img/ui/digital-card-bg-mb.jpg);
    background-size: cover !important;
    position: relative;
  }
}

.bg-pattern-08 {
  background: url(../img/ui/bg-faq.jpg);
  background-size: cover !important;
  background-position: bottom center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg-pattern-08 {
    background: url(../img/ui/bg-faq-mb.jpg);
  }
}

.bg-pattern-09 {
  background: url(../img/ui/thesierra-background-09.jpg);
  background-size: cover !important;
}

.bg-pattern-10 {
  background: url(../img/ui/thesierra-background.jpg), #547556;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.bg-pattern-10:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: cover !important;
  background-position: center center !important;
  z-index: -1;
}

.bg-pattern-11 {
  background: url(../img/ui/thesierra-background-fade.png), rgba(252, 250, 239, 0.5) !important;
  background-size: cover !important;
}

.rounded-0 {
  border-radius: 0rem;
}

.rounded-1 {
  border-radius: 0.125rem;
}

.rounded-2 {
  border-radius: 0.325rem;
}

.rounded-3 {
  border-radius: 0.5rem;
}

.rounded-4 {
  border-radius: 1rem;
}

.rounded-5 {
  border-radius: 1.5rem;
}

@media screen and (min-width: 992px) {
  .container-lg-invert {
    max-width: none !important;
  }
}
/* Bootstrap alteration */
@media screen and (max-width: 991px) {
  .row > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .thesierra-section-privileges-lifestyle-others .row > *,
  .thesierra-section-financial-amentities .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Form alteration */
.form-check-input:checked {
  background-color: var(--color-gold02);
  border: var(--color-gold02) 1px solid;
}

.form-check-input:focus {
  box-shadow: none;
}

/* Remove focus-visible */
:focus-visible {
  border-color: #86b7fe;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
}

.btn-check:focus + .btn,
.btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/*html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }*/
body {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Typography */
body {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-gray03);
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--font-primary);
  font-weight: 500;
}

.h1 {
  font-size: 2.625rem;
}

.h2 {
  font-size: 2.0625rem;
}

.h3 {
  font-size: 1.625rem;
}

.h4 {
  font-size: 1.5rem;
}

.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-remark,
.text-remark strong {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0 !important;
  padding: 0;
  vertical-align: baseline;
}

.tsr-max-w-100 {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .tsr-min-vh-md-100 {
    min-height: 100vh;
  }
  .h1-md {
    font-size: 2.625rem;
  }
  .h2-md {
    font-size: 2.0625rem;
  }
  .text-28-md {
    font-size: 1.75rem;
  }
  .h3-md {
    font-size: 1.625rem;
  }
  .h4-md {
    font-size: 1.5rem;
  }
  .h5-md {
    font-size: 1.25rem;
  }
  .h6-md {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .tsr-min-vh-lg-100 {
    min-height: 100vh;
  }
}
p {
  font-family: var(--font-content);
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 576px) {
  .h1 {
    font-size: 2.0625rem;
  }
  p {
    font-size: 1em;
  }
}
.lead {
  font-weight: 400;
}

.text-sm-3 {
  font-size: 0.625rem;
  line-height: 1.5;
}

.text-sm-2 {
  font-size: 0.75rem;
  line-height: 1.5;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

.text-md {
  font-size: 1rem;
  line-height: 1.5;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-lg-2 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-lg-3 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.text-lg-4 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-lg-5 {
  font-size: 1.75rem;
  line-height: 1.5;
}

@media screen and (max-width: 576px) {
  .text-lg-4 {
    font-size: 1rem;
  }
  .text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .text-lg-5 {
    font-size: 1.125rem;
  }
}
word {
  display: inline-block;
}

.list-dashed {
  list-style: "- ";
  padding-left: 0.6rem;
}

ul > li .list-dashed,
ol > li .list-dashed {
  list-style: "-  ";
  padding-left: 1rem;
  margin-left: 0rem;
}

.thesierra-text-gold {
  color: var(--color-gold01);
}

.thesierra-text-gold-2 {
  color: var(--color-gold02);
}

.thesierra-text-gold-3 {
  color: var(--color-gold03);
}

.thesierra-text-gold-10 {
  color: var(--color-gold10);
}

.thesierra-text-deepgreen {
  color: var(--color-green02);
}

.thesierra-text-deepgreen-2 {
  color: var(--color-green03);
}

.tsr-text-gradient-01 {
  position: relative;
  background: linear-gradient(257deg, #eecb85 43.64%, #aa905e 77.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tsr-text-gradient-01:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(0, 0, 0, 0.1), 3px 3px 3px rgba(0, 0, 0, 0.1), 5px 5px 10px rgba(0, 0, 0, 0.1), 10px 20px 20px rgba(0, 0, 0, 0.1);
}

.tsr-text-gradient-02 {
  background: linear-gradient(180deg, #ffe6b4 13.41%, #b99650 37.35%, #ffda91 63.77%, #b3955a 93.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tsr-text-gradient-03 {
  background: linear-gradient(180deg, #ffe6b4 13.41%, #b99650 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thesierra-text-copyright {
  font-family: var(--font-content);
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.thesierra-text-title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 2.725rem;
  line-height: 1;
}
.thesierra-text-title small {
  display: block;
  font-size: 2.425rem;
}
@media screen and (min-width: 992px) {
  .thesierra-text-title {
    font-size: 3.3rem;
  }
  .thesierra-text-title small {
    font-size: 3.125rem;
  }
}

.thesierra-text-subtitle-1 {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--color-gold02);
  font-size: 1.175rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 500;
}

.thesierra-text-subtitle-2 {
  font-size: 1.55rem;
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--color-gold02);
  font-weight: 500;
}

.thesierra-text-subtitle-3 {
  color: #aebec2;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 0.95rem;
  font-weight: 500;
}

.thesierra-header-display-1 {
  display: block;
  margin-top: 5rem;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: 1.75rem;
}

.thesierra-header-display-2 {
  display: block;
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-size: 4.1rem;
  line-height: 1;
  font-weight: 700;
}
.thesierra-header-display-2 small {
  display: block;
}
.thesierra-header-display-2 img {
  max-width: 80vw;
  width: 500px;
}
@media screen and (min-width: 992px) {
  .thesierra-header-display-2 {
    margin: 7vh 0 10vh;
    font-size: 6.925rem;
    font-size: clamp(4.5rem, 16vh, 6.925rem);
  }
}

.thesierra-header-display-3 {
  display: block;
  font-family: var(--font-primary);
  font-family: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .thesierra-header-display-3 {
    font-size: 4.7rem;
    font-size: clamp(2.1rem, 10vh, 2.7rem);
  }
}

/* Inline elements */
.thesierra-hr-silver {
  border: none;
  min-height: 1px;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, #bdc5cb 23%, #c8cfd4 27%, #dce0e2 29%, #b3c0c5 45%, #aababf 50%, #89a2a5 56%, #97a7b4 59%, #e1e5e6 65%, #d5dbdd 68%, #c9d2d5 71%, #aab8be 76%, #95a5b2 80%);
  background-position: 0 0;
  width: 100%;
  opacity: 1;
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}
.thesierra-hr-silver:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, transparent, #bdc5cb 23%, #c8cfd4 27%, #dce0e2 29%, #b3c0c5 45%, #aababf 50%, #89a2a5 56%, #97a7b4 59%, #e1e5e6 65%, #d5dbdd 68%, #c9d2d5 71%, #aab8be 76%, #95a5b2 80%, transparent);
  animation: thesierra-hr-silver 15s infinite both;
}
@keyframes thesierra-hr-silver {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.thesierra-hr-gold {
  border-color: var(--color-gold02);
  opacity: 1;
}

.thesierra-spacer-negative {
  margin-bottom: -10rem;
  opacity: 0;
}

.thesierra-logo {
  height: 3rem;
  width: auto;
}
@media screen and (min-width: 992px) {
  .thesierra-logo {
    height: 3rem;
  }
}

.thesierra-btn-cta-1 {
  padding: 1rem 2rem;
  border-radius: 10rem;
  background-color: transparent;
  border: none;
  box-shadow: 0 0 0 1px rgb(255, 255, 255) inset;
  font-family: var(--font-primary);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: var(--color-white);
}
.thesierra-btn-cta-1:hover {
  background: var(--color-white);
  color: var(--color-black);
}
.thesierra-btn-cta-1:active, .thesierra-btn-cta-1:focus, .thesierra-btn-cta-1:active:focus {
  background: var(--color-white);
  color: var(--color-black);
}

.thesierra-link.thesierra-link-dark {
  font-size: 1.375rem;
  padding: 1rem 2rem;
  border-radius: 10rem;
  background-color: transparent;
  border: none;
  font-family: var(--font-content);
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  letter-spacing: 0.05rem;
  color: var(--color-white);
}
.thesierra-link.thesierra-link-dark:after {
  display: inline-block;
  margin: 0 0.8rem 0 0.7rem;
  content: "\e903";
  font-family: "thesierra-UI";
  transition: 0.5s margin;
}
.thesierra-link.thesierra-link-dark:hover {
  color: var(--color-white);
}
.thesierra-link.thesierra-link-dark:hover:after {
  margin: 0 0 0 1.5rem;
}
.thesierra-link.thesierra-link-dark:focus {
  color: var(--color-white);
  box-shadow: none;
}

.thesierra-btn-cta-3 {
  padding: 1.2rem 2rem;
  border-radius: 10rem;
  background-color: var(--color-green05);
  border: none;
  box-shadow: 0 0 0 0rem var(--color-gold02) inset;
  font-family: var(--font-primary);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white) !important;
}
.thesierra-btn-cta-3:hover {
  background-color: var(--color-gold02);
  color: var(--color-white) !important;
}

.thesierra-btn-cta-4 {
  padding: 1.2rem 2.5rem;
  border-radius: 10rem;
  background-color: transparent;
  border: none;
  box-shadow: 0 0 0 1px var(--color-gold02) inset;
  font-family: var(--font-content);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: var(--color-gold02);
}
.thesierra-btn-cta-4:hover {
  background: none;
  box-shadow: 0 0 0 2rem var(--color-gold02) inset;
  color: var(--color-white);
}

.thesierra-btn-go {
  font-size: 1rem;
  padding: 1rem 2rem 1rem 0;
  border-radius: 10rem;
  background-color: transparent;
  border: none;
  font-family: var(--font-content);
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  letter-spacing: 0.05rem;
}
.thesierra-btn-go:after {
  display: inline-block;
  margin: 0 0.8rem 0 0.2rem;
  content: "\e903";
  font-family: "thesierra-UI";
  transition: 0.5s margin;
}
.thesierra-btn-go:hover:after {
  margin: 0 0.5rem 0 0.5rem;
}

.thesierra-archive-filter {
  margin-left: 1rem;
  background: transparent;
  border-radius: 10rem;
  box-shadow: 0 0 0 1px var(--color-gold02) !important;
  position: relative;
}
.thesierra-archive-filter:after {
  content: url(https://www.kasikornbank.com/SiteCollectionDocuments/kbankksmesierra/assets/img/ui/dropdown.svg);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
}
.thesierra-archive-filter select {
  border-radius: 10rem;
  color: var(--color-gold02) !important;
  padding: 1rem 4rem 1rem 2.5rem;
  box-shadow: none;
  border: none;
  background: none;
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
}

.thesierra-btn-primary {
  display: inline-block;
  background-color: var(--color-green05);
  box-shadow: 0 0 0 1px var(--color-green05) inset;
  color: var(--color-white);
  padding: 12px 32px;
  margin-bottom: 1rem;
  border-radius: 10rem;
  font-family: var(--font-content);
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: 0.35s;
  transition-property: color, background-color, box-shadow;
  vertical-align: middle;
  border: none;
  width: fit-content;
}
.thesierra-btn-primary.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.thesierra-btn-primary:hover {
  color: var(--color-green05);
  background-color: transparent;
}
.thesierra-btn-primary.thesierra-btn-dark {
  background-color: var(--color-white);
  box-shadow: 0 0 0 1px var(--color-white) inset;
  color: var(--color-green05);
}
.thesierra-btn-primary.thesierra-btn-dark:hover {
  color: var(--color-white);
  background-color: transparent;
}
.thesierra-btn-primary.tsr-btn-next {
  padding: 12px 22px 12px 22px;
  position: relative;
}
.thesierra-btn-primary.tsr-btn-next:after {
  content: ">" !important;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1rem !important;
}
.thesierra-btn-primary.tsr-btn-download {
  padding: 12px 32px 12px 66px;
  position: relative;
}
.thesierra-btn-primary.tsr-btn-download:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/ui/icon-download.svg);
  background-size: cover;
  vertical-align: middle;
  margin-left: 32px;
}
.thesierra-btn-primary.tsr-btn-download:hover:before {
  background: url(../img/ui/icon-download-green.svg);
  background-size: cover;
}
.thesierra-btn-primary.thesierra-btn-arrow {
  padding: 0.57rem 2rem;
}
.thesierra-btn-primary.thesierra-btn-arrow:after {
  content: "\e901" !important;
  vertical-align: middle;
  font-family: "thesierra-UI";
  margin-left: 2rem;
  font-size: 1rem !important;
}
.thesierra-btn-primary.thesierra-btn-arrow-reverse:before {
  content: "\e902" !important;
  vertical-align: middle;
  font-family: "thesierra-UI";
  margin-right: 2rem;
  font-size: 1rem !important;
}
.thesierra-btn-primary.thesierra-btn-arrow-reverse:after {
  content: none;
}
.thesierra-btn-primary.thesierra-btn-xs {
  color: var(--color-gray03);
  margin: auto;
}

.thesierra-btn-secondary {
  display: inline-block;
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--color-gold02) inset;
  color: var(--color-gold02);
  padding: 0.57rem 3.5rem;
  margin-bottom: 1rem;
  border-radius: 10rem;
  font-family: var(--font-content);
  font-weight: 600;
  text-decoration: none;
  transition: 0.35s;
  transition-property: color, background-color, box-shadow, opacity;
  vertical-align: middle;
  border: none;
}
.thesierra-btn-secondary.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.thesierra-btn-secondary:hover {
  color: var(--color-green05);
  box-shadow: 0 0 0 1px var(--color-green05) inset;
}
.thesierra-btn-secondary.thesierra-btn-dark {
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--color-white) inset;
  color: var(--color-white);
}
.thesierra-btn-secondary.thesierra-btn-dark:hover {
  opacity: 0.6;
}
.thesierra-btn-secondary.thesierra-btn-arrow:after {
  content: "\e901" !important;
  vertical-align: middle;
  font-family: "thesierra-UI";
  margin-left: 2rem;
  font-size: 1rem !important;
}
.thesierra-btn-secondary.thesierra-btn-arrow-reverse:before {
  content: "\e902" !important;
  vertical-align: middle;
  font-family: "thesierra-UI";
  margin-right: 2rem;
  font-size: 1rem !important;
}
.thesierra-btn-secondary.thesierra-btn-arrow-reverse:after {
  content: none;
}

.thesierra-btn-tertiary {
  display: inline-block;
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--color-green05) inset;
  color: var(--color-green05);
  padding: 0.57rem 3.5rem;
  margin-bottom: 1rem;
  border-radius: 10rem;
  font-family: var(--font-content);
  font-weight: 600;
  text-decoration: none;
  transition: 0.35s;
  transition-property: color, background-color, box-shadow, opacity;
  vertical-align: middle;
  border: none;
}
.thesierra-btn-tertiary.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.thesierra-btn-tertiary:hover {
  color: var(--color-green02);
  box-shadow: 0 0 0 1px var(--color-green02) inset;
}
.thesierra-btn-tertiary.thesierra-btn-dark {
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--color-white) inset;
  color: var(--color-white);
}
.thesierra-btn-tertiary.thesierra-btn-dark:hover {
  opacity: 0.6;
}
.thesierra-btn-tertiary.thesierra-btn-arrow {
  padding: 0.57rem 2rem;
}
.thesierra-btn-tertiary.thesierra-btn-arrow:after {
  content: "\e901" !important;
  vertical-align: middle;
  font-family: "thesierra-UI";
  margin-left: 2rem;
  font-size: 1rem !important;
}
.thesierra-btn-tertiary.thesierra-btn-arrow-reverse:before {
  content: "\e902" !important;
  vertical-align: middle;
  font-family: "thesierra-UI";
  margin-right: 2rem;
  font-size: 1rem !important;
}
.thesierra-btn-tertiary.thesierra-btn-arrow-reverse:after {
  content: none;
}

.tsr-btn-primary {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: fit-content;
  text-decoration: none;
}

.btn-245 {
  width: 245px;
}

@media screen and (max-width: 768px) {
  .btn-245-mb {
    width: 245px;
  }
}
.tsr-btn-green-clear {
  border-radius: 100px;
  border: 1px solid var(--gradient, #527358);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #527358;
  font-family: Trirong;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.tsr-btn-green-clear:visited {
  color: #527358;
}
.tsr-btn-green-clear:hover {
  background: var(--gradient, #527358);
  color: #ffebc7;
  border: 1px solid var(--gradient, #ffebc7);
}

.tsr-btn-gold-clear {
  border-radius: 100px;
  border: 1px solid var(--gradient, #ffebc7);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: none;
  color: #ffebc7;
  font-family: Trirong;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.tsr-btn-gold-clear:visited {
  color: #ffebc7;
}
.tsr-btn-gold-clear:hover {
  background: var(--gradient, #527358);
  color: #ffebc7;
}

.btn-48 {
  height: 48px;
}

.tsr-btn-green {
  border-radius: 100px;
  border: 2px solid var(--gradient, #d0c0a1);
  background: #527358;
  color: #ffebc7;
  font-family: Trirong;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.tsr-btn-green:visited {
  color: #ffebc7;
}
.tsr-btn-green:hover {
  background: var(--gradient, #d0c0a1);
  color: #527358;
}

.tsr-btn-green-2 {
  border-radius: 100px;
  border: 2px solid var(--gradient, #ffebc7);
  background: #527358;
  color: #ffebc7;
  font-family: Trirong;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.tsr-btn-green-2:visited {
  color: #ffebc7;
}
.tsr-btn-green-2:hover {
  background: var(--gradient, #ffebc7);
  color: #527358;
}

.thesierra-link {
  color: var(--color-gray01);
  font-family: var(--font-content);
  transition: 0.35s;
  transition-property: color;
  display: inline-flex;
  align-items: center;
}
.thesierra-link:hover {
  color: var(--color-green05);
}
.thesierra-link.thesierra-link-dark {
  color: var(--color-white);
}
.thesierra-link.thesierra-link-dark:hover {
  color: var(--color-gray01);
}
.thesierra-link:after {
  display: inline-block;
  vertical-align: middle;
  content: "\e901";
  font-family: "thesierra-UI";
  margin-left: 1rem;
}

.thesierra-btn-small {
  padding: 0.3rem 1rem;
  font-size: 0.9rem;
}

.thesierra-btn-xs {
  padding: 0.6rem 0.4rem;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0.5rem;
  line-height: 1;
  color: var(--color-gray03);
}

.thesierra-background-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.thesierra-background-video video {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: 40%;
}
@media screen and (min-width: 992px) {
  .thesierra-background-video video {
    object-position: center center;
  }
}

.thesierra-privilege-prefix {
  font-size: x-small;
  vertical-align: super;
  color: var(--color-gold06);
}

/* Navbar */
#thesierra-navbar {
  transition: 0.5s all;
  background: var(--color-transparent);
  opacity: 1;
  transform: translateY(0);
}
#thesierra-navbar.scrolled {
  background: var(--color-green05);
}
#thesierra-navbar.sticky-top {
  background: var(--color-green05);
}
#thesierra-navbar.menu-open {
  background: var(--color-transparent);
}
#thesierra-navbar.menu-open::after {
  height: 0px;
}
#thesierra-navbar.hidden {
  opacity: 0;
  transform: translateY(-100%);
}
#thesierra-navbar .thesierra-navbar-toggler {
  position: relative;
  padding: 1.1rem 1.5rem;
  z-index: 99;
  border: none;
}
@media screen and (max-width: 360px) {
  #thesierra-navbar .thesierra-navbar-toggler {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  #thesierra-navbar .thesierra-navbar-toggler {
    padding: 1.1rem 1.5rem;
  }
}
#thesierra-navbar .thesierra-navbar-toggler:focus {
  box-shadow: none;
}
#thesierra-navbar .thesierra-navbar-toggler .thesierra-toggler-icon-1 {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 3px;
  background: var(--color-white);
  transition: 0.5s;
  transition-property: transform, box-shadow, opacity;
  z-index: 3;
}
#thesierra-navbar .thesierra-navbar-toggler .thesierra-toggler-icon-2 {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2px;
  margin: 0.5rem 0;
  background: var(--color-white);
  transition: 0.5s;
  transition-property: transform, box-shadow, opacity;
  z-index: 2;
}
#thesierra-navbar .thesierra-navbar-toggler .thesierra-toggler-icon-3 {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 1px;
  background: var(--color-white);
  transition: 0.5s;
  transition-property: transform, box-shadow, opacity;
  z-index: 1;
}
#thesierra-navbar .thesierra-navbar-toggler[aria-expanded=true] .thesierra-toggler-icon-1 {
  transform: translateY(calc(0.5rem + 1px)) rotate(-45deg);
  box-shadow: 0 0 0 3px #9aa88a;
}
#thesierra-navbar .thesierra-navbar-toggler[aria-expanded=true] .thesierra-toggler-icon-2 {
  opacity: 0;
}
#thesierra-navbar .thesierra-navbar-toggler[aria-expanded=true] .thesierra-toggler-icon-3 {
  transform: translateY(calc(-0.5rem - 3px)) rotate(45deg);
}
#thesierra-navbar #thesierra-navbar-nav-container {
  display: block;
  position: absolute;
  background: url(../img/ui/thesierra-background.jpg), linear-gradient(337deg, #547556 38.8%, #8ea07f 95.07%);
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
  max-width: 367px;
  transform: translateX(-30%);
  will-change: transfrom;
  transition: 0s, 1s opacity, 1s transform ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #thesierra-navbar #thesierra-navbar-nav-container {
    max-width: 50vw;
  }
}
@media screen and (max-width: 552px) {
  #thesierra-navbar #thesierra-navbar-nav-container {
    max-width: 100vw;
  }
}
#thesierra-navbar #thesierra-navbar-nav-container.collapsing {
  height: auto;
  transform: translateX(0%);
  opacity: 1;
  pointer-events: auto;
}
#thesierra-navbar #thesierra-navbar-nav-container.show {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: auto;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper {
  position: relative;
  padding: 132px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper.scrollable {
  overflow-y: scroll;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-logo {
  height: 50px;
}
@media screen and (max-width: 575px) {
  #thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-logo {
    height: 80px;
  }
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-kbank-logo {
  width: auto;
  height: 50px;
  position: relative;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-kbank-logo img {
  height: 50px;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-kbank-logo::after {
  content: "";
  width: 2px;
  height: 120%;
  position: absolute;
  top: 0;
  right: -1rem;
  background: linear-gradient(270deg, #ebd1b8 0.89%, #c8af98 65.13%, #ebd1b8 105%);
  z-index: 2;
  opacity: 1;
}
@media screen and (max-height: 992px) {
  #thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-kbank-logo {
    width: auto;
    height: 50px;
  }
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-family: var(--font-primary);
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-title a {
  color: var(--color-white);
  text-decoration: none;
  display: flex;
  gap: 2rem;
  align-items: center;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-title span {
  font-size: 1.58rem;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav {
  position: relative;
  z-index: 1;
  text-align: center;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--color-white);
  position: relative;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item .nav-link {
  color: #fcfaef;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  padding: 1rem 0;
  letter-spacing: 4px;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item.nav-expand {
  cursor: pointer;
  position: relative;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item.nav-expand::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-left: solid 2px;
  border-bottom: solid 2px;
  border-color: #fcfaef;
  position: absolute;
  top: 0%;
  right: 25%;
  transform: translateY(0.5rem) rotate(-45deg);
  transition: all 0.5s ease;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item .nav-expand-list {
  list-style: none;
  height: fit-content;
  opacity: 0;
  max-height: 0;
  transition: 2s cubic-bezier(0, 0, 0, 1);
  overflow: hidden;
  padding-right: 2rem;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item .nav-expand-list li.nav-link {
  font-size: 1rem;
  letter-spacing: normal;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item.active {
  color: rgb(208, 192, 161);
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item.active .nav-expand-list {
  opacity: 1;
  height: fit-content;
  max-height: fit-content;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item.active::after {
  transform: translateY(1rem) rotate(135deg);
  border-color: rgb(208, 192, 161);
}
@media screen and (max-width: 551px) {
  #thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  #thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item {
    font-size: 20px;
  }
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-social {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-social .nav-item {
  display: inline-block;
  padding: 0.7rem 0.4rem;
  font-size: 1.43rem;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-social .nav-item .nav-link span {
  transition: 0.5s color;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-social .nav-item .nav-link:hover span {
  color: var(--color-gold02) !important;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  display: block;
  width: 150vh;
  height: 150vh;
  background: radial-gradient(circle closest-side, #ffffff, transparent);
  background-size: contain;
  transform: translate(-50%, -50%);
  animation: navbar-background-flare 10s both infinite ease-in-out;
  pointer-events: none;
}
@keyframes navbar-background-flare {
  0% {
    opacity: 0.32;
    transform: translate(-10%, -50%);
  }
  50% {
    opacity: 0.32;
    transform: translate(0%, -50%);
  }
  100% {
    opacity: 0.32;
    transform: translate(-10%, -50%);
  }
}
@media screen and (min-width: 992px) {
  #thesierra-navbar #thesierra-navbar-nav-container {
    width: 100vw;
  }
}
#thesierra-navbar .thesierra-cta-service-toggler:after {
  content: url(https://www.kasikornbank.com/SiteCollectionDocuments/kbankksmesierra/assets/img/ui/close.svg);
  display: inline-block;
  height: 1rem;
  vertical-align: -5px;
  margin-left: -1rem;
  opacity: 0;
  will-change: margin-left opacity filter;
  transition: 0.35s margin-left, 0.35s opacity, 0.35s filter;
}
#thesierra-navbar .thesierra-cta-service-toggler[aria-expanded=true]:after {
  opacity: 1;
  margin-left: 0.5rem;
}
#thesierra-navbar .thesierra-cta-service-toggler:hover[aria-expanded=true]:after {
  filter: invert(1);
}
#thesierra-navbar #thesierra-cta-service {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(150px, 10vh, 10vh) 0 10vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-image: var(--gradient-gold01);
  z-index: 99;
  height: 100vh;
  transform: translateY(-30%);
  opacity: 0;
  transition: 0s, 0.5s transform, 0.5s opacity;
  will-change: opacity, transform;
  overflow: hidden;
}
#thesierra-navbar #thesierra-cta-service .thesierra-navbar-toggler {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.2rem 1.5rem;
}
#thesierra-navbar #thesierra-cta-service .thesierra-navbar-toggler .thesierra-toggler-icon-1 {
  box-shadow: 0 0 0 3px #9f7a64;
}
@media screen and (min-width: 992px) {
  #thesierra-navbar #thesierra-cta-service {
    z-index: -1;
    height: auto;
  }
}
#thesierra-navbar #thesierra-cta-service.collapsing {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
#thesierra-navbar #thesierra-cta-service.show {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
#thesierra-navbar:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Breadcrumb */
.thesierra-breadcrumb {
  background: var(--color-gold09);
}
.thesierra-breadcrumb .thesierra-breadcrumb-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.thesierra-breadcrumb .thesierra-breadcrumb-list li {
  display: inline-block;
  color: var(--color-gray03);
  font-family: var(--font-content);
}
.thesierra-breadcrumb .thesierra-breadcrumb-list li a {
  color: var(--color-gray01);
  text-decoration: none;
}
.thesierra-breadcrumb .thesierra-breadcrumb-list li:not(:last-child):after {
  content: " / ";
}

/* Icons */
.thesierra-icon-white {
  color: var(--color-white);
  opacity: 1;
}

.thesierra-icon-arrow-right:before {
  content: "\e901";
  font-family: "thesierra-UI";
}

.thesierra-icon-arrow-left:before {
  content: "\e902";
  font-family: "thesierra-UI";
}

.thesierra-icon-go:before {
  content: "\e903";
  font-family: "thesierra-UI";
}

.thesierra-icon-facebook:before {
  content: "\e904";
  font-family: "thesierra-UI";
}

.thesierra-icon-twtter:before {
  content: "\e905";
  font-family: "thesierra-UI";
}

.thesierra-icon-youtube:before {
  content: "\e908";
  font-family: "thesierra-UI";
}

.thesierra-icon-line:before {
  content: "\e906";
  font-family: "thesierra-UI";
}

.thesierra-icon-instagram:before {
  content: "\e900";
  font-family: "thesierra-UI";
}

.thesierra-icon-home:before {
  content: "\e907";
  font-family: "thesierra-UI";
}

.thesierra-icon-octagon:before {
  content: "\e909";
  font-family: "thesierra-UI";
}

.thesierra-icon-location {
  content: url(https://www.kasikornbank.com/SiteCollectionDocuments/kbankksmesierra/assets/img/ui/location.svg);
  display: inline-block;
  width: 0.75rem;
}

.thesierra-icon-calendar {
  content: url(https://www.kasikornbank.com/SiteCollectionDocuments/kbankksmesierra/assets/img/ui/calendar.svg);
  display: inline-block;
  width: 0.75rem;
}

.thesierra-icon-time {
  content: url(https://www.kasikornbank.com/SiteCollectionDocuments/kbankksmesierra/assets/img/ui/time.svg);
  display: inline-block;
  width: 0.75rem;
}

/* Tab */
.thesierra-tab-link {
  font-size: 1rem;
  position: relative;
  background: none;
  border: none;
  padding: 0.5rem 0;
  margin-right: 1rem;
  transition: 0.5s color;
  color: var(--color-black);
  text-transform: uppercase;
}
.thesierra-tab-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-gold02);
  transition: 0.5s width;
}
.thesierra-tab-link.active {
  color: var(--color-gold02);
}
.thesierra-tab-link.active:before {
  width: 90%;
}
@media screen and (min-width: 992px) {
  .thesierra-tab-link {
    font-size: 1.25rem;
  }
}

.thesierra-tab-content .tab-pane.active {
  display: flex;
}

/* General Section */
.thesierra-section {
  padding: 4rem 0;
}
@media screen and (min-width: 992px) {
  .thesierra-section {
    padding: 4rem 0;
  }
}

.thesierra-section-break {
  width: 100%;
  background-color: var(--color-gold07);
  padding: 3px 0;
}

/* Footer */
.thesierra-footer {
  position: relative;
  background: url(../img/ui/footer_bg_dt.jpg);
  background-size: cover;
  color: var(--color-white);
  text-align: center;
  padding: 2rem 0;
}
.thesierra-footer .thesierra-text-title {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.3;
}
.thesierra-footer .thesierra-text-title small {
  display: block;
  font-size: 1.375rem;
  letter-spacing: 0.1rem;
}
.thesierra-footer .thesierra-logo-image {
  max-width: 100%;
}
.thesierra-footer .thesierra-logo-image.img-02 {
  max-width: 220px;
}
.thesierra-footer .thesierra-text-subtitle-1 {
  font-size: 0.875rem;
  font-family: var(--font-content) !important;
  color: var(--color-white);
}
.thesierra-footer .thesierra-navbar-social {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
}
.thesierra-footer .thesierra-navbar-social .nav-item {
  padding: 0.8rem 0.4rem;
  display: inline-block;
}
.thesierra-footer .thesierra-navbar-social .nav-item .nav-link span {
  transition: 0.5s color;
}
.thesierra-footer .thesierra-navbar-social .nav-item .nav-link:hover span {
  color: var(--color-gold02) !important;
}

.thesierra-print-logo {
  display: none;
}

@media print {
  @page {}
  #thesierra-navbar {
    display: none;
  }
  .thesierra-print-logo {
    display: block;
  }
  .thesierra-section-privilege-more {
    display: none;
  }
  .thesierra-section-article-more {
    display: none;
  }
  .thesierra-section-event-more {
    display: none;
  }
  .thesierra-footer {
    display: none;
  }
  .thesierra-floatbar {
    display: none;
  }
  .thesierra-floatbar.thesierra-floatbar-mobile {
    display: none;
  }
  .thesierra-print-no-margin {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .thesierra-section {
    padding: 1rem 2rem !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    line-height: 2rem !important;
    break-inside: avoid;
  }
  p {
    display: inline !important;
  }
}
/* Table */
.thesierra-table-primary {
  line-height: 1.3;
  font-family: var(--font-content);
}
.thesierra-table-primary tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.thesierra-table-primary tr td {
  vertical-align: middle;
  padding: 0.7rem 0rem;
}

/* Production overwrite */
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:hover {
  background: inherit;
}

a:visited,
a:hover {
  color: inherit;
  text-decoration: inherit;
}

body {
  margin: 0;
}

/* Features */
.tsr-features .tsr-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
}
.tsr-features .tsr-feature-card .tsr-feature-metadata__desc {
  color: var(--color-brown03);
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .tsr-features .tsr-feature-card {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 24px;
  }
}
.tsr-features .tsr-feature-card .tsr-feature-thumbnail {
  overflow: hidden;
}
.tsr-features .tsr-feature-card .tsr-feature-thumbnail img {
  width: 100%;
  object-fit: contain;
}
.tsr-features .tsr-feature-card .tsr-feature-metadata__title {
  font-size: 20px;
  color: var(--color-brown01);
  font-weight: 600;
}
.tsr-features .tsr-feature-card .tsr-feature-metadata__desc {
  margin-bottom: 1rem;
}

.tsr-section-heading {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: var(--dark-gold, #695c3e);
  text-align: center;
  font-family: Trirong;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 2px;
}
.tsr-section-heading::before {
  content: "";
  position: absolute;
  background: url("../img/ui/tsr-heading-line-start.svg");
  top: 42%;
  right: 105%;
  transform: translateY(50%);
  width: 150px;
  height: 2px;
}
.tsr-section-heading::after {
  content: "";
  position: absolute;
  background: url("../img/ui/tsr-heading-line-end.svg");
  top: 42%;
  left: 105%;
  transform: translateY(50%);
  width: 150px;
  height: 2px;
}
@media screen and (max-width: 576px) {
  .tsr-section-heading {
    font-size: 13px;
  }
  .tsr-section-heading::before, .tsr-section-heading::after {
    width: 90px;
  }
}

.tsr-video {
  max-width: 100%;
}

video::-webkit-media-controls-start-playback-button {
  display: none;
}

video::-webkit-media-controls-container {
  opacity: 0 !important;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

/* Old shadow dom for play button */
*::state(webkit-media-controls-play-button) {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

/* New shadow dom for play button */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.tsr-video {
  max-width: 100%;
}

video::-webkit-media-controls-start-playback-button {
  display: none;
}

video::-webkit-media-controls-container {
  opacity: 0 !important;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

/* Old shadow dom for play button */
*::state(webkit-media-controls-play-button) {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.parallax-container {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
}

main.tsr-menu-open {
  position: relative;
  overflow: hidden;
  filter: blur(10px);
}
main.tsr-menu-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/*# sourceMappingURL=main.css.map */
