/* Global style */
:root {
  --font-primary: "Clarice", "Anuphan", serif;
  --font-secondary: "DIN", "Anuphan", serif;
  --font-content: "Anuphan", 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-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-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;
  --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), .5);
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

html {
  scroll-padding-top: 72px;
}

.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), .5);
}

.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-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-green01 {
  color: var(--gradient-green01) !important;
}

.text-gold01 {
  color: var(--gradient-gold01) !important;
}

.text-gold02 {
  color: var(--gradient-gold02) !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(/SiteCollectionDocuments/kbankthesierra/assets/img/ui/thesierra-background.png), var(--gradient-green01) !important;
  background-size: cover !important;
}

.bg-pattern-02 {
  background: url(/SiteCollectionDocuments/kbankthesierra/assets/img/ui/thesierra-background.png), var(--gradient-gold01) !important;
  background-size: cover !important;
}

.bg-pattern-03 {
  background: url(/SiteCollectionDocuments/kbankthesierra/assets/img/ui/thesierra-background.png), var(--color-gold08) !important;
  background-size: cover !important;
}

.bg-pattern-04 {
  background: url(/SiteCollectionDocuments/kbankthesierra/assets/img/ui/thesierra-background.png), var(--color-gold09) !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: 0.625rem;
    padding-right: 0.625rem;
  }
  .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;
}

p {
  font-family: var(--font-content);
}

@media screen and (max-width: 576px) {
  p {
    font-size: 0.975em;
  }
}
.lead {
  font-weight: 400;
}

.text-sm-3 {
  font-size: 0.625rem;
}

.text-sm-2 {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-lg-2 {
  font-size: 1.25rem;
}

.text-lg-3 {
  font-size: 1.375rem;
}

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-deepgreen {
  color: var(--color-green02);
}

.thesierra-text-deepgreen-2 {
  color: var(--color-green03);
}

.thesierra-text-copyright {
  font-family: var(--font-content);
  font-size: 0.625rem;
}

.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;
  margin: 8vh 0 10vh;
  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(/SiteCollectionDocuments/kbankthesierra/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: 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;
  vertical-align: middle;
  border: none;
}
.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.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;
}

.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;
  float: right;
}

.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 background;
}
#thesierra-navbar.scrolled {
  background: var(--color-green05);
}
#thesierra-navbar.sticky-top {
  background: var(--color-green05);
}
#thesierra-navbar .thesierra-navbar-toggler {
  position: relative;
  padding: 1.1rem 1.5rem;
  z-index: 99;
  border: none;
}
@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: var(--gradient-green01);
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
  max-width: 620px;
  width: 90vw;
  transform: translateX(-30%);
  will-change: transfrom;
  transition: 0s, 1s opacity, 1s transform ease;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.58);
  z-index: 1;
}
@media screen and (max-width: 552px) {
  #thesierra-navbar #thesierra-navbar-nav-container {
    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: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-logo {
  height: 100px;
}
@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: 100px;
}
@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;
}
#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: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: var(--color-white);
  position: relative;
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item:not(:last-of-type):after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 220px;
  height: 1px;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
#thesierra-navbar #thesierra-navbar-nav-container .thesierra-navbar-wrapper .thesierra-navbar-nav .nav-item .nav-link {
  color: var(--color-white);
  line-height: 1.3;
  padding: 0.7rem 0;
}
@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: 1.8rem;
  }
}
#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(/SiteCollectionDocuments/kbankthesierra/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;
  /*  &:before {
     content: '';
     background: url(/SiteCollectionDocuments/kbankthesierra/assets/img/pages/home/bg1-glyph.svg) repeat;
     background-size: contain;
     width: 40rem; height: 40rem;
     max-width: 40vw; max-height: 40vw;
     position: absolute;
     bottom: -10%; right: -10%;
     transform: rotate(0deg);
     animation: bg1-glyph 60s infinite;
     pointer-events: none;
     opacity: .03;

     @keyframes bg1-glyph {
       0% {transform: rotate(0deg);}
       100% {transform: rotate(360deg);}
     }
   } */
  /* &:after {
    content: '';
    background: url(/SiteCollectionDocuments/kbankthesierra/assets/img/pages/home/bg1-glyph.svg) repeat;
    background-size: contain;
    width: 20rem; height: 20rem;
    max-width: 20vw; max-height: 20vw;
    position: absolute;
    top: 10%; left: 5%;
    transform: rotate(0deg);
    animation: bg1-glyph 60s infinite;
    pointer-events: none;
    opacity: .03;

    @keyframes bg1-glyph {
      0% {transform: rotate(0deg);}
      100% {transform: rotate(360deg);}
    }
  } */
}
#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;
}
/* #thesierra-navbar {
  background: var(--color-green05);
} */

#thesierra-navbar.sticky-top {
  display: none;
}
@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.1);
  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(/SiteCollectionDocuments/kbankthesierra/assets/img/ui/location.svg);
  display: inline-block;
  width: 0.75rem;
}

.thesierra-icon-calendar {
  content: url(/SiteCollectionDocuments/kbankthesierra/assets/img/ui/calendar.svg);
  display: inline-block;
  width: 0.75rem;
}

.thesierra-icon-time {
  content: url(/SiteCollectionDocuments/kbankthesierra/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: 2rem 0;
}
@media screen and (min-width: 992px) {
  .thesierra-section {
    padding: 3rem 0;
  }
}

.thesierra-section-break {
  width: 100%;
  background-color: var(--color-gold07);
  padding: 3px 0;
}

/* Footer */
.thesierra-footer {
  position: relative;
  background: var(--color-green05);
  color: var(--color-white);
  text-align: center;
  padding: 2rem 0;
  border-top: 5px solid var(--color-green04);
  /*&:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #537455 20%, #153214);
  }*/
}
.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-text-title .thesierra-logo-image {
  max-width: 200px;
}
.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;
}

/* Archive */
.thesierra-archive .thesierra-archive-entry > a {
  text-decoration: none;
  color: inherit;
}
.thesierra-archive .thesierra-archive-entry .thesierra-archive-thumbnail {
  position: relative;
  margin: 0;
}
.thesierra-archive .thesierra-archive-entry .thesierra-archive-thumbnail img {
  width: 100%;
  /* border-radius: 10px; */
}
.thesierra-archive .thesierra-archive-entry .thesierra-archive-thumbnail figcaption {
  position: absolute;
  top: 0;
  right: 10%;
  background: rgba(255, 255, 255, 0.65);
  text-align: center;
  padding: 0.7rem 1rem;
  line-height: 0.9;
}
.thesierra-archive .thesierra-archive-entry .thesierra-archive-thumbnail figcaption span {
  display: block;
  font-size: 1.25rem;
}
.thesierra-archive .thesierra-archive-entry .thesierra-archive-metadata {
  padding: 1rem 0;
}
.thesierra-archive .thesierra-archive-entry .thesierra-archive-metadata small {
  font-family: var(--font-content);
  color: var(--color-gray01);
}
.thesierra-archive .thesierra-archive-entry .thesierra-archive-metadata h3 {
  font-size: 1.06rem;
  font-family: var(--font-content);
  line-height: 1.7;
  font-weight: 500;
}
.thesierra-archive .thesierra-archive-entry.thesierra-archive-skeleton .thesierra-archive-thumbnail {
  border-radius: 10px;
  background: var(--color-gray01);
  overflow: hidden;
  animation: skeleton 1s infinite;
}
.thesierra-archive .thesierra-archive-entry.thesierra-archive-skeleton .thesierra-archive-thumbnail img {
  opacity: 0;
}
.thesierra-archive .thesierra-archive-entry.thesierra-archive-skeleton .thesierra-archive-metadata h3, .thesierra-archive .thesierra-archive-entry.thesierra-archive-skeleton .thesierra-archive-metadata p {
  color: transparent;
  background: var(--color-gray01);
  border-radius: 10px;
  animation: skeleton 1s infinite;
}
@keyframes skeleton {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.5;
  }
}
.thesierra-archive .thesierra-archive-swiper .swiper-wrapper {
  height: auto;
}
.thesierra-archive .thesierra-archive-swiper .swiper-navigation {
  text-align: center;
  margin-top: 1.5rem;
}
.thesierra-archive .thesierra-archive-swiper .swiper-navigation .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  float: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  margin: 1rem;
  transition: 0.35s box-shadow, 0.35s color;
}
.thesierra-archive .thesierra-archive-swiper .swiper-navigation .swiper-button-prev:after {
  content: none;
}
.thesierra-archive .thesierra-archive-swiper .swiper-navigation .swiper-button-next {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  margin: 1rem;
  transition: 0.35s box-shadow, 0.35s color;
}
.thesierra-archive .thesierra-archive-swiper .swiper-navigation .swiper-button-next:after {
  content: none;
}
.thesierra-archive.thesierra-archive-secondary .thesierra-archive-thumbnail img {
  border-radius: 0;
}
.thesierra-archive.thesierra-archive-secondary .thesierra-archive-metadata small {
  font-family: var(--font-content);
}
.thesierra-archive.thesierra-archive-secondary .thesierra-archive-metadata h3 {
  font-weight: 400;
}
.thesierra-archive.thesierra-archive-alternate .thesierra-archive-entry {
  margin-bottom: 1.5rem;
}
.thesierra-archive.thesierra-archive-alternate .thesierra-archive-entry .thesierra-archive-thumbnail:before {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: var(--color-white);
  display: inline-block;
  margin: 0 0.8rem 0 0.7rem;
  content: "\e903";
  font-family: "thesierra-UI";
  transition: 0.5s margin;
}
.thesierra-archive.thesierra-archive-alternate .thesierra-archive-entry .thesierra-archive-thumbnail:hover:before {
  margin: 0 0 0 1.5rem;
}
.thesierra-archive.thesierra-archive-alternate .thesierra-archive-metadata small {
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-size: 0.81rem;
  margin: 0.25rem 0;
  display: block;
}
.thesierra-archive.thesierra-archive-articles .thesierra-archive-entry {
  margin-bottom: 1.5rem;
}
.thesierra-archive.thesierra-archive-articles .thesierra-archive-entry .thesierra-archive-thumbnail {
  margin-bottom: 1rem;
}
.thesierra-archive.thesierra-archive-articles .thesierra-archive-entry .thesierra-archive-thumbnail:before {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: var(--color-white);
  display: inline-block;
  margin: 0 0.8rem 0 0.7rem;
  content: "\e903";
  font-family: "thesierra-UI";
  transition: 0.5s margin;
}
.thesierra-archive.thesierra-archive-articles .thesierra-archive-entry .thesierra-archive-thumbnail:hover:before {
  margin: 0 0 0 1.5rem;
}
.thesierra-archive.thesierra-archive-articles .thesierra-archive-entry .thesierra-archive-thumbnail img {
  border-radius: 0;
}
.thesierra-archive.thesierra-archive-articles .thesierra-archive-entry .thesierra-archive-metadata {
  border-bottom: 1px solid var(--color-gold02);
  padding: 0;
}
.thesierra-archive.thesierra-archive-articles .thesierra-archive-entry .thesierra-archive-metadata small {
  font-size: 0.81rem;
  margin: 0.25rem 0;
  display: block;
}
.thesierra-archive.thesierra-archive-articles .thesierra-archive-entry .thesierra-archive-metadata h3 {
  font-weight: 500;
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-swiper {
  padding: 0 0.625rem;
}
@media screen and (min-width: 992px) {
  .thesierra-archive.thesierra-archive-privileges .thesierra-archive-swiper {
    padding: 0;
  }
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-entry button {
  background: none;
  border: none;
  color: inherit;
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-entry .thesierra-archive-thumbnail {
  position: relative;
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-entry .thesierra-archive-thumbnail:before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.62));
  opacity: 0;
  transition: 0.5s height, 0.5s opacity;
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-entry .thesierra-archive-thumbnail img {
  border-radius: 0;
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-entry .thesierra-archive-thumbnail .thesierra-archive-privileges-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 3.43rem;
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-entry .thesierra-archive-metadata {
  text-align: center;
  padding: 0;
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-entry .thesierra-archive-metadata .thesierra-archive-metadata-title {
  font-family: var(--font-content);
  font-size: 1rem;
  padding: 1rem 1rem 0;
  text-transform: uppercase;
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-entry .thesierra-archive-metadata p {
  font-family: var(--font-content);
  padding: 0 1rem 1rem;
}
.thesierra-archive.thesierra-archive-privileges .thesierra-archive-entry:hover .thesierra-archive-thumbnail:before {
  height: 80%;
  opacity: 1;
}
.thesierra-archive.thesierra-archive-privileges .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.25rem;
  background: #CDCEC6;
  border-radius: 0;
  opacity: 1;
  transition: 0.5s background;
}
.thesierra-archive.thesierra-archive-privileges .swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-gold02);
}
.thesierra-archive.thesierra-archive-lifestyle.thesierra-archive-lifestyle-solo .thesierra-archive-entry .thesierra-archive-thumbnail {
  border-radius: 0;
}
.thesierra-archive.thesierra-archive-lifestyle.thesierra-archive-lifestyle-solo .thesierra-archive-entry .thesierra-archive-metadata .thesierra-archive-metadata-title {
  min-height: 0;
}
.thesierra-archive.thesierra-archive-lifestyle .thesierra-archive-entry {
  margin-bottom: 2.5rem;
}
.thesierra-archive.thesierra-archive-lifestyle .thesierra-archive-entry a {
  text-decoration: none;
  color: inherit;
}
.thesierra-archive.thesierra-archive-lifestyle .thesierra-archive-entry .thesierra-archive-thumbnail {
  position: relative;
  /* border-radius: .31rem; */
  overflow: hidden;
  margin-bottom: 0;
  /* &:after {
    content: '';
    background: url(/SiteCollectionDocuments/kbankthesierra/assets/img/logo-overlay.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 4.75rem; height: 4.75rem;
    position: absolute;
    bottom: 1rem; right: 1rem;
    z-index: 2;
  } */
}
.thesierra-archive.thesierra-archive-lifestyle .thesierra-archive-entry .thesierra-archive-thumbnail img {
  border-radius: 0;
  transition: 0.5s transform;
}
.thesierra-archive.thesierra-archive-lifestyle .thesierra-archive-entry .thesierra-archive-thumbnail:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
}
.thesierra-archive.thesierra-archive-lifestyle .thesierra-archive-entry .thesierra-archive-metadata .thesierra-archive-metadata-title {
  font-family: var(--font-primary);
  line-height: 1.3;
  min-height: 2.6em;
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--color-gray03);
}
@media screen and (max-width: 991px) {
  .thesierra-archive.thesierra-archive-lifestyle .thesierra-archive-entry .thesierra-archive-metadata .thesierra-archive-metadata-title {
    min-height: 0;
    height: auto !important;
  }
}
.thesierra-archive.thesierra-archive-lifestyle .thesierra-archive-entry .thesierra-archive-metadata .thesierra-link {
  text-decoration: underline;
  letter-spacing: 0.05rem;
  font-size: 0.875rem;
  padding-left: 0;
}
.thesierra-archive.thesierra-archive-lifestyle .thesierra-archive-entry .thesierra-archive-metadata .thesierra-link:after {
  color: var(--color-gold02);
}

/* Archive modal */
.thesierra-archive-modal .modal-dialog {
  max-width: none;
  margin: 0;
}
.thesierra-archive-modal .modal-dialog:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, var(--color-green01), var(--color-green05));
}
.thesierra-archive-modal .modal-dialog .modal-content {
  padding: 2rem 0;
  border-radius: 0;
  background-color: var(--color-gray04);
  font-family: var(--font-content);
}
.thesierra-archive-modal .modal-dialog .modal-content .thesierra-archive-modal-content {
  max-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 2rem;
  line-height: 2rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.thesierra-archive-modal .modal-dialog .modal-content .thesierra-archive-modal-content::-webkit-scrollbar {
  width: 5px;
}
.thesierra-archive-modal .modal-dialog .modal-content .thesierra-archive-modal-content::-webkit-scrollbar-track {
  background: var(--color-white);
  border-radius: 10px;
}
.thesierra-archive-modal .modal-dialog .modal-content .thesierra-archive-modal-content::-webkit-scrollbar-thumb {
  background: var(--color-green05);
  border-radius: 10px;
}
.thesierra-archive-modal .modal-dialog .modal-content .thesierra-archive-modal-content::-webkit-scrollbar-thumb:hover {
  background: var(--color-green01);
}
.thesierra-archive-modal .modal-dialog .modal-content .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.426' height='42.426' viewBox='0 0 42.426 42.426'%3E%3Cpath id='Path_30580' data-name='Path 30580' d='M4.45-17.5h3.6V-4.3h13.2V-.7H8.05V12.5H4.45V-.7H-8.75V-4.3H4.45Z' transform='translate(15.026 18.562) rotate(45)' fill='%230d2e1e'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.thesierra-archive-modal .modal-dialog .modal-content .btn-close:focus{
  box-shadow: none !important;
}


.thesierra-archive-modal .modal-dialog .modal-content .thesierra-archive-modal-image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-fit: center center;
}
.thesierra-archive-modal .modal-dialog .modal-content h2 {
  font-size: 1.8rem;
  margin: 1rem 0;
}
.thesierra-archive-modal .modal-dialog .modal-content h2.modal-title-small {
  font-size: 1.8rem;
}
.thesierra-archive-modal .modal-dialog .modal-content mark {
  background: none;
  color: var(--color-gold02);
  font-weight: 700;
}
.thesierra-archive-modal .modal-dialog .modal-content table {
  margin: 1rem 0;
}
.thesierra-archive-modal .modal-dialog .modal-content table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.thesierra-archive-modal .modal-dialog .modal-content table tr th, .thesierra-archive-modal .modal-dialog .modal-content table tr td {
  padding: 0.7rem 0.7rem;
  vertical-align: top;
}

@media screen and (min-width: 992px) {
  .thesierra-archive-modal .modal-dialog .modal-content {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .thesierra-archive-modal .modal-dialog .modal-content h2 {
    font-size: 2.825rem;
  }
  .thesierra-archive-modal .modal-dialog .modal-content h2.modal-title-small {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .thesierra-archive-modal .modal-dialog .modal-content .thesierra-archive-modal-content {
    max-height: 60vh;
  }
  .thesierra-archive-modal .modal-dialog .modal-content .thesierra-archive-modal-image img {
    aspect-ratio: 2/3;
  }
}
/* Float bar */
.thesierra-floatbar {
  top: 50%;
  right: 0;
  float: right;
  transform: translateY(-30%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
  display: none;
}
.thesierra-floatbar.thesierra-floatbar-mobile {
  display: flex;
  flex-direction: row;
  float: none;
  margin: 0.5rem 0;
  transform: none;
  top: auto;
  right: auto;
  justify-content: flex-start;
}
.thesierra-floatbar.thesierra-floatbar-mobile button:first-child {
  padding-left: 0;
}
.thesierra-floatbar.thesierra-floatbar-mobile button:first-child .thesierra-floatbar-menu:first-child {
  padding-left: 0;
}
.thesierra-floatbar.thesierra-floatbar-mobile .thesierra-floatbar-menu {
  padding-bottom: 0;
}
.thesierra-floatbar button {
  background: none;
  border: none;
}
.thesierra-floatbar .thesierra-floatbar-menu {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  text-align: center;
  font-family: var(--font-content);
  font-weight: 500;
  color: var(--color-gold02);
  font-size: 0.75rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .thesierra-floatbar {
    right: 1rem;
    display: flex;
  }
  .thesierra-floatbar.thesierra-floatbar-mobile {
    display: none;
  }
}

.thesierra-copy-alert-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem 2rem;
  border-radius: 10rem;
  background: rgba(248, 249, 247, 0.8);
  color: var(--color-gray01);
  font-size: 1.2rem;
  font-family: var(--font-content);
  width: max-content;
}

.thesierra-modal .modal-dialog .modal-content {
  border: none;
  padding: 1rem 1rem;
  border-radius: 10px;
  background: var(--color-white);
}
.thesierra-modal .modal-dialog .modal-content .thesierra-sharebox-input-link {
  font-family: var(--font-content);
  border-radius: 6px 0 0 6px;
  border: none;
  background: var(--color-gray04);
}
.thesierra-modal .modal-dialog .modal-content .thesierra-sharebox-copy-link {
  background: var(--color-gold02);
  color: var(--color-white);
  font-family: var(--font-content);
  border-radius: 0 6px 6px 0;
  border: none;
  padding: 0.375rem 1rem;
}
.thesierra-modal .modal-dialog .modal-content .thesierra-sharebox-option {
  text-align: center;
}
.thesierra-modal .modal-dialog .modal-content .thesierra-sharebox-option .thesierra-sharebox-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 0.5rem;
}
.thesierra-modal .modal-dialog .modal-content .thesierra-sharebox-option a {
  color: var(--color-gray03);
  font-family: var(--font-content);
  text-decoration: none;
}
.thesierra-modal .modal-dialog .modal-content .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.426' height='42.426' viewBox='0 0 42.426 42.426'%3E%3Cpath id='Path_30580' data-name='Path 30580' d='M4.45-17.5h3.6V-4.3h13.2V-.7H8.05V12.5H4.45V-.7H-8.75V-4.3H4.45Z' transform='translate(15.026 18.562) rotate(45)' fill='%230d2e1e'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.thesierra-modal .modal-dialog .modal-content .btn-close:focus{
  box-shadow: none !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;
  }
}
/* Form */
.thesierra-form .form-control {
  background: transparent;
  border: none;
  border-bottom: var(--color-gold02) 1px solid;
  border-radius: 0;
  padding: 0.75rem 0;
}
.thesierra-form .form-control ~ label {
  color: var(--color-gold02);
  padding: 0.75rem 0;
}
.thesierra-form .form-control.validated:invalid {
  border-bottom-color: red;
}
.thesierra-form .form-control.validated:invalid ~ .thesierra-form-error-message {
  display: block;
}
.thesierra-form .form-control.validated:invalid ~ label {
  color: red;
}
.thesierra-form .form-control-plaintext ~ label,
.thesierra-form .form-control:focus ~ label,
.thesierra-form .form-control:not(:placeholder-shown) ~ label,
.thesierra-form .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.05rem) !important;
}
.thesierra-form .thesierra-form-error-message {
  display: none;
  color: red;
  font-size: 0.75rem;
}

/* 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;
}

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

/* highlight campaign */
/* Section - Campaigns - Biz */
.c-brown {
  color: #91836e !important;
}

.c-white {
    color: #fff !important;
}

.bg-lightbrown {
  background-color: #fbfaee !important;
}

.thesierra-btn-secondary.thesierra-btn-dark.btn-brown {
  background-color: transparent;
  box-shadow: 0 0 0 1px #91836e inset;
  color: #91836e;
}

@media screen and (min-width:991px) {
  .a-left-pc {
    text-align: left;
  }
}

.thesierra-section-campaigns-biz {
  background-color: var(--color-green05);
  background-size: cover;
  color: var(--color-white);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper {
  overflow: visible;
  position: relative;
  padding: 1rem 0 0;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image {
  margin-bottom: 1.5rem;
  position: relative;
  transition: 0.5s transform;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image img {
  transition: 0.5s transform, 0.5s box-shadow;
  max-width: 100%;
  position: relative;
  z-index: 2;
  transform: scale(0.9);
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image:before {
  content: url(/SiteCollectionDocuments/kbankthesierra/assets/img/pages/home/campaignSwiper/frame-left.svg);
  display: block;
  height: 360px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(1.2);
  transition: 0.35s ease-in-out;
  z-index: 1;
}

@media (max-width: 1199px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image:before {
    transform: translateY(-50%) scale(0.9);
  }
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image:after {
  content: url(/SiteCollectionDocuments/kbankthesierra/assets/img/pages/home/campaignSwiper/frame-right.svg);
  display: block;
  height: 360px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(1.2);
  transition: 0.35s ease-in-out;
  z-index: 1;
}

@media (max-width: 1199px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image:after {
    transform: translateY(-50%) scale(0.9);
  }
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide a {
  color: var(--color-white);
  text-decoration: none;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 1.25rem;
  font-family: var(--font-content);
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transition: 0.5s transform;
  /* width: 100% !important; */
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .thesierra-campaigns-swiper-image {
  transform: translate(0, -7%);
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .thesierra-campaigns-swiper-image img {
  transform: scale(0.9);
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .thesierra-campaigns-swiper-image:before {
  left: 5px;
  transform: translateY(-50%) scale(1.2);
}

@media (max-width: 1199px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .thesierra-campaigns-swiper-image:before {
    transform: translateY(-50%) scale(0.9);
  }
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .thesierra-campaigns-swiper-image:after {
  right: 5px;
  transform: translateY(-50%) scale(1.2);
}

@media (max-width: 1199px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .thesierra-campaigns-swiper-image:after {
    transform: translateY(-50%) scale(0.9);
  }
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide.swiper-slide-active:hover {
  transform: scale(1.05);
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-wrapper .swiper-slide.swiper-slide-active:hover .thesierra-campaigns-swiper-image img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-twin .swiper-wrapper .swiper-slide {
    transition: 0.5s transform;
  }

  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-twin .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image {
    transform: translate(0, 0);
  }

  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-twin .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image img {
    transform: scale(0.9);
  }

  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-twin .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image:before {
    left: 0;
    transform: translateY(-50%) scale(1.2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-twin .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image:before {
    transform: translateY(-50%) scale(0.9);
  }
}

@media (min-width: 992px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-twin .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image:after {
    right: 0;
    transform: translateY(-50%) scale(1.2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-twin .swiper-wrapper .swiper-slide .thesierra-campaigns-swiper-image:after {
    transform: translateY(-50%) scale(0.9);
  }
}

@media (min-width: 992px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-twin .swiper-wrapper .swiper-slide:hover {
    transform: scale(1.05);
  }

  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-twin .swiper-wrapper .swiper-slide:hover .thesierra-campaigns-swiper-image img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-single {
    padding-top: 0;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-single .swiper-wrapper .swiper-slide h3 {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-single .swiper-wrapper .swiper-slide>a {
    display: grid;
    grid-template: 1fr/1fr 1fr;
    align-items: center;
    gap: 50px;
  }

  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper.thesierra-campaigns-swiper-single .swiper-wrapper .swiper-slide>a .thesierra-campaigns-swiper-image {
    max-width: 640px;
    transform: none;
  }
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-navigation {
  position: relative;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-navigation .swiper-button-prev {
  position: relative;
  display: inline-block;
  right: auto;
  left: auto;
  color: var(--color-white);
  transition: 0.35s opacity;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-navigation .swiper-button-prev:after {
  content: none;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-navigation .swiper-pagination {
  position: relative;
  display: inline-block;
  width: auto;
  bottom: auto;
  left: auto;
  font-family: var(--font-content);
  min-width: 4rem;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-navigation .swiper-pagination .swiper-pagination-current {
  font-size: 1.25rem;
  font-weight: 500;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-navigation .swiper-pagination .swiper-pagination-total {
  font-size: 0.875rem;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-navigation .swiper-button-next {
  position: relative;
  display: inline-block;
  right: auto;
  left: auto;
  color: var(--color-white);
  transition: 0.35s opacity;
}

.thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-navigation .swiper-button-next:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .thesierra-section-campaigns-biz .thesierra-campaigns-swiper .swiper-navigation {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* end highlight campaign */